| Constructor and Description |
|---|
FlowIn(InputDescription description)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
InputDescription |
getDescription()
Returns the description of this input.
|
FlowElement |
getFlowElement()
Returns the corresponding
FlowElement object. |
static <T> FlowIn<T> |
newInstance(InputDescription description)
Creates a new instance.
|
FlowElementOutput |
toOutputPort()
Returns the internal port representation of this source element.
|
String |
toString() |
public FlowIn(InputDescription description)
description - the descriptionIllegalArgumentException - if the parameter is nullpublic static <T> FlowIn<T> newInstance(InputDescription description)
T - the data typedescription - the descriptionIllegalArgumentException - if the parameter is nullpublic InputDescription getDescription()
public FlowElement getFlowElement()
FlowElement object.FlowElement objectpublic FlowElementOutput toOutputPort()
SourcetoOutputPort in interface Source<T>Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.