Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/29/08 16:01:41 (16 years ago)
Author:
abeham
Message:

[TICKET #297] communication restructuring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Communication.Operators/StateTransistor.cs

    r591 r704  
    4444
    4545    public override IOperation Apply(IScope scope) {
    46       ProtocolState currentState = GetVariableValue<ProtocolState>("CurrentState", scope, true);
     46      /*ProtocolState currentState = GetVariableValue<ProtocolState>("CurrentState", scope, true);
    4747      // Terminate as soon as an accepting state is reached
    4848      if (currentState.AcceptingState.Data) return null;
     
    111111
    112112      sp.AddSubOperator(nextTransistor);
    113       return new AtomicOperation(sp, scope);
     113      return new AtomicOperation(sp, scope);*/
     114      return null;
    114115    }
    115116  }
Note: See TracChangeset for help on using the changeset viewer.