nl.tudelft.simulation.dsol.tutorial.section25
Class Order
java.lang.Object
nl.tudelft.simulation.dsol.tutorial.section25.Order
- public class Order
- extends java.lang.Object
The Order class as presented in section 2.5 in the DSOL tutorial.
(c) copyright 2003-2004 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.1 Sep 6, 2004
- Author:
- Peter Jacobs
|
Constructor Summary |
Order(java.lang.String product,
double amount)
constructs a new Order |
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Order
public Order(java.lang.String product,
double amount)
- constructs a new Order
- Parameters:
product - the productamount - the amount to buy
toString
public java.lang.String toString()
- See Also:
Object.toString()
Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.