Uses of Class
adams.data.instance.InstancePoint

Packages that use InstancePoint
adams.data.instance   
adams.gui.visualization.instance   
 

Uses of InstancePoint in adams.data.instance
 

Methods in adams.data.instance that return InstancePoint
 InstancePoint Instance.newPoint()
          Returns a new instance of a sequence point.
 InstancePoint InstancePoint.parse(String s)
          Parses a string and instantiates a sequence point of it.
 

Methods in adams.data.instance that return types with arguments of type InstancePoint
 DataPointComparator<InstancePoint> Instance.getComparator()
          Returns the comparator in use.
 DataPointComparator<InstancePoint> Instance.newComparator()
          Returns the comparator in use.
 

Methods in adams.data.instance with parameters of type InstancePoint
static int InstanceUtils.findX(List<InstancePoint> points, InstancePoint p)
          Returns the index in m_Points of the given sequence point.
 

Method parameters in adams.data.instance with type arguments of type InstancePoint
 void Instance.assign(DataContainer<InstancePoint> other)
          Obtains the stored variables from the other data point, but not the actual data points.
static int InstanceUtils.findClosestX(List<InstancePoint> points, int x)
          Returns the index in m_Points closest to the given x value.
static int[] InstanceUtils.findEnclosingXs(List<InstancePoint> points, int x)
          Returns the indices of points in m_Points that enclose the given x value.
static int InstanceUtils.findX(List<InstancePoint> points, InstancePoint p)
          Returns the index in m_Points of the given sequence point.
static int InstanceUtils.findX(List<InstancePoint> points, int x)
          Returns the index in m_Points of the given x value.
static double[] InstanceUtils.toDoubleArray(List<InstancePoint> data)
          Returns the points as double array.
 

Uses of InstancePoint in adams.gui.visualization.instance
 

Methods in adams.gui.visualization.instance that return InstancePoint
protected  InstancePoint InstancePointHitDetector.findInstancePoint(Instance inst, int index)
          Returns the Instance point at the specified position.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.