|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BipartiteVertex | |
edu.uci.ics.jung.algorithms.blockmodel | |
edu.uci.ics.jung.graph.impl |
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,
java.util.Set edges)
|
Uses of BipartiteVertex in edu.uci.ics.jung.graph.impl |
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. |
Methods in edu.uci.ics.jung.graph.impl with parameters of type BipartiteVertex | |
ArchetypeVertex |
HypergraphBPG.getVertexCorrespondingTo(BipartiteVertex vertex2)
|
ArchetypeEdge |
HypergraphBPG.getEdgeCorrespondingTo(BipartiteVertex vertex2)
|
BipartiteGraph.Choice |
BipartiteGraph.getPartition(BipartiteVertex v)
Returns the partition for vertex v . |
BipartiteVertex |
BipartiteGraph.addVertex(BipartiteVertex v,
BipartiteGraph.Choice choice)
Adds a single vertex to the graph in the specified partition. |
Constructors in edu.uci.ics.jung.graph.impl with parameters of type BipartiteVertex | |
BipartiteEdge(BipartiteVertex a,
BipartiteVertex b)
The BipartiteEdge constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |