public interface Aggregator<T>
CyGroup
. Aggregators are used to combine
the attribute values of the nodes contained within a Group
into a representative attribute value for the Group itself.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 |
---|---|
<T> T |
aggregate(CyTable table,
CyGroup group,
CyColumn column)
Aggregate the column for the members of the specified group into
the group.
|
default Class |
getSupportedListType()
Return the base Class of the List, if this
is a list type.
|
Class |
getSupportedType()
Return the Class this aggregator supports
|
String |
toString()
This gets the name of the handling type supported
by this aggregator, suitable for use in a menu.
|
Class getSupportedType()
Class
supporteddefault Class getSupportedListType()
Class
supported by this ListString toString()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.