Class CountUpperBoundLiteral
java.lang.Object
tools.refinery.logic.literal.AbstractLiteral
tools.refinery.logic.literal.AbstractCallLiteral
tools.refinery.logic.literal.AbstractCountLiteral<UpperCardinality>
tools.refinery.store.reasoning.literal.CountUpperBoundLiteral
- All Implemented Interfaces:
Literal
-
Constructor Summary
ConstructorsConstructorDescriptionCountUpperBoundLiteral(DataVariable<UpperCardinality> resultVariable, Constraint target, List<Variable> arguments) -
Method Summary
Modifier and TypeMethodDescriptionprotected LiteraldoSubstitute(Substitution substitution, List<Variable> substitutedArguments) protected UpperCardinalityone()protected StringwithArguments(Constraint newTarget, List<Variable> newArguments) protected UpperCardinalityzero()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
-
CountUpperBoundLiteral
public CountUpperBoundLiteral(DataVariable<UpperCardinality> resultVariable, Constraint target, List<Variable> arguments)
-
-
Method Details
-
zero
- Specified by:
zeroin classAbstractCountLiteral<UpperCardinality>
-
one
- Specified by:
onein classAbstractCountLiteral<UpperCardinality>
-
doSubstitute
- Specified by:
doSubstitutein classAbstractCallLiteral
-
withArguments
- Specified by:
withArgumentsin classAbstractCallLiteral
-
operatorName
- Specified by:
operatorNamein classAbstractCountLiteral<UpperCardinality>
-