Class LiteralMother
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.mothers.LiteralMother
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.CustomBuiltInLiteral
createCustomBuiltInLiteral
(String customBuiltIn, String... termNames) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral
createOrdinaryLiteral
(boolean isPositive, String predicateName, String... terms) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral
createOrdinaryLiteral
(boolean isPositive, String predicateName, List<edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Term> terms) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral
createOrdinaryLiteral
(edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain.DependencySchema schema, boolean isPositive, String predicateName, String... termNames) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral
createOrdinaryLiteral
(edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain.DependencySchema schema, String predicateName, String... termNames) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral
createOrdinaryLiteral
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.LogicSchema schema, boolean isPositive, String predicateName, String... termNames) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral
createOrdinaryLiteral
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.LogicSchema schema, String predicateName, String... termNames) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral
createOrdinaryLiteral
(String predicateName, String... termNames) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral
createOrdinaryLiteral
(String predicateName, List<edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Term> terms) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral
createOrdinaryLiteralWithVariableNames
(boolean isPositive, String predicateName, List<String> variableNames) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.OrdinaryLiteral
createOrdinaryLiteralWithVariableNames
(String predicateName, List<String> variableNames)
-
Constructor Details
-
LiteralMother
public LiteralMother()
-
-
Method Details
-
createOrdinaryLiteralWithVariableNames
-
createOrdinaryLiteralWithVariableNames
-
createOrdinaryLiteral
-
createOrdinaryLiteral
-
createOrdinaryLiteral
-
createOrdinaryLiteral
-
createOrdinaryLiteral
-
createOrdinaryLiteral
-
createOrdinaryLiteral
-
createOrdinaryLiteral
-
createCustomBuiltInLiteral
-