Class DerivationRuleMother

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

public class DerivationRuleMother extends Object
  • Constructor Details

    • DerivationRuleMother

      public DerivationRuleMother()
  • Method Details

    • create

      public static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.DerivationRule create(String derivationRuleString)
    • create

      public static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.DerivationRule create(String schema, String predicateName)
    • create

      public static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.DerivationRule create(String schema, String derivedPredicateName, Set<String> customBuiltInOperators)