|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Link
The base interface for Edges and HyperEdges. Any class that implements Link should also implement one of these subinterfaces. Moreover, a class which implements this interface should not have any public constructor. Its instances should be created by a factory method of the corresponding Graph class.
Method Summary | |
---|---|
java.util.Iterator |
incidentNodes()
Returns an iterator over the Nodes to which this Link is incident. |
boolean |
isDirected()
Indicates whether this Link is a directed Edge. |
boolean |
isUndirected()
Indicates whether this Link is an undirected Edge. |
Methods inherited from interface de.fhstralsund.vinets.structure.NetElement |
---|
clearLabels, containsLabel, getBooleanLabel, getData, getDoubleLabel, getGeometry, getHost, getID, getIntLabel, getLabel, getLabelKeySet, getName, getOriginal, getRepresentation, removeLabel, setBooleanLabel, setData, setDoubleLabel, setGeometry, setIntLabel, setLabel, setName, setRepresentation |
Method Detail |
---|
java.util.Iterator incidentNodes()
boolean isDirected()
boolean isUndirected()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |