org.semanticweb.elk.reasoner.saturation.conclusions
Class PositiveSubsumer
java.lang.Object
org.semanticweb.elk.reasoner.saturation.conclusions.Subsumer
org.semanticweb.elk.reasoner.saturation.conclusions.PositiveSubsumer
- All Implemented Interfaces:
- Conclusion
public class PositiveSubsumer
- extends Subsumer
A Subsumer, for which the structure of the enclosed
IndexedClassExpression should be taken into account. That is, in
addition to composition rules stored with this IndexedClassExpression
, the so-called decomposition rule, which takes into account the topmost
constructor of this IndexedClassExpression, should be applied.
- Author:
- Frantisek Simancik, "Yevgeny Kazakov"
PositiveSubsumer
public PositiveSubsumer(IndexedClassExpression superClassExpression)
apply
public void apply(BasicSaturationStateWriter writer,
Context context,
RuleApplicationVisitor ruleAppVisitor,
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.