Class Terminal.Output

java.lang.Object
nl.tudelft.simulation.examples.dsol.terminal.Terminal.Output
All Implemented Interfaces:
Serializable
Enclosing class:
Terminal

public static class Terminal.Output extends Object implements Serializable
See Also:
  • Constructor Details

    • Output

      public Output(int numQC, int numAGV, int rep, double delayHours, double costs, double ready, int nrCont)
      /**
      Parameters:
      numQC - int; qc
      numAGV - int; agv
      rep - int; replication nr
      delayHours - double; delay in hours
      costs - double; costs in Euros
      ready - double; time when ready in hrs
      nrCont - int; nr containers handled
  • Method Details

    • getNumQC

      public int getNumQC()
      Returns:
      numQC
    • getNumAGV

      public int getNumAGV()
      Returns:
      numAGV
    • getRep

      public int getRep()
      Returns:
      rep
    • getDelayHours

      public double getDelayHours()
      Returns:
      delayHours
    • getCosts

      public double getCosts()
      Returns:
      costs
    • getReady

      public double getReady()
      Returns:
      ready
    • getNrCont

      public int getNrCont()
      Returns:
      nrCont