public abstract class BooleanParameter extends Parameter
Parameter.ParameterHolder, Parameter.WarmParameter
Constructor and Description |
---|
BooleanParameter() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
getValue()
Returns the current value for the parameter.
|
String |
getValueString()
Returns a string indicating the value currently held by the Parameter
|
abstract boolean |
setValue(boolean val)
Sets the value for this parameter.
|
equals, getASCIIName, getName, getParamsFromMethods, hashCode, isWarmParameter, preferredLowToHigh, requiresRetrain, toParameterMap, toString
public abstract boolean getValue()
public abstract boolean setValue(boolean val)
public String getValueString()
Parameter
getValueString
in class Parameter
Copyright © 2017. All rights reserved.