opale.ode
Class ObjectODE

java.lang.Object
  |
  +--opale.tools.OpaleObject
        |
        +--opale.ode.ObjectODE
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
Problem, SEquation, StepsizeControl, TimeScheme

public abstract class ObjectODE
extends OpaleObject

Abstract class to define an object in the family 'ODE'. To inherite of this class implies the definition of methods to read/write the current object in a '*.ode' file. See Opale ODE documentation for description of this file format.

Since:
Opale-ODE 0.1

Constructor Summary
ObjectODE()
           
 
Methods inherited from class opale.tools.OpaleObject
clone, getId, read, readKeyWord, setId, write
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectODE

public ObjectODE()