Package org.forester.surfacing
Class SimpleDomain
- java.lang.Object
-
- org.forester.surfacing.SimpleDomain
-
-
Constructor Summary
Constructors Constructor Description SimpleDomain(java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Domain domain)
java.lang.String
getDomainId()
int
getFrom()
int
getLength()
short
getNumber()
double
getPerDomainEvalue()
double
getPerDomainScore()
int
getTo()
short
getTotalCount()
-
-
-
Method Detail
-
compareTo
public int compareTo(Domain domain)
- Specified by:
compareTo
in interfacejava.lang.Comparable<Domain>
-
getDomainId
public java.lang.String getDomainId()
- Specified by:
getDomainId
in interfaceDomain
-
getPerDomainEvalue
public double getPerDomainEvalue()
- Specified by:
getPerDomainEvalue
in interfaceDomain
-
getPerDomainScore
public double getPerDomainScore()
- Specified by:
getPerDomainScore
in interfaceDomain
-
getTotalCount
public short getTotalCount()
- Specified by:
getTotalCount
in interfaceDomain
-
-