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 classMacroscopicLinkSegmentsImplLink segments container implementationclassMacroscopicLinksImplMacroscopic 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 classConjugateLinkSegmentsImplLink segments primary managed container implementationclassConjugateLinksImplConjugated links primary managed container implementationclassConjugateNodesImplConjugate nodes primary managed container implementation.classLinksImpl<L extends Link>Links primary managed container implementationclassNodesImplNodes 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 classServiceLegSegmentsImplImplementation of ServiceLegSegments container.classServiceLegsImplContainer class for managing service legs within a service networkclassServiceNodesImplServiceNodes implementation. -
Uses of ManagedGraphEntitiesImpl in org.goplanit.network.virtual
Subclasses of ManagedGraphEntitiesImpl in org.goplanit.network.virtual Modifier and Type Class Description classCentroidVerticesImplCentroid vertices managed container implementationclassConjugateConnectoidEdgesImplConjugate connectoid edge container implementationclassConjugateConnectoidNodesImplConjugate connectoid nodes managed container implementation.classConjugateConnectoidSegmentsImplConjugate connectoid segments primary managed container implementationclassConnectoidEdgesImplConnectoid edge container implementationclassConnectoidSegmentsImplConnectoid 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
-