|
PerfExplorer 2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PerformanceAnalysisOperation
The PerformanceAnalysisOperation interface is defined as the methods all analysis operations should support. All operations should be refered to through this interface.
CVS $Id: PerformanceAnalysisOperation.java,v 1.4 2009/04/09 00:23:51 khuck Exp $
| Method Summary | |
|---|---|
void |
addInput(PerformanceResult input)
Adds an input PerformanceResult for the analysis operation. |
List<PerformanceResult> |
getInputs()
Returns the List of PerformanceResult inputs for the analysis operation. |
PerformanceResult |
getOutputAtIndex(int index)
Returns a particular PerformanceResult object from the list of PerfomanceResult output. |
List<PerformanceResult> |
getOutputs()
Returns a List of PerformanceResult objects, the output from the analysis operation. |
List<PerformanceResult> |
processData()
Performs the analysis operation. |
void |
reset()
Resets the analysis operation to it's initial state. |
void |
setInput(PerformanceResult input)
Sets the input PerformanceResult for the analysis operation. |
void |
setInputs(List<PerformanceResult> inputs)
Sets a List of input PerformanceResults for the analysis operation. |
void |
setOutputs(List<PerformanceResult> outputs)
Sets the List of output PerformanceResult objects. |
String |
toString()
Returns a printable string of this analysis operation. |
| Method Detail |
|---|
void addInput(PerformanceResult input)
input - A PerformanceResult to be added to the list of
PerformanceResults used as input for this operation.PerformanceResultList<PerformanceResult> getInputs()
PerformanceResult,
ListPerformanceResult getOutputAtIndex(int index)
index - The index of the PerformanceResult
PerformanceResultList<PerformanceResult> getOutputs()
PerformanceResult,
ListList<PerformanceResult> processData()
PerformanceResult,
Listvoid reset()
void setInput(PerformanceResult input)
input - A PerformanceResult to be added to the list of
PerformanceResults used as input for this operation.PerformanceResultvoid setInputs(List<PerformanceResult> inputs)
inputs - A List of PerformanceResult objects to be used
as input for this operation.PerformanceResult,
Listvoid setOutputs(List<PerformanceResult> outputs)
outputs - A List of PerformanceResult objects.PerformanceResult,
ListString toString()
toString in class Object
|
PerfExplorer 2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||