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 TypeMethodDescriptionbooleanequalsWithSubstitution(LiteralEqualityHelper helper, Literal other) getInputVariables(Set<? extends Variable> positiveVariablesInClause) getPrivateVariables(Set<? extends Variable> positiveVariablesInClause) getTerm()intsubstitute(Substitution substitution) toString()Methods inherited from class tools.refinery.logic.literal.AbstractLiteral
equals, hashCode
-
Constructor Details
-
AssignLiteral
-
-
Method Details
-
getVariable
-
getTerm
- Specified by:
getTermin interfaceTermLiteral<T>
-
withTerm
- Specified by:
withTermin interfaceTermLiteral<T>
-
getOutputVariables
- Specified by:
getOutputVariablesin interfaceLiteral
-
getInputVariables
- Specified by:
getInputVariablesin interfaceLiteral
-
getPrivateVariables
- Specified by:
getPrivateVariablesin interfaceLiteral
-
substitute
- Specified by:
substitutein interfaceLiteral
-
equalsWithSubstitution
- Specified by:
equalsWithSubstitutionin interfaceLiteral- Overrides:
equalsWithSubstitutionin classAbstractLiteral
-
hashCodeWithSubstitution
- Specified by:
hashCodeWithSubstitutionin interfaceLiteral- Overrides:
hashCodeWithSubstitutionin classAbstractLiteral
-
toString
-