Uses of Class
org.faktorips.runtime.productswitch.ProductSwitch.MatchingProductFinderSwitch
Packages that use ProductSwitch.MatchingProductFinderSwitch
-
Uses of ProductSwitch.MatchingProductFinderSwitch in org.faktorips.runtime.productswitch
Methods in org.faktorips.runtime.productswitch that return ProductSwitch.MatchingProductFinderSwitchModifier and TypeMethodDescriptionProductSwitch.ProductSwitchCondition.matchingBy(String attributeName) This method will return aProductSwitch.MatchingProductFinderSwitchthat uses the given attribute name of aProductComponentif more than one suitable replacement is found in the product configuration.ProductSwitch.ProductSwitchCondition.matchingBy(ProductCmptType productCmptType, String attributeName) This method will return aProductSwitch.MatchingProductFinderSwitchthat uses aProductComponentand an attribute name of the givenProductCmptTypeif more than one suitable replacement is found in the product configuration.ProductSwitch.ProductSwitchCondition.with(BiPredicate<IProductComponent, IProductComponent> howToMatch) This method will return aProductSwitch.MatchingProductFinderSwitchthat uses the given predicate if more than one suitable replacement is found in the product configuration.ProductSwitch.ProductSwitchCondition.with(MatchingProductFinder productFinder) This method will return aProductSwitch.MatchingProductFinderSwitchthat uses the givenMatchingProductFinder.