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.utils.graph Utilities for setting up graphsorg.goplanit.utils.network.layer.macroscopic org.goplanit.utils.network.layer.physical org.goplanit.utils.network.layer.service -
-
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 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 classLinksImplLinks 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.utils.graph
Methods in org.goplanit.utils.graph that return ManagedGraphEntities Modifier and Type Method Description ManagedGraphEntities<E>ManagedGraphEntities. clone()Force 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 interfaceMacroscopicLinkSegmentsPrimary 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 interfaceLinksrimary 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
-