Uses of Class
org.goplanit.converter.idmapping.PlanitComponentIdMapper
-
Packages that use PlanitComponentIdMapper Package Description org.goplanit.converter org.goplanit.converter.idmapping -
-
Uses of PlanitComponentIdMapper in org.goplanit.converter
Methods in org.goplanit.converter that return PlanitComponentIdMapper Modifier and Type Method Description abstract PlanitComponentIdMapper
BaseWriterImpl. getPrimaryIdMapper()
The (main) Id mapper used by this writer (only present after write has been completed)Methods in org.goplanit.converter with parameters of type PlanitComponentIdMapper Modifier and Type Method Description void
BaseWriterImpl. setParentIdMappers(PlanitComponentIdMapper... parentMappers)
The explicit id mapping to be used by the parent(s), so we use the appropriate referencing. -
Uses of PlanitComponentIdMapper in org.goplanit.converter.idmapping
Subclasses of PlanitComponentIdMapper in org.goplanit.converter.idmapping Modifier and Type Class Description class
DemandsIdMapper
All demand id mappers in a convenience classclass
NetworkIdMapper
All network id mappers in a convenience classclass
RoutedServicesIdMapper
All routed services id mappers in a convenience classclass
ServiceNetworkIdMapper
All service network id mappers in a convenience classclass
VirtualNetworkIdMapper
All virtual network id mappers in a convenience classclass
ZoningIdMapper
Methods in org.goplanit.converter.idmapping with parameters of type PlanitComponentIdMapper Modifier and Type Method Description void
PlanitComponentIdMappers. setDedicatedIdMapper(PlanitComponentIdMapper componentIdMapper)
Explicitly set an id mapper to an instance, overwrites any existing mapper that already has been set
-