Uses of Class
org.goplanit.utils.graph.ManagedGraphEntitiesImpl
-
Packages that use ManagedGraphEntitiesImpl Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layer.physical Physical network component object classesorg.goplanit.network.layer.service org.goplanit.network.virtual Virtual network component object classesorg.goplanit.utils.graph Utilities for setting up graphs -
-
Uses of ManagedGraphEntitiesImpl in org.goplanit.network.layer.macroscopic
Subclasses of ManagedGraphEntitiesImpl in org.goplanit.network.layer.macroscopic Modifier and Type Class Description class
MacroscopicLinkSegmentsImpl
Link segments container implementationclass
MacroscopicLinksImpl
Macroscopic links primary managed container implementation -
Uses of ManagedGraphEntitiesImpl in org.goplanit.network.layer.physical
Subclasses of ManagedGraphEntitiesImpl in org.goplanit.network.layer.physical Modifier and Type Class Description class
ConjugateLinkSegmentsImpl
Link segments primary managed container implementationclass
ConjugateLinksImpl
Conjugated links primary managed container implementationclass
ConjugateNodesImpl
Conjugate nodes primary managed container implementation.class
LinksImpl<L extends Link>
Links primary managed container implementationclass
NodesImpl
Nodes primary managed container implementation -
Uses of ManagedGraphEntitiesImpl in org.goplanit.network.layer.service
Subclasses of ManagedGraphEntitiesImpl in org.goplanit.network.layer.service Modifier and Type Class Description class
ServiceLegSegmentsImpl
Implementation of ServiceLegSegments container.class
ServiceLegsImpl
Container class for managing service legs within a service networkclass
ServiceNodesImpl
ServiceNodes implementation. -
Uses of ManagedGraphEntitiesImpl in org.goplanit.network.virtual
Subclasses of ManagedGraphEntitiesImpl in org.goplanit.network.virtual Modifier and Type Class Description class
CentroidVerticesImpl
Centroid vertices managed container implementationclass
ConjugateConnectoidEdgesImpl
Conjugate connectoid edge container implementationclass
ConjugateConnectoidNodesImpl
Conjugate connectoid nodes managed container implementation.class
ConjugateConnectoidSegmentsImpl
Conjugate connectoid segments primary managed container implementationclass
ConnectoidEdgesImpl
Connectoid edge container implementationclass
ConnectoidSegmentsImpl
Connectoid segments container implementation -
Uses of ManagedGraphEntitiesImpl in org.goplanit.utils.graph
Methods in org.goplanit.utils.graph that return ManagedGraphEntitiesImpl Modifier and Type Method Description abstract ManagedGraphEntitiesImpl<E>
ManagedGraphEntitiesImpl. deepClone()
Deep clone implementationabstract ManagedGraphEntitiesImpl<E>
ManagedGraphEntitiesImpl. deepCloneWithMapping(BiConsumer<E,E> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperabstract ManagedGraphEntitiesImpl<E>
ManagedGraphEntitiesImpl. shallowClone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.utils.graph with parameters of type ManagedGraphEntitiesImpl Constructor Description ManagedGraphEntitiesImpl(ManagedGraphEntitiesImpl<E> other, boolean deepCopy, BiConsumer<E,E> mapper)
copy constructor
-