You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samm:description "Indicates if the speed limit is adhered to."@en ;
51
+
samm:characteristic :TrafficLight .
52
+
49
53
:SpatialPositionCharacteristic a samm-c:SingleEntity ;
50
-
samm:preferredName "Spatial Position Characteristic"@en ;
51
-
samm:description "Represents a single location in space."@en ;
54
+
samm:name "SpatialPositionCharacteristic" ;
55
+
samm:preferredName "spatial position characteristic"@en ;
56
+
samm:description "Represents a single position in space with optional z coordinate."@en ;
52
57
samm:dataType :SpatialPosition .
53
58
54
-
:WarningLevel a samm-c:Enumeration ;
55
-
samm:preferredName "Warning Level"@en ;
59
+
:Speed a samm-c:Measurement ;
60
+
samm:name "Speed" ;
61
+
samm:preferredName "speed"@en ;
62
+
samm:description "Scalar representation of speed of an object in kilometers per hour."@en ;
63
+
samm:dataType xsd:float ;
64
+
samm-c:unit unit:kilometrePerHour .
65
+
66
+
:TrafficLight a samm-c:Enumeration ;
67
+
samm:name "TrafficLight" ;
68
+
samm:preferredName "warning level"@en ;
56
69
samm:description "Represents if speed of position change is within specification (green), within tolerance (yellow), or outside specification (red)."@en ;
57
70
samm:dataType xsd:string ;
58
71
samm-c:values ( "green""yellow""red" ) .
59
72
60
73
:SpatialPosition a samm:Entity ;
61
-
samm:preferredName "Spatial Position"@en ;
62
-
samm:description "Position in space, described along three axis, with the third axis optional, if all positions are in a plane."@en ;
63
-
samm:properties ( :x :y :z ) .
74
+
samm:name "SpatialPosition" ;
75
+
samm:preferredName "spatial position"@en ;
76
+
samm:description "Represents latitude, longitude and altitude information in the WGS84 geodetic reference datum"@en ;
Copy file name to clipboardExpand all lines: documentation/js-sdk-guide/modules/tooling-guide/pages/card-generation.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ A schematics will be generated using the following command:
25
25
ng generate [collection-name]:[schematics-name]
26
26
27
27
28
-
For demonstration purposes, the https://github.com/eclipse-esmf/esmf-aspect-model-editor/blob/main/core/apps/ame/src/assets/aspect-models/org.esmf.examples.movement/1.0.0/Movement.ttl[Movement.ttl,window=_blank,opts=nofollow] Aspect Model will be used.
28
+
For demonstration purposes, the https://github.com/eclipse-esmf/esmf-aspect-model-editor/blob/main/core/apps/ame/src/assets/aspect-models/org.eclipse.examples/1.0.0/Movement.ttl[Movement.ttl,window=_blank,opts=nofollow] Aspect Model will be used.
29
29
Below is a detailed representation of the command-line interface steps which generates a card component using the Movement.ttl Aspect Model file by running the command.
30
30
31
31
NOTE: Before running any schematics commands make sure you are in the Angular project folder where you want to generate the new component.
0 commit comments