public interface StepSequencer
Steps to the final Map sourceVersion-to-ProxyStep. This way inputs are granted to
enter the correct Step, processing the rest of the additional Steps in a chain.| Modifier and Type | Method and Description |
|---|---|
Map<Long,ProxyStep> |
sequence(com.google.common.collect.ListMultimap<Long,Step> steps)
Takes the user-registered
Steps and creates a Map of SourceVersion:ProxyStep, including missed Steps. |
Copyright © 2015. All rights reserved.