edu.uci.ics.jung.graph.impl
Class CollectionHypervertex
java.lang.Object
edu.uci.ics.jung.utils.UserDataDelegate
edu.uci.ics.jung.graph.impl.AbstractElement
edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex
edu.uci.ics.jung.graph.impl.AbstractHypervertex
edu.uci.ics.jung.graph.impl.CollectionHypervertex
- All Implemented Interfaces:
- ArchetypeVertex, Element, Hypervertex, UserDataContainer, Cloneable
- Direct Known Subclasses:
- ListHypervertex, SetHypervertex
public abstract class CollectionHypervertex
- extends AbstractHypervertex
- Author:
- Joshua O'Madadhain
Methods inherited from class edu.uci.ics.jung.graph.impl.AbstractArchetypeVertex |
degree, equals, findEdge, findEdgeSet, getEqualVertex, getEquivalentVertex, getIncidentEdges, getIncidentElements, getNeighbors, isIncident, isNeighborOf, numNeighbors |
incident_edges
protected Collection incident_edges
CollectionHypervertex
public CollectionHypervertex()
getNeighbors_internal
protected Collection getNeighbors_internal()
- Description copied from class:
AbstractArchetypeVertex
- Returns a set containing all neighbors of this vertex. This
is an internal method which is not intended for users.
- Specified by:
getNeighbors_internal
in class AbstractArchetypeVertex
- See Also:
AbstractArchetypeVertex.getNeighbors_internal()
getEdges_internal
protected Collection getEdges_internal()
- Description copied from class:
AbstractArchetypeVertex
- Returns a set containing all the incident edges of this vertex.
This is an internal method which is not intended for users.
- Specified by:
getEdges_internal
in class AbstractArchetypeVertex
- See Also:
AbstractArchetypeVertex.getEdges_internal()