Constant Field Values

Contents

examples.hospitalward.*

  • examples.hospitalward.OperatingRoom 
    Modifier and Type Constant Field Value
    public static final double BUSY 1.0
    public static final double CLOSED 0.0
    public static final double IDLE 0.0
    public static final double OPEN 1.0

examples.jockeying.*

  • examples.jockeying.SingleServerStation 
    Modifier and Type Constant Field Value
    public static final int BUSY 1
    public static final int IDLE 0

examples.models.*

  • examples.models.UpDownComponent 
    Modifier and Type Constant Field Value
    public static final int DOWN 0
    public static final int UP 1
  • examples.models.UpDownComponentV2 
    Modifier and Type Constant Field Value
    public static final int DOWN 0
    public static final int UP 1

examples.queueing.*

  • examples.queueing.HospitalWard 
    Modifier and Type Constant Field Value
    public static final double BUSY 1.0
    public static final double CLOSED 0.0
    public static final double IDLE 0.0
    public static final double OPEN 1.0

jsl.modeling.*

  • jsl.modeling.elements.entity.Request 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_PRIORITY 10

jsl.simulation.*

jsl.utilities.*

  • jsl.utilities.reporting.StatisticReporter 
    Modifier and Type Constant Field Value
    public final java.lang.String DEFAULT_HEADER_FORMAT "%-40s \t %12s \t %12s \t %12s %n"
    public final java.lang.String DEFAULT_ROW_FORMAT "%-40s \t %12d \t %12.4f \t %12.4f %n"
  • jsl.utilities.reporting.TextIO 
    Modifier and Type Constant Field Value
    public static final char EOF 65535
    public static final char EOLN 10

jslx.charts.*

jslx.dbutilities.*

jslx.excel.*

jslx.tabularfiles.*