edu.uci.ics.jung.graph.impl
Class BipartiteGraph.Choice

java.lang.Object
  extended byedu.uci.ics.jung.graph.impl.BipartiteGraph.Choice
Enclosing class:
BipartiteGraph

public static final class BipartiteGraph.Choice
extends java.lang.Object

This small enumerated type merely forces a user to pick class "A" or "B" when adding a Vertex to a BipartiteGraph.


Constructor Summary
BipartiteGraph.Choice()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BipartiteGraph.Choice

public BipartiteGraph.Choice()