com.werken.blissed
Interface Guard

All Known Implementing Classes:
BooleanGuard, JellyGuard

public interface Guard

Interface for guards protecting transitions.

Author:
bob mcwhirter
See Also:
Transition

Method Summary
 boolean test(Transition transition, ProcessContext context)
          Test this guard against a procession.
 

Method Detail

test

public boolean test(Transition transition,
                    ProcessContext context)
Test this guard against a procession.
Parameters:
transition - The transition this guard guards.
context - The process context.
Returns:
true if the procession passes this guard, otherwise false.


Copyright © 2002-2002 The Werken Company. All Rights Reserved.