Class CountLowerBoundLiteral
java.lang.Object
tools.refinery.logic.literal.AbstractLiteral
tools.refinery.logic.literal.AbstractCallLiteral
tools.refinery.logic.literal.AbstractCountLiteral<Integer>
tools.refinery.store.reasoning.literal.CountLowerBoundLiteral
- All Implemented Interfaces:
Literal
-
Constructor Summary
ConstructorsConstructorDescriptionCountLowerBoundLiteral(DataVariable<Integer> resultVariable, Constraint target, List<Variable> arguments) -
Method Summary
Modifier and TypeMethodDescriptionprotected LiteraldoSubstitute(Substitution substitution, List<Variable> substitutedArguments) protected Integerone()protected StringwithArguments(Constraint newTarget, List<Variable> newArguments) protected Integerzero()Methods inherited from class tools.refinery.logic.literal.AbstractCountLiteral
equalsWithSubstitution, getOutputVariables, getResultType, getResultVariable, hashCodeWithSubstitution, reduce, toStringMethods inherited from class tools.refinery.logic.literal.AbstractCallLiteral
getArguments, getArgumentsOfDirection, getInputVariables, getPrivateVariables, getTarget, substitute, withTargetMethods inherited from class tools.refinery.logic.literal.AbstractLiteral
equals, hashCode
-
Constructor Details
-
CountLowerBoundLiteral
public CountLowerBoundLiteral(DataVariable<Integer> resultVariable, Constraint target, List<Variable> arguments)
-
-
Method Details
-
zero
- Specified by:
zeroin classAbstractCountLiteral<Integer>
-
one
- Specified by:
onein classAbstractCountLiteral<Integer>
-
doSubstitute
- Specified by:
doSubstitutein classAbstractCallLiteral
-
withArguments
- Specified by:
withArgumentsin classAbstractCallLiteral
-
operatorName
- Specified by:
operatorNamein classAbstractCountLiteral<Integer>
-