|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.FumlObject
fUML.Syntax.Classes.Kernel.Element
fUML.Syntax.Classes.Kernel.NamedElement
fUML.Syntax.Classes.Kernel.RedefinableElement
fUML.Syntax.Activities.IntermediateActivities.ActivityNode
fUML.Syntax.Activities.CompleteStructuredActivities.ExecutableNode
fUML.Syntax.Actions.BasicActions.Action
fUML.Syntax.Actions.CompleteActions.ReduceAction
public class ReduceAction
An implementation of the model object ' fUML::Syntax::Actions::CompleteActions::ReduceAction'.
The following features are implemented:
| Field Summary | |
|---|---|
InputPin |
collection
|
boolean |
isOrdered
|
Behavior |
reducer
|
OutputPin |
result
|
| Fields inherited from class fUML.Syntax.Actions.BasicActions.Action |
|---|
context, input, isLocallyReentrant, output |
| Fields inherited from class fUML.Syntax.Activities.IntermediateActivities.ActivityNode |
|---|
activity, incoming, inStructuredNode, outgoing |
| Fields inherited from class fUML.Syntax.Classes.Kernel.RedefinableElement |
|---|
isLeaf, redefinedElement, redefinitionContext |
| Fields inherited from class fUML.Syntax.Classes.Kernel.NamedElement |
|---|
name, namespace, qualifiedName, visibility |
| Fields inherited from class fUML.Syntax.Classes.Kernel.Element |
|---|
ownedComment, ownedElement, owner |
| Constructor Summary | |
|---|---|
ReduceAction()
|
|
| Method Summary | |
|---|---|
void |
setCollection(InputPin collection)
operation setCollection |
void |
setIsOrdered(boolean isOrdered)
operation setIsOrdered |
void |
setReducer(Behavior reducer)
operation setReducer |
void |
setResult(OutputPin result)
operation setResult |
| Methods inherited from class fUML.Syntax.Actions.BasicActions.Action |
|---|
setIsLocallyReentrant |
| Methods inherited from class fUML.Syntax.Classes.Kernel.RedefinableElement |
|---|
setIsLeaf |
| Methods inherited from class fUML.Syntax.Classes.Kernel.NamedElement |
|---|
setName, setVisibility |
| Methods inherited from class org.modeldriven.fuml.FumlObject |
|---|
getHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Behavior reducer
public OutputPin result
public InputPin collection
public boolean isOrdered
| Constructor Detail |
|---|
public ReduceAction()
| Method Detail |
|---|
public void setIsOrdered(boolean isOrdered)
public void setReducer(Behavior reducer)
public void setCollection(InputPin collection)
public void setResult(OutputPin result)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||