Package com.evolveum.axiom.lang.impl
Interface AxiomStatementRule.ActionBuilder<V>
-
- All Known Implementing Classes:
ValueActionImpl
- Enclosing interface:
- AxiomStatementRule<V>
public static interface AxiomStatementRule.ActionBuilder<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AxiomStatementRule.ActionBuilder<V>
apply(AxiomStatementRule.Action<V> action)
AxiomSemanticException
error(String message, Object... arguments)
Dependency<AxiomValue<?>>
require(AxiomValueContext<?> ext)
<V,X extends Dependency<V>>
Xrequire(X req)
-
-
-
Method Detail
-
error
AxiomSemanticException error(String message, Object... arguments)
-
apply
AxiomStatementRule.ActionBuilder<V> apply(AxiomStatementRule.Action<V> action)
-
require
Dependency<AxiomValue<?>> require(AxiomValueContext<?> ext)
-
require
<V,X extends Dependency<V>> X require(X req)
-
-