public abstract class Graphable extends Vertex
| Modifier and Type | Field and Description |
|---|---|
GraphModel |
children |
protected CastorHashMap |
mProperties |
| Constructor and Description |
|---|
Graphable() |
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
getChildrenGraphModel() |
Object |
getCreationContext() |
Graphable |
getParent()
Returns the parent.
|
CastorHashMap |
getProperties() |
void |
setParent(Graphable parent)
Sets the parent.
|
void |
setProperties(CastorHashMap props) |
addInEdgeId, addOutEdgeId, clearTag, containsPoint, getInEdgeIds, getOutEdgeIds, hasTag, isJoin, isLoop, moveAbsolute, removeInEdgeId, removeOutEdgeId, setInEdgeIds, setOutEdgeIds, setOutlinePoints, setTagprotected CastorHashMap mProperties
public GraphModel children
public void setProperties(CastorHashMap props)
public CastorHashMap getProperties()
public Graphable getParent()
public void setParent(Graphable parent)
parent - The parent to setpublic GraphModel getChildrenGraphModel()
getChildrenGraphModel in class Vertexpublic Object getCreationContext()
getCreationContext in class VertexCopyright © 1997–2020 CRISTAL-iSE. All rights reserved.