Class Terminal.Output
java.lang.Object
nl.tudelft.simulation.examples.dsol.terminal.Terminal.Output
- Enclosing class:
- Terminal
-
Constructor Summary
ConstructorsConstructorDescriptionOutput(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- qcnumAGV- agvrep- replication nrdelayHours- delay in hourscosts- costs in Eurosready- time when ready in hrsnrCont- 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
-