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