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 PlanitComponentIdMapperBaseWriterImpl. 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 voidBaseWriterImpl. 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 classDemandsIdMapperAll demand id mappers in a convenience classclassNetworkIdMapperAll network id mappers in a convenience classclassRoutedServicesIdMapperAll routed services id mappers in a convenience classclassServiceNetworkIdMapperAll service network id mappers in a convenience classclassVirtualNetworkIdMapperAll virtual network id mappers in a convenience classclassZoningIdMapperMethods in org.goplanit.converter.idmapping with parameters of type PlanitComponentIdMapper Modifier and Type Method Description voidPlanitComponentIdMappers. setDedicatedIdMapper(PlanitComponentIdMapper componentIdMapper)Explicitly set an id mapper to an instance, overwrites any existing mapper that already has been set
-