Uses of Interface
org.goplanit.utils.zoning.OdZoneFactory
-
Packages that use OdZoneFactory Package Description org.goplanit.utils.zoning zoning oriented utility classesorg.goplanit.zoning -
-
Uses of OdZoneFactory in org.goplanit.utils.zoning
Methods in org.goplanit.utils.zoning that return OdZoneFactory Modifier and Type Method Description OdZoneFactory
OdZones. getFactory()
Factory to create instance of managed id entity (for this container class) -
Uses of OdZoneFactory in org.goplanit.zoning
Classes in org.goplanit.zoning that implement OdZoneFactory Modifier and Type Class Description class
OdZoneFactoryImpl
Factory for creating od zones (on container)Methods in org.goplanit.zoning that return OdZoneFactory Modifier and Type Method Description OdZoneFactory
OdZonesImpl. getFactory()
Factory to create instance of managed id entity (for this container class)Constructors in org.goplanit.zoning with parameters of type OdZoneFactory Constructor Description OdZonesImpl(OdZoneFactory odZoneFactory)
Constructor
-