Class SchemaSetDefinition

java.lang.Object
com.aquima.interactions.communication.impl.SchemaSetDefinition
All Implemented Interfaces:
ISchemaSetDefinition, Serializable

public final class SchemaSetDefinition extends Object implements ISchemaSetDefinition
This class holds the static definition of a schema set.
Since:
9.0
Author:
Arjan Pragt
See Also:
  • Constructor Details

    • SchemaSetDefinition

      public SchemaSetDefinition(ISchemaSetDS datasource, IMetaModel metaModel, IRuleEngine ruleEngine)
      Construct a schemaset with a datasource.
      Parameters:
      datasource - The datasource containing the definition data, may not be null.
      metaModel - The meta model, may not be null.
      ruleEngine - The rule engine, may not be null.
      Throws:
      InitializationException - This exception is thrown when the definition could not be created.
  • Method Details