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