org.coode.owlapi.obo.parser
Class OBOFrame
java.lang.Object
org.coode.owlapi.obo.parser.OBOFrame
public class OBOFrame
- extends Object
Author: Matthew Horridge
Stanford University
Bio-Medical Informatics Research Group
Date: 19/04/2012
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBOFrame
public OBOFrame(List<OBOTagValuePair> tagValuePairs)
OBOFrame
public OBOFrame(String frameType,
List<OBOTagValuePair> tagValuePairs)
getFrameType
public String getFrameType()
getTagValuePairs
public List<OBOTagValuePair> getTagValuePairs()
isHeaderFrame
public boolean isHeaderFrame()
isTypeDefFrame
public boolean isTypeDefFrame()
Copyright © 2012 The University of Manchester. All Rights Reserved.