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 TransferZoneGroupsTransferZoneGroups. deepClone()Deep clone implementationTransferZoneGroupsTransferZoneGroups. deepCloneWithMapping(BiConsumer<TransferZoneGroup,TransferZoneGroup> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperTransferZoneGroupsTransferZoneGroups. shallowClone()Shallow clone implementation -
Uses of TransferZoneGroups in org.goplanit.zoning
Classes in org.goplanit.zoning that implement TransferZoneGroups Modifier and Type Class Description classTransferZoneGroupsImplContainer 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 TransferZoneGroupsTransferZoneGroupFactoryImpl. transferZoneGroupscontainer to useprotected TransferZoneGroupsZoning. transferZoneGroupsprovide access to transfer zone groups (if any)Methods in org.goplanit.zoning that return TransferZoneGroups Modifier and Type Method Description TransferZoneGroupsZoning. getTransferZoneGroups()Access to the transferZoneGroups containerConstructors in org.goplanit.zoning with parameters of type TransferZoneGroups Constructor Description TransferZoneGroupFactoryImpl(IdGroupingToken groupId, TransferZoneGroups transferZoneGroups)Constructor
-