|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
protected BipartiteVertex |
AbstractHyperUnitBPG.underlying_vertex()
Deprecated. |
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 | |
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. |
ArchetypeVertex |
HypergraphBPG.getVertexCorrespondingTo(BipartiteVertex vertex2)
Deprecated. |
ArchetypeEdge |
HypergraphBPG.getEdgeCorrespondingTo(BipartiteVertex vertex2)
Deprecated. |
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 |