Package | Description |
---|---|
org.eclipse.birt.chart.datafeed |
Provides classes and interfaces that determine how a
user's custom dataset needs to be interpreted.
|
org.eclipse.birt.chart.model.component |
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
|
org.eclipse.birt.chart.model.component.impl |
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
|
org.eclipse.birt.chart.model.data |
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
|
org.eclipse.birt.chart.model.data.impl |
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Query> |
IDataSetProcessor.getDataDefinitionsForGrouping(Series series)
Provides a list of data definitions for grouping.
|
java.util.List<Query> |
DataSetAdapter.getDataDefinitionsForGrouping(Series series) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Query> |
Series.getDataDefinition()
Returns the value of the 'Data Definition'
containment reference list.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Query> |
SeriesImpl.getDataDefinition() |
Modifier and Type | Method and Description |
---|---|
Query |
Query.copyInstance() |
Query |
DataFactory.createQuery()
Returns a new object of class 'Query'.
|
Query |
SeriesDefinition.getQuery()
Returns the value of the 'Query' containment reference.
|
Query |
SeriesDefinition.getSortKey()
Returns the value of the 'Sort Key' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SeriesDefinition.setQuery(Query value)
Sets the value of the '
Query ' containment reference. |
void |
SeriesDefinition.setSortKey(Query value)
Sets the value of the '
Sort Key ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
QueryImpl
An implementation of the model object '
Query'.
|
Modifier and Type | Method and Description |
---|---|
Query |
QueryImpl.copyInstance() |
static Query |
QueryImpl.create(java.lang.String sDefinition)
A convenience method provided to create a new initialized query instance
|
Query |
DataFactoryImpl.createQuery() |
Query |
SeriesDefinitionImpl.getQuery() |
Query |
SeriesDefinitionImpl.getSortKey() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SeriesDefinitionImpl.basicSetQuery(Query newQuery,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
SeriesDefinitionImpl.basicSetSortKey(Query newSortKey,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SeriesDefinitionImpl.setQuery(Query newQuery) |
void |
SeriesDefinitionImpl.setSortKey(Query newSortKey) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.