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

Packages that use FunctionCall
org.topbraid.spin.model The SPIN object model (subclasses of Jena Resource). 
 

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.