Uses of Class
org.opentrafficsim.water.demand.Region
| Package | Description |
|---|---|
| org.opentrafficsim.water.demand |
Demand generation.
|
-
Uses of Region in org.opentrafficsim.water.demand
Methods in org.opentrafficsim.water.demand that return Region Modifier and Type Method Description RegionTransportDemand. getOperatingArea()RegionRegion. getSuperRegion()Methods in org.opentrafficsim.water.demand with parameters of type Region Modifier and Type Method Description intRegion. compareTo(Region other)Constructors in org.opentrafficsim.water.demand with parameters of type Region Constructor Description Region(java.lang.String name, Region superRegion, org.locationtech.jts.geom.Coordinate center)TransportDemand(DEVSSimulatorInterface.TimeDoubleUnit simulator, Region operatingArea)