public abstract class CollectionHypervertex extends AbstractHypervertex
UserDataContainer.CopyAction
Modifier and Type | Field and Description |
---|---|
protected java.util.Collection |
incident_edges |
id, m_Graph
factory, udc_delegate
Constructor and Description |
---|
CollectionHypervertex() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection |
getEdges_internal()
Returns a set containing all the incident edges of this vertex.
|
protected java.util.Collection |
getNeighbors_internal()
Returns a set containing all neighbors of this vertex.
|
connectEdge, copy, disconnectEdge, initialize, toString
degree, equals, findEdge, findEdgeSet, getEqualVertex, getEquivalentVertex, getIncidentEdges, getIncidentElements, getNeighbors, isIncident, isNeighborOf, numNeighbors
addGraph_internal, getGraph, hashCode, removeGraph_internal
addUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDataFactory, setUserDatum
finalize, getClass, notify, notifyAll, wait, wait, wait
degree, findEdge, findEdgeSet, getEqualVertex, getEquivalentVertex, getIncidentEdges, getNeighbors, isIncident, isNeighborOf, numNeighbors
getGraph, getIncidentElements
addUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDatum
protected java.util.Collection getNeighbors_internal()
AbstractArchetypeVertex
getNeighbors_internal
in class AbstractArchetypeVertex
AbstractArchetypeVertex.getNeighbors_internal()
protected java.util.Collection getEdges_internal()
AbstractArchetypeVertex
getEdges_internal
in class AbstractArchetypeVertex
AbstractArchetypeVertex.getEdges_internal()