java.lang.Object
nl.tudelft.simulation.examples.dsol.terminal.Container
All Implemented Interfaces:
IntResourceRequestorInterface<Double>

public class Container extends Object implements IntResourceRequestorInterface<Double>
The 'active' container object.

Copyright (c) 2002-2025 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information DSOL Manual. The DSOL project is distributed under a three-clause BSD-style license, which can be found at DSOL License.

Author:
Peter Jacobs, Alexander Verbraeck
  • Constructor Details

    • Container

      public Container(DevsSimulatorInterface<Double> simulator, int containerNumber, QuayCrane qc, Agv agv, Ship ship)
      Parameters:
      simulator - the simulator
      containerNumber - the container number
      qc - the QC resources
      agv - the AGV resources
      ship - the ship
  • Method Details