public interface Hyperedge extends ArchetypeEdge
UserDataContainer.CopyAction
Modifier and Type | Method and Description |
---|---|
boolean |
connectVertex(Hypervertex hv1)
Connects
hv1 to this hyperedge and vice versa. |
boolean |
disconnectVertex(Hypervertex hv1)
Disconnects
hv1 from this hyperedge and vice versa. |
copy, getEqualEdge, getEquivalentEdge, getIncidentVertices, isIncident, numVertices
getGraph, getIncidentElements
addUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDatum
boolean connectVertex(Hypervertex hv1)
hv1
to this hyperedge and vice versa.
Does not affect hv1
's membership in the graph.
Equivalent to calling hv1.connectEdge(this)
.boolean disconnectVertex(Hypervertex hv1)
hv1
from this hyperedge and vice versa.
Does not affect hv1
's membership in the graph.
Equivalent to calling hv1.disconnectEdge(this)
.