Uses of Interface
org.goplanit.utils.id.ManagedIdEntityFactory
-
-
Uses of ManagedIdEntityFactory in org.goplanit.demands
Classes in org.goplanit.demands that implement ManagedIdEntityFactory 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 ManagedIdEntityFactory in org.goplanit.graph
Classes in org.goplanit.graph that implement ManagedIdEntityFactory 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 ManagedIdEntityFactory in org.goplanit.graph.directed
Classes in org.goplanit.graph.directed that implement ManagedIdEntityFactory 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 ManagedIdEntityFactory in org.goplanit.mode
Classes in org.goplanit.mode that implement ManagedIdEntityFactory Modifier and Type Class Description class
ModeFactoryImpl
Factory for creating modes on modes container -
Uses of ManagedIdEntityFactory in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement ManagedIdEntityFactory 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 ManagedIdEntityFactory in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement ManagedIdEntityFactory 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 ManagedIdEntityFactory in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement ManagedIdEntityFactory 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 ManagedIdEntityFactory in org.goplanit.network.virtual
Classes in org.goplanit.network.virtual that implement ManagedIdEntityFactory 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 ManagedIdEntityFactory in org.goplanit.path
Classes in org.goplanit.path that implement ManagedIdEntityFactory Modifier and Type Class Description class
ContainerisedDirectedPathFactoryImpl
Factory for creating directed paths on containerclass
ManagedDirectedPathFactoryImpl
Factory for creating directed paths on container -
Uses of ManagedIdEntityFactory in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement ManagedIdEntityFactory 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 ManagedIdEntityFactory in org.goplanit.utils.graph
Subinterfaces of ManagedIdEntityFactory in org.goplanit.utils.graph Modifier and Type Interface Description interface
ConjugateEdgeFactory
Factory interface for creating conjugate instancesinterface
ConjugateVertexFactory
Factory interface for creating conjugate vertex instancesinterface
EdgeFactory
Factory interface for creating edge instancesinterface
GraphEntityFactory<E extends GraphEntity>
A base abstract class for factories that create graph entities on an underlying container No specification of the container here because it is used as a placeholder to be able to let derived classes implement this interface with as much freedom as possible.interface
VertexFactory
Factory interface for creating vertex instances -
Uses of ManagedIdEntityFactory in org.goplanit.utils.graph.directed
Subinterfaces of ManagedIdEntityFactory in org.goplanit.utils.graph.directed Modifier and Type Interface Description interface
ConjugateDirectedEdgeFactory
Factory interface for creating conjugate directed edges.interface
ConjugateDirectedVertexFactory
Factory interface for creating conjugate vertex instancesinterface
ConjugateEdgeSegmentFactory
Factory interface for creating conjugate edge segment instancesinterface
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 ManagedIdEntityFactory in org.goplanit.utils.id
Classes in org.goplanit.utils.id that implement ManagedIdEntityFactory Modifier and Type Class Description class
ManagedIdEntityFactoryImpl<E extends ManagedId>
Base implementation for creating and registering managed id entities and conducting changes to ids based on the factory settings for generating ids.Methods in org.goplanit.utils.id that return ManagedIdEntityFactory Modifier and Type Method Description ManagedIdEntityFactory<E>
ManagedIdEntities. getFactory()
Factory to create instance of managed id entity (for this container class) -
Uses of ManagedIdEntityFactory in org.goplanit.utils.mode
Subinterfaces of ManagedIdEntityFactory in org.goplanit.utils.mode Modifier and Type Interface Description interface
ModeFactory
Factory interface for creating mode instances -
Uses of ManagedIdEntityFactory in org.goplanit.utils.network.layer.macroscopic
Subinterfaces of ManagedIdEntityFactory in org.goplanit.utils.network.layer.macroscopic Modifier and Type Interface Description interface
MacroscopicLinkFactory
Factory interface for creating macroscopic links (that are mode aware via their macroscopic link segments).interface
MacroscopicLinkSegmentFactory
Factory to create link segments and register them on its containerinterface
MacroscopicLinkSegmentTypeFactory
Factory to create link segments and register them on its container -
Uses of ManagedIdEntityFactory in org.goplanit.utils.network.layer.physical
Subinterfaces of ManagedIdEntityFactory in org.goplanit.utils.network.layer.physical Modifier and Type Interface Description interface
ConjugateLinkFactory
Factory interface for creating undirected turns, i.e., conjugate linksinterface
ConjugateLinkSegmentFactory
Factory to create conjugate link segments and register them on its containerinterface
ConjugateNodeFactory
Factory interface for creating conjugate node instancesinterface
LinkFactory<L extends Link>
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 ManagedIdEntityFactory in org.goplanit.utils.network.layer.service
Subinterfaces of ManagedIdEntityFactory 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 ManagedIdEntityFactory in org.goplanit.utils.network.layers
Subinterfaces of ManagedIdEntityFactory in org.goplanit.utils.network.layers Modifier and Type Interface Description interface
MacroscopicNetworkLayerFactory
Factory interface for creating macroscopic network layersinterface
ServiceNetworkLayerFactory
Factory interface for creating service network layers -
Uses of ManagedIdEntityFactory in org.goplanit.utils.network.virtual
Subinterfaces of ManagedIdEntityFactory in org.goplanit.utils.network.virtual Modifier and Type Interface Description interface
CentroidVertexFactory
Factory interface for creating centroid vertex instancesinterface
ConjugateConnectoidEdgeFactory
Factory interface for connectoid conjugate edgesinterface
ConjugateConnectoidNodeFactory
Factory interface for creating conjugate connectoid node instancesinterface
ConjugateConnectoidSegmentFactory
Factory interface for onjugate connectoid segmentsinterface
ConnectoidEdgeFactory
Factory interface for connectoid edgesinterface
ConnectoidSegmentFactory
Factory interface for connectoid segments -
Uses of ManagedIdEntityFactory in org.goplanit.utils.path
Subinterfaces of ManagedIdEntityFactory in org.goplanit.utils.path Modifier and Type Interface Description interface
ContainerisedDirectedPathFactory
Factory interface for directed paths that are not only managed but also containerisedinterface
ManagedDirectedPathFactory
Factory interface for (managed) directed paths -
Uses of ManagedIdEntityFactory in org.goplanit.utils.service.routed
Subinterfaces of ManagedIdEntityFactory in org.goplanit.utils.service.routed Modifier and Type Interface Description interface
RoutedServiceFactory
Factory for creating routed service instances on underlying containerinterface
RoutedServicesLayerFactory
Factory for creating routed services layer instances (on container)interface
RoutedTripDepartureFactory
Factory for creating routed trip departure instances (on container)interface
RoutedTripFactory<T extends RoutedTrip>
Factory for creating routed trips of type Tinterface
RoutedTripFrequencyFactory
Factory for creating routed trips that are frequency basedinterface
RoutedTripScheduleFactory
Factory for creating routed trips that are schedule based -
Uses of ManagedIdEntityFactory in org.goplanit.utils.zoning
Subinterfaces of ManagedIdEntityFactory in org.goplanit.utils.zoning Modifier and Type Interface Description interface
CentroidFactory
Factory interface for centroidsinterface
DirectedConnectoidFactory
Factory interface for directed connectoidsinterface
OdZoneFactory
Factory interface for directed connectoidsinterface
TransferZoneFactory
Factory interface for directed connectoidsinterface
TransferZoneGroupFactory
A Factory for transfer zone groups to register on containerinterface
UndirectedConnectoidFactory
Factory interface for undirected connectoids -
Uses of ManagedIdEntityFactory in org.goplanit.zoning
Classes in org.goplanit.zoning that implement ManagedIdEntityFactory 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)
-