Package tools.refinery.logic.literal
Class ConstantLiteral
java.lang.Object
tools.refinery.logic.literal.AbstractLiteral
tools.refinery.logic.literal.ConstantLiteral
- All Implemented Interfaces:
Literal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsWithSubstitution(LiteralEqualityHelper helper, Literal other) getInputVariables(Set<? extends Variable> positiveVariablesInClause) intgetPrivateVariables(Set<? extends Variable> positiveVariablesInClause) intsubstitute(Substitution substitution) toString()Methods inherited from class tools.refinery.logic.literal.AbstractLiteral
equals, hashCode
-
Constructor Details
-
ConstantLiteral
-
-
Method Details
-
getVariable
-
getNodeId
public int getNodeId() -
getOutputVariables
-
getInputVariables
-
getPrivateVariables
-
substitute
-
equalsWithSubstitution
- Specified by:
equalsWithSubstitutionin interfaceLiteral- Overrides:
equalsWithSubstitutionin classAbstractLiteral
-
hashCodeWithSubstitution
- Specified by:
hashCodeWithSubstitutionin interfaceLiteral- Overrides:
hashCodeWithSubstitutionin classAbstractLiteral
-
toString
-