org.coode.owlapi.obo.parser
Class OBOTagValuePair

java.lang.Object
  extended by org.coode.owlapi.obo.parser.OBOTagValuePair

public class OBOTagValuePair
extends Object

Author: Matthew Horridge
Stanford University
Bio-Medical Informatics Research Group
Date: 19/04/2012


Constructor Summary
OBOTagValuePair(String tagName, String value, String qualifier, String comment)
           
 
Method Summary
 String getComment()
           
 String getQualifier()
           
 String getTagName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OBOTagValuePair

public OBOTagValuePair(String tagName,
                       String value,
                       String qualifier,
                       String comment)
Method Detail

getTagName

public String getTagName()

getValue

public String getValue()

getQualifier

public String getQualifier()

getComment

public String getComment()


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