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 |
getTypeName()
Returns the name of this type of output object.
|
close, getBuilderProcessorID, getBuilderStreamID, getID, isClosed, isExportable
getKeyedPropertyKeys, getKeyedPropertyValue, getLabel, getName, getPropertyType, getPropertyValue, getSavedByVersion, getStructuredPropertyDefinition, isKeyedProperty, isProperty, isServerConnectionRequiredProperty, propertyIterator, setKeyedPropertyValue, setLabel, setPropertyValue, setPropertyValues, setPropertyValuesFrom
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()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.