|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Aggregator<T>
The Aggregator interface acts as a service interface for
different methods of aggregating attribute data for the
nodes in a 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.
Method Summary | ||
---|---|---|
|
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. |
Method Detail |
---|
Class getSupportedType()
Class
supportedString toString()
toString
in class Object
<T> T aggregate(CyTable table, CyGroup group, CyColumn column)
table
- the CyTable for this groupgroup
- the groupcolumn
- the column we're aggregating
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |