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 classTimePeriodsFactoryFactory class for time periods instances to be registered on its parent container passed in to constructorclassTravellerTypesFactoryFactory class for TravellerType instances to be registered on its parent container passed in to constructorclassUserClassesFactoryFactory 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 classConjugateVertexFactoryImplFactory for creating vertices on vertices containerclassEdgeFactoryImplFactory for creating edges on edges containerclassGraphEntityFactoryImpl<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.classVertexFactoryImplFactory 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 classConjugateDirectedEdgeFactoryImplFactory for creating conjugate directed edges on conjugate directed edges containerclassConjugateDirectedVertexFactoryImplFactory for creating vertices on vertices containerclassConjugateEdgeSegmentFactoryImplFactory for creating conjugate edge segments on conjugate edge segments containerclassDirectedEdgeFactoryImplFactory for creating directed edges on directed edges containerclassDirectedVertexFactoryImplFactory for creating vertices on vertices containerclassEdgeSegmentFactoryImplFactory 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 classModeFactoryImplFactory 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 classMacroscopicLinkFactoryImplFactory for creating macroscopic links on macroscopic links containerclassMacroscopicLinkSegmentFactoryImplFactory for creating link segments on link segments containerclassMacroscopicLinkSegmentTypeFactoryImplFactory for creating macroscopic link segment types on link segment types containerclassMacroscopicNetworkLayerFactoryImplFactory 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 classConjugateLinkFactoryImplFactory for creating conjugate links on conjugate links containerclassConjugateLinkSegmentFactoryImplFactory for creating conjugate link segments on containerclassConjugateNodeFactoryImplFactory for creating nodes on conjugate nodes container.classLinkFactoryImplFactory for creating links on links containerclassNodeFactoryImplFactory 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 classServiceLegFactoryImplFactory for creating service legs on service leg containerclassServiceLegSegmentFactoryImplFactory for creating service leg segments on service leg segment containerclassServiceNetworkLayerFactoryImplFactory for creating service network layer instancesclassServiceNodeFactoryImplFactory 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 classCentroidVertexFactoryImplFactory for creating nodes on nodes containerclassConjugateConnectoidEdgeFactoryImplFactory for creating conjugate links on conjugate links containerclassConjugateConnectoidNodeFactoryImplFactory for creating conjugate connectoid nodes on container.classConjugateConnectoidSegmentFactoryImplFactory for creating conjugate connectoid segments on containerclassConnectoidEdgeFactoryImplFactory for creating connectoid edges on connectoid edge containerclassConnectoidSegmentFactoryImplFactory 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 classContainerisedDirectedPathFactoryImplFactory for creating directed paths on containerclassManagedDirectedPathFactoryImplFactory 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 classRoutedServiceFactoryImplFactory for creating routed service instances on underlying containerclassRoutedServicesLayerFactoryImplFactory for creating routed services layer instances (on container)classRoutedTripDepartureFactoryImplFactory for creating routed trip departure instances (on container)classRoutedTripFactoryImpl<T extends RoutedTrip>Factory for creating routed trips of type TclassRoutedTripFrequencyFactoryImplFactory for creating routed trips that are frequency basedclassRoutedTripScheduleFactoryImplFactory 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 interfaceConjugateEdgeFactoryFactory interface for creating conjugate instancesinterfaceConjugateVertexFactoryFactory interface for creating conjugate vertex instancesinterfaceEdgeFactoryFactory interface for creating edge instancesinterfaceGraphEntityFactory<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.interfaceVertexFactoryFactory 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 interfaceConjugateDirectedEdgeFactoryFactory interface for creating conjugate directed edges.interfaceConjugateDirectedVertexFactoryFactory interface for creating conjugate vertex instancesinterfaceConjugateEdgeSegmentFactoryFactory interface for creating conjugate edge segment instancesinterfaceDirectedEdgeFactoryFactory interface for creating directed edges.interfaceDirectedVertexFactoryFactory interface for creating vertex instancesinterfaceEdgeSegmentFactoryFactory 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 classManagedIdEntityFactoryImpl<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 interfaceModeFactoryFactory 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 interfaceMacroscopicLinkFactoryFactory interface for creating macroscopic links (that are mode aware via their macroscopic link segments).interfaceMacroscopicLinkSegmentFactoryFactory to create link segments and register them on its containerinterfaceMacroscopicLinkSegmentTypeFactoryFactory 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 interfaceConjugateLinkFactoryFactory interface for creating undirected turns, i.e., conjugate linksinterfaceConjugateLinkSegmentFactoryFactory to create conjugate link segments and register them on its containerinterfaceConjugateNodeFactoryFactory interface for creating conjugate node instancesinterfaceLinkFactory<L extends Link>Factory interface for creating links.interfaceLinkSegmentFactoryFactory to create link segments and register them on its containerinterfaceNodeFactoryFactory 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 interfaceServiceLegFactoryFactory interface for creating service leg instancesinterfaceServiceLegSegmentFactoryFactory interface for creating service leg segment instancesinterfaceServiceNodeFactoryFactory 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 interfaceMacroscopicNetworkLayerFactoryFactory interface for creating macroscopic network layersinterfaceServiceNetworkLayerFactoryFactory 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 interfaceCentroidVertexFactoryFactory interface for creating centroid vertex instancesinterfaceConjugateConnectoidEdgeFactoryFactory interface for connectoid conjugate edgesinterfaceConjugateConnectoidNodeFactoryFactory interface for creating conjugate connectoid node instancesinterfaceConjugateConnectoidSegmentFactoryFactory interface for onjugate connectoid segmentsinterfaceConnectoidEdgeFactoryFactory interface for connectoid edgesinterfaceConnectoidSegmentFactoryFactory 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 interfaceContainerisedDirectedPathFactoryFactory interface for directed paths that are not only managed but also containerisedinterfaceManagedDirectedPathFactoryFactory 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 interfaceRoutedServiceFactoryFactory for creating routed service instances on underlying containerinterfaceRoutedServicesLayerFactoryFactory for creating routed services layer instances (on container)interfaceRoutedTripDepartureFactoryFactory for creating routed trip departure instances (on container)interfaceRoutedTripFactory<T extends RoutedTrip>Factory for creating routed trips of type TinterfaceRoutedTripFrequencyFactoryFactory for creating routed trips that are frequency basedinterfaceRoutedTripScheduleFactoryFactory 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 interfaceCentroidFactoryFactory interface for centroidsinterfaceDirectedConnectoidFactoryFactory interface for directed connectoidsinterfaceOdZoneFactoryFactory interface for directed connectoidsinterfaceTransferZoneFactoryFactory interface for directed connectoidsinterfaceTransferZoneGroupFactoryA Factory for transfer zone groups to register on containerinterfaceUndirectedConnectoidFactoryFactory interface for undirected connectoids -
Uses of ManagedIdEntityFactory in org.goplanit.zoning
Classes in org.goplanit.zoning that implement ManagedIdEntityFactory Modifier and Type Class Description classCentroidFactoryImplFactory for creating centroidsclassDirectedConnectoidFactoryImplFactory for creating directed connectoids (on container)classOdZoneFactoryImplFactory for creating od zones (on container)classTransferZoneFactoryImplFactory for creating transfer zones (on container)classTransferZoneGroupFactoryImplFactory for creating transfer zone groups (on container)classUndirectedConnectoidFactoryImplFactory for creating new undirected connectoids on containerclassZoneFactoryImpl<Z extends Zone>Factory for creating od zones (on container)
-