T - the data model typepublic class FlowPartDriverInput<T> extends FlowDriverInput<T,FlowPartDriverInput<T>> implements In<T>
| Constructor and Description |
|---|
FlowPartDriverInput(TestDriverContext driverContext,
String name,
Class<T> modelType,
In<T> vocabulary)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected FlowPartDriverInput<T> |
getThis()
Returns this object.
|
FlowElementOutput |
toOutputPort()
Returns the internal port representation of this source element.
|
FlowPartDriverInput<T> |
withDataSize(ImporterDescription.DataSize dataSize)
Deprecated.
cannot change the estimated data size on testing flow-part
|
prepare, prepare, prepare, prepare, prepare, prepare, prepare, prepare, prepare, prepare, withgetCallerClass, getDataModelDefinition, getModelType, getName, getSource, getTestTools, setSource, toDataModelSourceFactory, toDataModelSourceFiltertoDataModelSinkFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFactory, toDataModelSourceFilter, toOutputUri, toUri, toVerifierFactorypublic FlowPartDriverInput(TestDriverContext driverContext, String name, Class<T> modelType, In<T> vocabulary)
driverContext - the current test driver contextname - the flow input namemodelType - the data model classvocabulary - the original vocabularyprotected FlowPartDriverInput<T> getThis()
FlowDriverInputgetThis in class FlowDriverInput<T,FlowPartDriverInput<T>>@Deprecated public FlowPartDriverInput<T> withDataSize(ImporterDescription.DataSize dataSize)
dataSize - the estimated data size (nullable)public FlowElementOutput toOutputPort()
SourcetoOutputPort in interface Source<T>Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.