| Modifier and Type | Method and Description |
|---|---|
void |
ActionActivation.putToken(OutputPin pin,
Value value) |
void |
ActionActivation.putTokens(OutputPin pin,
ValueList values) |
| Modifier and Type | Method and Description |
|---|---|
ValueList |
StructuredActivityNodeActivation.getPinValues(OutputPin pin) |
void |
StructuredActivityNodeActivation.putPinValues(OutputPin pin,
ValueList values) |
| Modifier and Type | Method and Description |
|---|---|
OutputPin |
OutputPinList.getValue(int i) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Action.addOutput(OutputPin output) |
void |
CallAction.addResult(OutputPin result) |
void |
OutputPinList.addValue(int i,
OutputPin v) |
void |
OutputPinList.addValue(OutputPin v) |
void |
OutputPinList.setValue(int i,
OutputPin v) |
| Modifier and Type | Field and Description |
|---|---|
OutputPin |
ReduceAction.result |
OutputPin |
ReadIsClassifiedObjectAction.result |
OutputPin |
ReadExtentAction.result |
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptEventAction.addResult(OutputPin result) |
void |
ReduceAction.setResult(OutputPin result) |
void |
ReadIsClassifiedObjectAction.setResult(OutputPin result) |
void |
ReadExtentAction.setResult(OutputPin result) |
| Modifier and Type | Field and Description |
|---|---|
OutputPin |
WriteStructuralFeatureAction.result |
OutputPin |
ValueSpecificationAction.result |
OutputPin |
TestIdentityAction.result |
OutputPin |
ReadStructuralFeatureAction.result |
OutputPin |
ReadSelfAction.result |
OutputPin |
ReadLinkAction.result |
OutputPin |
CreateObjectAction.result |
OutputPin |
ClearStructuralFeatureAction.result |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteStructuralFeatureAction.setResult(OutputPin result) |
void |
ValueSpecificationAction.setResult(OutputPin result) |
void |
TestIdentityAction.setResult(OutputPin result) |
void |
ReadStructuralFeatureAction.setResult(OutputPin result) |
void |
ReadSelfAction.setResult(OutputPin result) |
void |
ReadLinkAction.setResult(OutputPin result) |
void |
CreateObjectAction.setResult(OutputPin result) |
void |
ClearStructuralFeatureAction.setResult(OutputPin result) |
| Modifier and Type | Field and Description |
|---|---|
OutputPin |
LoopNode.decider |
OutputPin |
Clause.decider |
| Modifier and Type | Method and Description |
|---|---|
void |
LoopNode.addBodyOutput(OutputPin bodyOutput) |
void |
Clause.addBodyOutput(OutputPin bodyOutput) |
void |
LoopNode.addLoopVariable(OutputPin loopVariable) |
void |
LoopNode.addResult(OutputPin result) |
void |
ConditionalNode.addResult(OutputPin result) |
void |
StructuredActivityNode.addStructuredNodeOutput(OutputPin structuredNodeOutput) |
void |
LoopNode.setDecider(OutputPin decider) |
void |
Clause.setDecider(OutputPin decider) |
| Modifier and Type | Method and Description |
|---|---|
protected OutputPin |
ActivityFactory.addOutputPin(Action action,
String name,
int lower,
int upper) |
protected OutputPin |
ActivityFactory.makeOutputPin(String name,
int lower,
int upper) |
Copyright © 2016. All rights reserved.