org.optimizationservices.oscommon.communicationagent
Class OSFlowAgent

java.lang.Object
  extended by org.optimizationservices.oscommon.communicationagent.OSFlowAgent

public class OSFlowAgent
extends java.lang.Object

The OSFlowAgent class is a library class that invokes Optimization Services according to the process/sequence specified in an Optimization Services flow Language (OSfL).

Since:
OS 1.0
Version:
1.0, 03/14/2004
Author:
Robert Fourer, Jun Ma, Kipp Martin
See Also:
OScL, OShL, OSdL

Constructor Summary
OSFlowAgent()
          Constructor.
 
Method Summary
 java.lang.Object executeProcessFlow(java.lang.String osfl, java.lang.String osil)
           
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
 

Constructor Detail

OSFlowAgent

public OSFlowAgent()
Constructor.

Method Detail

executeProcessFlow

public java.lang.Object executeProcessFlow(java.lang.String osfl,
                                           java.lang.String osil)

main

public static void main(java.lang.String[] args)
main for test purposes.

Parameters:
argv - command line arguments.