public final class FlowElementInput extends FlowElementPort
FlowElement.
 Application developers should not use this class directly.| Constructor and Description | 
|---|
FlowElementInput(FlowElementPortDescription description,
                FlowElement owner)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<FlowElementOutput> | 
disconnectAll()
Disconnects all opposite ports which connected into this. 
 | 
Collection<FlowElementOutput> | 
getOpposites()
Returns the opposite ports of this. 
 | 
String | 
toString()  | 
getAttribute, getAttributeTypes, getConnected, getDescription, getOwnerpublic FlowElementInput(FlowElementPortDescription description, FlowElement owner)
description - the description of this portowner - the owner elementIllegalArgumentException - if some parameters are nullpublic Collection<FlowElementOutput> getOpposites()
public Collection<FlowElementOutput> disconnectAll()
disconnectAll in class FlowElementPortCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.