Uses of Class
org.goplanit.event.handler.SyncXmlIdToIdHandler
-
-
Uses of SyncXmlIdToIdHandler in org.goplanit.demands.modifier.event.handler
Subclasses of SyncXmlIdToIdHandler in org.goplanit.demands.modifier.event.handler Modifier and Type Class Description class
SyncXmlIdToIdDemandsEntitiesHandler
Sync the Demands entities' XML id in the container to the internal id. -
Uses of SyncXmlIdToIdHandler in org.goplanit.graph.directed.modifier.event.handler
Subclasses of SyncXmlIdToIdHandler in org.goplanit.graph.directed.modifier.event.handler Modifier and Type Class Description class
SyncXmlIdToIdDirectedGraphEntitiesHandler
Sync the directed graph entities' (including edges and vertices) XML id in the container to the internal id. -
Uses of SyncXmlIdToIdHandler in org.goplanit.graph.modifier.event.handler
Subclasses of SyncXmlIdToIdHandler in org.goplanit.graph.modifier.event.handler Modifier and Type Class Description class
SyncXmlIdToIdGraphEntitiesHandler
Sync the graph entities' XML id in the container to the internal id. -
Uses of SyncXmlIdToIdHandler in org.goplanit.service.routed.modifier.event.handler
Subclasses of SyncXmlIdToIdHandler in org.goplanit.service.routed.modifier.event.handler Modifier and Type Class Description class
SyncDeparturesXmlIdToIdHandler
Whenever routed services' departures' managed Ids with an external id are changed in terms of their internal id, their XML ids remain the same and might no longer be unique.class
SyncRoutedServicesXmlIdToIdHandler
Whenever routed services' managed Ids with an external id are changed in terms of their internal id, their XML ids remain the same and might no longer be unique.class
SyncRoutedTripsXmlIdToIdHandler
Whenever routed services' trips managed Ids with an external id are changed in terms of their internal id, their XML ids remain the same and might no longer be unique. -
Uses of SyncXmlIdToIdHandler in org.goplanit.zoning.modifier.event.handler
Subclasses of SyncXmlIdToIdHandler in org.goplanit.zoning.modifier.event.handler Modifier and Type Class Description class
SyncXmlIdToIdZoningEntitiesHandler
Sync the graph entities' XML id in the container to the internal id.
-