|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.localinterface.DefaultSimulation
public abstract class DefaultSimulation
The DefaultSimulation
class is a default abstract simulation
that is to be implemented by a simulation that needs to be implemented as an
optimization service using OSServiceUtil.
OSServiceUtil
Field Summary | |
---|---|
java.lang.String |
osol
osol holds the OSoL string (input). |
OSOption |
osOption
osOption holds the OS option object (input). |
OSSimulation |
osSimulationInput
osSimulationInput holds the OS simulation object (input). |
OSSimulation |
osSimulationOutput
osSimulationOutput holds the OS simulation object (output). |
java.lang.String |
osslInput
osslInput holds the OSiL input string. |
java.lang.String |
osslOutput
osslOutput holds the OSsL output string. |
Constructor Summary | |
---|---|
DefaultSimulation()
Default constructor. |
Method Summary | |
---|---|
abstract void |
call()
The call method that is to be implemented by an OS simulation service. |
static void |
main(java.lang.String[] args)
main for test purposes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String osslInput
public java.lang.String osol
public java.lang.String osslOutput
public OSSimulation osSimulationInput
public OSSimulation osSimulationOutput
public OSOption osOption
Constructor Detail |
---|
public DefaultSimulation()
Method Detail |
---|
public abstract void call()
public static void main(java.lang.String[] args)
argv
- command line arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |