DiagramObject
Class Description​
An object that defines one or more points in a given space. This object can be associated with anything that specializes IdentifiedObject. For single line diagrams such objects typically include such items as analog values, breakers, disconnectors, power transformers, and transmission lines.
Attributes​
Name | Type | Description |
---|---|---|
diagramObjectStyle | String | A diagram object has a style associated that provides a reference for the style used in the originating system. |
rotation | AngleDegrees | Sets the angle of rotation of the diagram object. Zero degrees is pointing to the top of the diagram. Rotation is clockwise. DiagramObject.rotation=0 has the following meaning: The connection point of an element which has one terminal is pointing to the top side of the diagram. The connection point "From side" of an element which has more than one terminal is pointing to the top side of the diagram. DiagramObject.rotation=90 has the following meaning: The connection point of an element which has one terminal is pointing to the right hand side of the diagram. The connection point "From side" of an element which has more than one terminal is pointing to the right hand side of the diagram. |
Relationships​
Ancestors​
Descendents​
No descendent classes
Associations​
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
DiagramObject | 0..* | Diagram | 0..1 | DiagramElements | A diagram is made up of multiple diagram objects. | Diagram | A diagram object is part of a diagram. |
DiagramObject | DiagramObjectPoint | 0..* | DiagramObjectPoints | A diagram object can have 0 or more points to reflect its layout position, routing (for polylines) or boundary (for polygons). | |||
DiagramObject | IdentifiedObject | 0..1 | IdentifiedObject | The domain object to which this diagram object is associated. |