java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.mothers.AtomMother

public class AtomMother extends Object
  • Constructor Details

    • AtomMother

      public AtomMother()
  • Method Details

    • createAtomWithVariableNames

      public static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Atom createAtomWithVariableNames(String predicateName, List<String> variableNames)
    • createAtom

      public 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)
    • createAtom

      public static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Atom createAtom(String predicateName, String... termNames)
    • createAtom

      public static 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)