public abstract class GraphableEdge extends DirectedEdge
| Constructor and Description |
|---|
GraphableEdge() |
GraphableEdge(GraphableVertex pre,
GraphableVertex nex) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBuiltInProperty(BuiltInEdgeProperties prop) |
KeyValuePair[] |
getKeyValuePairs() |
GraphableVertex |
getParent()
Returns the parent.
|
CastorHashMap |
getProperties()
Returns the properties.
|
void |
setBuiltInProperty(BuiltInEdgeProperties prop,
Object val) |
void |
setKeyValuePairs(KeyValuePair[] pairs) |
void |
setParent(GraphableVertex parent)
Sets the parent.
|
void |
setProperties(CastorHashMap properties)
Sets the properties.
|
containsPoint, getName, setNamepublic 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)
public Object getBuiltInProperty(BuiltInEdgeProperties prop)
public void setBuiltInProperty(BuiltInEdgeProperties prop, Object val)
Copyright © 1997–2017 CRISTAL-iSE. All rights reserved.