Uses of Interface
org.cytoscape.group.data.Aggregator
-
Packages that use Aggregator Package Description org.cytoscape.group This package provides an API for creating and managing groups in Cytoscape.org.cytoscape.group.data An api for configuringCyGroups. -
-
Uses of Aggregator in org.cytoscape.group
Methods in org.cytoscape.group that return Aggregator Modifier and Type Method Description Aggregator<?>CyGroupSettingsManager. getAggregator(CyGroup group, CyColumn column)Get theAggregatorthat will be used to aggregate the values in a specificCyColumnfor all of the nodes in a group onto the corresponding column in the group node.Aggregator<?>CyGroupSettingsManager. getDefaultAggregation(Class<?> ovClass)Get the defaultAggregatorfor a specific column type as expressed as a javaClass.Aggregator<?>CyGroupSettingsManager. getDefaultAggregation(CyGroup group, Class<?> ovClass)Get theAggregatorfor a specific column type as expressed as a javaClassthat will be used in the specifiedCyGroup.Aggregator<?>CyGroupSettingsManager. getDefaultListAggregation(Class<?> ovClass)Get the defaultAggregatorfor a specific List column type as expressed as a javaClass.Aggregator<?>CyGroupSettingsManager. getDefaultListAggregation(CyGroup group, Class<?> ovClass)Get theAggregatorfor a specific List column type as expressed as a javaClassthat will be used in the specifiedCyGroup.Aggregator<?>CyGroupSettingsManager. getOverrideAggregation(CyGroup group, CyColumn column)Get the override aggregation setting for a column (if any) in a specific group.Aggregator<?>CyGroupSettingsManager. getOverrideAggregation(CyColumn column)Get the override aggregation setting for a column (if any).Methods in org.cytoscape.group with parameters of type Aggregator Modifier and Type Method Description voidCyGroupSettingsManager. setDefaultAggregation(Class<?> ovClass, Aggregator<?> agg)Set the defaultAggregatorfor a specific column type as expressed as a javaClass.voidCyGroupSettingsManager. setDefaultAggregation(CyGroup group, Class<?> ovClass, Aggregator<?> agg)Set theAggregatorfor a specific column type as expressed as a javaClassthat will be used in the specifiedCyGroup.voidCyGroupSettingsManager. setDefaultListAggregation(Class<?> ovClass, Aggregator<?> agg)Set the defaultAggregatorfor a specific List column type as expressed as a javaClass.voidCyGroupSettingsManager. setDefaultListAggregation(CyGroup group, Class<?> ovClass, Aggregator<?> agg)Set theAggregatorfor a specific List column type as expressed as a javaClassthat will be used in the specifiedCyGroup.voidCyGroupSettingsManager. setOverrideAggregation(CyGroup group, CyColumn column, Aggregator<?> agg)set the override aggregation setting for a column in a group (if any).voidCyGroupSettingsManager. setOverrideAggregation(CyColumn column, Aggregator<?> agg)set the override aggregation setting for a column (if any). -
Uses of Aggregator in org.cytoscape.group.data
Methods in org.cytoscape.group.data that return types with arguments of type Aggregator Modifier and Type Method 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.Methods in org.cytoscape.group.data with parameters of type Aggregator Modifier and Type Method Description voidCyGroupAggregationManager. addAggregator(Aggregator<?> aggregator)Add a new aggregator to the available aggregators.voidCyGroupAggregationManager. removeAggregator(Aggregator<?> aggregator)Remove an aggregator from the available aggregators.
-