Package cdm.base.math
Interface AveragingCalculationMethod
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AveragingCalculationMethod.AveragingCalculationMethodBuilder
- All Known Implementing Classes:
AveragingCalculationMethod.AveragingCalculationMethodBuilderImpl,AveragingCalculationMethod.AveragingCalculationMethodImpl
@RosettaDataType(value="AveragingCalculationMethod",
builder=AveragingCalculationMethodBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AveragingCalculationMethod",
model="cdm",
builder=AveragingCalculationMethodBuilderImpl.class,
version="5.30.0")
public interface AveragingCalculationMethod
extends com.rosetta.model.lib.RosettaModelObject
Defines the ways in which multiple values can be aggregated into a single value.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AveragingCalculationMethodstatic classImmutable Implementation of AveragingCalculationMethod -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Identifies which of the Pythagorean means is being used to compute an average value.Identifies whether the average values will be weighted or unweighted.default Class<? extends AveragingCalculationMethod> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AveragingCalculationMethod> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getIsWeighted
Boolean getIsWeighted()Identifies whether the average values will be weighted or unweighted. -
getCalculationMethod
AveragingCalculationMethodEnum getCalculationMethod()Identifies which of the Pythagorean means is being used to compute an average value. -
build
AveragingCalculationMethod build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-