org.semanticweb.kaon2.api.rules
Class Rule.SubsumptionResult
java.lang.Object
org.semanticweb.kaon2.api.rules.Rule.SubsumptionResult
- Enclosing interface:
- Rule
public static class Rule.SubsumptionResult
- extends java.lang.Object
Returns the result of a subsumption check.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_subsumptionType
public final Rule.SubsumptionType m_subsumptionType
m_substitution
public final java.util.Map<Variable,Term> m_substitution
m_isVariableRenaming
public final boolean m_isVariableRenaming
Rule.SubsumptionResult
public Rule.SubsumptionResult(Rule.SubsumptionType subsumptionType,
java.util.Map<Variable,Term> substitution,
boolean isVariableRenaming)