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 class
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
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
Classes in org.goplanit.network.layer that implement ManagedIdEntityFactory Modifier and Type Class Description class
MacroscopicNetworkLayerFactoryImpl
Factory for creating macroscopic network layer instancesclass
ServiceNetworkLayerFactoryImpl
Factory 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 class
MacroscopicLinkSegmentFactoryImpl
Factory for creating link segments on link segments containerclass
MacroscopicLinkSegmentTypeFactoryImpl
Factory 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 class
LinkFactoryImpl
Factory for creating links on links containerclass
LinkSegmentFactoryImpl
Factory for creating link segments on link segments 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
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
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
DirectedPathFactoryImpl
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
RoutedServiceFactory
Factory for creating routed service instances on underlying containerclass
RoutedServicesLayerFactory
Factory for creating routed services layer instances (on container)class
RoutedTripDepartureFactory
Factory for creating routed trip departure instances (on container)class
RoutedTripFactory<T extends RoutedTrip>
Factory for creating routed trips of type Tclass
RoutedTripFrequencyFactory
Factory for creating routed trips that are frequency basedclass
RoutedTripScheduleFactory
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
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
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
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
LinkFactory
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
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 pathsinterface
DirectedPathFactory
Factory 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 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)
-