C# Class CyPhyMasterInterpreter.TestBenchSuiteProcessor

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
PostToJobManager ( CyPhyMasterInterpreter.JobManagerDispatch manager = null ) : bool
SaveTestBench ( AVM project ) : bool
SaveTestBenchManifest ( AVM project, string configurationName, System.DateTime analysisStartTime ) : bool
TestBenchSuiteProcessor ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchSuite ) : System
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

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

TestBenchSuiteProcessor() public method

public TestBenchSuiteProcessor ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchSuite ) : System
testBenchSuite ISIS.GME.Dsml.CyPhyML.Interfaces
return System

UpdateTestBenchManifestExecutionSteps() public method

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