Uses of Interface
org.goplanit.utils.zoning.Zones
-
Packages that use Zones Package Description org.goplanit.utils.zoning zoning oriented utility classesorg.goplanit.zoning -
-
Uses of Zones in org.goplanit.utils.zoning
Subinterfaces of Zones in org.goplanit.utils.zoning Modifier and Type Interface Description interface
OdZones
Container class for OdZonesinterface
TransferZones
Container class for TransferZone instances -
Uses of Zones in org.goplanit.zoning
Classes in org.goplanit.zoning that implement Zones Modifier and Type Class Description class
OdZonesImpl
implementation of the Zones <T> interface for Od zonesclass
TransferZonesImpl
implementation of the Zones <T> interface for transfer zonesclass
ZonesImpl<Z extends Zone>
Partial implementation of the Zones <T> interface
-