Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: f2fb4d27ab5ce7238536affdcd333144e0146bba341d054c553f868b4302705c
User & Date: gawthrop@users.sourceforge.net on 1997-09-11 09:54:22
Other Links: branch diff | manifest | tags
Context
1997-09-11
09:55:25
Added documentation check-in: f2bb99a745 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:54:22
Initial revision check-in: f2fb4d27ab user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:39:29
Initial revision check-in: 639e79ee94 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/lib/examples/Hybrid/Bounce/Bounce_lbl.txt version [a950799cc2].



































1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
%SUMMARY Bounce: Bouncing ball example (hybrid)
%DESCRIPTION <Detailed description here>
%% Label file for system Bounce (Bounce_lbl.txt)

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%% Each line should be of one of the following forms:
%	a comment (ie starting with %)
%	Component-name	CR_name	arg1,arg2,..argn
%	blank



% Component type INTF
	intf

% Component type CSW
	ground		lin	state,k

% Component type I
	ball_mass		lin	flow,m

% Component type R
	air_resistance		lin	flow,r

% Component type SS
	gravity			external	internal
	x			external	0


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]