Package tools.refinery.logic.term
Class LeftJoinTerm<T>
java.lang.Object
tools.refinery.logic.term.AbstractTerm<T>
tools.refinery.logic.term.AbstractCallTerm<T>
tools.refinery.logic.term.LeftJoinTerm<T>
-
Constructor Summary
ConstructorsConstructorDescriptionLeftJoinTerm
(DataVariable<T> placeholderVariable, T defaultValue, Constraint target, List<Variable> arguments) -
Method Summary
Modifier and TypeMethodDescriptiondoSubstitute
(Substitution substitution, List<Variable> substitutedArguments) boolean
equalsWithSubstitution
(LiteralEqualityHelper helper, AnyTerm other) getInputVariables
(Set<? extends Variable> positiveVariablesInClause) getPrivateVariables
(Set<? extends Variable> positiveVariablesInClause) int
reduce()
toString()
withArguments
(Constraint newTarget, List<Variable> newArguments) Methods inherited from class tools.refinery.logic.term.AbstractCallTerm
evaluate, getArguments, getArgumentsOfDirection, getTarget, getVariables, rewriteSubTerms, substitute, withTarget
Methods inherited from class tools.refinery.logic.term.AbstractTerm
equals, getType, hashCode
-
Constructor Details
-
LeftJoinTerm
public LeftJoinTerm(DataVariable<T> placeholderVariable, T defaultValue, Constraint target, List<Variable> arguments)
-
-
Method Details
-
getPlaceholderVariable
-
getDefaultValue
-
doSubstitute
- Specified by:
doSubstitute
in classAbstractCallTerm<T>
-
reduce
-
withArguments
- Specified by:
withArguments
in classAbstractCallTerm<T>
-
getInputVariables
- Specified by:
getInputVariables
in interfaceAnyTerm
- Overrides:
getInputVariables
in classAbstractCallTerm<T>
-
getPrivateVariables
- Specified by:
getPrivateVariables
in interfaceAnyTerm
- Overrides:
getPrivateVariables
in classAbstractCallTerm<T>
-
equalsWithSubstitution
- Specified by:
equalsWithSubstitution
in interfaceAnyTerm
- Overrides:
equalsWithSubstitution
in classAbstractCallTerm<T>
-
hashCodeWithSubstitution
- Specified by:
hashCodeWithSubstitution
in interfaceAnyTerm
- Overrides:
hashCodeWithSubstitution
in classAbstractCallTerm<T>
-
toString
-