Package | Description |
---|---|
org.osate.aadl2.errormodel.analysis | |
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl | |
org.osate.aadl2.instance.util |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowSpecificationInstance> |
AnalysisModel.getFlows() |
Modifier and Type | Method and Description |
---|---|
void |
AnalysisModel.setFlows(org.eclipse.emf.common.util.EList<FlowSpecificationInstance> flows) |
Modifier and Type | Method and Description |
---|---|
FlowSpecificationInstance |
ComponentInstance.createFlowSpecification()
Creates a new
FlowSpecificationInstance and appends it to the 'Flow Specification' containment reference list. |
FlowSpecificationInstance |
InstanceFactory.createFlowSpecificationInstance()
Returns a new object of class 'Flow Specification Instance'.
|
FlowSpecificationInstance |
ComponentInstance.findFlowSpecInstance(FlowSpecification flowspec)
find the flowspec instance of this component instance
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowSpecificationInstance> |
FeatureInstance.getDstFlowSpecs()
Returns the value of the 'Dst Flow Spec' reference list.
|
org.eclipse.emf.common.util.EList<FlowSpecificationInstance> |
ComponentInstance.getFlowSpecifications()
Returns the value of the 'Flow Specification' containment reference list.
|
org.eclipse.emf.common.util.EList<FlowSpecificationInstance> |
FeatureInstance.getSrcFlowSpecs()
Returns the value of the 'Src Flow Spec' reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowSpecificationInstanceImpl
An implementation of the model object 'Flow Specification Instance'.
|
Modifier and Type | Method and Description |
---|---|
FlowSpecificationInstance |
ComponentInstanceImpl.createFlowSpecification() |
FlowSpecificationInstance |
InstanceFactoryImpl.createFlowSpecificationInstance() |
FlowSpecificationInstance |
ComponentInstanceImpl.findFlowSpecInstance(FlowSpecification flowspec)
find the flowspec instance of this component instance
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowSpecificationInstance> |
FeatureInstanceImpl.getDstFlowSpecs() |
org.eclipse.emf.common.util.EList<FlowSpecificationInstance> |
ComponentInstanceImpl.getFlowSpecifications() |
org.eclipse.emf.common.util.EList<FlowSpecificationInstance> |
FeatureInstanceImpl.getSrcFlowSpecs() |
Modifier and Type | Method and Description |
---|---|
T |
InstanceSwitch.caseFlowSpecificationInstance(FlowSpecificationInstance object)
Returns the result of interpreting the object as an instance of 'Flow Specification Instance'.
|