T - the data model typepublic class FlowPartDriverOutput<T> extends FlowDriverOutput<T,FlowPartDriverOutput<T>> implements Out<T>
| Constructor and Description |
|---|
FlowPartDriverOutput(TestDriverContext driverContext,
String name,
Class<T> modelType,
Out<T> vocabulary)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Source<T> upstream)
Adds an upstream source to this flow output.
|
protected FlowPartDriverOutput<T> |
getThis()
Returns this object.
|
FlowElementInput |
toInputPort()
Returns the internal port representation of this flow output.
|
dumpActual, dumpActual, dumpActual, dumpActual, dumpDifference, dumpDifference, dumpDifference, filter, prepare, prepare, prepare, prepare, prepare, prepare, prepare, transform, transform, verify, verify, verify, verify, verify, verify, verify, verify, verify, verify, verify, verify, verify, verify, verify, verify, verify, verify, verify, withgetDifferenceSink, getResultSink, getVerifier, setDifferenceSink, setResultFilter, setResultSink, setVerifier, toDataModelSinkFactory, toDataModelSinkFactory, toDifferenceSinkFactory, toDifferenceSinkFactory, toVerifierFactory, toVerifyRuleFactory, toVerifyRuleFactorygetCallerClass, getDataModelDefinition, getModelType, getName, getSource, getTestTools, setSource, toDataModelSourceFactory, toDataModelSourceFiltertoDataModelSinkFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFilter, toOutputUri, toUri, toVerifierFactorypublic FlowPartDriverOutput(TestDriverContext driverContext, String name, Class<T> modelType, Out<T> vocabulary)
driverContext - the current test driver contextname - the flow output namemodelType - the data model classvocabulary - the original vocabularyprotected FlowPartDriverOutput<T> getThis()
FlowDriverOutputgetThis in class FlowDriverOutput<T,FlowPartDriverOutput<T>>public void add(Source<T> upstream)
Outpublic FlowElementInput toInputPort()
OuttoInputPort in interface Out<T>Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.