Uses of Class
adams.flow.sink.WekaThresholdCurve.AttributeName
-
Packages that use WekaThresholdCurve.AttributeName Package Description adams.flow.sink adams.gui.tools.wekainvestigator.tab.classifytab.output -
-
Uses of WekaThresholdCurve.AttributeName in adams.flow.sink
Fields in adams.flow.sink declared as WekaThresholdCurve.AttributeName Modifier and Type Field Description protected WekaThresholdCurve.AttributeNameWekaThresholdCurve. m_AttributeXthe attribute on the X axis.protected WekaThresholdCurve.AttributeNameWekaThresholdCurve. m_AttributeYthe attribute on the Y axis.Methods in adams.flow.sink that return WekaThresholdCurve.AttributeName Modifier and Type Method Description WekaThresholdCurve.AttributeNameWekaThresholdCurve. getAttributeX()Returns the attribute to show on the X axis.WekaThresholdCurve.AttributeNameWekaThresholdCurve. getAttributeY()Returns the attribute to show on the Y axis.WekaThresholdCurve.AttributeNameWekaThresholdCurve.AttributeName. parse(String s)Parses the given string and returns the associated enum.static WekaThresholdCurve.AttributeNameWekaThresholdCurve.AttributeName. valueOf(adams.core.option.AbstractOption option, String str)Returns an enum generated from the string.static WekaThresholdCurve.AttributeNameWekaThresholdCurve.AttributeName. valueOf(String name)Returns the enum constant of this type with the specified name.static WekaThresholdCurve.AttributeName[]WekaThresholdCurve.AttributeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.sink with parameters of type WekaThresholdCurve.AttributeName Modifier and Type Method Description voidWekaThresholdCurve. setAttributeX(WekaThresholdCurve.AttributeName value)Sets the attribute to show on the X axis.voidWekaThresholdCurve. setAttributeY(WekaThresholdCurve.AttributeName value)Sets the attribute to show on the Y axis. -
Uses of WekaThresholdCurve.AttributeName in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as WekaThresholdCurve.AttributeName Modifier and Type Field Description protected WekaThresholdCurve.AttributeNameLegacyThresholdCurve. m_AttributeXthe attribute on the X axis.protected WekaThresholdCurve.AttributeNameLegacyThresholdCurve. m_AttributeYthe attribute on the Y axis.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return WekaThresholdCurve.AttributeName Modifier and Type Method Description WekaThresholdCurve.AttributeNameLegacyThresholdCurve. getAttributeX()Returns the attribute to show on the X axis.WekaThresholdCurve.AttributeNameLegacyThresholdCurve. getAttributeY()Returns the attribute to show on the Y axis.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type WekaThresholdCurve.AttributeName Modifier and Type Method Description voidLegacyThresholdCurve. setAttributeX(WekaThresholdCurve.AttributeName value)Sets the attribute to show on the X axis.voidLegacyThresholdCurve. setAttributeY(WekaThresholdCurve.AttributeName value)Sets the attribute to show on the Y axis.
-