public class ProcessingResult<TAnalyzableElement extends IAnalyzableElement>
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ProcessingResult(java.util.Collection<TAnalyzableElement> coll)
Initialize the new instance with default values.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TAnalyzableElement> |
getCollectedElements()
Returns a collection that contains those analyzable elements that
have been collected during processing.
|
java.lang.Object |
getOtherData()
Returns any additional data that was collected during the processing
|
protected void |
setCollectedElements(java.util.Collection<TAnalyzableElement> newValue) |
protected void |
setOtherData(java.lang.Object newValue) |
protected ProcessingResult(java.util.Collection<TAnalyzableElement> coll)
public java.util.Collection<TAnalyzableElement> getCollectedElements()
protected void setCollectedElements(java.util.Collection<TAnalyzableElement> newValue)
public java.lang.Object getOtherData()
protected void setOtherData(java.lang.Object newValue)