public interface ModelOutputManager
Modifier and Type | Method and Description |
---|---|
void |
addModelOutput(ModelOutput modelOutput,
java.lang.Object source)
Adds the supplied model output object to the manager.
|
ModelOutput |
getModelOutputAt(int index)
Returns the model output at the specified index.
|
int |
getModelOutputCount()
Returns the number of model outputs being managed.
|
ModelOutput |
getModelOutputForID(java.lang.String id)
Returns the model output with the specified ID or
null if no such model output can be found. |
void |
removeAll()
Removes all model outputs from the manager.
|
void |
removeModelOutput(ModelOutput modelOutput)
Remove the supplied model output object from the manager.
|
void addModelOutput(ModelOutput modelOutput, java.lang.Object source)
modelOutput
- the model output to be addedsource
- the object that generated or supplied the model
output (may be null
)void removeModelOutput(ModelOutput modelOutput)
modelOutput
- the model output to be removedint getModelOutputCount()
ModelOutput getModelOutputAt(int index)
index
- ModelOutput getModelOutputForID(java.lang.String id)
null
if no such model output can be found.id
- the model output IDnull
void removeAll()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.