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