public class SimpleDomain extends Object implements Domain
| Constructor and Description |
|---|
SimpleDomain(String id) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Domain domain) |
String |
getDomainId() |
int |
getFrom() |
int |
getLength() |
short |
getNumber() |
double |
getPerDomainEvalue() |
double |
getPerDomainScore() |
int |
getTo() |
short |
getTotalCount() |
public SimpleDomain(String id)
public int compareTo(Domain domain)
compareTo in interface Comparable<Domain>public String getDomainId()
getDomainId in interface Domainpublic double getPerDomainEvalue()
getPerDomainEvalue in interface Domainpublic double getPerDomainScore()
getPerDomainScore in interface Domainpublic short getTotalCount()
getTotalCount in interface DomainCopyright © 2016. All rights reserved.