Class JustificationSchemaElement
java.lang.Object
com.aquima.interactions.framework.communication.JustificationSchemaElement
- All Implemented Interfaces:
ICustomSchemaElement
Dynamic schema element that is responsible for justification trees.
Will be removed in favor of
JustificationTreeV2SchemaElement
in a future version- Since:
- 9.0
- Author:
- Jon van Leuven, Arjan Pragt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompose
(IDomainSchemaContext context) The method creates aDataValue
based on theIDomainSchemaContext
void
compose
(ISchemaContext context) The method writes the element instance to the xml document.
-
Constructor Details
-
Method Details
-
compose
Description copied from interface:ICustomSchemaElement
The method writes the element instance to the xml document.- Specified by:
compose
in interfaceICustomSchemaElement
- Parameters:
context
- The context what can be used to render the element to xml.
-
compose
Description copied from interface:ICustomSchemaElement
The method creates aDataValue
based on theIDomainSchemaContext
- Specified by:
compose
in interfaceICustomSchemaElement
- Parameters:
context
- - the context that provides the custom schema parameters andInferenceContext
- Returns:
- the generated
DataValue
-