Class SingleValueChildPropertyApplier<S,T,OS,OT>
- java.lang.Object
-
- org.palladiosimulator.textual.tpcm.generator.SingleValueChildPropertyApplier<S,T,OS,OT>
-
- All Implemented Interfaces:
ChildPropertyMapping<OS,OT>
public class SingleValueChildPropertyApplier<S,T,OS,OT> extends Object implements ChildPropertyMapping<OS,OT>
-
-
Constructor Summary
Constructors Constructor Description SingleValueChildPropertyApplier(Function<OS,S> provider, Class<T> target, BiConsumer<OT,T> applier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(OS element, OT mappedParent, GeneratorTransformationRegistry registry)
-
-
-
Method Detail
-
run
public void run(OS element, OT mappedParent, GeneratorTransformationRegistry registry)
- Specified by:
run
in interfaceChildPropertyMapping<S,T>
-
-