Package | Description |
---|---|
org.cytoscape.group |
This package provides an API for creating and managing
groups in Cytoscape.
|
org.cytoscape.group.data |
An api for configuring
CyGroup s. |
Modifier and Type | Method and Description |
---|---|
Aggregator<?> |
CyGroupSettingsManager.getAggregator(CyGroup group,
CyColumn column)
Get the
Aggregator that will be used to aggregate the values
in a specific CyColumn for all of the nodes in a group onto
the corresponding column in the group node. |
Aggregator<?> |
CyGroupSettingsManager.getDefaultAggregation(Class<?> ovClass)
Get the default
Aggregator for a specific column type
as expressed as a java Class . |
Aggregator<?> |
CyGroupSettingsManager.getDefaultAggregation(CyGroup group,
Class<?> ovClass)
Get the
Aggregator for a specific column type
as expressed as a java Class that will be used in
the specified CyGroup . |
Aggregator<?> |
CyGroupSettingsManager.getDefaultListAggregation(Class<?> ovClass)
Get the default
Aggregator for a specific List column type
as expressed as a java Class . |
Aggregator<?> |
CyGroupSettingsManager.getDefaultListAggregation(CyGroup group,
Class<?> ovClass)
Get the
Aggregator for a specific List column type
as expressed as a java Class that will be used in
the specified CyGroup . |
Aggregator<?> |
CyGroupSettingsManager.getOverrideAggregation(CyColumn column)
Get the override aggregation setting for a column (if any).
|
Aggregator<?> |
CyGroupSettingsManager.getOverrideAggregation(CyGroup group,
CyColumn column)
Get the override aggregation setting for a column (if any) in a specific group.
|
Modifier and Type | Method and Description |
---|---|
void |
CyGroupSettingsManager.setDefaultAggregation(Class<?> ovClass,
Aggregator<?> agg)
Set the default
Aggregator for a specific column type
as expressed as a java Class . |
void |
CyGroupSettingsManager.setDefaultAggregation(CyGroup group,
Class<?> ovClass,
Aggregator<?> agg)
Set the
Aggregator for a specific column type
as expressed as a java Class that will be used in
the specified CyGroup . |
void |
CyGroupSettingsManager.setDefaultListAggregation(Class<?> ovClass,
Aggregator<?> agg)
Set the default
Aggregator for a specific List column type
as expressed as a java Class . |
void |
CyGroupSettingsManager.setDefaultListAggregation(CyGroup group,
Class<?> ovClass,
Aggregator<?> agg)
Set the
Aggregator for a specific List column type
as expressed as a java Class that will be used in
the specified CyGroup . |
void |
CyGroupSettingsManager.setOverrideAggregation(CyColumn column,
Aggregator<?> agg)
set the override aggregation setting for a column (if any).
|
void |
CyGroupSettingsManager.setOverrideAggregation(CyGroup group,
CyColumn column,
Aggregator<?> agg)
set the override aggregation setting for a column in a group (if any).
|
Modifier and Type | Method and Description |
---|---|
List<Aggregator<?>> |
CyGroupAggregationManager.getAggregators()
Get the list of aggregators.
|
List<Aggregator<?>> |
CyGroupAggregationManager.getAggregators(Class<?> type)
Get the list of aggregators for a particular Class.
|
List<Aggregator<?>> |
CyGroupAggregationManager.getListAggregators()
Get the list of aggregators for List columns.
|
List<Aggregator<?>> |
CyGroupAggregationManager.getListAggregators(Class<?> type)
Get the list of List aggregators for a particular Class.
|
Modifier and Type | Method and Description |
---|---|
void |
CyGroupAggregationManager.addAggregator(Aggregator<?> aggregator)
Add a new aggregator to the available aggregators.
|
void |
CyGroupAggregationManager.removeAggregator(Aggregator<?> aggregator)
Remove an aggregator from the available aggregators.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.