AnyLogic
Expand
Font size
PackageDescription
com.anylogic.engine 
com.anylogic.engine.markup 
com.anylogic.engine.markup.descriptors 

Uses of RateUnits in com.anylogic.engine

Modifier and TypeFieldDescription
static final RateUnitsAgentConstants.PER_DAY 
static final RateUnitsAgentConstants.PER_HOUR 
static final RateUnitsAgentConstants.PER_MILLISECOND 
static final RateUnitsAgentConstants.PER_MINUTE 
static final RateUnitsAgentConstants.PER_MONTH 
static final RateUnitsAgentConstants.PER_SECOND 
static final RateUnitsAgentConstants.PER_WEEK 
static final RateUnitsAgentConstants.PER_YEAR 
Modifier and TypeMethodDescription
static RateUnitsRateUnits.valueOf(String name)
Returns the enum constant of this class with the specified name.
static RateUnits[]RateUnits.values()
Returns an array containing the constants of this enum class, in the order they are declared.
Modifier and TypeMethodDescription
doubleRateUnits.convertTo(double value, RateUnits units) 
doubleRateUnits.modifier(RateUnits units) 
doubleUtilities.toModelRate(double value, RateUnits units)
Converts the given rate (in rate units) to units based on model time units (used e.g.
doubleUtilities.toRateUnits(double modelRateValue, RateUnits units)
Converts the rate (in units based on model time units) to the given units
  • Uses of RateUnits in com.anylogic.engine.markup

    Modifier and TypeMethodDescription
    doubleAreaNode.getThroughput(RateUnits units)
    Returns the maximum number of agents that can enter the area per rate unit.
    voidAreaNode.restrictAccessByThroughput(double throughput, RateUnits units)
    Enables restriction of access to the node by throughput.
    voidAreaNode.setThroughput(double throughput, RateUnits units)
    Sets the maximum number of agents that can enter the area per rate unit.
  • Uses of RateUnits in com.anylogic.engine.markup.descriptors

    Modifier and TypeMethodDescription
    doubleIAreaNodeDescriptor.getThroughput(RateUnits units) 
    voidIAreaNodeDescriptor.setThroughput(double throughput, RateUnits units)