Uses of Class
org.eclipse.higgins.idas.model.impl.AttributeModel

Packages that use AttributeModel
org.eclipse.higgins.idas.model.impl   
 

Uses of AttributeModel in org.eclipse.higgins.idas.model.impl
 

Methods in org.eclipse.higgins.idas.model.impl that return AttributeModel
 AttributeModel ContextModel.getPPIDAttribute()
           
 

Methods in org.eclipse.higgins.idas.model.impl with parameters of type AttributeModel
 void ContextModel.setPPIDAttribute(AttributeModel ppidOwner)
           
 

Constructors in org.eclipse.higgins.idas.model.impl with parameters of type AttributeModel
SimpleValueModel(ContextModel ctx, AttributeModel parent, com.hp.hpl.jena.ontology.DatatypeProperty property)
           
AttributeComplexValueModel(ContextModel ctx, AttributeModel parent, com.hp.hpl.jena.ontology.ObjectProperty attr)