========================================== EClass StaticVertex ========================================== Defines a vertex that should be displayed regardless of model contents. :ePackage: :doc:`displayableObjects <./EPackage_displayableObjects>` :inherits from: :doc:`VertexA <./EClass_VertexA>`, :doc:`ShapedObject <./EClass_ShapedObject>`, :doc:`VertexContainerA <./EClass_VertexContainerA>`, :doc:`EdgeContainerA <./EClass_EdgeContainerA>` :inherited by: :doc:`StaticSubVertex <./EClass_StaticSubVertex>` EAttributes ############# ``EBoolean`` isConditional Defines a condition. The condition must be EOQ query string. The query must evaluate to a Boolean value. ``EString`` documentation Text documentation for the displayable object. ``EBoolean`` isResizable Defines whether this object should be resizable by the user. ``EDouble`` sizeY Initial size in y-direction (height) of the object. ``EString`` id Defines a unique id to identify the displayable object. ``EString`` condition Defines a condition that is tested if isConditional is set to true. If the condition is met the query is executed, otherwise the default value is returned. ``EDouble`` sizeX Initial size in x-direction (width) of the object. ``EBoolean`` isMovable Defines whether the object is movable by the user. ``EString`` name Defines the name of the displayable object ``EBoolean`` autoSize Defines whether this object should be automatically sized. Auto-Sizing resizing the object so that all nested elements are fit. EReferences ############# ``SubVertexA`` subVertices Defines the sub-vertices displayed for this container. :containment: True :lowerBound: 0 :upperBound: -1 ``Label`` labels Defines labels that should be displayed for the vertex. :containment: True :lowerBound: 0 :upperBound: -1 ``Edge`` subEdges Defines sub-edges that should be displayed nested in the vertex. :containment: True :lowerBound: 0 :upperBound: -1 ``Shape`` shape Defines the shape that is used for displaying the object. :containment: True :lowerBound: 0 :upperBound: 1