public interface ModelApplier extends InlineProcessor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuilderProcessorID()
Returns the ID of the model builder node that built
the underlying model.
|
java.lang.String |
getBuilderStreamID()
Returns the ID of the stream of the
model builder node that built the underlying model.
|
java.lang.String |
getLocalizedAlgorithmName()
Returns the localized algorithm name.
|
ModelDetail |
getModelDetail()
Returns the underlying model representation.
|
java.lang.String |
getStatXML()
If this model contains StatXML then this returns the StatXML as a string,
otherwise returns
null . |
boolean |
hasStatXML()
Returns
true if this model includes StatXML. |
flushCache, getID, getInputDataModel, getOutputDataModel, getProcessorDiagram, getProcessorStream, getProcessorType, getTypeName, getXPosition, getYPosition, isCacheEnabled, isCacheFull, isInitial, isInline, isTerminal, run, runAction, setCacheEnabled, setName, setPositionBetween, setXYPosition
clearKeyedProperty, creationDate, getKeyedPropertyKeys, getKeyedPropertyValue, getLabel, getName, getPropertyType, getPropertyValue, getSavedByVersion, getStructuredPropertyDefinition, isKeyedProperty, isLocked, isProperty, isServerConnectionRequiredProperty, propertyIterator, setKeyedPropertyValue, setLabel, setPropertyValue, setPropertyValues, setPropertyValuesFrom, unlock
getContainerTagIterator, getContainerTags, getContainerTypeID, getContentContainer, getContentModel, getContentModelTags, putContentContainer
java.lang.String getBuilderProcessorID()
getBuilderStreamID()
java.lang.String getBuilderStreamID()
getBuilderProcessorID()
ModelDetail getModelDetail()
java.lang.String getLocalizedAlgorithmName()
java.lang.String getStatXML()
null
.null
hasStatXML()
boolean hasStatXML()
true
if this model includes StatXML. StatXML is a proprietary
format which provides additional information about that model.true
if this model includes StatXMLgetStatXML()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.