com.ibm.tivoli.maximo.skd.control.chart

Class MaxValueSeriesVisitor

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.control.chart.MaxValueSeriesVisitor
  • All Implemented Interfaces:
    ISeriesVisitor


    public class MaxValueSeriesVisitor
    extends java.lang.Object
    implements ISeriesVisitor
    Returns the Max Value in the series for the given field
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaxValueSeriesVisitor(java.lang.String field) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double doubleValue() 
      boolean each(Series s, int i, com.ibm.json.java.JSONObject point)
      called for each item in the Series.
      int intValue() 
      long longValue() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxValueSeriesVisitor

        public MaxValueSeriesVisitor(java.lang.String field)
    • Method Detail

      • each

        public boolean each(Series s,
                            int i,
                            com.ibm.json.java.JSONObject point)
        Description copied from interface: ISeriesVisitor
        called for each item in the Series. Return false to stop processing.
        Specified by:
        each in interface ISeriesVisitor
        Returns:
      • doubleValue

        public double doubleValue()
      • intValue

        public int intValue()
      • longValue

        public long longValue()