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, with
getDifferenceSink, getResultSink, getVerifier, setDifferenceSink, setResultFilter, setResultSink, setVerifier, toDataModelSinkFactory, toDataModelSinkFactory, toDifferenceSinkFactory, toDifferenceSinkFactory, toVerifierFactory, toVerifyRuleFactory, toVerifyRuleFactory
getCallerClass, getDataModelDefinition, getModelType, getName, getSource, getTestTools, setSource, toDataModelSourceFactory, toDataModelSourceFilter
toDataModelSinkFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFilter, toOutputUri, toUri, toVerifierFactory
public 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()
FlowDriverOutput
getThis
in class FlowDriverOutput<T,FlowPartDriverOutput<T>>
public void add(Source<T> upstream)
Out
public FlowElementInput toInputPort()
Out
toInputPort
in interface Out<T>
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.