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

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

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

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

Constructors in org.eclipse.higgins.idas.cp.jena2.impl with parameters of type Attribute
ComplexValue(Context context, Attribute attribute, com.hp.hpl.jena.ontology.Individual container, com.hp.hpl.jena.ontology.OntProperty attributeProperty)
           
SimpleValue(Context context, Attribute attribute, com.hp.hpl.jena.ontology.Individual container, com.hp.hpl.jena.ontology.OntProperty attributeProperty)
           
 

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

Methods in org.eclipse.higgins.idas.cp.jena2.util with parameters of type Attribute
static void ModelUtils.checkCardinality(Context context, Attribute attr, int realValuesCount)
          Checks whether the number of values satisfy with cardinality restrictions of attribute
static void ModelUtils.validateAttribute(Context context, Attribute attr)