Uses of Interface
org.goplanit.utils.graph.GraphEntityFactory
-
Packages that use GraphEntityFactory Package Description org.goplanit.graph Network component object classesorg.goplanit.graph.directed 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.graph.directed org.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 GraphEntityFactory in org.goplanit.graph
Classes in org.goplanit.graph that implement GraphEntityFactory Modifier and Type Class Description class
EdgeFactoryImpl
Factory for creating edges on edges containerclass
GraphEntityFactoryImpl<E extends GraphEntity>
Base implementation for creating and registering graph entities on underlying container and conducting changes to ids based on the factory settings for egenrating ids.class
VertexFactoryImpl
Factory for creating vertices on vertices container -
Uses of GraphEntityFactory in org.goplanit.graph.directed
Classes in org.goplanit.graph.directed that implement GraphEntityFactory Modifier and Type Class Description class
DirectedEdgeFactoryImpl
Factory for creating directed edges on directed edges containerclass
DirectedVertexFactoryImpl
Factory for creating vertices on vertices containerclass
EdgeSegmentFactoryImpl
Factory for creating edge segments on edge segments container -
Uses of GraphEntityFactory in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement GraphEntityFactory Modifier and Type Class Description class
MacroscopicLinkSegmentFactoryImpl
Factory for creating link segments on link segments container -
Uses of GraphEntityFactory in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement GraphEntityFactory Modifier and Type Class Description class
LinkFactoryImpl
Factory for creating links on links containerclass
LinkSegmentFactoryImpl
Factory for creating link segments on link segments containerclass
NodeFactoryImpl
Factory for creating nodes on nodes container -
Uses of GraphEntityFactory in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement GraphEntityFactory Modifier and Type Class Description class
ServiceLegFactoryImpl
Factory for creating service legs on service leg containerclass
ServiceLegSegmentFactoryImpl
Factory for creating service leg segments on service leg segment containerclass
ServiceNodeFactoryImpl
Factory for creating nodes on nodes container -
Uses of GraphEntityFactory in org.goplanit.network.virtual
Classes in org.goplanit.network.virtual that implement GraphEntityFactory Modifier and Type Class Description class
ConnectoidEdgeFactoryImpl
Factory for creating connectoid edges on connectoid edge containerclass
ConnectoidSegmentFactoryImpl
Factory for creating connectoid segments on connectoid segments container -
Uses of GraphEntityFactory in org.goplanit.utils.graph
Subinterfaces of GraphEntityFactory in org.goplanit.utils.graph Modifier and Type Interface Description interface
EdgeFactory
Factory interface for creating edge instancesinterface
VertexFactory
Factory interface for creating vertex instancesMethods in org.goplanit.utils.graph that return GraphEntityFactory Modifier and Type Method Description GraphEntityFactory<E>
GraphEntities. getFactory()
Factory to create instance of graph entity (for this container class) -
Uses of GraphEntityFactory in org.goplanit.utils.graph.directed
Subinterfaces of GraphEntityFactory in org.goplanit.utils.graph.directed Modifier and Type Interface Description interface
DirectedEdgeFactory
Factory interface for creating directed edges.interface
DirectedVertexFactory
Factory interface for creating vertex instancesinterface
EdgeSegmentFactory
Factory interface for creating edge segment instances -
Uses of GraphEntityFactory in org.goplanit.utils.network.layer.macroscopic
Subinterfaces of GraphEntityFactory in org.goplanit.utils.network.layer.macroscopic Modifier and Type Interface Description interface
MacroscopicLinkSegmentFactory
Factory to create link segments and register them on its container -
Uses of GraphEntityFactory in org.goplanit.utils.network.layer.physical
Subinterfaces of GraphEntityFactory in org.goplanit.utils.network.layer.physical Modifier and Type Interface Description interface
LinkFactory
Factory interface for creating links.interface
LinkSegmentFactory
Factory to create link segments and register them on its containerinterface
NodeFactory
Factory interface for creating node instances -
Uses of GraphEntityFactory in org.goplanit.utils.network.layer.service
Subinterfaces of GraphEntityFactory in org.goplanit.utils.network.layer.service Modifier and Type Interface Description interface
ServiceLegFactory
Factory interface for creating service leg instancesinterface
ServiceLegSegmentFactory
Factory interface for creating service leg segment instancesinterface
ServiceNodeFactory
Factory interface for creating service node instances -
Uses of GraphEntityFactory in org.goplanit.utils.network.virtual
Subinterfaces of GraphEntityFactory in org.goplanit.utils.network.virtual Modifier and Type Interface Description interface
ConnectoidEdgeFactory
Factory interface for connectoid edgesinterface
ConnectoidSegmentFactory
Factory interface for connectoid segments
-