Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.modelsupport.util | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectedElement
A representation of the model object 'Connected Element'.
|
interface |
InternalEvent
A representation of the model object 'Internal Event'.
|
interface |
ProcessorPort
A representation of the model object 'Processor Port'.
|
interface |
ProcessorSubprogram
A representation of the model object 'Processor Subprogram'.
|
Modifier and Type | Method and Description |
---|---|
AbstractConnectionEnd |
Connection.createDestination(org.eclipse.emf.ecore.EClass eClass)
Creates a new
AbstractConnectionEnd and sets the 'Destination' containment reference. |
AbstractConnectionEnd |
Connection.createSource(org.eclipse.emf.ecore.EClass eClass)
Creates a new
AbstractConnectionEnd and sets the 'Source' containment reference. |
AbstractConnectionEnd |
Connection.getDestination()
Returns the value of the 'Destination' containment reference.
|
AbstractConnectionEnd |
Connection.getSource()
Returns the value of the 'Source' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.setDestination(AbstractConnectionEnd value)
Sets the value of the '
Destination ' containment reference. |
void |
Connection.setSource(AbstractConnectionEnd value)
Sets the value of the '
Source ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionEndImpl
An implementation of the model object 'Abstract Connection End'.
|
class |
ConnectedElementImpl
An implementation of the model object 'Connected Element'.
|
class |
InternalEventImpl
An implementation of the model object 'Internal Event'.
|
class |
ProcessorPortImpl
An implementation of the model object 'Processor Port'.
|
class |
ProcessorSubprogramImpl
An implementation of the model object 'Processor Subprogram'.
|
Modifier and Type | Method and Description |
---|---|
AbstractConnectionEnd |
ConnectionImpl.createDestination(org.eclipse.emf.ecore.EClass eClass) |
AbstractConnectionEnd |
ConnectionImpl.createSource(org.eclipse.emf.ecore.EClass eClass) |
AbstractConnectionEnd |
ConnectionImpl.getDestination() |
AbstractConnectionEnd |
ConnectionImpl.getSource() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ConnectionImpl.basicSetDestination(AbstractConnectionEnd newDestination,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ConnectionImpl.basicSetSource(AbstractConnectionEnd newSource,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ConnectionImpl.setDestination(AbstractConnectionEnd newDestination) |
void |
ConnectionImpl.setSource(AbstractConnectionEnd newSource) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AadlUtil.getConnectionEndName(AbstractConnectionEnd end) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseAbstractConnectionEnd(AbstractConnectionEnd object)
Returns the result of interpreting the object as an instance of 'Abstract Connection End'.
|
boolean |
Aadl2Validator.validateAbstractConnectionEnd(AbstractConnectionEnd abstractConnectionEnd,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |