|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OScL
The OScL
interface declares all the methods as specified in the
Optimization Services (OS) Framework, specifically the Optimization Services call
Language (OScL). These methods are called by an OS agent to invoke any OS-based simulation service.
Any simulation service that wants to become an OS-type callable on the distributed system must implement this interface.
Method Summary | |
---|---|
java.lang.String |
call(java.lang.String osslInput,
java.lang.String osol)
Call a simulation service whose input is given by a string following the Optimization Services simulation Language (OSsL) schema and returns the result in a string that follows the Optimization Services simulation Language (OSsL) schema, since OSsL specifies both simulation service input and output. |
Method Detail |
---|
java.lang.String call(java.lang.String osslInput, java.lang.String osol)
osslInput
- holds the simulation input in a string which format follows the
Optimization Services simulation Language (OSsL) schema.osol
- holds the optimization option in a string which format follows the
Optimization Services option Language (OSoL) schema.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |