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