public interface CyGroupAggregationManager
Module: group-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>group-api</artifactId>
</dependency>| Modifier and Type | Method and Description |
|---|---|
void |
addAggregator(Aggregator<?> aggregator)
Add a new aggregator to the available aggregators.
|
List<Aggregator<?>> |
getAggregators()
Get the list of aggregators.
|
List<Aggregator<?>> |
getAggregators(Class<?> type)
Get the list of aggregators for a particular Class.
|
List<Aggregator<?>> |
getListAggregators()
Get the list of aggregators for List columns.
|
List<Aggregator<?>> |
getListAggregators(Class<?> type)
Get the list of List aggregators for a particular Class.
|
List<Class<?>> |
getSupportedClasses()
Get the list of classes for which have aggregators.
|
List<Class<?>> |
getSupportedListClasses()
Get the list of classes of List for which have aggregators.
|
void |
removeAggregator(Aggregator<?> aggregator)
Remove an aggregator from the available aggregators.
|
void addAggregator(Aggregator<?> aggregator)
aggregator - the Aggregatorvoid removeAggregator(Aggregator<?> aggregator)
aggregator - the Aggregator to removeList<Aggregator<?>> getAggregators(Class<?> type)
type - the Class to get aggregators forList<Aggregator<?>> getListAggregators(Class<?> type)
type - the Class to get aggregators forList<Aggregator<?>> getAggregators()
List<Aggregator<?>> getListAggregators()
List<Class<?>> getSupportedClasses()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.