public interface FlowElementDescription extends FlowElementAttributeProvider
Modifier and Type | Method and Description |
---|---|
List<FlowElementPortDescription> |
getInputPorts()
Returns the input ports of this element.
|
FlowElementKind |
getKind()
Returns the kind of this element.
|
String |
getName()
Returns the name of this element.
|
FlowElementDescription |
getOrigin()
Returns the original description.
|
List<FlowElementPortDescription> |
getOutputPorts()
Returns the output ports of this element.
|
List<FlowResourceDescription> |
getResources()
Returns the external resources of this element.
|
void |
setName(String newName)
Sets name of this element.
|
getAttribute, getAttributeTypes
FlowElementKind getKind()
FlowElementDescription getOrigin()
String getName()
void setName(String newName)
newName
- the nameUnsupportedOperationException
- if this does not support changing nameIllegalArgumentException
- if the parameter is null
List<FlowElementPortDescription> getInputPorts()
List<FlowElementPortDescription> getOutputPorts()
List<FlowResourceDescription> getResources()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.