org.semanticweb.elk.reasoner.saturation.conclusions
Class NegativeSubsumer
java.lang.Object
org.semanticweb.elk.reasoner.saturation.conclusions.Subsumer
org.semanticweb.elk.reasoner.saturation.conclusions.NegativeSubsumer
- All Implemented Interfaces:
- Conclusion
public class NegativeSubsumer
- extends Subsumer
A Subsumer, for which the structure of the enclosed
IndexedClassExpression should not be taken into account when applying
the rules within Context. That is, only composition rules stored with
this IndexedClassExpression should be applied to
NegativeSubsumers.
- Author:
- Frantisek Simancik, "Yevgeny Kazakov"
NegativeSubsumer
public NegativeSubsumer(IndexedClassExpression superClassExpression)
apply
public void apply(BasicSaturationStateWriter writer,
Context context,
RuleApplicationVisitor ruleAppVisitor)
applyDecompositionRules
public void applyDecompositionRules(Context context,
DecompositionRuleApplicationVisitor decompVisitor)
accept
public <R> R accept(ConclusionVisitor<R> visitor,
Context context)
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.