Package com.evolveum.axiom.lang.impl
Interface AxiomStatementRule<V>
- All Known Implementing Classes:
- BasicStatementRule
public interface AxiomStatementRule<V>
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(AxiomStatementRule.Lookup<V> context, AxiomStatementRule.ActionBuilder<V> action) booleanisApplicableTo(AxiomItemDefinition definition) name()
- 
Method Details- 
nameString name()
- 
isApplicableTo
- 
applyvoid apply(AxiomStatementRule.Lookup<V> context, AxiomStatementRule.ActionBuilder<V> action) throws AxiomSemanticException - Throws:
- AxiomSemanticException
 
 
-