ModelApplier Objects

Subclass of ProcessNode.

This encapsulates the functionality of an inline node that applies models.

m.getBuilderProcessorID() : string

Returns the ID of the model builder node that built the underlying model. The empty string is returned if this information is not available.

m.getBuilderStreamID() : string

Returns the ID of the stream of the model builder node that built the underlying model. The empty string is returned if this information is not available.

m.getLocalizedAlgorithmName() : string

Returns the localized algorithm name.

m.getModelDetail() : ModelDetail

Returns the underlying model representation.