jBNC Toolbox

jbnc.graphs
Class Edge

java.lang.Object
  extended byjbnc.graphs.Edge
Direct Known Subclasses:
EdgeWithWeight

public class Edge
extends java.lang.Object

Description of the Class

Since:
June 1, 1999
Author:
Jarek Sacha

Field Summary
protected  Vertex in
           
protected  Vertex out
           
 
Method Summary
 Vertex getInVertex()
          Gets the InVertex attribute of the Edge object
 Vertex getOutVertex()
          Gets the OutVertex attribute of the Edge object
 void invert()
          Description of the Method
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

in

protected Vertex in

out

protected Vertex out
Method Detail

getInVertex

public Vertex getInVertex()
Gets the InVertex attribute of the Edge object

Returns:
The InVertex value

getOutVertex

public Vertex getOutVertex()
Gets the OutVertex attribute of the Edge object

Returns:
The OutVertex value

invert

public void invert()
Description of the Method


toString

public java.lang.String toString()
Description of the Method

Returns:
Description of the Returned Value

SourceForge.net Logo