public interface FlowPortMap
Modifier and Type | Method and Description |
---|---|
<T> In<T> |
addInput(String name,
Class<T> dataType)
Creates a new test input.
|
<T> Out<T> |
addOutput(String name,
Class<T> dataType)
Creates a new test output.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.