Class Terminal.Output
java.lang.Object
nl.tudelft.simulation.examples.dsol.terminal.Terminal.Output
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Terminal
- See Also:
-
Constructor Summary
ConstructorDescriptionOutput
(int numQC, int numAGV, int rep, double delayHours, double costs, double ready, int nrCont) /** -
Method Summary
-
Constructor Details
-
Output
public Output(int numQC, int numAGV, int rep, double delayHours, double costs, double ready, int nrCont) /**- Parameters:
numQC
- int; qcnumAGV
- int; agvrep
- int; replication nrdelayHours
- double; delay in hourscosts
- double; costs in Eurosready
- double; time when ready in hrsnrCont
- 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
-