|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubcomponentFlow | |
---|---|
edu.cmu.sei.aadl.aadl2 | |
edu.cmu.sei.aadl.aadl2.impl | |
edu.cmu.sei.aadl.aadl2.util | |
edu.cmu.sei.aadl.instance |
Uses of SubcomponentFlow in edu.cmu.sei.aadl.aadl2 |
---|
Methods in edu.cmu.sei.aadl.aadl2 that return SubcomponentFlow | |
---|---|
SubcomponentFlow |
FlowImplementation.createOwnedSubcomponentFlow()
Creates a new SubcomponentFlow and appends it to the 'Owned Subcomponent Flow' containment reference list |
SubcomponentFlow |
EndToEndFlow.createOwnedSubcomponentFlow()
Creates a new SubcomponentFlow and appends it to the 'Owned Subcomponent Flow' containment reference list |
SubcomponentFlow |
Aadl2Factory.createSubcomponentFlow()
Returns a new object of class 'Subcomponent Flow' |
Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type SubcomponentFlow | |
---|---|
org.eclipse.emf.common.util.EList<SubcomponentFlow> |
FlowImplementation.getOwnedSubcomponentFlows()
Returns the value of the 'Owned Subcomponent Flow' containment reference list. |
org.eclipse.emf.common.util.EList<SubcomponentFlow> |
EndToEndFlow.getOwnedSubcomponentFlows()
Returns the value of the 'Owned Subcomponent Flow' containment reference list. |
Uses of SubcomponentFlow in edu.cmu.sei.aadl.aadl2.impl |
---|
Classes in edu.cmu.sei.aadl.aadl2.impl that implement SubcomponentFlow | |
---|---|
class |
SubcomponentFlowImpl
An implementation of the model object 'Subcomponent Flow' |
Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type SubcomponentFlow | |
---|---|
protected org.eclipse.emf.common.util.EList<SubcomponentFlow> |
EndToEndFlowImpl.ownedSubcomponentFlows
The cached value of the ' Owned Subcomponent Flow ' containment reference list |
protected org.eclipse.emf.common.util.EList<SubcomponentFlow> |
FlowImplementationImpl.ownedSubcomponentFlows
The cached value of the ' Owned Subcomponent Flow ' containment reference list |
Methods in edu.cmu.sei.aadl.aadl2.impl that return SubcomponentFlow | |
---|---|
SubcomponentFlow |
EndToEndFlowImpl.createOwnedSubcomponentFlow()
|
SubcomponentFlow |
FlowImplementationImpl.createOwnedSubcomponentFlow()
|
SubcomponentFlow |
Aadl2FactoryImpl.createSubcomponentFlow()
|
Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type SubcomponentFlow | |
---|---|
org.eclipse.emf.common.util.EList<SubcomponentFlow> |
EndToEndFlowImpl.getOwnedSubcomponentFlows()
|
org.eclipse.emf.common.util.EList<SubcomponentFlow> |
FlowImplementationImpl.getOwnedSubcomponentFlows()
|
Uses of SubcomponentFlow in edu.cmu.sei.aadl.aadl2.util |
---|
Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type SubcomponentFlow | |
---|---|
T |
Aadl2Switch.caseSubcomponentFlow(SubcomponentFlow object)
Returns the result of interpreting the object as an instance of 'Subcomponent Flow' |
boolean |
Aadl2Validator.validateSubcomponentFlow(SubcomponentFlow subcomponentFlow,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
Uses of SubcomponentFlow in edu.cmu.sei.aadl.instance |
---|
Methods in edu.cmu.sei.aadl.instance with parameters of type SubcomponentFlow | |
---|---|
protected void |
CreateEndToEndFlowsSwitch.processSubcomponentFlow(ComponentInstance ci,
EndToEndFlowInstance etei,
SubcomponentFlow subFlow,
edu.cmu.sei.aadl.instance.CreateEndToEndFlowsSwitch.FlowIterator iter)
Instantiate a flow specification by recursively following its implementation until a leaf element is reached In case of a leaf element add it as a flow step |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |