Uses of Class
org.coode.owlapi.obo.parser.OBOVocabulary

Packages that use OBOVocabulary
org.coode.owlapi.obo.parser   
org.coode.owlapi.obo.renderer   
 

Uses of OBOVocabulary in org.coode.owlapi.obo.parser
 

Methods in org.coode.owlapi.obo.parser that return OBOVocabulary
static OBOVocabulary OBOVocabulary.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OBOVocabulary[] OBOVocabulary.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.coode.owlapi.obo.parser that return types with arguments of type OBOVocabulary
static List<OBOVocabulary> OBOVocabulary.getHeaderTags()
           
static List<OBOVocabulary> OBOVocabulary.getInstanceStanzaTags()
           
static List<OBOVocabulary> OBOVocabulary.getTermStanzaTags()
           
static List<OBOVocabulary> OBOVocabulary.getTypeDefStanzaTags()
           
 

Methods in org.coode.owlapi.obo.parser with parameters of type OBOVocabulary
 org.semanticweb.owlapi.model.IRI AbstractTagValueHandler.getTagIRI(OBOVocabulary vocabulary)
           
 

Uses of OBOVocabulary in org.coode.owlapi.obo.renderer
 

Methods in org.coode.owlapi.obo.renderer with parameters of type OBOVocabulary
 void OBOTagValuePairList.addPair(OBOVocabulary tag, String value)
           
 Set<String> OBOTagValuePairList.getValues(OBOVocabulary key)
           
 void OBOTagValuePairList.setDefault(OBOVocabulary tag, String value)
           
 void OBOTagValuePairList.setPair(OBOVocabulary key, String value)
           
 

Constructor parameters in org.coode.owlapi.obo.renderer with type arguments of type OBOVocabulary
OBOTagValuePairList(List<OBOVocabulary> knownVocab)
           
 



Copyright © 2012 The University of Manchester. All Rights Reserved.