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() |
void |
setBuiltInProperty(BuiltInEdgeProperties prop,
Object val) |
void |
setKeyValuePairs(KeyValuePair[] pairs) |
containsPoint, getName, setNamepublic GraphableEdge()
public GraphableEdge(GraphableVertex pre, GraphableVertex nex)
public KeyValuePair[] getKeyValuePairs()
public void setKeyValuePairs(KeyValuePair[] pairs)
public Object getBuiltInProperty(BuiltInEdgeProperties prop)
public void setBuiltInProperty(BuiltInEdgeProperties prop, Object val)
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.