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.AttributeName
WekaThresholdCurve. m_AttributeX
the attribute on the X axis.protected WekaThresholdCurve.AttributeName
WekaThresholdCurve. m_AttributeY
the attribute on the Y axis.Methods in adams.flow.sink that return WekaThresholdCurve.AttributeName Modifier and Type Method Description WekaThresholdCurve.AttributeName
WekaThresholdCurve. getAttributeX()
Returns the attribute to show on the X axis.WekaThresholdCurve.AttributeName
WekaThresholdCurve. getAttributeY()
Returns the attribute to show on the Y axis.WekaThresholdCurve.AttributeName
WekaThresholdCurve.AttributeName. parse(String s)
Parses the given string and returns the associated enum.static WekaThresholdCurve.AttributeName
WekaThresholdCurve.AttributeName. valueOf(adams.core.option.AbstractOption option, String str)
Returns an enum generated from the string.static WekaThresholdCurve.AttributeName
WekaThresholdCurve.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 void
WekaThresholdCurve. setAttributeX(WekaThresholdCurve.AttributeName value)
Sets the attribute to show on the X axis.void
WekaThresholdCurve. 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.AttributeName
LegacyThresholdCurve. m_AttributeX
the attribute on the X axis.protected WekaThresholdCurve.AttributeName
LegacyThresholdCurve. m_AttributeY
the attribute on the Y axis.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return WekaThresholdCurve.AttributeName Modifier and Type Method Description WekaThresholdCurve.AttributeName
LegacyThresholdCurve. getAttributeX()
Returns the attribute to show on the X axis.WekaThresholdCurve.AttributeName
LegacyThresholdCurve. 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 void
LegacyThresholdCurve. setAttributeX(WekaThresholdCurve.AttributeName value)
Sets the attribute to show on the X axis.void
LegacyThresholdCurve. setAttributeY(WekaThresholdCurve.AttributeName value)
Sets the attribute to show on the Y axis.
-