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, isExportablegetKeyedPropertyKeys, getKeyedPropertyValue, getLabel, getName, getPropertyType, getPropertyValue, getSavedByVersion, getStructuredPropertyDefinition, isKeyedProperty, isProperty, isServerConnectionRequiredProperty, propertyIterator, setKeyedPropertyValue, setLabel, setPropertyValue, setPropertyValues, setPropertyValuesFromgetContainerTagIterator, getContainerTags, getContainerTypeID, getContentContainer, getContentModel, getContentModelTags, putContentContainerModelDetail 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 objectModelOutputTypejava.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 nullProcessorTypejava.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 nulljava.lang.String getLocalizedAlgorithmName()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.