Class OrdinaryLiteralSpec
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.OrdinaryLiteralSpec
- All Implemented Interfaces:
LiteralSpec
,LogicElementSpec
Specification of an ordinary literal.
-
Constructor Summary
ConstructorDescriptionOrdinaryLiteralSpec
(String predicateName, List<TermSpec> termsList) OrdinaryLiteralSpec
(String predicateName, List<TermSpec> termsList, boolean isPositive) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
OrdinaryLiteralSpec
-
OrdinaryLiteralSpec
-
-
Method Details
-
getPredicateName
-
getTermSpecList
- Specified by:
getTermSpecList
in interfaceLiteralSpec
-
isPositive
public boolean isPositive()
-