|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.architecture.lift.LoadSpeed
public class LoadSpeed
This file is licensed under the GNU Public Licens (GPL).
This is a very simple encapsulation class. May be used in KinematicModels.
LoadDependentKinematicModel| Field Summary | |
|---|---|
int |
BaseTime
The base time of interfloor travel, used in LoadDependentKinematicModel. |
int |
DoorCloseTime
The time needed to close the door, used in LoadDependentKinematicModel. |
int |
DoorOpenTime
The time needed to open the door, used in LoadDependentKinematicModel. |
int |
FloorFligthTime
The floor fight time of interfloor travel, used in LoadDependentKinematicModel. |
int |
FromLoad
The minimum load (in Passengers) when this LoadSpeed rule is true. |
int |
ToLoad
The maximum load (in Passengers) when this LoadSpeed rule is enabled. |
| Constructor Summary | |
|---|---|
LoadSpeed(int BaseTime,
int FloorFligthTime,
int DoorOpenTime,
int DoorCloseTime,
int FromLoad,
int ToLoad)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int BaseTime
LoadDependentKinematicModel.
public int FloorFligthTime
LoadDependentKinematicModel.
public int DoorOpenTime
LoadDependentKinematicModel.
public int DoorCloseTime
LoadDependentKinematicModel.
public int FromLoad
Passengers) when this LoadSpeed rule is true.
public int ToLoad
Passengers) when this LoadSpeed rule is enabled.
| Constructor Detail |
|---|
public LoadSpeed(int BaseTime,
int FloorFligthTime,
int DoorOpenTime,
int DoorCloseTime,
int FromLoad,
int ToLoad)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||