MetricInstance.createOrUpdateMetric()

Signature

Metric createOrUpdateMetric(String xslt-template)

Domain

ACTION, BUI

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

NameTypeDescription
xslt-templateString formed using the XSLT Mapper.

Returns

TypeDescription
MetricThe newly created Metric instance.

Cautions

none