Package cdm.product.asset
Interface BoundedCorrelation.BoundedCorrelationBuilder
- All Superinterfaces:
BoundedCorrelation,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
BoundedCorrelation.BoundedCorrelationBuilderImpl
- Enclosing interface:
BoundedCorrelation
public static interface BoundedCorrelation.BoundedCorrelationBuilder
extends BoundedCorrelation, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.BoundedCorrelation
BoundedCorrelation.BoundedCorrelationBuilder, BoundedCorrelation.BoundedCorrelationBuilderImpl, BoundedCorrelation.BoundedCorrelationImpl -
Field Summary
Fields inherited from interface cdm.product.asset.BoundedCorrelation
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setMaximumBoundaryPercent(BigDecimal maximumBoundaryPercent) setMinimumBoundaryPercent(BigDecimal minimumBoundaryPercent) Methods inherited from interface cdm.product.asset.BoundedCorrelation
build, getMaximumBoundaryPercent, getMinimumBoundaryPercent, 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
-
setMinimumBoundaryPercent
BoundedCorrelation.BoundedCorrelationBuilder setMinimumBoundaryPercent(BigDecimal minimumBoundaryPercent) -
setMaximumBoundaryPercent
BoundedCorrelation.BoundedCorrelationBuilder setMaximumBoundaryPercent(BigDecimal maximumBoundaryPercent) -
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
-