Package | Description |
---|---|
ilog.views.chart.datax.adapter |
Provides predefined bridges between data models.
|
ilog.views.chart.datax.adapter.partition |
Provides interfaces and algorithms for partitioning of data models.
|
ilog.views.chart.datax.adapter.partition.event |
Provides events sent by data model partitioners.
|
Constructor and Description |
---|
IlvFlatListToTreeListModel(IlvFlatListModel model,
IlvPartitioner<CIT>[] partitioners,
Comparator<? super CIT> idComparator,
int nonClusterPosition)
Creates an
IlvTreeListModel from an
IlvFlatListModel and a list of partitioners. |
IlvFlatListToTreeListModel(IlvFlatListModel model,
IlvPartitioner<CIT>[] partitioners,
Comparator<? super CIT> idComparator,
int nonClusterPosition,
int eventsMaskHint)
Creates an
IlvTreeListModel from an
IlvFlatListModel and a list of partitioners. |
IlvFlatListToTreeListModel(IlvFlatListModel model,
IlvPartitioner<CIT> partitioner,
Comparator<? super CIT> idComparator,
int nonClusterPosition)
Creates an
IlvTreeListModel from an
IlvFlatListModel and a partitioner. |
IlvFlatListToTreeListModel(IlvFlatListModel model,
IlvPartitioner<CIT> partitioner,
Comparator<? super CIT> idComparator,
int nonClusterPosition,
int eventsMaskHint)
Creates an
IlvTreeListModel from an
IlvFlatListModel and a partitioner. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitioner partitioner)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a partitioner. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitioner[] partitioners)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a list of partitioners. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitioner[] partitioners,
int eventsMaskHint)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a list of partitioners. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitioner partitioner,
int eventsMaskHint)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a partitioner. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractPartitioner<CIT extends IlvClusterId>
This class is an implementation of the
IlvPartitioner interface
which handles the notification to listeners of the model. |
class |
IlvColumnValuePartitioner<CIT extends IlvClusterId>
This class is an abstract base class for partitioning according to the value
of a model column.
|
class |
IlvCustomScalePartitioner
This class partitions a set of objects according to where the numerical
value of a model column falls in a custom scale.
|
class |
IlvDatePartitioner
This class partitions a set of objects according to specific date fields
of the value of a model column.
|
class |
IlvHostnamePartitioner
This class partitions a set of objects according to the value of a model
column, interpreted as a hostname (fully qualified host name or IP address).
|
class |
IlvPathPartitioner
This class partitions a set of objects according to the value of a model
column, interpreted as a string with separators called "path".
|
class |
IlvStringPartitioner
This class partitions a set of objects according to the value of a model
column, as a string.
|
class |
IlvUniformScalePartitioner
This class partitions a set of objects according to the value of a model
column, as a number, by dividing the value range [min,max] into intervals
of equal length.
|
Modifier and Type | Method and Description |
---|---|
IlvPartitioner<IlvIntervalClusterId> |
IlvUniformScalePartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
IlvPartitioner<IlvStringClusterId> |
IlvStringPartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
IlvPartitioner<IlvPathClusterId> |
IlvPathPartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
IlvPartitioner<CIT> |
IlvPartitionerFactory.createPartitioner(IlvObjectModelWithColumns model)
Returns a partitioner for the given model.
|
IlvPartitioner<IlvPathClusterId> |
IlvHostnamePartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
IlvPartitioner<IlvDateClusterId> |
IlvDatePartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
IlvPartitioner<IlvIntervalClusterId> |
IlvCustomScalePartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
Modifier and Type | Method and Description |
---|---|
IlvPartitioner |
PartitionerEvent.getPartitioner()
Returns the partitioner from which this event comes.
|
Constructor and Description |
---|
PartitionerEvent(IlvPartitioner source)
Creates an event.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.