Package com.polarion.alm.builder.model
Interface ICustomCalculationDescriptor
- All Superinterfaces:
ICalculationDescriptor
Calculation descriptor for custom calculations.
Having no ICalculationDescriptor.getGoals()
does nothing.
- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Calculator definition.Nested classes/interfaces inherited from interface com.polarion.alm.builder.model.ICalculationDescriptor
ICalculationDescriptor.IReportDefinition
-
Method Summary
Methods inherited from interface com.polarion.alm.builder.model.ICalculationDescriptor
getCalculationProperties, getCalculationReportDefinitions, getDescription, getExtendedDescriptors, getGoals, getName, isAggregation
-
Method Details
-
getCalculatorDefinitions
List getCalculatorDefinitions()Calculator definitions.- Returns:
List
ofICustomCalculationDescriptor.ICalculatorDefinition
s (notnull
)
-