|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Realization | |
---|---|
edu.cmu.sei.aadl.aadl2 | |
edu.cmu.sei.aadl.aadl2.impl | |
edu.cmu.sei.aadl.aadl2.util |
Uses of Realization in edu.cmu.sei.aadl.aadl2 |
---|
Methods in edu.cmu.sei.aadl.aadl2 that return Realization | |
---|---|
Realization |
ComponentImplementation.createOwnedRealization()
Creates a new Realization and sets the '
Owned Realization' containment reference.
|
Realization |
Aadl2Factory.createRealization()
Returns a new object of class 'Realization' |
Realization |
ComponentImplementation.getOwnedRealization()
Returns the value of the 'Owned Realization' containment reference. |
Methods in edu.cmu.sei.aadl.aadl2 with parameters of type Realization | |
---|---|
void |
ComponentImplementation.setOwnedRealization(Realization value)
Sets the value of the ' Owned Realization ' containment reference |
Uses of Realization in edu.cmu.sei.aadl.aadl2.impl |
---|
Classes in edu.cmu.sei.aadl.aadl2.impl that implement Realization | |
---|---|
class |
RealizationImpl
An implementation of the model object 'Realization' |
Fields in edu.cmu.sei.aadl.aadl2.impl declared as Realization | |
---|---|
protected Realization |
ComponentImplementationImpl.ownedRealization
The cached value of the ' Owned Realization ' containment reference |
Methods in edu.cmu.sei.aadl.aadl2.impl that return Realization | |
---|---|
Realization |
ComponentImplementationImpl.createOwnedRealization()
|
Realization |
Aadl2FactoryImpl.createRealization()
|
Realization |
ComponentImplementationImpl.getOwnedRealization()
|
Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type Realization | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ComponentImplementationImpl.basicSetOwnedRealization(Realization newOwnedRealization,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ComponentImplementationImpl.setOwnedRealization(Realization newOwnedRealization)
|
Uses of Realization in edu.cmu.sei.aadl.aadl2.util |
---|
Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type Realization | |
---|---|
T |
Aadl2Switch.caseRealization(Realization object)
Returns the result of interpreting the object as an instance of 'Realization' |
boolean |
Aadl2Validator.validateRealization(Realization realization,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |