|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjas.statistics.functions.MultiTraceFunction
jas.statistics.functions.MultiTraceFunction.Long
public static class MultiTraceFunction.Long
An implementation of the MemorylessSeries class, which manages long type data sources.
Title: JAS
Description: Java Agent-based Simulation library
Copyright (C) 2002 Michele Sonnessa
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class jas.statistics.functions.MultiTraceFunction |
---|
MultiTraceFunction.Double, MultiTraceFunction.Float, MultiTraceFunction.Integer, MultiTraceFunction.Long |
Field Summary |
---|
Fields inherited from class jas.statistics.functions.MultiTraceFunction |
---|
COUNT, LAST_VALUE, MAX, MEAN, MIN, SUM, VARIANCE |
Fields inherited from interface jas.statistics.ILongSource |
---|
DEFAULT |
Fields inherited from interface jas.statistics.IDoubleSource |
---|
DEFAULT |
Constructor Summary | |
---|---|
MultiTraceFunction.Long(ILongSource source,
int valueID)
Create a basic statistic probe on a IDblSource object. |
|
MultiTraceFunction.Long(java.lang.Object source,
java.lang.String valueName,
boolean getFromMethod)
Create a basic statistic probe on a generic object. |
Method Summary | |
---|---|
double |
getDoubleValue(int valueID)
Return the result of a given statistic. |
long |
getLastValue()
Return the last double value read from the source object. |
long |
getLongValue(int valueID)
Return the result of a given statistic. |
long |
getMax()
The maximum function. |
double |
getMean()
The mean function. |
long |
getMin()
The minimum function. |
long |
getSum()
The sum function. |
double |
getVariance()
The variance function. |
void |
updateSource()
Read the source values and update statistics. |
Methods inherited from class jas.statistics.functions.MultiTraceFunction |
---|
getCount, performAction |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiTraceFunction.Long(ILongSource source, int valueID)
name
- Name of the statistic object.source
- The IDblSource object.valueID
- The value identifier defined by source object.public MultiTraceFunction.Long(java.lang.Object source, java.lang.String valueName, boolean getFromMethod)
name
- Name of the statistic object.source
- A generic source object.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.Method Detail |
---|
public double getDoubleValue(int valueID)
getDoubleValue
in interface IDoubleSource
getDoubleValue
in class MultiTraceFunction
valueID
- One of the F_ constants representing available statistics.
java.lang.UnsupportedOperationException
- If the given valueID is not supported.public long getLastValue()
public long getLongValue(int valueID)
getLongValue
in interface ILongSource
valueID
- One of the F_ constants representing available statistics.
java.lang.UnsupportedOperationException
- If the given valueID is not supported.public long getMax()
public double getMean()
getMean
in class MultiTraceFunction
public long getMin()
public long getSum()
public double getVariance()
getVariance
in class MultiTraceFunction
public void updateSource()
updateSource
in interface IUpdatableSource
updateSource
in class MultiTraceFunction
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |