|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPlainEdge
This class implements the Edge interface. It supports no additional functionality.
Constructor Summary | |
PlainEdge(int source,
int target,
double weight)
The class constructor. |
Method Summary | |
int |
source()
|
int |
target()
|
java.lang.String |
toString()
|
double |
weight()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PlainEdge(int source, int target, double weight)
Method Detail |
public int source()
source
in interface Edge
public int target()
target
in interface Edge
public double weight()
weight
in interface Edge
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |