Uses of Interface
org.goplanit.utils.id.ManagedIdEntityFactory
-
-
Uses of ManagedIdEntityFactory in org.goplanit.graph
Classes in org.goplanit.graph that implement ManagedIdEntityFactory Modifier and Type Class Description classEdgeFactoryImplFactory 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 classDirectedEdgeFactoryImplFactory 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
Classes in org.goplanit.network.layer that implement ManagedIdEntityFactory Modifier and Type Class Description classMacroscopicNetworkLayerFactoryImplFactory for creating macroscopic network layer instancesclassServiceNetworkLayerFactoryImplFactory for creating service network layer instances -
Uses of ManagedIdEntityFactory in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement ManagedIdEntityFactory Modifier and Type Class Description classMacroscopicLinkSegmentFactoryImplFactory for creating link segments on link segments containerclassMacroscopicLinkSegmentTypeFactoryImplFactory for creating macroscopic link segment types on link segment types container -
Uses of ManagedIdEntityFactory in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement ManagedIdEntityFactory Modifier and Type Class Description classLinkFactoryImplFactory for creating links on links containerclassLinkSegmentFactoryImplFactory for creating link segments on link segments 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 containerclassServiceNodeFactoryImplFactory 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 classConnectoidEdgeFactoryImplFactory 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 containerclassDirectedPathFactoryImplFactory 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 classRoutedServiceFactoryFactory for creating routed service instances on underlying containerclassRoutedServicesLayerFactoryFactory for creating routed services layer instances (on container)classRoutedTripDepartureFactoryFactory for creating routed trip departure instances (on container)classRoutedTripFactory<T extends RoutedTrip>Factory for creating routed trips of type TclassRoutedTripFrequencyFactoryFactory for creating routed trips that are frequency basedclassRoutedTripScheduleFactoryFactory 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 interfaceEdgeFactoryFactory 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 interfaceDirectedEdgeFactoryFactory 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 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 interfaceLinkFactoryFactory 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 interfaceConnectoidEdgeFactoryFactory 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 pathsinterfaceDirectedPathFactoryFactory interface for directed paths -
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)
-