nl.tudelft.simulation.dsol.tutorial.section45
Class Port
java.lang.Object
nl.tudelft.simulation.dsol.tutorial.section45.Port
- public class Port
- extends java.lang.Object
A Port
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
- Version:
- 1.0 Jan 19, 2004
- Author:
- Peter
Jacobs
|
Constructor Summary |
Port(nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
constructs a new Port |
|
Method Summary |
nl.tudelft.simulation.dsol.formalisms.Resource |
getJetties()
|
nl.tudelft.simulation.dsol.formalisms.Resource |
getTugs()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Port
public Port(nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
- constructs a new Port
- Parameters:
simulator - the simulator
getJetties
public nl.tudelft.simulation.dsol.formalisms.Resource getJetties()
- Returns:
- Returns the jetties.
getTugs
public nl.tudelft.simulation.dsol.formalisms.Resource getTugs()
- Returns:
- Returns the tugs.
Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.