Package org.forester.surfacing
Class SimpleDomain
java.lang.Object
org.forester.surfacing.SimpleDomain
- All Implemented Interfaces:
Comparable<Domain>
,Domain
-
Constructor Details
-
SimpleDomain
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Domain>
-
getDomainId
- Specified by:
getDomainId
in interfaceDomain
-
getFrom
public int getFrom() -
getLength
public int getLength() -
getNumber
public short getNumber() -
getPerDomainEvalue
public double getPerDomainEvalue()- Specified by:
getPerDomainEvalue
in interfaceDomain
-
getPerDomainScore
public double getPerDomainScore()- Specified by:
getPerDomainScore
in interfaceDomain
-
getTo
public int getTo() -
getTotalCount
public short getTotalCount()- Specified by:
getTotalCount
in interfaceDomain
-