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

public abstract class BuiltInLiteral extends Literal
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 Details

    • BuiltInLiteral

      public BuiltInLiteral()
  • Method Details

    • getOperationName

      public abstract String getOperationName()
      Returns the built-in literal operation name.
      Returns:
      the operation name.