Indicates whether the term contains the provided variable term.
true if the term contains the variable term provided, false otherwise Parameters: var - a variable term
Resolve a complex term: if supported, the function
should be performed using its semantic. E.g., for a complex term
like color(window) the function color is performed for the window
object and the result (e.g., white) is returned.
Note that not all functions support this (since not all functions
have a semantic), and the operation can also fail
in case window is a variable term. In these cases we throw an exception.
Parameters: session - a session object the result of resolving the term throws: java.lang.UnsupportedOperationException - throws: java.lang.IllegalArgumentException -
Indicates whether the object is the same as the parameter.
This function does not compare subterms but only the functions !
true if the both objects are the same Parameters: t - another term