Class Graphable
java.lang.Object
org.cristalise.kernel.graph.model.Vertex
org.cristalise.kernel.graph.model.Graphable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the parent.voidSets the parent.voidsetProperties(CastorHashMap props) Methods inherited from class org.cristalise.kernel.graph.model.Vertex
addInEdgeId, addOutEdgeId, clearTag, containsPoint, getInEdgeIds, getOutEdgeIds, hasTag, isJoin, isLoop, moveAbsolute, removeInEdgeId, removeOutEdgeId, setInEdgeIds, setOutEdgeIds, setOutlinePoints, setTag
-
Field Details
-
mProperties
-
children
-
-
Constructor Details
-
Graphable
public Graphable()
-
-
Method Details
-
setProperties
-
getProperties
-
getParent
Returns the parent.- Returns:
- Graphable
-
setParent
Sets the parent.- Parameters:
parent- The parent to set
-
getChildrenGraphModel
- Overrides:
getChildrenGraphModelin classVertex
-
getCreationContext
- Overrides:
getCreationContextin classVertex
-