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 SummaryConstructors
- 
Method SummaryModifier 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.AbstractLiteralequals, hashCode
- 
Constructor Details- 
ConstantLiteral
 
- 
- 
Method Details- 
getVariable
- 
getNodeIdpublic int getNodeId()
- 
getOutputVariables
- 
getInputVariables
- 
getPrivateVariables
- 
substitute
- 
equalsWithSubstitution- Specified by:
- equalsWithSubstitutionin interface- Literal
- Overrides:
- equalsWithSubstitutionin class- AbstractLiteral
 
- 
hashCodeWithSubstitution- Specified by:
- hashCodeWithSubstitutionin interface- Literal
- Overrides:
- hashCodeWithSubstitutionin class- AbstractLiteral
 
- 
toString
 
-