public class TaxonomyOptions extends CASGeneratedActionOptions
CASActionOptions.EnumValue, CASActionOptions.FORMAT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_NAME |
static java.lang.String |
ACTION_SET_NAME |
static java.lang.String |
KEY_CONF |
static java.lang.String |
KEY_HIERARCHY |
static java.lang.String |
KEY_IDVARIABLE |
static java.lang.String |
KEY_ITEMS |
static java.lang.String |
KEY_LIFT |
static java.lang.String |
KEY_MAXITEMS |
static java.lang.String |
KEY_MAXRULES |
static java.lang.String |
KEY_MINITEMS |
static java.lang.String |
KEY_NORM |
static java.lang.String |
KEY_OUT |
static java.lang.String |
KEY_OUTFREQ |
static java.lang.String |
KEY_OUTRULE |
static java.lang.String |
KEY_SUP_LIFT |
static java.lang.String |
KEY_SUPMIN |
static java.lang.String |
KEY_SUPPCT |
static java.lang.String |
KEY_TABLE |
static java.lang.String |
KEY_TGTVARIABLE |
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 |
---|
TaxonomyOptions() |
TaxonomyOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getConf() |
Castable[] |
getHierarchy() |
java.lang.String[] |
getIdVariable() |
java.lang.Integer |
getItems() |
java.lang.Double |
getLift() |
java.lang.Integer |
getMaxItems() |
java.lang.Integer |
getMaxRules() |
java.lang.Integer |
getMinItems() |
java.lang.Boolean |
getNorm() |
Casouttable |
getOut() |
Casouttable |
getOutfreq() |
Casouttable |
getOutrule() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
java.lang.Double |
getSup_lift() |
java.lang.Double |
getSupmin() |
java.lang.Double |
getSuppct() |
Castable |
getTable() |
java.lang.String |
getTgtVariable() |
TaxonomyOptions |
setConf(java.lang.Double value)
Sets the value of parameter 'conf'.
|
TaxonomyOptions |
setHierarchy(Castable[] value)
Sets the value of parameter 'hierarchy'.
|
TaxonomyOptions |
setIdVariable(java.lang.String[] value)
Sets the value of parameter 'idVariable'.
|
TaxonomyOptions |
setItems(java.lang.Integer value)
Sets the value of parameter 'items'.
|
TaxonomyOptions |
setLift(java.lang.Double value)
Sets the value of parameter 'lift'.
|
TaxonomyOptions |
setMaxItems(java.lang.Integer value)
Sets the value of parameter 'maxItems'.
|
TaxonomyOptions |
setMaxRules(java.lang.Integer value)
Sets the value of parameter 'maxRules'.
|
TaxonomyOptions |
setMinItems(java.lang.Integer value)
Sets the value of parameter 'minItems'.
|
TaxonomyOptions |
setNorm(java.lang.Boolean value)
Sets the value of parameter 'norm'.
|
TaxonomyOptions |
setOut(Casouttable value)
Sets the value of parameter 'out'.
|
TaxonomyOptions |
setOutfreq(Casouttable value)
Sets the value of parameter 'outfreq'.
|
TaxonomyOptions |
setOutrule(Casouttable value)
Sets the value of parameter 'outrule'.
|
TaxonomyOptions |
setSup_lift(java.lang.Double value)
Sets the value of parameter 'sup_lift'.
|
TaxonomyOptions |
setSupmin(java.lang.Double value)
Sets the value of parameter 'supmin'.
|
TaxonomyOptions |
setSuppct(java.lang.Double value)
Sets the value of parameter 'suppct'.
|
TaxonomyOptions |
setTable(Castable value)
Sets the value of parameter 'table': specifies the settings for an input table.
|
TaxonomyOptions |
setTgtVariable(java.lang.String value)
Sets the value of parameter 'tgtVariable'.
|
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 ACTION_SET_NAME
public static final java.lang.String ACTION_NAME
public static final java.lang.String KEY_TABLE
public static final java.lang.String KEY_OUT
public static final java.lang.String KEY_SUPMIN
public static final java.lang.String KEY_SUPPCT
public static final java.lang.String KEY_IDVARIABLE
public static final java.lang.String KEY_TGTVARIABLE
public static final java.lang.String KEY_HIERARCHY
public static final java.lang.String KEY_OUTFREQ
public static final java.lang.String KEY_OUTRULE
public static final java.lang.String KEY_MINITEMS
public static final java.lang.String KEY_MAXITEMS
public static final java.lang.String KEY_CONF
public static final java.lang.String KEY_ITEMS
public static final java.lang.String KEY_LIFT
public static final java.lang.String KEY_SUP_LIFT
public static final java.lang.String KEY_MAXRULES
public static final java.lang.String KEY_NORM
public TaxonomyOptions()
public TaxonomyOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic Castable getTable()
public TaxonomyOptions setTable(Castable value)
value
- The valuepublic Casouttable getOut()
public TaxonomyOptions setOut(Casouttable value)
value
- The valuepublic java.lang.Double getSupmin()
public TaxonomyOptions setSupmin(java.lang.Double value)
value
- The valuepublic java.lang.Double getSuppct()
public TaxonomyOptions setSuppct(java.lang.Double value)
value
- The valuepublic java.lang.String[] getIdVariable()
public TaxonomyOptions setIdVariable(java.lang.String[] value)
value
- The valuepublic java.lang.String getTgtVariable()
public TaxonomyOptions setTgtVariable(java.lang.String value)
value
- The valuepublic Castable[] getHierarchy()
public TaxonomyOptions setHierarchy(Castable[] value)
value
- The valuepublic Casouttable getOutfreq()
public TaxonomyOptions setOutfreq(Casouttable value)
value
- The valuepublic Casouttable getOutrule()
public TaxonomyOptions setOutrule(Casouttable value)
value
- The valuepublic java.lang.Integer getMinItems()
public TaxonomyOptions setMinItems(java.lang.Integer value)
value
- The valuepublic java.lang.Integer getMaxItems()
public TaxonomyOptions setMaxItems(java.lang.Integer value)
value
- The valuepublic java.lang.Double getConf()
public TaxonomyOptions setConf(java.lang.Double value)
value
- The valuepublic java.lang.Integer getItems()
public TaxonomyOptions setItems(java.lang.Integer value)
value
- The valuepublic java.lang.Double getLift()
public TaxonomyOptions setLift(java.lang.Double value)
value
- The valuepublic java.lang.Double getSup_lift()
public TaxonomyOptions setSup_lift(java.lang.Double value)
value
- The valuepublic java.lang.Integer getMaxRules()
public TaxonomyOptions setMaxRules(java.lang.Integer value)
value
- The valuepublic java.lang.Boolean getNorm()
public TaxonomyOptions setNorm(java.lang.Boolean value)
value
- The value