Package cdm.base.math
Interface AveragingCalculationMethod.AveragingCalculationMethodBuilder
- All Superinterfaces:
AveragingCalculationMethod,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
AveragingCalculationMethod.AveragingCalculationMethodBuilderImpl
- Enclosing interface:
AveragingCalculationMethod
public static interface AveragingCalculationMethod.AveragingCalculationMethodBuilder
extends AveragingCalculationMethod, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.math.AveragingCalculationMethod
AveragingCalculationMethod.AveragingCalculationMethodBuilder, AveragingCalculationMethod.AveragingCalculationMethodBuilderImpl, AveragingCalculationMethod.AveragingCalculationMethodImpl -
Field Summary
Fields inherited from interface cdm.base.math.AveragingCalculationMethod
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCalculationMethod(AveragingCalculationMethodEnum calculationMethod) setIsWeighted(Boolean isWeighted) Methods inherited from interface cdm.base.math.AveragingCalculationMethod
build, getCalculationMethod, getIsWeighted, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
setIsWeighted
-
setCalculationMethod
AveragingCalculationMethod.AveragingCalculationMethodBuilder setCalculationMethod(AveragingCalculationMethodEnum calculationMethod) -
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-