org.primordion.xholon.io
Class AbstractNetworkViewerJung.XholonEdgeStringer
java.lang.Object
org.primordion.xholon.io.AbstractNetworkViewerJung.XholonEdgeStringer
- All Implemented Interfaces:
- edu.uci.ics.jung.graph.decorators.EdgeStringer
- Enclosing class:
- AbstractNetworkViewerJung
- public class AbstractNetworkViewerJung.XholonEdgeStringer
- extends java.lang.Object
- implements edu.uci.ics.jung.graph.decorators.EdgeStringer
The XholonEdgeStringer class stores labels for edges,
and allows applications to get and set these.
- Author:
- Ken Webb
|
Method Summary |
edu.uci.ics.jung.graph.Edge |
getEdge(java.lang.String label)
|
java.lang.String |
getLabel(edu.uci.ics.jung.graph.ArchetypeEdge e)
|
void |
setLabel(edu.uci.ics.jung.graph.Edge e,
java.lang.String label)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNetworkViewerJung.XholonEdgeStringer
public AbstractNetworkViewerJung.XholonEdgeStringer()
getLabel
public java.lang.String getLabel(edu.uci.ics.jung.graph.ArchetypeEdge e)
- Specified by:
getLabel in interface edu.uci.ics.jung.graph.decorators.EdgeStringer
setLabel
public void setLabel(edu.uci.ics.jung.graph.Edge e,
java.lang.String label)
getEdge
public edu.uci.ics.jung.graph.Edge getEdge(java.lang.String label)