C# 클래스 AVM.DDP.MetaTBManifest

파일 보기 프로젝트 열기: metamorph-inc/meta-core 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CopyManifest ( MetaTBManifest other ) : void

메소드 상세

AddAllTasks() 공개 메소드

public AddAllTasks ( ISIS.GME.Dsml.CyPhyML.Interfaces testBenchType, IEnumerable interpreters ) : void
testBenchType ISIS.GME.Dsml.CyPhyML.Interfaces
interpreters IEnumerable
리턴 void

AddArtifact() 공개 메소드

public AddArtifact ( string location, string tag, bool update = true ) : void
location string
tag string
update bool
리턴 void

AddDependency() 공개 메소드

public AddDependency ( Dependency dep ) : void
dep Dependency
리턴 void

AddStep() 공개 메소드

public AddStep ( Step step, bool update = true ) : void
step Step
update bool
리턴 void

CopyManifest() 보호된 메소드

protected CopyManifest ( MetaTBManifest other ) : void
other MetaTBManifest
리턴 void

Deserialize() 공개 정적인 메소드

public static Deserialize ( string fileName ) : MetaTBManifest
fileName string
리턴 MetaTBManifest

DoTasks() 공개 메소드

public DoTasks ( ISIS.GME.Dsml.CyPhyML.Interfaces workflow, bool update = true ) : void
workflow ISIS.GME.Dsml.CyPhyML.Interfaces
update bool
리턴 void

MakeManifest() 공개 메소드

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

MetaTBManifest() 공개 메소드

public MetaTBManifest ( ) : System
리턴 System

OpenForUpdate() 공개 정적인 메소드

public static OpenForUpdate ( string outputDir = "" ) : MetaTBManifest
outputDir string
리턴 MetaTBManifest

Serialize() 공개 메소드

public Serialize ( string outputDir = "" ) : void
outputDir string
리턴 void