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 class
MacroscopicLinkSegmentsImpl
Link 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 class
LinksImpl
Links primary managed container implementationclass
NodesImpl
Nodes 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 class
ServiceLegSegmentsImpl
Implementation of ServiceLegSegments container.class
ServiceLegsImpl
Container class for managing service legs within a service networkclass
ServiceNodesImpl
ServiceNodes 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 interface
MacroscopicLinkSegments
Primary 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 interface
Links
rimary managed container class for links with access to factory capable of creating new links and registering them on the container directlyinterface
Nodes
Container 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 interface
ServiceLegs
Container around service legs with factory accessinterface
ServiceLegSegments
Container for service leg segmentsinterface
ServiceNodes
Service node container and factory
-