public interface Hypervertex extends ArchetypeVertex
UserDataContainer.CopyAction
Modifier and Type | Method and Description |
---|---|
boolean |
connectEdge(Hyperedge he)
Connects
he to this hypervertex and vice versa. |
boolean |
disconnectEdge(Hyperedge he)
Disconnects
he from this hypervertex and vice versa. |
copy, degree, findEdge, findEdgeSet, getEqualVertex, getEquivalentVertex, getIncidentEdges, getNeighbors, isIncident, isNeighborOf, numNeighbors
getGraph, getIncidentElements
addUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDatum
boolean connectEdge(Hyperedge he)
he
to this hypervertex and vice versa.
Does not affect he
's membership in the graph.
Equivalent to calling he.connectVertex(this)
.boolean disconnectEdge(Hyperedge he)
he
from this hypervertex and vice versa.
Does not affect he
's membership in the graph.
Equivalent to calling he.disconnectVertex(this)
.