|
PerfExplorer 2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectAbstractPerformanceOperation
public abstract class AbstractPerformanceOperation
The AbstractPerformanceOperation class is used as an abstract implementation
of the PerformanceAnalysisOperation interface. This class has all the
member data fields for the plethora of anticipated subclasses.
CVS $Id: AbstractPerformanceOperation.java,v 1.7 2009/04/09 00:23:51 khuck Exp $
| Method Summary | |
|---|---|
void |
addInput(PerformanceResult input)
Adds an input PerformanceResult for the analysis operation. |
void |
addInput(Trial trial)
|
Long |
getId()
|
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. |
void |
reset()
Resets the analysis operation to it's initial state. |
void |
setId(Long id)
|
void |
setInput(PerformanceResult input)
Sets the input PerformanceResult for the analysis operation. |
void |
setInput(Trial trial)
|
void |
setInputs(List<PerformanceResult> inputs)
Sets a List of input PerformanceResults for the analysis operation. |
void |
setInputsTrials(List<Trial> trials)
|
void |
setOutputs(List<PerformanceResult> outputs)
Sets the List of output PerformanceResult objects. |
String |
toString()
Returns a printable string of this analysis operation. |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface PerformanceAnalysisOperation |
|---|
processData |
| Method Detail |
|---|
public void addInput(PerformanceResult input)
PerformanceAnalysisOperation
addInput in interface PerformanceAnalysisOperationinput - A PerformanceResult to be added to the list of
PerformanceResults used as input for this operation.PerformanceResultpublic void addInput(Trial trial)
public Long getId()
public List<PerformanceResult> getInputs()
PerformanceAnalysisOperation
getInputs in interface PerformanceAnalysisOperationPerformanceResult,
Listpublic PerformanceResult getOutputAtIndex(int index)
PerformanceAnalysisOperation
getOutputAtIndex in interface PerformanceAnalysisOperationindex - The index of the PerformanceResult
PerformanceResultpublic List<PerformanceResult> getOutputs()
PerformanceAnalysisOperation
getOutputs in interface PerformanceAnalysisOperationPerformanceResult,
Listpublic void reset()
PerformanceAnalysisOperation
reset in interface PerformanceAnalysisOperationpublic void setId(Long id)
public void setInput(PerformanceResult input)
PerformanceAnalysisOperation
setInput in interface PerformanceAnalysisOperationinput - A PerformanceResult to be added to the list of
PerformanceResults used as input for this operation.PerformanceResultpublic void setInput(Trial trial)
public void setInputs(List<PerformanceResult> inputs)
PerformanceAnalysisOperation
setInputs in interface PerformanceAnalysisOperationinputs - A List of PerformanceResult objects to be used
as input for this operation.PerformanceResult,
Listpublic void setInputsTrials(List<Trial> trials)
public void setOutputs(List<PerformanceResult> outputs)
PerformanceAnalysisOperation
setOutputs in interface PerformanceAnalysisOperationoutputs - A List of PerformanceResult objects.PerformanceResult,
Listpublic String toString()
PerformanceAnalysisOperation
toString in interface PerformanceAnalysisOperationtoString in class Object
|
PerfExplorer 2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||