public class MinCutOptions extends CASGeneratedActionOptions
Modifier and Type | Class and Description |
---|---|
static class |
MinCutOptions.DIRECTION |
static class |
MinCutOptions.LOGLEVEL |
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_DIRECTION |
static java.lang.String |
KEY_DISPLAY |
static java.lang.String |
KEY_INCLUDESELFLINK |
static java.lang.String |
KEY_INDEXOFFSET |
static java.lang.String |
KEY_LINKS |
static java.lang.String |
KEY_LINKSVAR |
static java.lang.String |
KEY_LOGFREQTIME |
static java.lang.String |
KEY_LOGLEVEL |
static java.lang.String |
KEY_MAXCUTS |
static java.lang.String |
KEY_MAXWEIGHT |
static java.lang.String |
KEY_NODES |
static java.lang.String |
KEY_NODESVAR |
static java.lang.String |
KEY_NTHREADS |
static java.lang.String |
KEY_OUTCUTSETS |
static java.lang.String |
KEY_OUTLINKS |
static java.lang.String |
KEY_OUTNODES |
static java.lang.String |
KEY_OUTPARTITIONS |
static java.lang.String |
KEY_OUTPUTTABLES |
static java.lang.String |
KEY_STANDARDIZEDLABELS |
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 |
---|
MinCutOptions() |
MinCutOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
MinCutOptions.DIRECTION |
getDirection() |
DisplayTables |
getDisplay() |
java.lang.Boolean |
getIncludeSelfLink() |
java.lang.Integer |
getIndexOffset() |
Castable |
getLinks() |
LinksVarT |
getLinksVar() |
java.lang.Integer |
getLogFreqTime() |
java.lang.Integer |
getLogFrequencyTime() |
MinCutOptions.LOGLEVEL |
getLogLevel() |
java.lang.Integer |
getMaxCuts() |
java.lang.Double |
getMaxWeight() |
Castable |
getNodes() |
NodesVarT |
getNodesVar() |
java.lang.Integer |
getNThreads() |
Casouttable |
getOut() |
Casouttable |
getOutCutSets() |
Casouttable |
getOutLinks() |
Casouttable |
getOutNodes() |
Casouttable |
getOutPartitions() |
OutputTables |
getOutputTables() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
java.lang.Boolean |
getStandardizedLabels() |
MinCutOptions |
setDirection(MinCutOptions.DIRECTION value)
Sets the value of parameter 'direction': specifies whether the input graph should be considered directed or undirected.
|
MinCutOptions |
setDisplay(DisplayTables value)
Sets the value of parameter 'display': specifies a list of result tables to send to the client for display.
|
MinCutOptions |
setIncludeSelfLink(java.lang.Boolean value)
Sets the value of parameter 'includeSelfLink': when set to True, includes self-links when an input graph is read.
|
MinCutOptions |
setIndexOffset(java.lang.Integer value)
Sets the value of parameter 'indexOffset': specifies the index offset for identifiers in the log and results output data tables.
|
MinCutOptions |
setLinks(Castable value)
Sets the value of parameter 'links': specifies the input data table that contains the graph link information.
|
MinCutOptions |
setLinksVar(LinksVarT value)
Sets the value of parameter 'linksVar': enables you to explicitly specify the data variable names for the links table.
|
MinCutOptions |
setLogFreqTime(java.lang.Integer value)
Sets the value of parameter 'logFreqTime': controls the frequency, in number of seconds, for displaying iteration logs.
|
MinCutOptions |
setLogFrequencyTime(java.lang.Integer value) |
MinCutOptions |
setLogLevel(MinCutOptions.LOGLEVEL value)
Sets the value of parameter 'logLevel': controls the amount of information that is displayed in the SAS log.
|
MinCutOptions |
setMaxCuts(java.lang.Integer value)
Sets the value of parameter 'maxCuts': specifies the maximum number of cuts to return from the algorithm.
|
MinCutOptions |
setMaxWeight(java.lang.Double value)
Sets the value of parameter 'maxWeight': specifies the maximum weight of the cuts to return from the algorithm.
|
MinCutOptions |
setNodes(Castable value)
Sets the value of parameter 'nodes': specifies the input data table that contains the graph node information.
|
MinCutOptions |
setNodesVar(NodesVarT value)
Sets the value of parameter 'nodesVar': enables you to explicitly specify the data variable names for the nodes table.
|
MinCutOptions |
setNThreads(java.lang.Integer value)
Sets the value of parameter 'nThreads': specifies the maximum number of threads to use for multithreaded processing.
|
MinCutOptions |
setOut(Casouttable value) |
MinCutOptions |
setOutCutSets(Casouttable value)
Sets the value of parameter 'outCutSets': specifies the output data table for minimum cutsets.
|
MinCutOptions |
setOutLinks(Casouttable value)
Sets the value of parameter 'outLinks': specifies the output data table to contain the graph node information along with any results from the algorithms that calculate metrics on nodes.
|
MinCutOptions |
setOutNodes(Casouttable value)
Sets the value of parameter 'outNodes': specifies the output data table to contain the graph link information along with any results from the algorithms that calculate metrics on links.
|
MinCutOptions |
setOutPartitions(Casouttable value)
Sets the value of parameter 'outPartitions': specifies the output data table for minimum cut partitions.
|
MinCutOptions |
setOutputTables(OutputTables value)
Sets the value of parameter 'outputTables': lists the result table names that are saved as CAS tables on the server.
|
MinCutOptions |
setStandardizedLabels(java.lang.Boolean value)
Sets the value of parameter 'standardizedLabels': when set to True, specifies that the input graph data are in a standardized format.
|
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_DISPLAY
public static final java.lang.String KEY_OUTPUTTABLES
public static final java.lang.String KEY_DIRECTION
public static final java.lang.String KEY_INCLUDESELFLINK
public static final java.lang.String KEY_LOGLEVEL
public static final java.lang.String KEY_LOGFREQTIME
public static final java.lang.String KEY_STANDARDIZEDLABELS
public static final java.lang.String KEY_LINKS
public static final java.lang.String KEY_NODES
public static final java.lang.String KEY_OUTNODES
public static final java.lang.String KEY_OUTLINKS
public static final java.lang.String KEY_LINKSVAR
public static final java.lang.String KEY_NODESVAR
public static final java.lang.String KEY_NTHREADS
public static final java.lang.String KEY_INDEXOFFSET
public static final java.lang.String KEY_MAXCUTS
public static final java.lang.String KEY_MAXWEIGHT
public static final java.lang.String KEY_OUTCUTSETS
public static final java.lang.String KEY_OUTPARTITIONS
public MinCutOptions()
public MinCutOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic DisplayTables getDisplay()
public MinCutOptions setDisplay(DisplayTables value)
value
- The valuepublic OutputTables getOutputTables()
public MinCutOptions setOutputTables(OutputTables value)
value
- The valuepublic MinCutOptions.DIRECTION getDirection()
public MinCutOptions setDirection(MinCutOptions.DIRECTION value)
value
- The valuepublic java.lang.Boolean getIncludeSelfLink()
public MinCutOptions setIncludeSelfLink(java.lang.Boolean value)
value
- The valuepublic MinCutOptions.LOGLEVEL getLogLevel()
public MinCutOptions setLogLevel(MinCutOptions.LOGLEVEL value)
value
- The valuepublic java.lang.Integer getLogFreqTime()
public java.lang.Integer getLogFrequencyTime()
public MinCutOptions setLogFreqTime(java.lang.Integer value)
value
- The valuepublic MinCutOptions setLogFrequencyTime(java.lang.Integer value)
public java.lang.Boolean getStandardizedLabels()
public MinCutOptions setStandardizedLabels(java.lang.Boolean value)
value
- The valuepublic Castable getLinks()
public MinCutOptions setLinks(Castable value)
value
- The valuepublic Castable getNodes()
public MinCutOptions setNodes(Castable value)
value
- The valuepublic Casouttable getOutNodes()
public MinCutOptions setOutNodes(Casouttable value)
value
- The valuepublic Casouttable getOutLinks()
public MinCutOptions setOutLinks(Casouttable value)
value
- The valuepublic LinksVarT getLinksVar()
public MinCutOptions setLinksVar(LinksVarT value)
value
- The valuepublic NodesVarT getNodesVar()
public MinCutOptions setNodesVar(NodesVarT value)
value
- The valuepublic java.lang.Integer getNThreads()
public MinCutOptions setNThreads(java.lang.Integer value)
value
- The valuepublic java.lang.Integer getIndexOffset()
public MinCutOptions setIndexOffset(java.lang.Integer value)
value
- The valuepublic java.lang.Integer getMaxCuts()
public MinCutOptions setMaxCuts(java.lang.Integer value)
value
- The valuepublic java.lang.Double getMaxWeight()
public MinCutOptions setMaxWeight(java.lang.Double value)
value
- The valuepublic Casouttable getOutCutSets()
public Casouttable getOut()
public MinCutOptions setOutCutSets(Casouttable value)
value
- The valuepublic MinCutOptions setOut(Casouttable value)
public Casouttable getOutPartitions()
public MinCutOptions setOutPartitions(Casouttable value)
value
- The value