Uses of Interface
org.goplanit.utils.zoning.TransferZones
-
Packages that use TransferZones Package Description org.goplanit.utils.zoning zoning oriented utility classesorg.goplanit.zoning -
-
Uses of TransferZones in org.goplanit.utils.zoning
Methods in org.goplanit.utils.zoning that return TransferZones Modifier and Type Method Description TransferZones
TransferZones. clone()
Force clone implementation -
Uses of TransferZones in org.goplanit.zoning
Classes in org.goplanit.zoning that implement TransferZones Modifier and Type Class Description class
TransferZonesImpl
implementation of the Zones <T> interface for transfer zonesFields in org.goplanit.zoning declared as TransferZones Modifier and Type Field Description protected TransferZones
TransferZoneFactoryImpl. transferZones
container to useTransferZones
Zoning. transferZones
provide access to transfer zones (if any)Methods in org.goplanit.zoning that return TransferZones Modifier and Type Method Description TransferZones
Zoning. getTransferZones()
Access to the odZones containerConstructors in org.goplanit.zoning with parameters of type TransferZones Constructor Description TransferZoneFactoryImpl(IdGroupingToken groupId, TransferZones transferZones)
Constructor
-