Class AtomMother
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.mothers.AtomMother
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Atom
createAtom
(edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.LogicSchema logicSchema, String predicateName, String... termNames) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Atom
createAtom
(String predicateName, String... termNames) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Atom
createAtom
(String predicateName, List<edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Term> terms) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Atom
createAtomWithVariableNames
(String predicateName, List<String> variableNames)
-
Constructor Details
-
AtomMother
public AtomMother()
-
-
Method Details
-
createAtomWithVariableNames
-
createAtom
-
createAtom
-
createAtom
-