Uses of Class
org.eclipse.higgins.idas.cp.jena2.impl.Attribute

Packages that use Attribute
org.eclipse.higgins.idas.cp.jena2.impl   
 

Uses of Attribute in org.eclipse.higgins.idas.cp.jena2.impl
 

Subclasses of Attribute in org.eclipse.higgins.idas.cp.jena2.impl
 class SingleValuedAttribute
           
 

Methods in org.eclipse.higgins.idas.cp.jena2.impl that return Attribute
 Attribute Entity.addAttribute(org.eclipse.higgins.idas.api.IAttribute copyFrom)
           
 Attribute Entity.addAttribute(URI attrID)
           
 Attribute Entity.getAttribute(URI type)
           
 

Constructors in org.eclipse.higgins.idas.cp.jena2.impl with parameters of type Attribute
Entity(Context context, Attribute owner, URI type, URI id, org.eclipse.higgins.idas.api.model.IHasAttributeModel model)
           
Entity(Context context, com.hp.hpl.jena.ontology.Individual individual, Attribute owner, org.eclipse.higgins.idas.api.model.IHasAttributeModel model, URI type)
           
SimpleValue(Context context, Attribute owner, com.hp.hpl.jena.rdf.model.Literal literal, URI type, org.eclipse.higgins.idas.api.model.ISimpleValueModel model)
           
SimpleValue(Context context, Attribute owner, URI type, Object data, org.eclipse.higgins.idas.api.model.ISimpleValueModel model)