C# Class AVM.DDP.MetaTBManifest

Afficher le fichier Open project: metamorph-inc/meta-core Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddAllTasks ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchType, IEnumerable interpreters ) : void
AddArtifact ( string location, string tag, bool update = true ) : void
AddDependency ( Dependency dep ) : void
AddStep ( Step step, bool update = true ) : void
Deserialize ( string fileName ) : MetaTBManifest
DoTasks ( ISIS.GME.Dsml.CyPhyML.Interfaces workflow, bool update = true ) : void
MakeManifest ( ISIS.GME.Dsml.CyPhyML.Interfaces testBench, string outputDir = "", bool update = true ) : void
MetaTBManifest ( ) : System
OpenForUpdate ( string outputDir = "" ) : MetaTBManifest
Serialize ( string outputDir = "" ) : void

Méthodes protégées

Méthode Description
CopyManifest ( MetaTBManifest other ) : void

Method Details

AddAllTasks() public méthode

public AddAllTasks ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchType, IEnumerable interpreters ) : void
testBenchType ISIS.GME.Dsml.CyPhyML.Interfaces
interpreters IEnumerable
Résultat void

AddArtifact() public méthode

public AddArtifact ( string location, string tag, bool update = true ) : void
location string
tag string
update bool
Résultat void

AddDependency() public méthode

public AddDependency ( Dependency dep ) : void
dep Dependency
Résultat void

AddStep() public méthode

public AddStep ( Step step, bool update = true ) : void
step Step
update bool
Résultat void

CopyManifest() protected méthode

protected CopyManifest ( MetaTBManifest other ) : void
other MetaTBManifest
Résultat void

Deserialize() public static méthode

public static Deserialize ( string fileName ) : MetaTBManifest
fileName string
Résultat MetaTBManifest

DoTasks() public méthode

public DoTasks ( ISIS.GME.Dsml.CyPhyML.Interfaces workflow, bool update = true ) : void
workflow ISIS.GME.Dsml.CyPhyML.Interfaces
update bool
Résultat void

MakeManifest() public méthode

public MakeManifest ( ISIS.GME.Dsml.CyPhyML.Interfaces testBench, string outputDir = "", bool update = true ) : void
testBench ISIS.GME.Dsml.CyPhyML.Interfaces
outputDir string
update bool
Résultat void

MetaTBManifest() public méthode

public MetaTBManifest ( ) : System
Résultat System

OpenForUpdate() public static méthode

public static OpenForUpdate ( string outputDir = "" ) : MetaTBManifest
outputDir string
Résultat MetaTBManifest

Serialize() public méthode

public Serialize ( string outputDir = "" ) : void
outputDir string
Résultat void