Package com.anylogic.engine.markup
- All Superinterfaces:
java.io.Serializable
public interface EscalatorDataSource
extends java.io.Serializable
void |
block() |
|
java.util.List<? extends Agent> |
getPeds() |
|
void |
setMovementDirection(EscalatorMovementDirection direction) |
|
void |
setSpeed(double speedInMPS) |
|
void |
turnOff() |
|
void |
turnOn() |
|
void |
unblock() |
|
Modifier and Type | Method | Description |
---|
void turnOn()
void turnOff()
void block()
void unblock()
void setMovementDirection(EscalatorMovementDirection direction)
void setSpeed(double speedInMPS)
java.util.List<? extends Agent> getPeds()
-
How can we improve this article?
-