Uses of Class
org.goplanit.utils.id.ManagedIdEntityFactoryImpl
-
Packages that use ManagedIdEntityFactoryImpl Package Description org.goplanit.graph Network component object classesorg.goplanit.graph.directed org.goplanit.mode org.goplanit.network.layer 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.graph
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.graph 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 ManagedIdEntityFactoryImpl in org.goplanit.graph.directed
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.graph.directed 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 ManagedIdEntityFactoryImpl in org.goplanit.mode
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.mode Modifier and Type Class Description classModeFactoryImplFactory for creating modes on modes container -
Uses of ManagedIdEntityFactoryImpl in org.goplanit.network.layer
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.network.layer Modifier and Type Class Description classMacroscopicNetworkLayerFactoryImplFactory for creating macroscopic network layer instancesclassServiceNetworkLayerFactoryImplFactory for creating service network layer instances -
Uses of ManagedIdEntityFactoryImpl in org.goplanit.network.layer.macroscopic
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.network.layer.macroscopic 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 ManagedIdEntityFactoryImpl in org.goplanit.network.layer.physical
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.network.layer.physical 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 ManagedIdEntityFactoryImpl in org.goplanit.network.layer.service
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.network.layer.service 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 ManagedIdEntityFactoryImpl in org.goplanit.network.virtual
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.network.virtual Modifier and Type Class Description classConnectoidEdgeFactoryImplFactory for creating connectoid edges on connectoid edge containerclassConnectoidSegmentFactoryImplFactory 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 classContainerisedDirectedPathFactoryImplFactory for creating directed paths on containerclassDirectedPathFactoryImplFactory 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 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 ManagedIdEntityFactoryImpl in org.goplanit.zoning
Subclasses of ManagedIdEntityFactoryImpl in org.goplanit.zoning 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)
-