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.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.
|
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.
|
Copyright 2011 Cytoscape Consortium. All rights reserved.