Class PartialCheckLiteral
java.lang.Object
tools.refinery.logic.literal.AbstractLiteral
tools.refinery.store.reasoning.literal.PartialCheckLiteral
- All Implemented Interfaces:
CanNegate<PartialCheckLiteral>,Literal,TermLiteral<TruthValue>
public class PartialCheckLiteral
extends AbstractLiteral
implements CanNegate<PartialCheckLiteral>, TermLiteral<TruthValue>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsWithSubstitution(LiteralEqualityHelper helper, Literal other) getInputVariables(Set<? extends Variable> positiveVariablesInClause) getPrivateVariables(Set<? extends Variable> positiveVariablesInClause) getTerm()intnegate()reduce()substitute(Substitution substitution) toString()withTerm(Term<TruthValue> term) Methods inherited from class tools.refinery.logic.literal.AbstractLiteral
equals, hashCode
-
Constructor Details
-
PartialCheckLiteral
-
-
Method Details
-
getTerm
- Specified by:
getTermin interfaceTermLiteral<TruthValue>
-
withTerm
- Specified by:
withTermin interfaceTermLiteral<TruthValue>
-
getOutputVariables
- Specified by:
getOutputVariablesin interfaceLiteral
-
getInputVariables
- Specified by:
getInputVariablesin interfaceLiteral
-
getPrivateVariables
- Specified by:
getPrivateVariablesin interfaceLiteral
-
substitute
- Specified by:
substitutein interfaceLiteral
-
negate
- Specified by:
negatein interfaceCanNegate<PartialCheckLiteral>
-
equalsWithSubstitution
- Specified by:
equalsWithSubstitutionin interfaceLiteral- Overrides:
equalsWithSubstitutionin classAbstractLiteral
-
hashCodeWithSubstitution
- Specified by:
hashCodeWithSubstitutionin interfaceLiteral- Overrides:
hashCodeWithSubstitutionin classAbstractLiteral
-
reduce
-
toString
-