Uses of Interface
org.goplanit.utils.graph.ManagedGraphEntities
-
Packages that use ManagedGraphEntities 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 graphsorg.goplanit.utils.network.layer.macroscopic org.goplanit.utils.network.layer.physical org.goplanit.utils.network.layer.service org.goplanit.utils.network.virtual Virtual physical network oriented utility classes -
-
Uses of ManagedGraphEntities in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement ManagedGraphEntities Modifier and Type Class Description classMacroscopicLinkSegmentsImplLink segments container implementationclassMacroscopicLinksImplMacroscopic links primary managed container implementation -
Uses of ManagedGraphEntities in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement ManagedGraphEntities 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 ManagedGraphEntities in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement ManagedGraphEntities Modifier and Type Class Description classServiceLegSegmentsImplImplementation of ServiceLegSegments container.classServiceLegsImplContainer class for managing service legs within a service networkclassServiceNodesImplServiceNodes implementation. -
Uses of ManagedGraphEntities in org.goplanit.network.virtual
Classes in org.goplanit.network.virtual that implement ManagedGraphEntities 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 ManagedGraphEntities in org.goplanit.utils.graph
Classes in org.goplanit.utils.graph that implement ManagedGraphEntities Modifier and Type Class Description classManagedGraphEntitiesImpl<E extends GraphEntity & ManagedId>Base class for containers of managed id entities that are also graph entitiesMethods in org.goplanit.utils.graph that return ManagedGraphEntities Modifier and Type Method Description ManagedGraphEntities<E>ManagedGraphEntities. deepClone()Force clone implementationManagedGraphEntities<E>ManagedGraphEntities. deepCloneWithMapping(BiConsumer<E,E> mapper)Deep clone implementation with mapping retained between original and copies createdManagedGraphEntities<E>ManagedGraphEntities. shallowClone()shallow clone implementation -
Uses of ManagedGraphEntities in org.goplanit.utils.network.layer.macroscopic
Subinterfaces of ManagedGraphEntities in org.goplanit.utils.network.layer.macroscopic Modifier and Type Interface Description interfaceMacroscopicLinksPrimary managed container class for macroscopic links with access to factory capable of creating new links and registering them on the container directlyinterfaceMacroscopicLinkSegmentsPrimary managed container for MacroscopicLinkSegments explicitly and create them on the container via its dedicated factory class -
Uses of ManagedGraphEntities in org.goplanit.utils.network.layer.physical
Subinterfaces of ManagedGraphEntities in org.goplanit.utils.network.layer.physical Modifier and Type Interface Description interfaceConjugateLinksPrimary managed container class for conjugate links with access to factory capable of creating new conjugate links and registering them on the container directlyinterfaceConjugateLinkSegmentsPrimary managed container for conjugate linkSegments explicitly and create them on the container via its dedicated factory classinterfaceConjugateNodesContainer class for primary managed nodes container and access to factory to create and register them on this instanceinterfaceLinks<L extends Link>Primary managed container class for links with access to factory capable of creating new links and registering them on the container directlyinterfaceNodesContainer class for primary managed nodes container and access to factory to create and register them on this instance -
Uses of ManagedGraphEntities in org.goplanit.utils.network.layer.service
Subinterfaces of ManagedGraphEntities in org.goplanit.utils.network.layer.service Modifier and Type Interface Description interfaceServiceLegsContainer around service legs with factory accessinterfaceServiceLegSegmentsContainer for service leg segmentsinterfaceServiceNodesService node container and factory -
Uses of ManagedGraphEntities in org.goplanit.utils.network.virtual
Subinterfaces of ManagedGraphEntities in org.goplanit.utils.network.virtual Modifier and Type Interface Description interfaceConjugateConnectoidNodesContainer class for conjugate connectoid nodes container and access to factory to create and register them on this instanceinterfaceConjugateConnectoidSegmentsContainer to register and manage conjugate connectoid segments that define the points of access for zones regarding conjugate infrastructure network (layer)
-