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

Packages that use Argument
org.topbraid.spin.model The SPIN object model (subclasses of Jena Resource). 
org.topbraid.spin.util Various utilities that don't fit elsewhere. 
 

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.
 

Uses of Argument in org.topbraid.spin.util
 

Methods in org.topbraid.spin.util that return Argument
static Argument SPLUtil.getArgument(Resource subject, Property predicate)
          Gets any declared spl:Argument that is attached to the types of a given subject via spin:constraint, that has a given predicate as its spl:predicate.