public interface ModelOutput extends BuiltObject
ModelBuilder
nodes or by opening or importing models.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedAlgorithmName()
Returns the localized algorithm name.
|
java.lang.String |
getModelApplierID()
Returns the ID of
ModelApplier that corresponds
with this model output or null if this model output cannot
be applied directly to data. |
ProcessorType |
getModelApplierType()
Returns the type of
ModelApplier that corresponds
with this model output or null if this model output cannot
be applied directly to data. |
ModelDetail |
getModelDetail()
Returns the underlying model representation.
|
ModelOutputType |
getModelOutputType()
Returns the
ModelOutputType of this model output. |
java.lang.String |
getStatXML()
If this model contains StatXML then this returns the StatXML as a string,
otherwise returns
null . |
java.lang.String |
getTypeName()
Returns the name of this type of output object.
|
boolean |
hasStatXML()
Returns
true if this model includes StatXML. |
close, getBuilderProcessorID, getBuilderRuntimeName, getBuilderStreamID, getID, isClosed, isExportable, setID, setName
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
ModelDetail getModelDetail()
ModelOutputType getModelOutputType()
ModelOutputType
of this model output.
The returned value corresponds with one of the
model-type constants defined by ModelOutputType
.ModelOutputType
of this objectModelOutputType
java.lang.String getTypeName()
ProcessorType getModelApplierType()
ModelApplier
that corresponds
with this model output or null
if this model output cannot
be applied directly to data. The returned value corresponds with one of the
model-type constants defined by ProcessorType
.ModelApplier
used to apply this
model output or null
ProcessorType
java.lang.String getModelApplierID()
ModelApplier
that corresponds
with this model output or null
if this model output cannot
be applied directly to data.ModelApplier
used to apply this
model output or null
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.