Uses of Class
org.goplanit.graph.GraphEntityFactoryImpl
-
Packages that use GraphEntityFactoryImpl 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 classes -
-
Uses of GraphEntityFactoryImpl in org.goplanit.graph
Subclasses of GraphEntityFactoryImpl in org.goplanit.graph Modifier and Type Class Description class
ConjugateVertexFactoryImpl
Factory for creating vertices on vertices containerclass
EdgeFactoryImpl
Factory for creating edges on edges containerclass
VertexFactoryImpl
Factory for creating vertices on vertices container -
Uses of GraphEntityFactoryImpl in org.goplanit.graph.directed
Subclasses of GraphEntityFactoryImpl in org.goplanit.graph.directed Modifier and Type Class Description class
ConjugateDirectedEdgeFactoryImpl
Factory for creating conjugate directed edges on conjugate directed edges containerclass
ConjugateDirectedVertexFactoryImpl
Factory for creating vertices on vertices containerclass
ConjugateEdgeSegmentFactoryImpl
Factory for creating conjugate edge segments on conjugate edge segments containerclass
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 GraphEntityFactoryImpl in org.goplanit.network.layer.macroscopic
Subclasses of GraphEntityFactoryImpl in org.goplanit.network.layer.macroscopic Modifier and Type Class Description class
MacroscopicLinkFactoryImpl
Factory for creating macroscopic links on macroscopic links containerclass
MacroscopicLinkSegmentFactoryImpl
Factory for creating link segments on link segments container -
Uses of GraphEntityFactoryImpl in org.goplanit.network.layer.physical
Subclasses of GraphEntityFactoryImpl in org.goplanit.network.layer.physical Modifier and Type Class Description class
ConjugateLinkFactoryImpl
Factory for creating conjugate links on conjugate links containerclass
ConjugateLinkSegmentFactoryImpl
Factory for creating conjugate link segments on containerclass
ConjugateNodeFactoryImpl
Factory for creating nodes on conjugate nodes container.class
LinkFactoryImpl
Factory for creating links on links containerclass
NodeFactoryImpl
Factory for creating nodes on nodes container -
Uses of GraphEntityFactoryImpl in org.goplanit.network.layer.service
Subclasses of GraphEntityFactoryImpl in org.goplanit.network.layer.service 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 GraphEntityFactoryImpl in org.goplanit.network.virtual
Subclasses of GraphEntityFactoryImpl in org.goplanit.network.virtual Modifier and Type Class Description class
CentroidVertexFactoryImpl
Factory for creating nodes on nodes containerclass
ConjugateConnectoidEdgeFactoryImpl
Factory for creating conjugate links on conjugate links containerclass
ConjugateConnectoidNodeFactoryImpl
Factory for creating conjugate connectoid nodes on container.class
ConjugateConnectoidSegmentFactoryImpl
Factory for creating conjugate connectoid segments on containerclass
ConnectoidEdgeFactoryImpl
Factory for creating connectoid edges on connectoid edge containerclass
ConnectoidSegmentFactoryImpl
Factory for creating connectoid segments on connectoid segments container
-