|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.asset.NamedGroupInfo
inetsoft.uql.asset.RangeGroupInfo
public class RangeGroupInfo
RangeGroupInfo is a special named group info where groups are created from value ranges.
| Field Summary |
|---|
| Fields inherited from interface inetsoft.uql.util.XNamedGroupInfo |
|---|
ASSET_NAMEDGROUP_INFO, ASSET_NAMEDGROUP_INFO_REF, EXPERT_NAMEDGROUP_INFO, SIMPLE_NAMEDGROUP_INFO |
| Constructor Summary | |
|---|---|
RangeGroupInfo(DataRef ref,
double[] values,
boolean incMin,
boolean incMax)
Create a range grouping. |
|
RangeGroupInfo(DataRef ref,
ValueRangeInfo info)
Create a range grouping from value range definition. |
|
| Method Summary | |
|---|---|
protected void |
parseContents(Element elem)
Method to parse an xml segment. |
String |
toString()
Get string description of the range. |
protected void |
writeContents(PrintWriter writer)
Write the xml segment to print writer. |
| Methods inherited from class inetsoft.uql.asset.NamedGroupInfo |
|---|
clear, clone, equals, exchange, getAllVariables, getDependeds, getGroupCondition, getGroups, getOthers, getType, isEmpty, parseXML, printKey, removeGroup, renameDepended, replaceVariables, setGroupCondition, setGroupCondition, setOthers, update, writeXML |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RangeGroupInfo(DataRef ref,
double[] values,
boolean incMin,
boolean incMax)
ref - grouping column.values - the range values, should be sorted.incMin - true to show values less than the smallest value in ranges.incMax - true to show values larger than the largest value in ranges.
public RangeGroupInfo(DataRef ref,
ValueRangeInfo info)
| Method Detail |
|---|
protected void writeContents(PrintWriter writer)
writeContents in class NamedGroupInfowriter - the destination print writer.
protected void parseContents(Element elem)
throws Exception
parseContents in class NamedGroupInfoelem - the specified xml element.
Exceptionpublic String toString()
toString in class NamedGroupInfo
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||