Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl |
Modifier and Type | Method and Description |
---|---|
EvaluatedProperty |
ModalPropertyValue.evaluate(EvaluationContext ctx) |
EvaluatedProperty |
PropertyExpression.evaluate(EvaluationContext ctx)
Evaluate a property value.
|
EvaluatedProperty |
ReferenceValue.evaluate(EvaluationContext ctx) |
EvaluatedProperty |
PropertyAssociation.evaluate(EvaluationContext ctx)
Evaluate all property expressions in this property association.
|
EvaluatedProperty |
PropertyConstant.evaluate(EvaluationContext ctx)
Evaluate a referenced property.
|
java.util.List<EvaluatedProperty> |
Property.evaluate(EvaluationContext ctx)
Evaluate a referenced property.
|
EvaluatedProperty |
Property.evaluateDefault(EvaluationContext ctx) |
Modifier and Type | Method and Description |
---|---|
EvaluatedProperty |
ReferenceValueImpl.evaluate(EvaluationContext ctx) |
EvaluatedProperty |
RangeValueImpl.evaluate(EvaluationContext ctx) |
java.util.List<EvaluatedProperty> |
PropertyImpl.evaluate(EvaluationContext ctx) |
EvaluatedProperty |
PropertyExpressionImpl.evaluate(EvaluationContext ctx) |
EvaluatedProperty |
PropertyConstantImpl.evaluate(EvaluationContext ctx) |
EvaluatedProperty |
PropertyAssociationImpl.evaluate(EvaluationContext ctx) |
EvaluatedProperty |
OperationImpl.evaluate(EvaluationContext ctx) |
EvaluatedProperty |
ModalPropertyValueImpl.evaluate(EvaluationContext ctx) |
EvaluatedProperty |
ClassifierValueImpl.evaluate(EvaluationContext ctx) |
EvaluatedProperty |
PropertyImpl.evaluateDefault(EvaluationContext ctx) |
void |
PropertyImpl.getPropertyValueInternal(EvaluationContext ctx,
PropertyAcc paa) |