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

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

Uses of Argument in org.topbraid.spin.model
 

Methods in org.topbraid.spin.model that return Argument
static Argument SPINFactory.createArgument(Model model, Property argProperty, Resource argType, boolean optional)
          Creates an spl:Argument with a given property and value type.
 

Methods in org.topbraid.spin.model that return types with arguments of type Argument
 java.util.List<Argument> Module.getArguments(boolean ordered)
          Gets a List of all declared Arguments.
 java.util.Map<Argument,RDFNode> TemplateCall.getArgumentsMap()
          Gets a Map from ArgumentDescriptors to RDFNodes.
 java.util.Map<java.lang.String,Argument> Module.getArgumentsMap()
          Gets a Map of variable names to Arguments.