|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallSequences | |
---|---|
edu.cmu.sei.aadl.model.component | |
edu.cmu.sei.aadl.model.component.impl | |
edu.cmu.sei.aadl.model.component.util | |
edu.cmu.sei.aadl.model.core | |
edu.cmu.sei.aadl.model.core.impl | This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. |
Uses of CallSequences in edu.cmu.sei.aadl.model.component |
---|
Methods in edu.cmu.sei.aadl.model.component that return CallSequences | |
---|---|
CallSequences |
ComponentFactory.createCallSequences()
Returns a new object of class 'Call Sequences' |
CallSequences |
ThreadImpl.getCallSequences()
Returns the value of the 'Call Sequences' containment reference |
CallSequences |
SubprogramImpl.getCallSequences()
Returns the value of the 'Call Sequences' containment reference |
Methods in edu.cmu.sei.aadl.model.component with parameters of type CallSequences | |
---|---|
void |
ThreadImpl.setCallSequences(CallSequences value)
Sets the value of the ' Call Sequences ' containment reference |
void |
SubprogramImpl.setCallSequences(CallSequences value)
Sets the value of the ' Call Sequences ' containment reference |
Uses of CallSequences in edu.cmu.sei.aadl.model.component.impl |
---|
Classes in edu.cmu.sei.aadl.model.component.impl that implement CallSequences | |
---|---|
class |
CallSequencesImpl
An implementation of the model object 'Call Sequences' |
Fields in edu.cmu.sei.aadl.model.component.impl declared as CallSequences | |
---|---|
protected CallSequences |
ThreadImplImpl.callSequences
The cached value of the ' Call Sequences ' containment reference |
protected CallSequences |
SubprogramImplImpl.callSequences
The cached value of the ' Call Sequences ' containment reference |
Methods in edu.cmu.sei.aadl.model.component.impl that return CallSequences | |
---|---|
CallSequences |
ComponentFactoryImpl.createCallSequences()
|
CallSequences |
ThreadImplImpl.getCallSequences()
|
CallSequences |
SubprogramImplImpl.getCallSequences()
|
Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type CallSequences | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ThreadImplImpl.basicSetCallSequences(CallSequences newCallSequences,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
SubprogramImplImpl.basicSetCallSequences(CallSequences newCallSequences,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ThreadImplImpl.setCallSequences(CallSequences newCallSequences)
phf: we want an add version for EList |
void |
SubprogramImplImpl.setCallSequences(CallSequences newCallSequences)
phf: we want an add version for EList |
Uses of CallSequences in edu.cmu.sei.aadl.model.component.util |
---|
Methods in edu.cmu.sei.aadl.model.component.util with parameters of type CallSequences | |
---|---|
java.lang.Object |
ComponentSwitch.caseCallSequences(CallSequences object)
Returns the result of interpretting the object as an instance of 'Call Sequences' |
Uses of CallSequences in edu.cmu.sei.aadl.model.core |
---|
Methods in edu.cmu.sei.aadl.model.core that return CallSequences | |
---|---|
CallSequences |
ComponentImpl.getXCallSequences()
returns the call sequences object of threads or subprograms |
CallSequences |
ComponentImpl.getXCallSequences(boolean create)
returns the call sequences of threads or subprograms |
Uses of CallSequences in edu.cmu.sei.aadl.model.core.impl |
---|
Methods in edu.cmu.sei.aadl.model.core.impl that return CallSequences | |
---|---|
CallSequences |
ComponentImplImpl.getXCallSequences()
returns the call sequences of threads or subprograms |
CallSequences |
ComponentImplImpl.getXCallSequences(boolean create)
returns the call sequences of threads or subprograms |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |