Uses of Class
org.goplanit.utils.id.ManagedIdEntityFactoryImpl
-
Packages that use ManagedIdEntityFactoryImpl Package Description org.goplanit.demands Classes which manage traveler demandsorg.goplanit.graph Network component object classesorg.goplanit.graph.directed org.goplanit.mode 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.path PLANit path classesorg.goplanit.service.routed org.goplanit.zoning -
-
Uses of ManagedIdEntityFactoryImpl in org.goplanit.demands
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.demands Modifier and Type Class Description class
TimePeriodsFactory
Factory class for time periods instances to be registered on its parent container passed in to constructorclass
TravellerTypesFactory
Factory class for TravellerType instances to be registered on its parent container passed in to constructorclass
UserClassesFactory
Factory class for user classes instances to be registered on its parent container passed in to constructor -
Uses of ManagedIdEntityFactoryImpl in org.goplanit.graph
Subclasses of ManagedIdEntityFactoryImpl 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
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 ManagedIdEntityFactoryImpl in org.goplanit.graph.directed
Subclasses of ManagedIdEntityFactoryImpl 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 ManagedIdEntityFactoryImpl in org.goplanit.mode
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.mode Modifier and Type Class Description class
ModeFactoryImpl
Factory for creating modes on modes container -
Uses of ManagedIdEntityFactoryImpl in org.goplanit.network.layer.macroscopic
Subclasses of ManagedIdEntityFactoryImpl 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 containerclass
MacroscopicLinkSegmentTypeFactoryImpl
Factory for creating macroscopic link segment types on link segment types containerclass
MacroscopicNetworkLayerFactoryImpl
Factory for creating macroscopic network layer instances -
Uses of ManagedIdEntityFactoryImpl in org.goplanit.network.layer.physical
Subclasses of ManagedIdEntityFactoryImpl 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 ManagedIdEntityFactoryImpl in org.goplanit.network.layer.service
Subclasses of ManagedIdEntityFactoryImpl 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
ServiceNetworkLayerFactoryImpl
Factory for creating service network layer instancesclass
ServiceNodeFactoryImpl
Factory for creating nodes on nodes container -
Uses of ManagedIdEntityFactoryImpl in org.goplanit.network.virtual
Subclasses of ManagedIdEntityFactoryImpl 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 -
Uses of ManagedIdEntityFactoryImpl in org.goplanit.path
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.path Modifier and Type Class Description class
ContainerisedDirectedPathFactoryImpl
Factory for creating directed paths on containerclass
ManagedDirectedPathFactoryImpl
Factory for creating directed paths on container -
Uses of ManagedIdEntityFactoryImpl in org.goplanit.service.routed
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.service.routed Modifier and Type Class Description class
RoutedServiceFactoryImpl
Factory for creating routed service instances on underlying containerclass
RoutedServicesLayerFactoryImpl
Factory for creating routed services layer instances (on container)class
RoutedTripDepartureFactoryImpl
Factory for creating routed trip departure instances (on container)class
RoutedTripFactoryImpl<T extends RoutedTrip>
Factory for creating routed trips of type Tclass
RoutedTripFrequencyFactoryImpl
Factory for creating routed trips that are frequency basedclass
RoutedTripScheduleFactoryImpl
Factory for creating routed trips that are schedule based -
Uses of ManagedIdEntityFactoryImpl in org.goplanit.zoning
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.zoning Modifier and Type Class Description class
CentroidFactoryImpl
Factory for creating centroidsclass
DirectedConnectoidFactoryImpl
Factory for creating directed connectoids (on container)class
OdZoneFactoryImpl
Factory for creating od zones (on container)class
TransferZoneFactoryImpl
Factory for creating transfer zones (on container)class
TransferZoneGroupFactoryImpl
Factory for creating transfer zone groups (on container)class
UndirectedConnectoidFactoryImpl
Factory for creating new undirected connectoids on containerclass
ZoneFactoryImpl<Z extends Zone>
Factory for creating od zones (on container)
-