Class ActivateControllerAction
- Applied Stereotypes:
-
XSDcomplexType
This action activates or deactivates controller defined (e.g. automated, autonomous) behavior on the given entity. A controller cannot be activated in a domain in which it is not defined.
- Used in:
-
ControllerAction ,
PrivateAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
animation |
boolean |
0..1 |
XSDattribute
|
In animation domain: Activate or deactivate an animation. If not specified: No change for controlling the animation domain is applied. |
|
controllerRef |
Controller |
0..1 |
nameRef,
XSDattribute
|
Reference to a controller assigned to the entity. |
|
lateral |
boolean |
0..1 |
XSDattribute
|
In lateral domain: Activate or deactivate controller defined (e.g. automated, autonomous) behavior. If not specified: No change for controlling the lateral domain is applied. |
|
lighting |
boolean |
0..1 |
XSDattribute
|
In lighting domain: Activate or deactivate lights. If not specified: No change for controlling the lighting domain is applied. |
|
longitudinal |
boolean |
0..1 |
XSDattribute
|
In longitudinal domain: Activate or deactivate autonomous behavior. If not specified: No change for controlling the longitudinal domain is applied. |
|
XSD 1.2 Representation |
<xsd:complexType name="ActivateControllerAction">
<xsd:attribute name="controllerRef" type="String"/>
<xsd:attribute name="lateral" type="Boolean"/>
<xsd:attribute name="longitudinal" type="Boolean"/>
<xsd:attribute name="animation" type="Boolean"/>
<xsd:attribute name="lighting" type="Boolean"/>
</xsd:complexType>
|
|
Change log from version 1.1 |
- Annotation changed
-
- New Value
- This action activates or deactivates controller defined (e.g. automated, autonomous) behavior on the given entity. A controller cannot be activated in a domain in which it is not defined.
- From 1.1.0
- This action activates or deactivates controller defined (e.g. automated, autonomous) behavior on the given entity.
- Property 'animation' created.
- Property 'controllerRef' created.
- Property 'lighting' created.
- Property 'lateral'. Annotation changed.
-
- New Value
- In lateral domain: Activate or deactivate controller defined (e.g. automated, autonomous) behavior. If not specified: No change for controlling the lateral domain is applied.
- From 1.1.0
- In lateral domain: Activate or deactivate controller defined (e.g. automated, autonomous) behavior.
- Property 'longitudinal'. Annotation changed.
-
- New Value
- In longitudinal domain: Activate or deactivate autonomous behavior. If not specified: No change for controlling the longitudinal domain is applied.
- From 1.1.0
- In longitudinal domain: Activate or deactivate autonomous behavior.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property animation
- Property controllerRef
- nameRef [xsdType: "String"]
- Property lateral
- Property lighting
- Property longitudinal
|
To XSD