public class ShortestPathOptions extends CASGeneratedActionOptions
Modifier and Type | Class and Description |
---|---|
static class |
ShortestPathOptions.DIRECTION |
static class |
ShortestPathOptions.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_MAXPATHWEIGHT |
static java.lang.String |
KEY_NODES |
static java.lang.String |
KEY_NODESSUBSET |
static java.lang.String |
KEY_NODESSUBSETVAR |
static java.lang.String |
KEY_NODESVAR |
static java.lang.String |
KEY_NTHREADS |
static java.lang.String |
KEY_OUTLINKS |
static java.lang.String |
KEY_OUTNODES |
static java.lang.String |
KEY_OUTPATHS |
static java.lang.String |
KEY_OUTPUTTABLES |
static java.lang.String |
KEY_OUTWEIGHTS |
static java.lang.String |
KEY_SINK |
static java.lang.String |
KEY_SOURCE |
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 |
---|
ShortestPathOptions() |
ShortestPathOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
ShortestPathOptions.DIRECTION |
getDirection() |
DisplayTables |
getDisplay() |
java.lang.Boolean |
getIncludeSelfLink() |
java.lang.Integer |
getIndexOffset() |
Castable |
getLinks() |
LinksVarT |
getLinksVar() |
java.lang.Integer |
getLogFreqTime() |
java.lang.Integer |
getLogFrequencyTime() |
ShortestPathOptions.LOGLEVEL |
getLogLevel() |
java.lang.Double |
getMaxPathWeight() |
Castable |
getNodes() |
Castable |
getNodesSubset() |
NodesSubsetVarT |
getNodesSubsetVar() |
NodesVarT |
getNodesVar() |
java.lang.Integer |
getNThreads() |
Casouttable |
getOut() |
Casouttable |
getOutLinks() |
Casouttable |
getOutNodes() |
Casouttable |
getOutPaths() |
OutputTables |
getOutputTables() |
Casouttable |
getOutWeights() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
java.lang.Object |
getSink() |
java.lang.Object |
getSource() |
java.lang.Boolean |
getStandardizedLabels() |
ShortestPathOptions |
setDirection(ShortestPathOptions.DIRECTION value)
Sets the value of parameter 'direction': specifies whether the input graph should be considered directed or undirected.
|
ShortestPathOptions |
setDisplay(DisplayTables value)
Sets the value of parameter 'display': specifies a list of result tables to send to the client for display.
|
ShortestPathOptions |
setIncludeSelfLink(java.lang.Boolean value)
Sets the value of parameter 'includeSelfLink': when set to True, includes self-links when an input graph is read.
|
ShortestPathOptions |
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.
|
ShortestPathOptions |
setLinks(Castable value)
Sets the value of parameter 'links': specifies the input data table that contains the graph link information.
|
ShortestPathOptions |
setLinksVar(LinksVarT value)
Sets the value of parameter 'linksVar': enables you to explicitly specify the data variable names for the links table.
|
ShortestPathOptions |
setLogFreqTime(java.lang.Integer value)
Sets the value of parameter 'logFreqTime': controls the frequency, in number of seconds, for displaying iteration logs.
|
ShortestPathOptions |
setLogFrequencyTime(java.lang.Integer value) |
ShortestPathOptions |
setLogLevel(ShortestPathOptions.LOGLEVEL value)
Sets the value of parameter 'logLevel': controls the amount of information that is displayed in the SAS log.
|
ShortestPathOptions |
setMaxPathWeight(java.lang.Double value)
Sets the value of parameter 'maxPathWeight': specifies the maximum path weight.
|
ShortestPathOptions |
setNodes(Castable value)
Sets the value of parameter 'nodes': specifies the input data table that contains the graph node information.
|
ShortestPathOptions |
setNodesSubset(Castable value)
Sets the value of parameter 'nodesSubset': specifies the input data table that contains the graph node subset information.
|
ShortestPathOptions |
setNodesSubsetVar(NodesSubsetVarT value)
Sets the value of parameter 'nodesSubsetVar': enables you to explicitly specify the data variable names for the nodes subset table.
|
ShortestPathOptions |
setNodesVar(NodesVarT value)
Sets the value of parameter 'nodesVar': enables you to explicitly specify the data variable names for the nodes table.
|
ShortestPathOptions |
setNThreads(java.lang.Integer value)
Sets the value of parameter 'nThreads': specifies the maximum number of threads to use for multithreaded processing.
|
ShortestPathOptions |
setOut(Casouttable value) |
ShortestPathOptions |
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.
|
ShortestPathOptions |
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.
|
ShortestPathOptions |
setOutPaths(Casouttable value)
Sets the value of parameter 'outPaths': specifies the output data table to contain the shortest paths.
|
ShortestPathOptions |
setOutputTables(OutputTables value)
Sets the value of parameter 'outputTables': lists the result table names that are saved as CAS tables on the server.
|
ShortestPathOptions |
setOutWeights(Casouttable value)
Sets the value of parameter 'outWeights': specifies the output data table to contain the shortest path summaries.
|
ShortestPathOptions |
setSink(java.lang.Double value)
Sets the value of parameter 'sink' for alternative 2.
|
ShortestPathOptions |
setSink(java.lang.String value)
Sets the value of parameter 'sink' for alternative 1.
|
ShortestPathOptions |
setSource(java.lang.Double value)
Sets the value of parameter 'source' for alternative 2.
|
ShortestPathOptions |
setSource(java.lang.String value)
Sets the value of parameter 'source' for alternative 1.
|
ShortestPathOptions |
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_NODESSUBSET
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_NODESSUBSETVAR
public static final java.lang.String KEY_NTHREADS
public static final java.lang.String KEY_INDEXOFFSET
public static final java.lang.String KEY_OUTPATHS
public static final java.lang.String KEY_OUTWEIGHTS
public static final java.lang.String KEY_SOURCE
public static final java.lang.String KEY_SINK
public static final java.lang.String KEY_MAXPATHWEIGHT
public ShortestPathOptions()
public ShortestPathOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic DisplayTables getDisplay()
public ShortestPathOptions setDisplay(DisplayTables value)
value
- The valuepublic OutputTables getOutputTables()
public ShortestPathOptions setOutputTables(OutputTables value)
value
- The valuepublic ShortestPathOptions.DIRECTION getDirection()
public ShortestPathOptions setDirection(ShortestPathOptions.DIRECTION value)
value
- The valuepublic java.lang.Boolean getIncludeSelfLink()
public ShortestPathOptions setIncludeSelfLink(java.lang.Boolean value)
value
- The valuepublic ShortestPathOptions.LOGLEVEL getLogLevel()
public ShortestPathOptions setLogLevel(ShortestPathOptions.LOGLEVEL value)
value
- The valuepublic java.lang.Integer getLogFreqTime()
public java.lang.Integer getLogFrequencyTime()
public ShortestPathOptions setLogFreqTime(java.lang.Integer value)
value
- The valuepublic ShortestPathOptions setLogFrequencyTime(java.lang.Integer value)
public java.lang.Boolean getStandardizedLabels()
public ShortestPathOptions setStandardizedLabels(java.lang.Boolean value)
value
- The valuepublic Castable getLinks()
public ShortestPathOptions setLinks(Castable value)
value
- The valuepublic Castable getNodes()
public ShortestPathOptions setNodes(Castable value)
value
- The valuepublic Castable getNodesSubset()
public ShortestPathOptions setNodesSubset(Castable value)
value
- The valuepublic Casouttable getOutNodes()
public ShortestPathOptions setOutNodes(Casouttable value)
value
- The valuepublic Casouttable getOutLinks()
public ShortestPathOptions setOutLinks(Casouttable value)
value
- The valuepublic LinksVarT getLinksVar()
public ShortestPathOptions setLinksVar(LinksVarT value)
value
- The valuepublic NodesVarT getNodesVar()
public ShortestPathOptions setNodesVar(NodesVarT value)
value
- The valuepublic NodesSubsetVarT getNodesSubsetVar()
public ShortestPathOptions setNodesSubsetVar(NodesSubsetVarT value)
value
- The valuepublic java.lang.Integer getNThreads()
public ShortestPathOptions setNThreads(java.lang.Integer value)
value
- The valuepublic java.lang.Integer getIndexOffset()
public ShortestPathOptions setIndexOffset(java.lang.Integer value)
value
- The valuepublic Casouttable getOutPaths()
public Casouttable getOut()
public ShortestPathOptions setOutPaths(Casouttable value)
value
- The valuepublic ShortestPathOptions setOut(Casouttable value)
public Casouttable getOutWeights()
public ShortestPathOptions setOutWeights(Casouttable value)
value
- The valuepublic java.lang.Object getSource()
public ShortestPathOptions setSource(java.lang.String value)
value
- The valuepublic ShortestPathOptions setSource(java.lang.Double value)
value
- The valuepublic java.lang.Object getSink()
public ShortestPathOptions setSink(java.lang.String value)
value
- The valuepublic ShortestPathOptions setSink(java.lang.Double value)
value
- The valuepublic java.lang.Double getMaxPathWeight()
public ShortestPathOptions setMaxPathWeight(java.lang.Double value)
value
- The value