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 a logic built-in literal.
That is, a literal whose interpretation is fixed, rather than checked over a database.
E.g. "3 < 4" is a built-in literal since it can be checked without accessing a database
-
Constructor Summary
-
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
-