MetricInstance.createOrUpdateMetric()
Signature
Metric createOrUpdateMetric(String xslt-template)
Description
Creates a new Metric instance based on the data provided in
the XSLT Mapper and adds it to the working memory. Adding
the instance to the working memory will cause any rule
conditions that depend on the concept to be evaluated.
Parameters
Name | Type | Description |
xslt | -template | String formed using the XSLT Mapper. |
Returns
Type | Description |
Metric | The newly created Metric instance. |