Package | Description |
---|---|
com.anylogic.engine | |
com.anylogic.engine.markup | |
com.anylogic.engine.markup.descriptors |
Modifier and Type | Field | Description |
---|---|---|
static final RateUnits | AgentConstants.PER_DAY | |
static final RateUnits | AgentConstants.PER_HOUR | |
static final RateUnits | AgentConstants.PER_MILLISECOND | |
static final RateUnits | AgentConstants.PER_MINUTE | |
static final RateUnits | AgentConstants.PER_MONTH | |
static final RateUnits | AgentConstants.PER_SECOND | |
static final RateUnits | AgentConstants.PER_WEEK | |
static final RateUnits | AgentConstants.PER_YEAR |
Modifier and Type | Method | Description |
---|---|---|
static RateUnits | RateUnits.valueOf |
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 Type | Method | Description |
---|---|---|
double | RateUnits.convertTo | |
double | RateUnits.modifier | |
double | Utilities.toModelRate |
Converts the given rate (in rate units) to units based on model time units (used e.g.
|
double | Utilities.toRateUnits |
Converts the rate (in units based on model time units) to the given units
|
Modifier and Type | Method | Description |
---|---|---|
double | AreaNode.getThroughput |
Returns the maximum number of agents that can enter the area per rate unit.
|
void | AreaNode.restrictAccessByThroughput |
Enables restriction of access to the node by throughput.
|
void | AreaNode.setThroughput |
Sets the maximum number of agents that can enter the area per rate unit.
|
Modifier and Type | Method | Description |
---|---|---|
double | IAreaNodeDescriptor.getThroughput | |
void | IAreaNodeDescriptor.setThroughput |