public class Knotmethodlist extends CASGeneratedActionOptions
CASActionOptions.EnumValue, CASActionOptions.FORMAT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_EQUAL |
static java.lang.String |
KEY_LIST |
static java.lang.String |
KEY_LISTWITHBOUNDARY |
static java.lang.String |
KEY_MULTISCALE |
static java.lang.String |
KEY_RANGEFRACTIONS |
FLAGS_EXPAND_ARRAYS, FLAGS_IGNORE_DISPOSITION_ERROR, FLAGS_RETURN_RESULTS_ON_EXCEPTION, FLAGS_SKIP_ACTION_EVENTS, FLAGS_SKIP_RESULTS, HIDDEN_PASSWORD, JSON_NULL, LUA_NIL, PARAMETER_FLAG_ISPASSWORD, PARAMETER_FLAG_ISPATH, PARAMETER_FLAG_ISTABLENAME, PARAMETER_FLAG_ISVAR, PARAMETER_FLAG_REQUIRED, PYTHON_NULL, SERIALIZED_PREFIX
Constructor and Description |
---|
Knotmethodlist() |
Knotmethodlist(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getEqual() |
java.lang.Double[] |
getList() |
java.lang.Double[] |
getListWithBoundary() |
Multiscalelist |
getMultiscale() |
java.lang.Double[] |
getRangeFractions() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
Knotmethodlist |
setEqual(java.lang.Integer value)
Sets the value of parameter 'equal': specifies the number of equally spaced knots to be positioned between the extremes of the data.
|
Knotmethodlist |
setList(java.lang.Double[] value)
Sets the value of parameter 'list': specifies the list of internal knots to be used in forming the spline basis columns.
|
Knotmethodlist |
setListWithBoundary(java.lang.Double[] value)
Sets the value of parameter 'listWithBoundary': specifies the list of all knots to be used in forming the spline basis columns.
|
Knotmethodlist |
setMultiscale(Multiscalelist value)
Sets the value of parameter 'multiscale': generates multiple B-spline bases that correspond to sets with an increasing number of internal knots.
|
Knotmethodlist |
setRangeFractions(java.lang.Double[] value)
Sets the value of parameter 'rangeFractions': specifies a list of fractions.
|
addActionFlags, addParameterFlag, appendValue, checkForPasswords, clear, containsKey, containsValue, convertToEnumArray, copy, deserialize, entrySet, equals, findOptionsClass, findSetter, get, getActionFlags, getActionName, getActionResponseEventListener, getActionResultEventListener, getActionSetName, getCASClient, getClassName, getDebugOptions, getDispositionEventListener, getFullyQualifiedActionName, getLogEventListener, getLogMessage, getMessageOutputStream, getMessageTagHandler, getParameter, getParameterAsBoolean, getParameterAsByteArray, getParameterAsDouble, getParameterAsDoubleArray, getParameterAsInteger, getParameterAsIntegerArray, getParameterAsLong, getParameterAsLongArray, getParameterAsString, getParameterAsStringArray, getParameterFlags, getParameterIgnoreCase, getParameterIgnoreCase, getParameterKeys, getPerformanceEventListener, getPropertyKey, getSessionID, getUserProperty, getUserPropertyKeys, hashCode, invoke, isEmpty, isFlagSet, isMap, isParameterFlagSet, isPassword, isPath, isRequired, isTable, isVariable, keySet, put, putAll, putAllDeep, putDeep, putDeep, quoteIfNotNull, remove, removeParameter, set, setActionFlags, setActionName, setActionResponseEventListener, setActionResultEventListener, setActionSetName, setCASClient, setDebugOptions, setDispositionEventListener, setFullyQualifiedActionName, setLogEventListener, setLogMessage, setMessageOutputStream, setMessageTagHandler, setParameter, setPerformanceEventListener, setPropertyKey, setSessionID, setUserProperty, size, toCASLString, toLuaString, toLuaString, toOptionsWithGeneratedClasses, toSerialized, toString, toString, toString, upcaseFirstChar, values
public static final java.lang.String KEY_EQUAL
public static final java.lang.String KEY_LIST
public static final java.lang.String KEY_LISTWITHBOUNDARY
public static final java.lang.String KEY_MULTISCALE
public static final java.lang.String KEY_RANGEFRACTIONS
public Knotmethodlist()
public Knotmethodlist(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic java.lang.Integer getEqual()
public Knotmethodlist setEqual(java.lang.Integer value)
value
- The valuepublic java.lang.Double[] getList()
public Knotmethodlist setList(java.lang.Double[] value)
value
- The valuepublic java.lang.Double[] getListWithBoundary()
public Knotmethodlist setListWithBoundary(java.lang.Double[] value)
value
- The valuepublic Multiscalelist getMultiscale()
public Knotmethodlist setMultiscale(Multiscalelist value)
value
- The valuepublic java.lang.Double[] getRangeFractions()
public Knotmethodlist setRangeFractions(java.lang.Double[] value)
value
- The value