com.mindfusion.graphs
Class Face

java.lang.Object
  extended by com.mindfusion.graphs.Face

public class Face
extends java.lang.Object


Constructor Summary
Face()
           
 
Method Summary
 java.util.ArrayList<Edge> getEdges()
           
 boolean IncidentWith(Vertex v)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Face

public Face()
Method Detail

IncidentWith

public boolean IncidentWith(Vertex v)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getEdges

public java.util.ArrayList<Edge> getEdges()