|
||||||||||
| 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 Edgepublic int target()
target in interface Edgepublic double weight()
weight in interface Edgepublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||