Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.group.data.Aggregator

Packages that use Aggregator
org.cytoscape.group.data An api for configuring CyGroups. 
 

Uses of Aggregator in org.cytoscape.group.data
 

Methods in org.cytoscape.group.data that return types with arguments of type Aggregator
 List<Aggregator> CyGroupAggregationManager.getAggregators()
          Get the list of aggregators.
 List<Aggregator> CyGroupAggregationManager.getAggregators(Class type)
          Get the list of aggregators for a particular Class.
 

Methods in org.cytoscape.group.data with parameters of type Aggregator
 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.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.