Uses of Interface
org.topbraid.spin.model.FunctionCall

Packages that use FunctionCall
org.topbraid.spin.model The SPIN object model (subclasses of Jena Resource). 
org.topbraid.spin.model.visitor Support for traversing SPIN object trees. 
 

Uses of FunctionCall in org.topbraid.spin.model
 

Methods in org.topbraid.spin.model that return FunctionCall
static FunctionCall SPINFactory.asFunctionCall(Resource resource)
          Checks if a given Resource might represent a Function call, and if yes returns the resource as Function.
static FunctionCall SPINFactory.createFunctionCall(Model model, Resource function)
          Creates a new Function call, which is basically an instance of the function's class.
 

Uses of FunctionCall in org.topbraid.spin.model.visitor
 

Methods in org.topbraid.spin.model.visitor with parameters of type FunctionCall
 void ExpressionWalker.visit(FunctionCall functionCall)
           
 void ExpressionVisitor.visit(FunctionCall functionCall)
           
 void AbstractExpressionVisitor.visit(FunctionCall functionCall)