Class TermMother
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.mothers.TermMother
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Term
createTerm
(String termName) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.ImmutableTermList
createTerms
(String... terms) static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.ImmutableTermList
createTerms
(List<String> terms)
-
Constructor Details
-
TermMother
public TermMother()
-
-
Method Details
-
createTerms
-
createTerms
public static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.ImmutableTermList createTerms(String... terms) -
createTerm
-