Class LogicSchemaMother

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

public class LogicSchemaMother extends Object
  • Constructor Details

    • LogicSchemaMother

      public LogicSchemaMother()
  • Method Details

    • buildLogicSchemaWithIDs

      public static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.LogicSchema buildLogicSchemaWithIDs(String schemaString)
    • buildLogicSchemaWithIDsAndPredicates

      public static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.LogicSchema buildLogicSchemaWithIDsAndPredicates(String schemaString, edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.PredicateSpec... predicateSpecs)
    • buildLogicSchemaWithIDsAndPredicates

      public static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.LogicSchema buildLogicSchemaWithIDsAndPredicates(String schemaString, List<edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.PredicateSpec> predicateSpecList)
    • createEmptySchema

      public static edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.LogicSchema createEmptySchema()
    • buildLogicSchemaWithIDs

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