Package com.evolveum.axiom.reactor
Interface Rule<C,A extends Action<?>>
-
- All Known Implementing Classes:
RuleContextImpl
public interface Rule<C,A extends Action<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
applicableTo(C context)
Collection<A>
applyTo(C context)
-
-
-
Method Detail
-
applicableTo
boolean applicableTo(C context)
-
applyTo
Collection<A> applyTo(C context)
-
-