Class BuiltInLiteral
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.BuiltInLiteral
- Direct Known Subclasses:
BooleanBuiltInLiteral
,ComparisonBuiltInLiteral
,CustomBuiltInLiteral
Implementation of the logic built-in literal. That is, a literal whose interpretation is fixed, rather than checked
over a database.
E.g. "3 < 4
"
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Literal
accept, applySubstitution, buildNegatedLiteral, canBeNegated, getArity, getTerms, getUsedVariables, isGround
-
Constructor Details
-
BuiltInLiteral
public BuiltInLiteral()
-
-
Method Details
-
getOperationName
Returns the built-in literal operation name.- Returns:
- the operation name.
-