public interface IPDIVariableManagement
Modifier and Type | Method and Description |
---|---|
void |
deletePartialExpression(TaskSet tasks,
String exprId)
Requests to delete named partial expression
|
void |
evaluateExpression(TaskSet tasks,
String expr)
Requests String value of given expression
|
void |
evaluatePartialExpression(TaskSet tasks,
String expr,
String exprId,
boolean listChildren,
boolean express)
Requests partial IAIF value of given expression
|
void |
listArguments(TaskSet tasks,
int low,
int high)
Request a list of argument for a range of level
|
void |
listGlobalVariables(TaskSet tasks)
Requests a list of global variables
|
void |
listLocalVariables(TaskSet tasks)
Requests a list of local variables
|
void |
retrieveVariableType(TaskSet tasks,
String var)
Requests IAIFType of given variable name
|
void deletePartialExpression(TaskSet tasks, String exprId) throws PDIException
tasks
- target processexprId
- ID of partial expression to deletePDIException
- on failurevoid evaluateExpression(TaskSet tasks, String expr) throws PDIException
tasks
- target processexpr
- expression to evaluatePDIException
- on failurevoid evaluatePartialExpression(TaskSet tasks, String expr, String exprId, boolean listChildren, boolean express) throws PDIException
tasks
- target processexpr
- expression to evaluateexprId
- ID to refer to a pre-evaluated expressionlistChildren
- is list a children?express
- is expression?PDIException
- on failurevoid listArguments(TaskSet tasks, int low, int high) throws PDIException
tasks
- target processlow
- minimum levelhigh
- maximum levelPDIException
- failurevoid listGlobalVariables(TaskSet tasks) throws PDIException
tasks
- target processPDIException
- on failurevoid listLocalVariables(TaskSet tasks) throws PDIException
tasks
- target processPDIException
- on failurevoid retrieveVariableType(TaskSet tasks, String var) throws PDIException
tasks
- target processvar
- variable namePDIException
- on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.