|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.localinterface.DefaultSolver
public abstract class DefaultSolver
The DefaultSolver
class is a default abstract solver
that is to be implemented by a solver that needs to be implemented as an
optimization service using OSServiceUtil.
OSServiceUtil
Field Summary | |
---|---|
java.lang.String |
osil
osil holds the OSiL string (input). |
OSInstance |
osInstance
osInstance holds OS instance object (input). |
java.lang.String |
osol
osol holds the OSoL string (input). |
OSOption |
osOption
osOption holds the OS option object (input) |
OSResult |
osResult
osResult holds the OS result object (output) |
java.lang.String |
osrl
osrl holds the OSrL string (output). |
Constructor Summary | |
---|---|
DefaultSolver()
Default constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
main for test purposes. |
abstract void |
solve()
The solve method that is to be implemented by an OS solver service. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String osil
public java.lang.String osol
public java.lang.String osrl
public OSInstance osInstance
public OSOption osOption
public OSResult osResult
Constructor Detail |
---|
public DefaultSolver()
Method Detail |
---|
public abstract void solve()
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 |