| Modifier and Type | Class and Description |
|---|---|
class |
ChannelObject |
class |
InputChannelObject |
class |
OutputChannelObject |
class |
StandardOutputChannelObject |
class |
StandardOutputWriteExecution |
class |
TextOutputChannelObject |
| Modifier and Type | Method and Description |
|---|---|
Value |
StandardOutputWriteExecution.new_() |
Value |
StandardOutputChannelObject.new_() |
abstract Value |
InputChannelObject.read() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardOutputChannelObject.write(Value value) |
abstract void |
OutputChannelObject.write(Value value) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerFunctionBehaviorExecution |
class |
IntegerGreaterFunctionBehaviorExecution |
class |
IntegerMinusFunctionBehaviorExecution |
class |
IntegerNegateFunctionBehaviorExecution |
class |
IntegerPlusFunctionBehaviorExecution |
class |
IntegerTimesFunctionBehaviorExecution |
| Modifier and Type | Method and Description |
|---|---|
Value |
IntegerTimesFunctionBehaviorExecution.new_() |
Value |
IntegerPlusFunctionBehaviorExecution.new_() |
Value |
IntegerNegateFunctionBehaviorExecution.new_() |
Value |
IntegerMinusFunctionBehaviorExecution.new_() |
Value |
IntegerGreaterFunctionBehaviorExecution.new_() |
Value |
IntegerDivideFunctionBehaviorExecution.new_() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImplementationObject |
class |
OperationExecution |
| Modifier and Type | Method and Description |
|---|---|
Value |
OperationExecution.new_() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationExecution.setParameterValue(String parameterName,
Value value) |
| Modifier and Type | Class and Description |
|---|---|
class |
PipeInputChannelObject |
class |
PipeOutputChannelObject |
| Modifier and Type | Method and Description |
|---|---|
Value |
PipeInputChannelObject.read() |
| Modifier and Type | Method and Description |
|---|---|
void |
PipeInputChannelObject.receive(Value value) |
void |
PipeOutputChannelObject.write(Value value) |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemWriteLineBehaviorExecution |
| Modifier and Type | Method and Description |
|---|---|
Value |
SystemWriteLineBehaviorExecution.new_() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionActivation.putToken(OutputPin pin,
Value value) |
boolean |
ActionActivation.valueParticipatesInLink(Value value,
Link link) |
| Modifier and Type | Method and Description |
|---|---|
void |
DestroyObjectActionActivation.destroyObject(Value value,
boolean isDestroyLinks,
boolean isDestroyOwnedObjects) |
LinkList |
StructuralFeatureActionActivation.getMatchingLinks(Association association,
StructuralFeature end,
Value oppositeValue) |
LinkList |
StructuralFeatureActionActivation.getMatchingLinksForEndValue(Association association,
StructuralFeature end,
Value oppositeValue,
Value endValue) |
int |
WriteStructuralFeatureActionActivation.position(Value value,
ValueList list,
int startAt) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityExecution |
| Modifier and Type | Field and Description |
|---|---|
Value |
ObjectToken.value |
| Modifier and Type | Method and Description |
|---|---|
Value |
ActivityExecution.copy() |
Value |
DecisionNodeActivation.executeDecisionInputBehavior(Value inputValue,
Value decisionInputValue) |
Value |
DecisionNodeActivation.getDecisionInputFlowValue() |
abstract Value |
Token.getValue() |
Value |
ObjectToken.getValue() |
Value |
ForkedToken.getValue() |
Value |
ControlToken.getValue() |
Value |
ActivityExecution.new_() |
| Modifier and Type | Method and Description |
|---|---|
Value |
DecisionNodeActivation.executeDecisionInputBehavior(Value inputValue,
Value decisionInputValue) |
boolean |
DecisionNodeActivation.test(ValueSpecification guard,
Value value) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValue |
class |
CompoundValue |
class |
DataValue |
class |
EnumerationValue |
class |
ExtensionalValue |
class |
IntegerValue |
class |
Link |
class |
Object_ |
class |
PrimitiveValue |
class |
RealValue |
class |
Reference |
class |
StringValue |
class |
StructuredValue |
class |
UnlimitedNaturalValue |
| Modifier and Type | Method and Description |
|---|---|
Value |
Value.copy() |
Value |
UnlimitedNaturalValue.copy() |
Value |
StringValue.copy() |
Value |
Reference.copy() |
Value |
RealValue.copy() |
Value |
PrimitiveValue.copy() |
Value |
Object_.copy() |
Value |
Link.copy() |
Value |
IntegerValue.copy() |
Value |
ExtensionalValue.copy() |
Value |
EnumerationValue.copy() |
Value |
DataValue.copy() |
Value |
CompoundValue.copy() |
Value |
BooleanValue.copy() |
Value |
LiteralUnlimitedNaturalEvaluation.evaluate() |
Value |
LiteralStringEvaluation.evaluate() |
Value |
LiteralRealEvaluation.evaluate() |
Value |
LiteralNullEvaluation.evaluate() |
Value |
LiteralIntegerEvaluation.evaluate() |
Value |
LiteralBooleanEvaluation.evaluate() |
Value |
InstanceValueEvaluation.evaluate() |
abstract Value |
Evaluation.evaluate() |
Value |
ValueList.getValue(int i) |
protected abstract Value |
Value.new_() |
protected Value |
UnlimitedNaturalValue.new_() |
protected Value |
StringValue.new_() |
protected Value |
Reference.new_() |
protected Value |
RealValue.new_() |
protected Value |
Object_.new_() |
protected Value |
Link.new_() |
protected Value |
IntegerValue.new_() |
protected Value |
EnumerationValue.new_() |
protected Value |
DataValue.new_() |
protected Value |
BooleanValue.new_() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueList.addValue(int i,
Value v) |
void |
ValueList.addValue(Value v) |
boolean |
Value.equals(Value otherValue) |
boolean |
UnlimitedNaturalValue.equals(Value otherValue) |
boolean |
StringValue.equals(Value otherValue) |
boolean |
Reference.equals(Value otherValue) |
boolean |
RealValue.equals(Value otherValue) |
boolean |
IntegerValue.equals(Value otherValue) |
boolean |
EnumerationValue.equals(Value otherValue) |
boolean |
CompoundValue.equals(Value otherValue) |
boolean |
BooleanValue.equals(Value otherValue) |
void |
ValueList.setValue(int i,
Value v) |
| Modifier and Type | Class and Description |
|---|---|
class |
Execution |
class |
OpaqueBehaviorExecution |
| Modifier and Type | Method and Description |
|---|---|
Value |
Execution.copy() |
abstract Value |
Execution.new_() |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectActivationExecution |
class |
SignalInstance |
| Modifier and Type | Method and Description |
|---|---|
Value |
SignalInstance.copy() |
Value |
SignalInstance.new_() |
Value |
ObjectActivationExecution.new_() |
| Modifier and Type | Method and Description |
|---|---|
Value |
Executor.evaluate(ValueSpecification specification) |
| Modifier and Type | Field and Description |
|---|---|
Value |
Variable.value |
| Modifier and Type | Method and Description |
|---|---|
Value |
TestEnvironment.makeValue(Classifier type) |
| Modifier and Type | Method and Description |
|---|---|
protected Activity |
ActivityFactory.createInstanceGetter(Classifier classifier,
Operation operation,
Value value) |
void |
VariableUtility.setAttributeValue(String target,
String attributeName,
Value sourceValue) |
void |
TestEnvironment.setVariable(String name,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
Value |
Environment.makeValue(Classifier type) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LibraryFunctions.addValueToOutputList(Value value,
ParameterValueList outputParameters)
Add the output value to the output ParameterValueList
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanAndFunctionBehaviorExecution |
class |
BooleanFunctionBehaviorExecution |
class |
BooleanImpliesFunctionBehaviorExecution |
class |
BooleanNotFunctionBehaviorExecution |
class |
BooleanOrFunctionBehaviorExecution |
class |
BooleanToBooleanFunctionBehaviorExecution |
class |
BooleanToStringFunctionBehaviorExecution |
class |
BooleanXorFunctionBehaviorExecution |
| Modifier and Type | Method and Description |
|---|---|
Value |
BooleanXorFunctionBehaviorExecution.new_() |
Value |
BooleanToStringFunctionBehaviorExecution.new_() |
Value |
BooleanToBooleanFunctionBehaviorExecution.new_() |
Value |
BooleanOrFunctionBehaviorExecution.new_() |
Value |
BooleanNotFunctionBehaviorExecution.new_() |
Value |
BooleanImpliesFunctionBehaviorExecution.new_() |
Value |
BooleanAndFunctionBehaviorExecution.new_() |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardInputChannelObject |
class |
TextInputChannelObject |
| Modifier and Type | Method and Description |
|---|---|
Value |
StandardOutputChannelObject.new_() |
Value |
StandardInputChannelObject.new_() |
Value |
StandardInputChannelObject.peek(Status errorStatus) |
abstract Value |
InputChannelObject.peek(Status errorStatus) |
Value |
StandardInputChannelObject.read(Status errorStatus) |
abstract Value |
InputChannelObject.read(Status errorStatus) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardOutputChannelObject.write(Value value,
Status errorStatus) |
abstract void |
OutputChannelObject.write(Value value,
Status errorStatus) |
| Modifier and Type | Method and Description |
|---|---|
Value |
Status.getValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerAbsFunctionBehaviorExecution |
class |
IntegerDivFunctionBehaviorExecution |
class |
IntegerDivideFunctionBehaviorExecution |
class |
IntegerFunctionBehaviorExecution_ReturnBoolean
An implementation of the model object '
org::modeldriven::fuml::library::integerfunctions::IntegerFunctionBehaviorExecution_ReturnBoolean
'.
|
class |
IntegerGreaterThanEqualFunctionBehaviorExecution |
class |
IntegerGreaterThanFunctionBehaviorExecution |
class |
IntegerLessThanEqualFunctionBehaviorExecution |
class |
IntegerLessThanFunctionBehaviorExecution |
class |
IntegerMaxFunctionBehaviorExecution |
class |
IntegerMinFunctionBehaviorExecution |
class |
IntegerModFunctionBehaviorExecution |
class |
IntegerRelationalFunctionBehaviorExecution |
class |
IntegerToIntegerFunctionBehaviorExecution |
class |
IntegerToStringFunctionBehaviorExecution |
class |
IntegerToUnlimitedNaturalFunctionBehaviorExecution |
| Modifier and Type | Method and Description |
|---|---|
Value |
IntegerToUnlimitedNaturalFunctionBehaviorExecution.new_() |
Value |
IntegerToStringFunctionBehaviorExecution.new_() |
Value |
IntegerToIntegerFunctionBehaviorExecution.new_() |
Value |
IntegerTimesFunctionBehaviorExecution.new_()
operation new_
|
Value |
IntegerPlusFunctionBehaviorExecution.new_() |
Value |
IntegerNegateFunctionBehaviorExecution.new_() |
Value |
IntegerModFunctionBehaviorExecution.new_() |
Value |
IntegerMinusFunctionBehaviorExecution.new_() |
Value |
IntegerMinFunctionBehaviorExecution.new_()
operation new_
|
Value |
IntegerMaxFunctionBehaviorExecution.new_() |
Value |
IntegerLessThanFunctionBehaviorExecution.new_() |
Value |
IntegerLessThanEqualFunctionBehaviorExecution.new_() |
Value |
IntegerGreaterThanFunctionBehaviorExecution.new_() |
Value |
IntegerGreaterThanEqualFunctionBehaviorExecution.new_() |
Value |
IntegerDivideFunctionBehaviorExecution.new_() |
Value |
IntegerDivFunctionBehaviorExecution.new_() |
Value |
IntegerAbsFunctionBehaviorExecution.new_() |
| Modifier and Type | Method and Description |
|---|---|
Value |
OperationExecution.new_() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationExecution.setParameterValue(String parameterName,
Value value) |
void |
OperationExecution.setReturnParameterValue(Value value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ListConcatFunctionBehaviorExecution |
class |
ListGetFunctionBehaviorExecution |
class |
ListSizeFunctionBehaviorExecution |
| Modifier and Type | Method and Description |
|---|---|
Value |
ListSizeFunctionBehaviorExecution.new_() |
Value |
ListGetFunctionBehaviorExecution.new_() |
Value |
ListConcatFunctionBehaviorExecution.new_() |
| Modifier and Type | Method and Description |
|---|---|
Value |
PipeInputChannelObject.peek(Status errorStatus) |
Value |
PipeInputChannelObject.read(Status errorStatus) |
| Modifier and Type | Method and Description |
|---|---|
void |
PipeInputChannelObject.receive(Value value) |
void |
PipeOutputChannelObject.write(Value value,
Status errorStatus) |
| Modifier and Type | Class and Description |
|---|---|
class |
RealAbsFunctionBehaviorExecution |
class |
RealDivideFunctionBehaviorExecution |
class |
RealFloorFunctionBehaviorExecution |
class |
RealFunctionBehaviorExecution |
class |
RealGreaterThanEqualFunctionBehaviorExecution |
class |
RealGreaterThanFunctionBehaviorExecution |
class |
RealInverseFunctionBehaviorExecution |
class |
RealLessThanEqualFunctionBehaviorExecution |
class |
RealLessThanFunctionBehaviorExecution |
class |
RealMaxFunctionBehaviorExecution |
class |
RealMinFunctionBehaviorExecution |
class |
RealMinusFunctionBehaviorExecution |
class |
RealNegateFunctionBehaviorExecution |
class |
RealPlusFunctionBehaviorExecution |
class |
RealRelationalFunctionBehaviorExecution |
class |
RealRoundFunctionBehaviorExecution |
class |
RealTimesFunctionBehaviorExecution |
class |
RealToIntegerFunctionBehaviorExecution |
class |
RealToRealFunctionBehaviorExecution |
class |
RealToStringFunctionBehaviorExecution |
| Modifier and Type | Method and Description |
|---|---|
Value |
RealToStringFunctionBehaviorExecution.new_() |
Value |
RealToRealFunctionBehaviorExecution.new_() |
Value |
RealToIntegerFunctionBehaviorExecution.new_() |
Value |
RealTimesFunctionBehaviorExecution.new_() |
Value |
RealRoundFunctionBehaviorExecution.new_() |
Value |
RealPlusFunctionBehaviorExecution.new_() |
Value |
RealNegateFunctionBehaviorExecution.new_() |
Value |
RealMinusFunctionBehaviorExecution.new_() |
Value |
RealMinFunctionBehaviorExecution.new_() |
Value |
RealMaxFunctionBehaviorExecution.new_() |
Value |
RealLessThanFunctionBehaviorExecution.new_() |
Value |
RealLessThanEqualFunctionBehaviorExecution.new_() |
Value |
RealInverseFunctionBehaviorExecution.new_() |
Value |
RealGreaterThanFunctionBehaviorExecution.new_() |
Value |
RealGreaterThanEqualFunctionBehaviorExecution.new_() |
Value |
RealFloorFunctionBehaviorExecution.new_() |
Value |
RealDivideFunctionBehaviorExecution.new_() |
Value |
RealAbsFunctionBehaviorExecution.new_() |
| Modifier and Type | Class and Description |
|---|---|
class |
StringConcatFunctionBehaviorExecution |
class |
StringSizeFunctionBehaviorExecution |
class |
StringSubstringFunctionBehaviorExecution |
| Modifier and Type | Method and Description |
|---|---|
Value |
StringSubstringFunctionBehaviorExecution.new_() |
Value |
StringSizeFunctionBehaviorExecution.new_() |
Value |
StringConcatFunctionBehaviorExecution.new_() |
| Modifier and Type | Method and Description |
|---|---|
Value |
UnlimitedNaturalToUnlimitedNaturalFunctionBehaviorExecution.new_() |
Value |
UnlimitedNaturalToStringFunctionBehaviorExecution.new_() |
Value |
UnlimitedNaturalToIntegerFunctionBehaviorExecution.new_() |
Value |
UnlimitedNaturalMinFunctionBehaviorExecution.new_() |
Value |
UnlimitedNaturalMaxFunctionBehaviorExecution.new_() |
Value |
UnlimitedNaturalLessThanFunctionBehaviorExecution.new_() |
Value |
UnlimitedNaturalLessThanEqualFunctionBehaviorExecution.new_() |
Value |
UnlimitedNaturalGreaterThanFunctionBehaviorExecution.new_() |
Value |
UnlimitedNaturalGreaterThanEqualFunctionBehaviorExecution.new_() |
Copyright © 2016. All rights reserved.