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 booleanapplicableTo(ValueContext<?> context)Collection<ValueActionImpl<?>>applyTo(ValueContext<?> context)AxiomStatementRule<?>delegate()StringtoString()
-
-
-
Constructor Detail
-
RuleContextImpl
public RuleContextImpl(AxiomStatementRule delegate)
-
-
Method Detail
-
applicableTo
public boolean applicableTo(ValueContext<?> context)
- Specified by:
applicableToin interfaceRule<ValueContext<?>,ValueActionImpl<?>>
-
applyTo
public Collection<ValueActionImpl<?>> applyTo(ValueContext<?> context)
- Specified by:
applyToin interfaceRule<ValueContext<?>,ValueActionImpl<?>>
-
delegate
public AxiomStatementRule<?> delegate()
-
-