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

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

Uses of Attribute in org.topbraid.spin.model
 

Methods in org.topbraid.spin.model that return Attribute
static Attribute SPINFactory.createAttribute(Model model, Property argProperty, Resource argType, java.lang.Integer minCount, java.lang.Integer maxCount)
          Creates a new spl:Attribute as a blank node in a given Model.
static Attribute SPINFactory.getAttribute(Resource cls, Property property)
          Gets an spl:Attribute defined for a given property on a given class.