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 |
getChildGraphModel() |
Object |
getCreationContext() |
Graphable |
getParent()
Returns the parent.
|
CastorHashMap |
getProperties() |
void |
setParent(Graphable parent)
Sets the parent.
|
void |
setProperties(CastorHashMap props) |
addInEdgeId, addOutEdgeId, clearTag, containsPoint, getCentrePoint, getGraphModel, getHeight, getID, getInEdgeIds, getName, getOutEdgeIds, getOutlinePoints, getWidth, hasTag, isJoin, isLoop, moveAbsolute, removeInEdgeId, removeOutEdgeId, setCentrePoint, setGraphModel, setHeight, setID, setInEdgeIds, setName, setOutEdgeIds, setOutlinePoints, setTag, setWidthprotected 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 getChildGraphModel()
getChildGraphModel in class Vertexpublic Object getCreationContext()
getCreationContext in class VertexCopyright © 1997–2016 CRISTAL-iSE. All rights reserved.