|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.dao.support.BottomNAttributeStatisticVisitor
public class BottomNAttributeStatisticVisitor
BottomNAttributeStatisticVisitor class.
| Nested Class Summary | |
|---|---|
class |
BottomNAttributeStatisticVisitor.AttributeStatisticComparator
|
class |
BottomNAttributeStatisticVisitor.DoubleComparator
|
| Field Summary | |
|---|---|
protected Comparator<Double> |
m_comparator
|
| Constructor Summary | |
|---|---|
BottomNAttributeStatisticVisitor()
Constructor for BottomNAttributeStatisticVisitor. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
Comparator<Double> |
getComparator()
getComparator |
Integer |
getCount()
getCount |
SortedSet<AttributeStatistic> |
getResults()
getResults |
void |
setComparator(Comparator<Double> comparator)
setComparator |
void |
setCount(Integer count)
setCount |
void |
visit(OnmsAttribute attribute,
double statistic)
visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Comparator<Double> m_comparator
| Constructor Detail |
|---|
public BottomNAttributeStatisticVisitor()
Constructor for BottomNAttributeStatisticVisitor.
| Method Detail |
|---|
public void visit(OnmsAttribute attribute,
double statistic)
visit
visit in interface AttributeStatisticVisitorattribute - a OnmsAttribute object.statistic - a double.public void afterPropertiesSet()
afterPropertiesSet
afterPropertiesSet in interface AttributeStatisticVisitorWithResultsafterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanInitializingBean.afterPropertiesSet()public Integer getCount()
getCount
getCount in interface AttributeStatisticVisitorWithResultsInteger object.public void setCount(Integer count)
setCount
setCount in interface AttributeStatisticVisitorWithResultscount - a Integer object.public SortedSet<AttributeStatistic> getResults()
getResults
getResults in interface AttributeStatisticVisitorWithResultspublic Comparator<Double> getComparator()
getComparator
Comparator object.public void setComparator(Comparator<Double> comparator)
setComparator
comparator - a Comparator object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||