public class FwkColumnStatistics extends FwkPropertyChange implements FwkColumnStatisticsInterface, javax.infobus.DataItemChangeListener
,
Serialized Formsource, version
author, buildnr, className, company, copyright, creationDate, dateFormatString, description, eMail, FWK_ICON, FWK_ICON_ARRAY, FWK_ICON_BG, FWK_ICON_BG_ARRAY, FWK_ICON_BG_LARGE, FWK_ICON_BG_LARGE_ARRAY, FWK_ICON_LARGE, FWK_ICON_LARGE_ARRAY, icon, ICON, iconCount, iconKey, internetAddress, titleName
AUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME
Constructor and Description |
---|
FwkColumnStatistics(FwkColumnAccessInterface col)
The constructor receiving the column.
|
FwkColumnStatistics(java.lang.String name,
java.lang.String unit,
long count,
double average,
double stdev)
The constructor receiving the static information on a column or a column area.
|
Modifier and Type | Method and Description |
---|---|
void |
dataItemAdded(javax.infobus.DataItemAddedEvent event)
Indicates that a new item was added to an aggregate data item
(ArrayAccess, a JDK Collection, etc).
|
void |
dataItemDeleted(javax.infobus.DataItemDeletedEvent event)
Indicates that an item was deleted from an aggregate data item
(ArrayAccess, a JDK Collection, etc).
|
void |
dataItemRevoked(javax.infobus.DataItemRevokedEvent event)
Indicates that an item (and its sub-items, if any) has been revoked,
and is temporarily unavailable.
|
void |
dataItemValueChanged(javax.infobus.DataItemValueChangedEvent event)
Indicates a changed value in the data item.
|
double |
getAverage()
Get the average.
|
long |
getCount()
Get the length of the range of interest.
|
java.lang.String |
getName()
Get the name.
|
double |
getStandardDeviation()
Get the standard deviation.
|
java.lang.String |
getUnitString()
Get the unit string.
|
double |
getVariance()
Get the varianz.
|
protected void |
refresh(FwkColumnAccessInterface col)
Refresh the statistics.
|
void |
rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent event)
Indicates that the cursor for a RowsetAccess item has changed.
|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, getVersion, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEvents
getAuthor, getBuild, getClassName, getCompany, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, getTransferData, getTransferDataFlavors, isDataFlavorSupported, lostOwnership, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleName, toString
getNiceVersion, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
release
public FwkColumnStatistics(FwkColumnAccessInterface col)
public FwkColumnStatistics(java.lang.String name, java.lang.String unit, long count, double average, double stdev)
protected void refresh(FwkColumnAccessInterface col)
public java.lang.String getName()
getName
in interface FwkColumnStatisticsInterface
getName
in interface FwkDescriptionInterface
getName
in class FwkDescription
public java.lang.String getUnitString()
getUnitString
in interface FwkColumnStatisticsInterface
public long getCount()
getCount
in interface FwkColumnStatisticsInterface
public double getAverage()
getAverage
in interface FwkColumnStatisticsInterface
public double getStandardDeviation()
getStandardDeviation
in interface FwkColumnStatisticsInterface
public double getVariance()
getVariance
in interface FwkColumnStatisticsInterface
public void dataItemAdded(javax.infobus.DataItemAddedEvent event)
dataItemAdded
in interface javax.infobus.DataItemChangeListener
public void dataItemDeleted(javax.infobus.DataItemDeletedEvent event)
dataItemDeleted
in interface javax.infobus.DataItemChangeListener
public void dataItemRevoked(javax.infobus.DataItemRevokedEvent event)
dataItemRevoked
in interface javax.infobus.DataItemChangeListener
public void dataItemValueChanged(javax.infobus.DataItemValueChangedEvent event)
dataItemValueChanged
in interface javax.infobus.DataItemChangeListener
public void rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent event)
rowsetCursorMoved
in interface javax.infobus.DataItemChangeListener