Class CentralSwarmObject
- Applied Stereotypes:
-
XSDcomplexType
The entity that represents the center of a swarm.
- Used in:
-
TrafficSwarmAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
entityRef |
Entity |
1..1 |
nameRef,
XSDattribute
|
Name of the central entity the swarm traffic is created around. |
|
XSD 1.3 Representation |
<xsd:complexType name="CentralSwarmObject">
<xsd:attribute name="entityRef" type="String" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property entityRef
- nameRef [xsdType: "string"]
|
To XSD