Package jline.io
Class MAPQN2RENV.RenvImage
java.lang.Object
jline.io.MAPQN2RENV.RenvImage
- Enclosing class:
- MAPQN2RENV
The environment image together with the shape of the transformation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal EnvironmentThe random-environment model.final booleanTrue when every modulated process was an MMPP (diagonal D1).final doubleLongest mean stage sojourn of the environment.final intNumber of stages, i.e.final int[]Phase order of each modulated process. -
Method Summary
-
Field Details
-
env
The random-environment model. -
nstages
public final int nstagesNumber of stages, i.e. the product of the phase orders. -
orders
public final int[] ordersPhase order of each modulated process. -
isMMPP
public final boolean isMMPPTrue when every modulated process was an MMPP (diagonal D1). -
maxHoldTime
public final double maxHoldTimeLongest mean stage sojourn of the environment.
-