|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jdsl.core.ref.HashtableDecorable
|
+--jdsl.core.ref.SILPosition
|
+--jdsl.core.ref.SILEdge
An edge in a SILGraph.
| Constructor Summary | |
SILEdge(Container cont,
java.lang.Object elt,
Vertex v1,
Vertex v2,
boolean directed)
Construct a new edge for use in a SimpleIncidenceListGraph. |
|
| Methods inherited from class jdsl.core.ref.SILPosition |
container,
element,
toString |
| Methods inherited from class jdsl.core.ref.HashtableDecorable |
attributes,
destroy,
get,
has,
set |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public SILEdge(Container cont,
java.lang.Object elt,
Vertex v1,
Vertex v2,
boolean directed)
cont - The graphelt - The element associated with this positionv1 - The first endpoint (the origin if directed)v2 - The second endpoint (the destination if directed)directed - If true, the edge is directed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||