Uses of Interface
org.faktorips.runtime.productswitch.MatchingProductFinder
Packages that use MatchingProductFinder
-
Uses of MatchingProductFinder in org.faktorips.runtime.productswitch
Methods in org.faktorips.runtime.productswitch that return MatchingProductFinderModifier and TypeMethodDescriptiondefault MatchingProductFinderMatchingProductFinder.or(MatchingProductFinder other) Returns a composed product finder that represents a short-circuiting logical OR of this product finder and another.Methods in org.faktorips.runtime.productswitch with parameters of type MatchingProductFinderModifier and TypeMethodDescriptiondefault MatchingProductFinderMatchingProductFinder.or(MatchingProductFinder other) Returns a composed product finder that represents a short-circuiting logical OR of this product finder and another.ProductSwitch.ProductSwitchCondition.with(MatchingProductFinder productFinder) This method will return aProductSwitch.MatchingProductFinderSwitchthat uses the givenMatchingProductFinder.