コード例 #1
0
 public IndexExternalChoice(IndexedProcess definition)
 {
     IndexedProcessDefinition = definition;
 }
コード例 #2
0
ファイル: IndexChoice.cs プロジェクト: cnacha/PAT.ADL
 /// <summary>
 /// constructor for indexed choice.
 /// </summary>
 /// <param name="definition"></param>
 public IndexChoice(IndexedProcess definition)
 {
     IndexedProcessDefinition = definition;
 }
コード例 #3
0
ファイル: IndexInterleave.cs プロジェクト: cnacha/PAT.ADL
 public IndexInterleave(IndexedProcess definition)
 {
     IndexedProcessDefinition = definition;
 }
コード例 #4
0
ファイル: IndexParallel.cs プロジェクト: cnacha/PAT.ADL
 public IndexParallel(IndexedProcess indexedProcessDefinition)
 {
     IndexedProcessDefinition = indexedProcessDefinition;
 }