Uses of Class
edu.umd.cloud9.collection.pmc.PmcArticle

Packages that use PmcArticle
edu.umd.cloud9.collection.pmc Provides classes for working with full-text articles from PubMed Central. 
 

Uses of PmcArticle in edu.umd.cloud9.collection.pmc
 

Methods in edu.umd.cloud9.collection.pmc that return PmcArticle
 PmcArticle PmcArticleInputFormat.PmcArticleRecordReader.createValue()
           
 

Methods in edu.umd.cloud9.collection.pmc that return types with arguments of type PmcArticle
 RecordReader<LongWritable,PmcArticle> PmcArticleInputFormat.getRecordReader(InputSplit inputSplit, JobConf conf, Reporter reporter)
           
 

Methods in edu.umd.cloud9.collection.pmc with parameters of type PmcArticle
 boolean PmcArticleInputFormat.PmcArticleRecordReader.next(LongWritable key, PmcArticle value)
           
static void PmcArticle.readArticle(PmcArticle article, String s)