Package org.goplanit.zoning
Class ZoneFactoryImpl<Z extends Zone>
- java.lang.Object
-
- org.goplanit.utils.id.ManagedIdEntityFactoryImpl<Z>
-
- org.goplanit.zoning.ZoneFactoryImpl<Z>
-
- All Implemented Interfaces:
ManagedIdEntityFactory<Z>
- Direct Known Subclasses:
OdZoneFactoryImpl
,TransferZoneFactoryImpl
public abstract class ZoneFactoryImpl<Z extends Zone> extends ManagedIdEntityFactoryImpl<Z>
Factory for creating od zones (on container)- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description protected CentroidFactoryImpl
centroidFactory
container to use-
Fields inherited from class org.goplanit.utils.id.ManagedIdEntityFactoryImpl
groupIdToken
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ZoneFactoryImpl(IdGroupingToken groupId)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CentroidFactoryImpl
getCentroidFactory()
the centroid factory to use-
Methods inherited from class org.goplanit.utils.id.ManagedIdEntityFactoryImpl
createUniqueDeepCopyOf, createUniqueShallowCopyOf, getIdGroupingToken, setIdGroupingToken
-
-
-
-
Field Detail
-
centroidFactory
protected final CentroidFactoryImpl centroidFactory
container to use
-
-
Constructor Detail
-
ZoneFactoryImpl
protected ZoneFactoryImpl(IdGroupingToken groupId)
Constructor- Parameters:
groupId
- to use
-
-
Method Detail
-
getCentroidFactory
protected CentroidFactoryImpl getCentroidFactory()
the centroid factory to use- Returns:
- centroid factory
-
-