Package com.evolveum.axiom.lang.impl
Class RuleContextImpl
- java.lang.Object
-
- com.evolveum.axiom.lang.impl.RuleContextImpl
-
- All Implemented Interfaces:
Rule<ValueContext<?>,ValueActionImpl<?>>
public class RuleContextImpl extends Object implements Rule<ValueContext<?>,ValueActionImpl<?>>
-
-
Constructor Summary
Constructors Constructor Description RuleContextImpl(AxiomStatementRule delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
applicableTo(ValueContext<?> context)
Collection<ValueActionImpl<?>>
applyTo(ValueContext<?> context)
AxiomStatementRule<?>
delegate()
String
toString()
-
-
-
Constructor Detail
-
RuleContextImpl
public RuleContextImpl(AxiomStatementRule delegate)
-
-
Method Detail
-
applicableTo
public boolean applicableTo(ValueContext<?> context)
- Specified by:
applicableTo
in interfaceRule<ValueContext<?>,ValueActionImpl<?>>
-
applyTo
public Collection<ValueActionImpl<?>> applyTo(ValueContext<?> context)
- Specified by:
applyTo
in interfaceRule<ValueContext<?>,ValueActionImpl<?>>
-
delegate
public AxiomStatementRule<?> delegate()
-
-