|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iphrase.runtime.query.result.Summarized | +--com.iphrase.runtime.query.result.Summarized.Int
Represent a summarized int feature value.
Inner classes inherited from class com.iphrase.runtime.query.result.Summarized |
Summarized.Bool, Summarized.DateTime, Summarized.Float, Summarized.ImageUrl, Summarized.Int, Summarized.Link, Summarized.Taxonomy, Summarized.Text, Summarized.TextExtract |
Constructor Summary | |
Summarized.Int(int min,
int max)
Construct a new summarized int feature value. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Override Object.equals(java.lang.Object) |
int |
getMax()
Get the maximum value of this summarized type. |
int |
getMin()
Get the minimum value of this summarized type. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Summarized.Int(int min, int max)
min
- int minimum valuemax
- int maximum valueMethod Detail |
public int getMin()
public int getMax()
public boolean equals(java.lang.Object obj)
Object.equals(java.lang.Object)
equals
in class java.lang.Object
obj
- the reference object with which to compare.true
if this object is the same as the obj
argument; false
otherwise.
|
© Copyright 2005, 2006. IBM Corporation. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |