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) booleanequalsWithSubstitution(LiteralEqualityHelper helper, AnyTerm other) getInputVariables(Set<? extends Variable> positiveVariablesInClause) getPrivateVariables(Set<? extends Variable> positiveVariablesInClause) intreduce()toString()withArguments(Constraint newTarget, List<Variable> newArguments) Methods inherited from class tools.refinery.logic.term.AbstractCallTerm
evaluate, getArguments, getArgumentsOfDirection, getTarget, getVariables, rewriteSubTerms, substitute, withTargetMethods 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:
doSubstitutein classAbstractCallTerm<T>
-
reduce
-
withArguments
- Specified by:
withArgumentsin classAbstractCallTerm<T>
-
getInputVariables
- Specified by:
getInputVariablesin interfaceAnyTerm- Overrides:
getInputVariablesin classAbstractCallTerm<T>
-
getPrivateVariables
- Specified by:
getPrivateVariablesin interfaceAnyTerm- Overrides:
getPrivateVariablesin classAbstractCallTerm<T>
-
equalsWithSubstitution
- Specified by:
equalsWithSubstitutionin interfaceAnyTerm- Overrides:
equalsWithSubstitutionin classAbstractCallTerm<T>
-
hashCodeWithSubstitution
- Specified by:
hashCodeWithSubstitutionin interfaceAnyTerm- Overrides:
hashCodeWithSubstitutionin classAbstractCallTerm<T>
-
toString
-