Class FormulaEvaluatorUtil.AssociationToManyHelper<S extends IModelObject,T extends IModelObject>

java.lang.Object
org.faktorips.runtime.formula.FormulaEvaluatorUtil.AssociationToManyHelper<S,T>
Type Parameters:
S - the type of the source objects
T - the type of the association targets
Enclosing class:
FormulaEvaluatorUtil

public abstract static class FormulaEvaluatorUtil.AssociationToManyHelper<S extends IModelObject,T extends IModelObject> extends Object
Helper class for navigating 1-to-many associations from a list of source objects of type <S> to target objects of type <T>.