public static class EventDrivenTransformation.EventDrivenTransformationBuilder
extends java.lang.Object
Constructor and Description |
---|
EventDrivenTransformationBuilder() |
public EventDrivenTransformation.EventDrivenTransformationBuilder setScope(EMFScope scope)
public EventDrivenTransformation.EventDrivenTransformationBuilder setQueryEngine(ViatraQueryEngine engine)
public EventDrivenTransformation.EventDrivenTransformationBuilder addAdapter(IEVMAdapter adapter)
public EventDrivenTransformation.EventDrivenTransformationBuilder addListener(IEVMListener listener)
public EventDrivenTransformation.EventDrivenTransformationBuilder addAdapterConfiguration(IAdapterConfiguration config)
public EventDrivenTransformation.EventDrivenTransformationBuilder setSchedulerFactory(Scheduler.ISchedulerFactory schedulerFactory)
public EventDrivenTransformation.EventDrivenTransformationBuilder setConflictResolver(ConflictResolver resolver)
public EventDrivenTransformation.EventDrivenTransformationBuilder addRule(EventDrivenTransformationRule<?,?> rule)
public EventDrivenTransformation.EventDrivenTransformationBuilder addRules(EventDrivenTransformationRuleGroup ruleGroup)
public EventDrivenTransformation build()