nl.tudelft.simulation.dsol.tutorial.section45
Class Port

java.lang.Object
  extended by nl.tudelft.simulation.dsol.tutorial.section45.Port

public class Port
extends Object

A Port

(c) copyright 2002-2004 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
1.0 Jan 19, 2004
Author:
Peter Jacobs

Constructor Summary
Port(DEVSSimulatorInterface simulator)
          constructs a new Port
 
Method Summary
 Resource getJetties()
           
 Resource getTugs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Port

public Port(DEVSSimulatorInterface simulator)
constructs a new Port

Parameters:
simulator - the simulator
Method Detail

getJetties

public Resource getJetties()
Returns:
Returns the jetties.

getTugs

public Resource getTugs()
Returns:
Returns the tugs.


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.