nl.tudelft.simulation.dsol.tutorial.section25
Class Order

java.lang.Object
  extended by 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
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Order

public Order(String product,
             double amount)
constructs a new Order

Parameters:
product - the product
amount - the amount to buy
Method Detail

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.