|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.AbstractIOObject
edu.udo.cs.yale.operator.ResultObjectAdapter
edu.udo.cs.yale.tools.math.RunVector
public class RunVector
Collects the average vectors of a run. The averagables can be averaged by
using average()
.
Field Summary | |
---|---|
private java.util.ArrayList<AverageVector> |
vectorList
List of average vectors. |
Constructor Summary | |
---|---|
RunVector()
|
Method Summary | |
---|---|
void |
addVector(AverageVector av)
Adds a new average vector. |
AverageVector |
average()
Calculates the mean value of the averagables of the average vectors and returns a average vector of which contain for each averagable the mean value. |
AverageVector |
getVector(int index)
Returns the average vector with index i. |
java.util.ArrayList |
getVectorList()
Returns all average vectors as list. |
int |
size()
Returns the number of average vectors. |
java.lang.String |
toResultString()
returns a String containing a time series of the values of each averagable and the average of all averagables over all runs. |
java.lang.String |
toString()
|
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter |
---|
addAction, getActions, getName, getVisualisationComponent, toHTML |
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject |
---|
copy, read, read, read, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.udo.cs.yale.operator.IOObject |
---|
copy, write, write |
Field Detail |
---|
private java.util.ArrayList<AverageVector> vectorList
Constructor Detail |
---|
public RunVector()
Method Detail |
---|
public void addVector(AverageVector av)
public AverageVector getVector(int index)
public java.util.ArrayList getVectorList()
public int size()
public AverageVector average()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toResultString()
toResultString
in interface ResultObject
toResultString
in class ResultObjectAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |