All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.ref.SILEdge

java.lang.Object
   |
   +----jdsl.core.ref.SILPosition
           |
           +----jdsl.core.ref.SILEdge

public class SILEdge
extends SILPosition
implements Edge
An edge in a SILGraph.


Constructor Index

 o SILEdge(Container, Object, Vertex, Vertex, boolean)
Construct a new edge for use in a SimpleIncidenceListGraph.

Constructors

 o SILEdge
 public SILEdge(Container cont,
                Object elt,
                Vertex v1,
                Vertex v2,
                boolean directed)
Construct a new edge for use in a SimpleIncidenceListGraph.

Parameters:
cont - The graph
elt - The element associated with this position
v1 - The first endpoint (the origin if directed)
v2 - The second endpoint (the destination if directed)
directed - If true, the edge is directed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index