org.systemsbiology.chem.sbw
Class SimulationDriverService

java.lang.Object
  extended byorg.systemsbiology.chem.sbw.SimulationDriverService
All Implemented Interfaces:
ISimulationDriverService

public class SimulationDriverService
extends Object
implements ISimulationDriverService

Author:
sramsey

Field Summary
static String SERVICE_DESCRIPTION
           
static String SERVICE_NAME
           
 
Constructor Summary
SimulationDriverService()
           
 
Method Summary
 void doAnalysis(String pModelDescriptionText)
           
 void doAnalysisCMDL(String pModelDescriptionText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME

public static final String SERVICE_NAME
See Also:
Constant Field Values

SERVICE_DESCRIPTION

public static final String SERVICE_DESCRIPTION
See Also:
Constant Field Values
Constructor Detail

SimulationDriverService

public SimulationDriverService()
Method Detail

doAnalysis

public void doAnalysis(String pModelDescriptionText)
Specified by:
doAnalysis in interface ISimulationDriverService

doAnalysisCMDL

public void doAnalysisCMDL(String pModelDescriptionText)