public interface Updater extends Processor
Processor
objects that update Updatable
objects.
Updating can happen either by modifying the contents of an updatable object, or by replacing it in the
stream. An updater can have multiple updatable objects associated with it.Updatable
Modifier and Type | Method and Description |
---|---|
int |
getUpdatableCount()
Returns the number of
Updatable nodes that this is updating. |
java.util.Iterator<?> |
getUpdatables()
Returns an iterator for the
Updatable nodes that this is updating. |
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
int getUpdatableCount()
Updatable
nodes that this is updating.getUpdatables()
,
ProcessorDiagram.linkUpdater(Processor, Processor)
,
ProcessorDiagram.unlinkUpdater(Processor, Processor)
java.util.Iterator<?> getUpdatables()
Updatable
nodes that this is updating.getUpdatableCount()
,
ProcessorDiagram.linkUpdater(Processor, Processor)
,
ProcessorDiagram.unlinkUpdater(Processor, Processor)
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.