jas.statistics
Class Series.Integer
java.lang.Object
jas.statistics.Series
jas.statistics.Series.Integer
- All Implemented Interfaces:
- ISimEventListener, IIntArraySource, IUpdatableSource
- Enclosing class:
- Series
public static class Series.Integer
- extends Series
- implements IIntArraySource
Constructor Summary |
Series.Integer(IIntSource source)
Create a statistic probe on a collection of IIntSource objects. |
Series.Integer(IIntSource source,
int valueID)
Create a statistic probe on a collection of IDblSource objects. |
Series.Integer(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.Integer
public Series.Integer(IIntSource source)
- Create a statistic probe on a collection of IIntSource objects.
It uses the IIntSource variable id.
- Parameters:
source
- The collection containing IIntSource object.
Series.Integer
public Series.Integer(IIntSource source,
int valueID)
- Create a statistic probe on a collection of IDblSource objects.
- Parameters:
name
- Name of the statistic object.source
- The collection containing IDblSource object.valueID
- The value identifier defined by source object.
Series.Integer
public Series.Integer(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()
getIntArray
public int[] getIntArray()
- Description copied from interface:
IIntArraySource
- Return the currently cached array of integer values.
- Specified by:
getIntArray
in interface IIntArraySource
- Returns:
- An array of integer or a null pointer if the source is empty.
getIntArrayList
public cern.colt.list.IntArrayList getIntArrayList()
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