| Package | Description |
|---|---|
| fuml.semantics.actions | |
| fuml.syntax.actions |
| Modifier and Type | Method and Description |
|---|---|
ValueList |
ActionActivation.getTokens(InputPin pin) |
ValueList |
ActionActivation.takeTokens(InputPin pin) |
| Modifier and Type | Field and Description |
|---|---|
InputPin |
ReduceAction.collection |
InputPin |
LinkEndDestructionData.destroyAt |
InputPin |
RaiseExceptionAction.exception
An InputPin whose value becomes the exception object
|
InputPin |
TestIdentityAction.first |
InputPin |
LinkEndCreationData.insertAt |
InputPin |
AddStructuralFeatureValueAction.insertAt |
InputPin |
UnmarshallAction.object |
InputPin |
StructuralFeatureAction.object |
InputPin |
StartObjectBehaviorAction.object |
InputPin |
StartClassifierBehaviorAction.object |
InputPin |
ReclassifyObjectAction.object |
InputPin |
ReadIsClassifiedObjectAction.object |
InputPin |
ClearAssociationAction.object |
InputPin |
RemoveStructuralFeatureValueAction.removeAt |
InputPin |
ReplyAction.returnInformation |
InputPin |
TestIdentityAction.second |
InputPin |
SendSignalAction.target |
InputPin |
DestroyObjectAction.target |
InputPin |
CallOperationAction.target |
InputPin |
WriteStructuralFeatureAction.value |
InputPin |
LinkEndData.value |
| Modifier and Type | Method and Description |
|---|---|
InputPin |
InputPinList.getValue(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationAction.addArgument(InputPin argument) |
protected void |
Action.addInput(InputPin input) |
void |
LinkAction.addInputValue(InputPin inputValue) |
void |
LoopNode.addLoopVariableInput(InputPin loopVariableInput) |
void |
ReplyAction.addReplyValue(InputPin replyValue) |
void |
StructuredActivityNode.addStructuredNodeInput(InputPin structuredNodeInput) |
void |
InputPinList.addValue(InputPin v) |
void |
InputPinList.addValue(int i,
InputPin v) |
void |
ReduceAction.setCollection(InputPin collection) |
void |
LinkEndDestructionData.setDestroyAt(InputPin destroyAt) |
void |
RaiseExceptionAction.setException(InputPin exception) |
void |
TestIdentityAction.setFirst(InputPin first) |
void |
LinkEndCreationData.setInsertAt(InputPin insertAt) |
void |
AddStructuralFeatureValueAction.setInsertAt(InputPin insertAt) |
void |
UnmarshallAction.setObject(InputPin object) |
void |
StructuralFeatureAction.setObject(InputPin object) |
void |
StartObjectBehaviorAction.setObject(InputPin object) |
void |
StartClassifierBehaviorAction.setObject(InputPin object) |
void |
ReclassifyObjectAction.setObject(InputPin object) |
void |
ReadIsClassifiedObjectAction.setObject(InputPin object) |
void |
ClearAssociationAction.setObject(InputPin object) |
void |
RemoveStructuralFeatureValueAction.setRemoveAt(InputPin removeAt) |
void |
ReplyAction.setReturnInformation(InputPin returnInformation) |
void |
TestIdentityAction.setSecond(InputPin second) |
void |
SendSignalAction.setTarget(InputPin target) |
void |
DestroyObjectAction.setTarget(InputPin target) |
void |
CallOperationAction.setTarget(InputPin target) |
void |
WriteStructuralFeatureAction.setValue(InputPin value) |
void |
LinkEndData.setValue(InputPin value) |
void |
InputPinList.setValue(int i,
InputPin v) |
Copyright © 2023. All rights reserved.