Package tools.refinery.logic.literal
Class AssignLiteral<T>
java.lang.Object
tools.refinery.logic.literal.AbstractLiteral
tools.refinery.logic.literal.AssignLiteral<T>
- All Implemented Interfaces:
Literal
,TermLiteral<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
equalsWithSubstitution
(LiteralEqualityHelper helper, Literal other) getInputVariables
(Set<? extends Variable> positiveVariablesInClause) getPrivateVariables
(Set<? extends Variable> positiveVariablesInClause) getTerm()
int
substitute
(Substitution substitution) toString()
Methods inherited from class tools.refinery.logic.literal.AbstractLiteral
equals, hashCode
-
Constructor Details
-
AssignLiteral
-
-
Method Details
-
getVariable
-
getTerm
- Specified by:
getTerm
in interfaceTermLiteral<T>
-
withTerm
- Specified by:
withTerm
in interfaceTermLiteral<T>
-
getOutputVariables
- Specified by:
getOutputVariables
in interfaceLiteral
-
getInputVariables
- Specified by:
getInputVariables
in interfaceLiteral
-
getPrivateVariables
- Specified by:
getPrivateVariables
in interfaceLiteral
-
substitute
- Specified by:
substitute
in interfaceLiteral
-
equalsWithSubstitution
- Specified by:
equalsWithSubstitution
in interfaceLiteral
- Overrides:
equalsWithSubstitution
in classAbstractLiteral
-
hashCodeWithSubstitution
- Specified by:
hashCodeWithSubstitution
in interfaceLiteral
- Overrides:
hashCodeWithSubstitution
in classAbstractLiteral
-
toString
-