Modifier and Type | Interface and Description |
---|---|
interface |
AggregatedValue
A representation of the model object 'Aggregated Value'.
|
interface |
FunctionEvaluationValue
A representation of the model object 'Function Evaluation Value'.
|
Modifier and Type | Method and Description |
---|---|
ComputationValue |
PatternLanguageFactory.createComputationValue()
Returns a new object of class 'Computation Value'.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatedValueImpl
An implementation of the model object 'Aggregated Value'.
|
class |
ComputationValueImpl
An implementation of the model object 'Computation Value'.
|
class |
FunctionEvaluationValueImpl
An implementation of the model object 'Function Evaluation Value'.
|
Modifier and Type | Method and Description |
---|---|
ComputationValue |
PatternLanguageFactoryImpl.createComputationValue() |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.caseComputationValue(ComputationValue object)
Returns the result of interpreting the object as an instance of 'Computation Value'.
|