nl.tudelft.simulation.sne.c1
Class C1TaskA

java.lang.Object
  extended bynl.tudelft.simulation.sne.c1.C1TaskA
All Implemented Interfaces:
nl.tudelft.simulation.dsol.ModelInterface, java.io.Serializable

public class C1TaskA
extends java.lang.Object
implements nl.tudelft.simulation.dsol.ModelInterface

The C1 Test Model. see for detailed specification http://www.argesim.org/comparisons/c1/definition/c1def.html

(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

Since:
1.4
Version:
1.2 Apr 20, 2004
Author:
Peter Jacobs
See Also:
Serialized Form

Constructor Summary
C1TaskA()
          the default constructor constructs a new C1
C1TaskA(short numericalMethod)
          constructs a new C1
 
Method Summary
 void constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
           
static void main(java.lang.String[] args)
          executes C1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

C1TaskA

public C1TaskA()
the default constructor constructs a new C1


C1TaskA

public C1TaskA(short numericalMethod)
constructs a new C1

Parameters:
numericalMethod - the numericalMethod to use
Method Detail

constructModel

public void constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
                    throws java.rmi.RemoteException
Specified by:
constructModel in interface nl.tudelft.simulation.dsol.ModelInterface
Throws:
java.rmi.RemoteException
See Also:
#constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface)

main

public static void main(java.lang.String[] args)
executes C1

Parameters:
args - the commandline arguments


Copyright © 2003-2004 Delft University of Technology, the Netherlands. All Rights Reserved.