Uses of Interface
org.goplanit.utils.zoning.TransferZoneGroups
-
Packages that use TransferZoneGroups Package Description org.goplanit.utils.zoning zoning oriented utility classesorg.goplanit.zoning -
-
Uses of TransferZoneGroups in org.goplanit.utils.zoning
Methods in org.goplanit.utils.zoning that return TransferZoneGroups Modifier and Type Method Description TransferZoneGroups
TransferZoneGroups. deepClone()
Deep clone implementationTransferZoneGroups
TransferZoneGroups. deepCloneWithMapping(BiConsumer<TransferZoneGroup,TransferZoneGroup> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperTransferZoneGroups
TransferZoneGroups. shallowClone()
Shallow clone implementation -
Uses of TransferZoneGroups in org.goplanit.zoning
Classes in org.goplanit.zoning that implement TransferZoneGroups Modifier and Type Class Description class
TransferZoneGroupsImpl
Container for transfer zone groups where each transfer zone group logically groups multiple transfer zones together.Fields in org.goplanit.zoning declared as TransferZoneGroups Modifier and Type Field Description protected TransferZoneGroups
TransferZoneGroupFactoryImpl. transferZoneGroups
container to useprotected TransferZoneGroups
Zoning. transferZoneGroups
provide access to transfer zone groups (if any)Methods in org.goplanit.zoning that return TransferZoneGroups Modifier and Type Method Description TransferZoneGroups
Zoning. getTransferZoneGroups()
Access to the transferZoneGroups containerConstructors in org.goplanit.zoning with parameters of type TransferZoneGroups Constructor Description TransferZoneGroupFactoryImpl(IdGroupingToken groupId, TransferZoneGroups transferZoneGroups)
Constructor
-