Uses of Class
adams.core.base.BaseMeasureCollection
-
Packages that use BaseMeasureCollection Package Description adams.flow.sink adams.gui.goe -
-
Uses of BaseMeasureCollection in adams.flow.sink
Fields in adams.flow.sink declared as BaseMeasureCollection Modifier and Type Field Description protected BaseMeasureCollection[]
MOAClusterVisualization. m_Measures
the measures to use.Methods in adams.flow.sink that return BaseMeasureCollection Modifier and Type Method Description BaseMeasureCollection[]
MOAClusterVisualization. getMeasures()
Returns the measures to collect.Methods in adams.flow.sink with parameters of type BaseMeasureCollection Modifier and Type Method Description void
MOAClusterVisualization. setMeasures(BaseMeasureCollection[] value)
Sets the measures to collect. -
Uses of BaseMeasureCollection in adams.gui.goe
Methods in adams.gui.goe that return BaseMeasureCollection Modifier and Type Method Description protected BaseMeasureCollection
BaseMeasureCollectionEditor. parse(String s)
Parses the given string and returns the generated object.
-