public class BipartiteEdge extends UndirectedSparseEdge
UserDataContainer.CopyActionmFrom, mToid, m_Graphfactory, udc_delegate| Constructor and Description |
|---|
BipartiteEdge(BipartiteVertex a,
BipartiteVertex b)
The BipartiteEdge constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ArchetypeEdge |
copy(ArchetypeGraph newGraph)
Creates a copy of this edge in the specified graph
newGraph,
and copies this edge's user data to the new edge. |
getEndpoints, getIncidentVertices, getOpposite, isIncident, numVertices, toStringequals, getEqualEdge, getEquivalentEdge, getIncidentElementsaddGraph_internal, getGraph, hashCode, initialize, removeGraph_internaladdUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDataFactory, setUserDatumfinalize, getClass, notify, notifyAll, wait, wait, waitgetEndpoints, getOppositegetEqualEdge, getEquivalentEdge, getIncidentVertices, isIncident, numVerticesgetGraph, getIncidentElementsaddUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDatumpublic BipartiteEdge(BipartiteVertex a, BipartiteVertex b)
a - a Vertex from a BipartiteGraph in CLASSAb - a Vertex from the same BipartiteGraph in CLASSBpublic ArchetypeEdge copy(ArchetypeGraph newGraph)
AbstractSparseEdgenewGraph,
and copies this edge's user data to the new edge.copy in interface ArchetypeEdgecopy in class AbstractSparseEdgenewGraph - the graph in which the copied edge will be placedArchetypeEdge.copy(edu.uci.ics.jung.graph.ArchetypeGraph)