Uses of Class
org.opentrafficsim.water.demand.Region
-
Packages that use 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 Region
TransportDemand. getOperatingArea()
Region
Region. getSuperRegion()
Methods in org.opentrafficsim.water.demand with parameters of type Region Modifier and Type Method Description int
Region. compareTo(Region other)
Constructors in org.opentrafficsim.water.demand with parameters of type Region Constructor Description Region(String name, Region superRegion, org.locationtech.jts.geom.Coordinate center)
TransportDemand(DEVSSimulatorInterface.TimeDoubleUnit simulator, Region operatingArea)
-