public class BipartiteVertex extends SparseVertex
UserDataContainer.CopyActionmNeighborsToEdges, mPredsToInEdges, mSuccsToOutEdgesid, m_Graphfactory, udc_delegate| Constructor and Description |
|---|
BipartiteVertex() |
| Modifier and Type | Method and Description |
|---|---|
ArchetypeVertex |
copy(ArchetypeGraph newGraph)
Specialized copy function for copy FROM BipartiteGraph TO BipartiteGraph
|
addNeighbor_internal, findEdge, findEdgeSet, getEdges_internal, getInEdges, getOutEdges, removeNeighbor_internalgetNeighbors_internal, getNeighborsToEdges, getPredecessors, getPredsToInEdges, getSuccessors, getSuccsToOutEdges, inDegree, initialize, isDest, isPredecessorOf, isSource, isSuccessorOf, numPredecessors, numSuccessors, outDegree, setNeighborsToEdges, setPredsToInEdges, setSuccsToOutEdgesfindEdge, findEdgeSet, toStringdegree, equals, getEqualVertex, getEquivalentVertex, getIncidentEdges, getIncidentElements, getNeighbors, isIncident, isNeighborOf, numNeighborsaddGraph_internal, getGraph, hashCode, removeGraph_internaladdUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDataFactory, setUserDatumfinalize, getClass, notify, notifyAll, wait, wait, waitdegree, getEqualVertex, getEquivalentVertex, getIncidentEdges, getNeighbors, isIncident, isNeighborOf, numNeighborsgetGraph, getIncidentElementsaddUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDatumpublic ArchetypeVertex copy(ArchetypeGraph newGraph)
copy in interface ArchetypeVertexcopy in class AbstractSparseVertexnewGraph - the graph in which the copied vertex will be placedArchetypeVertex.copy(ArchetypeGraph)