|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyGroupAggregationManager
The CyGroupAggregationManager provides a mechanism to add new Aggregators to the group aggregation mechanism. It is meant to be used by apps that want to extend the aggregation mechanism for types not supported by the built-in aggregators.
Method Summary | |
---|---|
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<Class> |
getSupportedClasses()
Get the list of classes for which have aggregators. |
void |
removeAggregator(Aggregator aggregator)
Remove an aggregator from the available aggregators. |
Method Detail |
---|
void addAggregator(Aggregator aggregator)
aggregator
- the Aggregator
void removeAggregator(Aggregator aggregator)
aggregator
- the Aggregator
to removeList<Aggregator> getAggregators(Class type)
type
- the Class
to get aggregators for
List<Aggregator> getAggregators()
List<Class> getSupportedClasses()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |