Uses of Interface
com.evolveum.axiom.lang.impl.AxiomStatementRule
-
Packages that use AxiomStatementRule Package Description com.evolveum.axiom.lang.impl -
-
Uses of AxiomStatementRule in com.evolveum.axiom.lang.impl
Classes in com.evolveum.axiom.lang.impl that implement AxiomStatementRule Modifier and Type Class Description class
BasicStatementRule
Methods in com.evolveum.axiom.lang.impl that return AxiomStatementRule Modifier and Type Method Description AxiomStatementRule<?>
RuleContextImpl. delegate()
Methods in com.evolveum.axiom.lang.impl with parameters of type AxiomStatementRule Modifier and Type Method Description void
ModelReactorContext. addRules(AxiomStatementRule<?>... rules)
Constructors in com.evolveum.axiom.lang.impl with parameters of type AxiomStatementRule Constructor Description RuleContextImpl(AxiomStatementRule delegate)
-