net.sf.j3d.math.flow
Class Digraph

java.lang.Object
  extended by net.sf.j3d.math.flow.Digraph

public class Digraph
extends Object


Field Summary
 List vertices
           
 
Constructor Summary
Digraph()
           
 
Method Summary
 void clearPhi()
           
 int create()
           
 Set diff(Set l)
           
 Vertex get(int index)
           
 Path getAugmentingPath(Vertex v, Vertex w)
           
 Set into(Vertex v)
           
 Vertex into(Vertex v, Set s)
           
 Vertex V(int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertices

public List vertices
Constructor Detail

Digraph

public Digraph()
Method Detail

create

public int create()

get

public Vertex get(int index)

V

public Vertex V(int i)

into

public Set into(Vertex v)

into

public Vertex into(Vertex v,
                   Set s)

diff

public Set diff(Set l)

clearPhi

public void clearPhi()

getAugmentingPath

public Path getAugmentingPath(Vertex v,
                              Vertex w)