|
AddArgument(String,TIEType)
|
Adds a calling argument to the interpreted function, e.g., with a function like 'Distance(x1,x2,y1,y2)', x1, x2, y1, and y2 are all arguments.
|
|
AddStatement(IFunCall)
|
Overloaded. Adds a function call to the "code" of the interpreted function. Function calls define the actions to perform when the interpreted function is called by the inference engine.
|
|
AddStatement(IIEValue)
|
Overloaded. Adds a value to the "code" of the interpreted function. When the interpreted function is executed by the inference engine, the values are resolved (thereby possibly doing something)
|
|
GetArgument(Integer)
|
Accessor method for the Argument property
|
|
GetArgumentCount
|
Accessor method for the ArgumentCount property
|
|
GetOrder
|
Accessor method for the Order property
|
|
GetStatement(Integer)
|
Accessor method for the Statement property
|
|
GetStatementCount
|
Accessor method for the StatementCount property
|
|
get_Argument(Integer)
|
Represents method get_Argument(Integer).
|
|
get_ArgumentCount
|
Represents method get_ArgumentCount.
|
|
get_Order
|
Represents method get_Order.
|
|
get_Statement(Integer)
|
Represents method get_Statement(Integer).
|
|
get_StatementCount
|
Represents method get_StatementCount.
|
|
SetOrder(Integer)
|
Accessor method for the Order property
|
|
set_Order(Integer)
|
Represents method set_Order(Integer).
|