Uses of Class
edu.hust.go.model.GoParser

Packages that use GoParser
edu.hust.go.model   
 

Uses of GoParser in edu.hust.go.model
 

Subclasses of GoParser in edu.hust.go.model
 class OboGoParser
           
 class OboXmlGoParser
           
 class OwlGoParser
           
 class RdfXmlGoParser
           
 class XmlGoParser
           
 

Fields in edu.hust.go.model declared as GoParser
(package private)  edu.hust.go.model.GoParser GoAdaptor.parser
           
 

Constructors in edu.hust.go.model with parameters of type GoParser
GoAdaptor(edu.hust.go.model.GoParser _parser, java.lang.String _threadName, byte _goDefType)