Package org.eclipse.mat.query
Class ContextDerivedData.DerivedColumn
java.lang.Object
org.eclipse.mat.query.ContextDerivedData.DerivedColumn
- Enclosing class:
- ContextDerivedData
A column of data derived from the existing data.
An example might be retained sizes.
-
Constructor Summary
ConstructorDescriptionDerivedColumn
(String label, ContextDerivedData.DerivedOperation... operations) A derived column. -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
The label for the column.Possible operations to generate the column values.
-
Constructor Details
-
DerivedColumn
A derived column. Operations might include ways of calculating the column, such as approximate or precise retained sizes.- Parameters:
label
- a label for the columnoperations
- ways of calculating the column
-
-
Method Details
-
getLabel
The label for the column.- Returns:
- the label
-
getOperations
Possible operations to generate the column values. Do not modify the returned array.- Returns:
- an array of operations
-