Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.modelsupport.util | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
FlowEnd |
Aadl2Factory.createFlowEnd()
Returns a new object of class 'Flow End'.
|
FlowEnd |
FlowSpecification.createInEnd()
Creates a new
FlowEnd and sets the 'In End' containment reference. |
FlowEnd |
FlowSpecification.createOutEnd()
Creates a new
FlowEnd and sets the 'Out End' containment reference. |
FlowEnd |
FlowSpecification.getAllInEnd() |
FlowEnd |
FlowSpecification.getAllOutEnd() |
FlowEnd |
FlowSpecification.getInEnd()
Returns the value of the 'In End' containment reference.
|
FlowEnd |
FlowSpecification.getOutEnd()
Returns the value of the 'Out End' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowSpecification.setInEnd(FlowEnd value)
Sets the value of the '
In End ' containment reference. |
void |
FlowSpecification.setOutEnd(FlowEnd value)
Sets the value of the '
Out End ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
FlowEndImpl
An implementation of the model object 'Flow End'.
|
Modifier and Type | Method and Description |
---|---|
FlowEnd |
Aadl2FactoryImpl.createFlowEnd() |
FlowEnd |
FlowSpecificationImpl.createInEnd() |
FlowEnd |
FlowSpecificationImpl.createOutEnd() |
FlowEnd |
FlowSpecificationImpl.getAllInEnd() |
FlowEnd |
FlowSpecificationImpl.getAllOutEnd() |
FlowEnd |
FlowSpecificationImpl.getInEnd() |
FlowEnd |
FlowSpecificationImpl.getOutEnd() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
FlowSpecificationImpl.basicSetInEnd(FlowEnd newInEnd,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
FlowSpecificationImpl.basicSetOutEnd(FlowEnd newOutEnd,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
FlowSpecificationImpl.setInEnd(FlowEnd newInEnd) |
void |
FlowSpecificationImpl.setOutEnd(FlowEnd newOutEnd) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AadlUtil.getFlowEndName(FlowEnd end) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseFlowEnd(FlowEnd object)
Returns the result of interpreting the object as an instance of 'Flow End'.
|
boolean |
Aadl2Validator.validateFlowEnd(FlowEnd flowEnd,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |