Uses of Class
edu.uci.ics.jung.graph.impl.BipartiteVertex

Packages that use BipartiteVertex
edu.uci.ics.jung.algorithms.blockmodel Implementations of a notion of graph equivalence for blockmodeling, and a mechanism for collapsing blocks. 
edu.uci.ics.jung.graph.impl Implementations of the JUNG vertex, edge, and graph interfaces. 
 

Uses of BipartiteVertex in edu.uci.ics.jung.algorithms.blockmodel
 

Subclasses of BipartiteVertex in edu.uci.ics.jung.algorithms.blockmodel
 class BipartiteGraphCollapser.CollapsedBipartiteVertex
           
 

Constructors in edu.uci.ics.jung.algorithms.blockmodel with parameters of type BipartiteVertex
BipartiteGraphCollapser.CollapsedBipartiteEdge(BipartiteVertex a, BipartiteVertex b, Set edges)
           
 

Uses of BipartiteVertex in edu.uci.ics.jung.graph.impl
 

Fields in edu.uci.ics.jung.graph.impl declared as BipartiteVertex
protected  BipartiteVertex AbstractHyperUnitBPG.vertex
          Deprecated.  
 

Methods in edu.uci.ics.jung.graph.impl that return BipartiteVertex
 BipartiteVertex BipartiteGraph.addVertex(BipartiteVertex v, BipartiteGraph.Choice choice)
          Adds a single vertex to the graph in the specified partition.
protected  BipartiteVertex AbstractHyperUnitBPG.underlying_vertex()
          Deprecated.  
 

Methods in edu.uci.ics.jung.graph.impl with parameters of type BipartiteVertex
 BipartiteVertex BipartiteGraph.addVertex(BipartiteVertex v, BipartiteGraph.Choice choice)
          Adds a single vertex to the graph in the specified partition.
 ArchetypeEdge HypergraphBPG.getEdgeCorrespondingTo(BipartiteVertex vertex2)
          Deprecated.  
 BipartiteGraph.Choice BipartiteGraph.getPartition(BipartiteVertex v)
          Returns the partition for vertex v.
 ArchetypeVertex HypergraphBPG.getVertexCorrespondingTo(BipartiteVertex vertex2)
          Deprecated.  
 

Constructors in edu.uci.ics.jung.graph.impl with parameters of type BipartiteVertex
BipartiteEdge(BipartiteVertex a, BipartiteVertex b)
          The BipartiteEdge constructor.