|
ArgumentCount
|
Returns the number of arguments in the argument list
|
|
Argument[Integer]
|
Returns the argument value at the specified position within the argument list. If the index is out of bounds, an exception is raised
|
|
AsString
|
Returns a string representation of the function call, the string representation is compatible with the current parser used by the TInferenceEngine (available through the Reasoner property)
|
|
Comment
|
Stores a comment describing the function call
|
|
HashCode
|
Returns a hash code for the IFunCall
|
|
Name
|
Returns the name of the function that is being called
|
|
Reasoner
|
Provides read access to the IReasoner (usually, a TInferenceEngine) that created the IFunCall and which controls the parsing and printing of IFunCall and other inference engine constructs
|
|
UserFunction
|
Returns the UserFunction that is used for this function call. This is the function that takes the arguments of the function call and actually does the work
|