public IndexExternalChoice(IndexedProcess definition)
 {
     IndexedProcessDefinition = definition;
 }
示例#2
0
 public IndexParallel(IndexedProcess indexedProcessDefinition)
 {
     IndexedProcessDefinition = indexedProcessDefinition;
 }
示例#3
0
 public IndexInterleave(IndexedProcess definition)
 {
     IndexedProcessDefinition = definition;
 }
示例#4
0
 /// <summary>
 /// constructor for indexed choice.
 /// </summary>
 /// <param name="definition"></param>
 public IndexChoice(IndexedProcess definition)
 {
     IndexedProcessDefinition = definition;
 }