Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl | |
org.osate.aadl2.properties | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
ModalPropertyValue |
Aadl2Factory.createModalPropertyValue()
Returns a new object of class 'Modal Property Value'.
|
ModalPropertyValue |
PropertyAssociation.createOwnedValue()
Creates a new
ModalPropertyValue and appends it to the 'Owned Value' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ModalPropertyValue> |
PropertyAssociation.getOwnedValues()
Returns the value of the 'Owned Value' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ModalPropertyValueImpl
An implementation of the model object 'Modal Property Value'.
|
Modifier and Type | Method and Description |
---|---|
ModalPropertyValue |
Aadl2FactoryImpl.createModalPropertyValue() |
ModalPropertyValue |
PropertyAssociationImpl.createOwnedValue() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ModalPropertyValue> |
PropertyAssociationImpl.getOwnedValues() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ModalPropertyValue> |
ConnectionInstance.getConnectionPropertyValues(Property property)
Get the values associated with the given property for each connection
declaration that defines this semantic connection.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ModalPropertyValue> |
ConnectionInstanceImpl.getConnectionPropertyValues(Property property) |
Modifier and Type | Method and Description |
---|---|
ModalPropertyValue |
EvaluatedProperty.MpvProxy.getMPV() |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatedProperty.MpvProxy.setMPV(ModalPropertyValue mpv) |
Constructor and Description |
---|
EvaluatedProperty.MpvProxy(ModalPropertyValue mpv) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseModalPropertyValue(ModalPropertyValue object)
Returns the result of interpreting the object as an instance of 'Modal Property Value'.
|
boolean |
Aadl2Validator.validateModalPropertyValue(ModalPropertyValue modalPropertyValue,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |