public interface CollectionPreparer
Interface of Collection Preparer
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
boolean |
addArticles(ArticleQuery query)
Adds all articles represented by the given query.
|
boolean |
addArticles(String queryFile)
Adds all articles represented by all queries listed in the given file.
|
boolean |
addArticles(String[] queries)
Adds all articles represented by all queries in the given array.
|
boolean |
addListedArticles(String articleKeyFile)
Adds a set of articles whose keys are listed in the given file.
|
boolean addListedArticles(String articleKeyFile)
articleKeyFile - the text file containing all keys of wanted articlesboolean addArticles(ArticleQuery query)
query - the queryboolean addArticles(String queryFile)
queryFile - the text file contaning all queries.boolean addArticles(String[] queries)
queries - an array of query termsCopyright © 2018 JULIE Lab, Germany. All rights reserved.