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