Axiom.Runtime.UnitTests.ExamplePredicate.Execute C# (CSharp) Method

Execute() public method

public Execute ( AbstractMachineState state ) : void
state Axiom.Runtime.AbstractMachineState
return void
        public override void Execute(AbstractMachineState state)
        {
            state.B = null;
        }
ExamplePredicate