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