java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.OrdinaryLiteralSpec
All Implemented Interfaces:
LiteralSpec, LogicElementSpec

public class OrdinaryLiteralSpec extends Object implements LiteralSpec
Specification of an ordinary literal.
  • Constructor Details

    • OrdinaryLiteralSpec

      public OrdinaryLiteralSpec(String predicateName, List<TermSpec> termsList, boolean isPositive)
    • OrdinaryLiteralSpec

      public OrdinaryLiteralSpec(String predicateName, List<TermSpec> termsList)
  • Method Details