public class ProtocolTreeRepository extends AbstractRepository implements Countable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BASE_URL |
static java.util.Set<java.lang.String> |
STOPWORDSLIST |
| Constructor and Description |
|---|
ProtocolTreeRepository(Protocol protocol,
DataService dataService,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
count() |
EntityMetaData |
getEntityMetaData() |
java.util.Iterator<Entity> |
iterator() |
getName, getUrl, iteratorpublic static final java.lang.String BASE_URL
public static final java.util.Set<java.lang.String> STOPWORDSLIST
public ProtocolTreeRepository(Protocol protocol, DataService dataService, java.lang.String name)
public java.util.Iterator<Entity> iterator()
iterator in interface java.lang.Iterable<Entity>public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface RepositoryCopyright © 2014. All Rights Reserved.