Class MappedJustificationTree
java.lang.Object
com.aquima.interactions.mapping.impl.MappedJustificationTree
- All Implemented Interfaces:
IMappedJustificationTree
,Serializable
- Since:
- 11.2
- Author:
- Mihai Bob
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the functional name for the domain element.Returns the technical name for the domain element in the form of an AttributeReferenceReturns a GUID that identifies the instance where the value of the node belongs to.This method returns an array with justification information for the values that were used to determine the value belonging to this justification tree.getValue()
This method returns the value reference for justification tree or the value for mapped justification tree for which the justification tree was created.
-
Field Details
-
Method Details
-
getValue
Description copied from interface:IMappedJustificationTree
This method returns the value reference for justification tree or the value for mapped justification tree for which the justification tree was created.- Specified by:
getValue
in interfaceIMappedJustificationTree
- Returns:
- the value/ value reference for which the justification tree was created.
-
getJustificationTexts
- Specified by:
getJustificationTexts
in interfaceIMappedJustificationTree
- Returns:
- the assets containing the justification text or an empty map if there are no justification texts
-
getJustificationText
- Specified by:
getJustificationText
in interfaceIMappedJustificationTree
-
getUsedValues
Description copied from interface:IMappedJustificationTree
This method returns an array with justification information for the values that were used to determine the value belonging to this justification tree.- Specified by:
getUsedValues
in interfaceIMappedJustificationTree
- Returns:
- an array with justification information for the values that were used to determine the value belonging to this justification tree.
-
getAttributeFunctionalName
Description copied from interface:IMappedJustificationTree
Returns the functional name for the domain element. If not set, it returns null- Specified by:
getAttributeFunctionalName
in interfaceIMappedJustificationTree
- Returns:
- attribute's functional name or null
-
getAttributeReference
Description copied from interface:IMappedJustificationTree
Returns the technical name for the domain element in the form of an AttributeReference- Specified by:
getAttributeReference
in interfaceIMappedJustificationTree
- Returns:
- attribute's technical name
-
getInstanceId
Description copied from interface:IMappedJustificationTree
Returns a GUID that identifies the instance where the value of the node belongs to. Together with the IMappedJustificationTree.getAttributeReference(), this makes an IMappedJustificationTree unique. You can use this GUID to distinguish between justifications for different instances of the same entity type.- Specified by:
getInstanceId
in interfaceIMappedJustificationTree
- Returns:
- a GUID
-