Package org.goplanit.converter.idmapping
Class ZoningIdMapper
- java.lang.Object
-
- org.goplanit.converter.idmapping.PlanitComponentIdMapper
-
- org.goplanit.converter.idmapping.ZoningIdMapper
-
public class ZoningIdMapper extends PlanitComponentIdMapper
-
-
Constructor Summary
Constructors Constructor Description ZoningIdMapper(IdMapperType mappingType)
Create id mappers per type based on a given id mapping type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<Connectoid,String>
getConnectoidIdMapper()
get id mapper for ConnectoidFunction<TransferZoneGroup,String>
getTransferZoneGroupIdMapper()
get id mapper for TransferZoneGroupFunction<? super Zone,String>
getZoneIdMapper()
get id mapper for ZoneFunction<Zoning,String>
getZoningIdMapper()
get id mapper for Zoning-
Methods inherited from class org.goplanit.converter.idmapping.PlanitComponentIdMapper
add, get, getModeIdMapper, getRaw
-
-
-
-
Constructor Detail
-
ZoningIdMapper
public ZoningIdMapper(IdMapperType mappingType)
Create id mappers per type based on a given id mapping type- Parameters:
mappingType
- to apply
-
-
Method Detail
-
getZoneIdMapper
public Function<? super Zone,String> getZoneIdMapper()
get id mapper for Zone- Returns:
- id mapper
-
getConnectoidIdMapper
public Function<Connectoid,String> getConnectoidIdMapper()
get id mapper for Connectoid- Returns:
- id mapper
-
getTransferZoneGroupIdMapper
public Function<TransferZoneGroup,String> getTransferZoneGroupIdMapper()
get id mapper for TransferZoneGroup- Returns:
- id mapper
-
-