C# Class CyPhyMasterInterpreter.ParametricExplorationProcessor

Inheritance: AnalysisModelProcessor
Show file Open project: metamorph-inc/meta-core Class Usage Examples

Public Methods

Method Description
Expand ( ISIS.GME.Dsml.CyPhyML.Interfaces configuration ) : void
GetExpandedObject ( ) : MgaModel
GetInvokedObject ( ) : MgaModel
GetWorkflow ( ) : Queue
ParametricExplorationProcessor ( ISIS.GME.Dsml.CyPhyML.Interfaces parametricExploration ) : System
PostToJobManager ( CyPhyMasterInterpreter.JobManagerDispatch manager = null ) : bool
SaveTestBench ( AVM project ) : bool
SaveTestBenchManifest ( AVM project, string configurationName, System.DateTime analysisStartTime ) : bool
UpdateTestBenchManifestExecutionSteps ( AVM manifest ) : bool

Method Details

Expand() public method

public Expand ( ISIS.GME.Dsml.CyPhyML.Interfaces configuration ) : void
configuration ISIS.GME.Dsml.CyPhyML.Interfaces
return void

GetExpandedObject() public method

public GetExpandedObject ( ) : MgaModel
return MgaModel

GetInvokedObject() public method

public GetInvokedObject ( ) : MgaModel
return MgaModel

GetWorkflow() public method

public GetWorkflow ( ) : Queue
return Queue

ParametricExplorationProcessor() public method

public ParametricExplorationProcessor ( ISIS.GME.Dsml.CyPhyML.Interfaces parametricExploration ) : System
parametricExploration ISIS.GME.Dsml.CyPhyML.Interfaces
return System

PostToJobManager() public method

public PostToJobManager ( CyPhyMasterInterpreter.JobManagerDispatch manager = null ) : bool
manager CyPhyMasterInterpreter.JobManagerDispatch
return bool

SaveTestBench() public method

public SaveTestBench ( AVM project ) : bool
project AVM
return bool

SaveTestBenchManifest() public method

public SaveTestBenchManifest ( AVM project, string configurationName, System.DateTime analysisStartTime ) : bool
project AVM
configurationName string
analysisStartTime System.DateTime
return bool

UpdateTestBenchManifestExecutionSteps() public method

public UpdateTestBenchManifestExecutionSteps ( AVM manifest ) : bool
manifest AVM
return bool