Uses of Class
org.obolibrary.oboformat.model.QualifierValue

Packages that use QualifierValue
org.obolibrary.obo2owl   
org.obolibrary.oboformat.model   
 

Uses of QualifierValue in org.obolibrary.obo2owl
 

Method parameters in org.obolibrary.obo2owl with type arguments of type QualifierValue
 org.semanticweb.owlapi.model.OWLClassExpression Obo2Owl.trRel(String relId, String classId, Collection<QualifierValue> quals)
           
 

Uses of QualifierValue in org.obolibrary.oboformat.model
 

Fields in org.obolibrary.oboformat.model with type parameters of type QualifierValue
protected  Collection<QualifierValue> Clause.qualifierValues
           
 

Methods in org.obolibrary.oboformat.model that return types with arguments of type QualifierValue
 Collection<QualifierValue> Clause.getQualifierValues()
           
 

Methods in org.obolibrary.oboformat.model with parameters of type QualifierValue
 void Clause.addQualifierValue(QualifierValue qv)
           
 

Method parameters in org.obolibrary.oboformat.model with type arguments of type QualifierValue
 void Clause.setQualifierValues(Collection<QualifierValue> qualifierValues)
           
 



Copyright © 2010-2014. All Rights Reserved.