|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.graph.impl.DefaultEdge<N>
N - the type of nodes this edge connects.public class DefaultEdge<N>
Simple realization of a directed edge.
| Constructor Summary | |
|---|---|
DefaultEdge(N source,
N target)
Constructor. |
|
| Method Summary | |
|---|---|
N |
getSource()
Returns the source node of this edge. |
N |
getTarget()
Returns the target node of this edge. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultEdge(N source,
N target)
source - the source.target - the target.| Method Detail |
|---|
public N getSource()
Edge
getSource in interface Edge<N>public N getTarget()
Edge
getTarget in interface Edge<N>public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||