jas.statistics
Class Series.Double
java.lang.Object
jas.statistics.Series
jas.statistics.Series.Double
- All Implemented Interfaces:
- ISimEventListener, IDoubleArraySource, IUpdatableSource
- Enclosing class:
- Series
public static class Series.Double
- extends Series
- implements IDoubleArraySource
Constructor Summary |
Series.Double(IDoubleSource source)
Create a statistic probe on a collection of IDoubleSource objects. |
Series.Double(IDoubleSource source,
int valueID)
Create a statistic probe on a collection of IDoubleSource objects. |
Series.Double(java.lang.Object source,
java.lang.String valueName,
boolean getFromMethod)
Create a basic statistic probe on a collection of objects. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Series.Double
public Series.Double(IDoubleSource source)
- Create a statistic probe on a collection of IDoubleSource objects.
It uses the IDoubleSource.DEFAULT variable id.
- Parameters:
source
- The collection containing IDoubleSource object.
Series.Double
public Series.Double(IDoubleSource source,
int valueID)
- Create a statistic probe on a collection of IDoubleSource objects.
- Parameters:
source
- The collection containing IDoubleSource object.valueID
- The value identifier defined by source object.
Series.Double
public Series.Double(java.lang.Object source,
java.lang.String valueName,
boolean getFromMethod)
- Create a basic statistic probe on a collection of objects.
- Parameters:
name
- Name of the statistic object.source
- A collection of generic objects.objectClass
- The class of the objects contained by collection source.valueName
- The name of the field or the method returning the variable to be probed.getFromMethod
- Specifies if valueName is a method or a property value.
getDoubleArray
public double[] getDoubleArray()
- Description copied from interface:
IDoubleArraySource
- Return the currently cached array of double values.
- Specified by:
getDoubleArray
in interface IDoubleArraySource
- Returns:
- An array of double or a null pointer if the source is empty.
getDoubleArrayList
public cern.colt.list.DoubleArrayList getDoubleArrayList()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
updateSource
public void updateSource()
- Description copied from interface:
IUpdatableSource
- Force the source to update its currently cached data.
- Specified by:
updateSource
in interface IUpdatableSource
- Specified by:
updateSource
in class Series