public abstract class GraphableEdge extends DirectedEdge
| Constructor and Description |
|---|
GraphableEdge() |
GraphableEdge(GraphableVertex pre,
GraphableVertex nex) |
| Modifier and Type | Method and Description |
|---|---|
KeyValuePair[] |
getKeyValuePairs() |
GraphableVertex |
getParent()
Returns the parent.
|
CastorHashMap |
getProperties()
Returns the properties.
|
void |
setKeyValuePairs(KeyValuePair[] pairs) |
void |
setParent(GraphableVertex parent)
Sets the parent.
|
void |
setProperties(CastorHashMap properties)
Sets the properties.
|
containsPoint, getID, getName, getOriginPoint, getOriginVertexId, getTerminusPoint, getTerminusVertexId, setID, setName, setOriginPoint, setOriginVertexId, setTerminusPoint, setTerminusVertexIdpublic GraphableEdge()
public GraphableEdge(GraphableVertex pre, GraphableVertex nex)
public GraphableVertex getParent()
public void setParent(GraphableVertex parent)
parent - The parent to setpublic CastorHashMap getProperties()
public void setProperties(CastorHashMap properties)
properties - The properties to setpublic KeyValuePair[] getKeyValuePairs()
public void setKeyValuePairs(KeyValuePair[] pairs)
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.