edu.uci.ics.jung.algorithms.blockmodel
Class GraphCollapser.CollapsedSparseVertex
java.lang.Object
edu.uci.ics.jung.utils.UserData
edu.uci.ics.jung.graph.impl.AbstractSparseVertex
edu.uci.ics.jung.graph.impl.SimpleSparseVertex
edu.uci.ics.jung.graph.impl.SparseVertex
edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedSparseVertex
- All Implemented Interfaces:
- ArchetypeVertex, java.lang.Cloneable, GraphCollapser.CollapsedVertex, UserDataContainer, Vertex
- Enclosing class:
- GraphCollapser
- public static class GraphCollapser.CollapsedSparseVertex
- extends SparseVertex
- implements GraphCollapser.CollapsedVertex
A CollapsedSparseVertex extends CollapsedVertex.
Method Summary |
java.util.Set |
getRootSet()
|
java.lang.String |
toString()
Returns a human-readable representation of this vertex. |
Methods inherited from class edu.uci.ics.jung.graph.impl.AbstractSparseVertex |
copy, degree, equals, getEqualVertex, getEquivalentVertex, getGraph, getIncidentEdges, getNeighbors, hashCode, isIncident, isNeighborOf, numNeighbors |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.uci.ics.jung.graph.Vertex |
findEdge, findEdgeSet, getInEdges, getOutEdges, getPredecessors, getSuccessors, inDegree, isDest, isPredecessorOf, isSource, isSuccessorOf, numPredecessors, numSuccessors, outDegree |
GraphCollapser.CollapsedSparseVertex
public GraphCollapser.CollapsedSparseVertex(java.util.Set rootSet)
- Parameters:
rootSet
-
toString
public java.lang.String toString()
- Description copied from class:
AbstractSparseVertex
- Returns a human-readable representation of this vertex.
- Overrides:
toString
in class AbstractSparseVertex
- See Also:
Object.toString()
getRootSet
public java.util.Set getRootSet()
- Specified by:
getRootSet
in interface GraphCollapser.CollapsedVertex