Class SchemaSetVisitor
java.lang.Object
com.aquima.interactions.communication.impl.SchemaSetVisitor
- All Implemented Interfaces:
ISchemaSetVisitor
Visitor implementation to gather all schema sets.
- Since:
- 9.0
- Author:
- Arjan Pragt
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SchemaSetVisitor
(CommunicationEngine engine, IMetaModel metaModel, IRuleEngine ruleEngine) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSchemaSet
(ISchemaSetDS datasource) This method adds a schemaset to the communication engine.
-
Constructor Details
-
SchemaSetVisitor
protected SchemaSetVisitor(CommunicationEngine engine, IMetaModel metaModel, IRuleEngine ruleEngine)
-
-
Method Details
-
addSchemaSet
Description copied from interface:ISchemaSetVisitor
This method adds a schemaset to the communication engine.- Specified by:
addSchemaSet
in interfaceISchemaSetVisitor
- Parameters:
datasource
- The datasource representing the schemaset, may not be null.- Throws:
InitializationException
- This exception is thrown when the schemaset could not be initialized with the provided data source.
-