| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.dss.graph.GraphSelection
      
oracle.dss.graph.DataSelection
public class DataSelection
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class oracle.dss.graph.GraphSelection | 
|---|
GraphSelection.SelectionType | 
| Constructor Summary | |
|---|---|
DataSelection(KeyMap seriesKey, KeyMap groupKey)Constructor  | 
|
DataSelection(KeyMap seriesKey, java.util.List<KeyMap> groupKeySet)Constructor  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(java.lang.Object obj) | 
 java.util.List<KeyMap> | 
getGroupKeys()Retrieves list of KeyMap for the group  | 
 KeyMap | 
getSeriesKey()Retrieves KeyMap for the series  | 
 int | 
hashCode() | 
protected  void | 
init(KeyMap seriesKey, java.util.List<KeyMap> groupKeySet)init  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DataSelection(KeyMap seriesKey,
                     KeyMap groupKey)
seriesKey - KeyMap for the series - key-value mappinggroupKey - KeyMap for the group - key-value mapping
public DataSelection(KeyMap seriesKey,
                     java.util.List<KeyMap> groupKeySet)
seriesKey - KeyMap for the series key-value mappinggroupKeySet - list of KeyMap for the group| Method Detail | 
|---|
protected void init(KeyMap seriesKey,
                    java.util.List<KeyMap> groupKeySet)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.List<KeyMap> getGroupKeys()
public KeyMap getSeriesKey()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||