Class ConstantTerm<T>
java.lang.Object
tools.refinery.logic.term.AbstractTerm<T>
tools.refinery.logic.term.ConstantTerm<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsWithSubstitution(LiteralEqualityHelper helper, AnyTerm other) getValue()intrewriteSubTerms(TermRewriter termRewriter) substitute(Substitution substitution) toString()Methods inherited from class AbstractTerm
equals, getType, hashCodeMethods inherited from interface AnyTerm
asType, getInputVariables, getPrivateVariables
-
Constructor Details
-
ConstantTerm
-
-
Method Details
-
getValue
-
evaluate
-
rewriteSubTerms
-
substitute
-
equalsWithSubstitution
- Specified by:
equalsWithSubstitutionin interfaceAnyTerm- Overrides:
equalsWithSubstitutionin classAbstractTerm<T>
-
hashCodeWithSubstitution
- Specified by:
hashCodeWithSubstitutionin interfaceAnyTerm- Overrides:
hashCodeWithSubstitutionin classAbstractTerm<T>
-
getVariables
-
toString
-