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.
- Version:
- $Revision: 1.2 $, $Date: 1998/07/02 19:53:21 $
- Author:
- Benoit Hudson (bh), Mike Boilen (mgb)
-
SILEdge(Container, Object, Vertex, Vertex, boolean)
-
Construct a new edge for use in a SimpleIncidenceListGraph.
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