opale.ode
Class NoStepsizeControl

java.lang.Object
  |
  +--opale.tools.OpaleObject
        |
        +--opale.ode.ObjectODE
              |
              +--opale.ode.StepsizeControl
                    |
                    +--opale.ode.NoStepsizeControl
All Implemented Interfaces:
java.lang.Cloneable

public final class NoStepsizeControl
extends StepsizeControl

With this class, no step control.

Since:
Opale-ODE 0.11

Constructor Summary
NoStepsizeControl(TimeScheme ts)
           
 
Method Summary
 int readKeyWord(java.lang.String word, java.io.StreamTokenizer f, OpaleSet ode)
          Abstract method to read a key word in a file '*.ode'.
 boolean update()
          No update !!
 void write(java.io.PrintWriter f, OpaleSet ode)
          Abstrcat method to write the current object in a stream.
 
Methods inherited from class opale.ode.StepsizeControl
getTS, setTS
 
Methods inherited from class opale.tools.OpaleObject
clone, getId, read, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoStepsizeControl

public NoStepsizeControl(TimeScheme ts)
Method Detail

update

public final boolean update()
No update !!
Overrides:
update in class StepsizeControl

readKeyWord

public int readKeyWord(java.lang.String word,
                       java.io.StreamTokenizer f,
                       OpaleSet ode)
                throws java.io.IOException,
                       InvalidFormatException
Description copied from class: OpaleObject
Abstract method to read a key word in a file '*.ode'.
Overrides:
readKeyWord in class OpaleObject
Following copied from class: opale.tools.OpaleObject
Parameters:
String - s, key word to read.
StreamTokenizer - f, stream to read.
OpaleSet - session, the group of 'Opale' object
Returns:
int, 0 if the key word is correct, -1 otherwise.

write

public void write(java.io.PrintWriter f,
                  OpaleSet ode)
Description copied from class: OpaleObject
Abstrcat method to write the current object in a stream.
Overrides:
write in class OpaleObject
Following copied from class: opale.tools.OpaleObject
Parameters:
printWriter - f, a stream.
OpaleSet - session, the set of 'Opale' object.