|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
edu.cmu.sei.aadl.aadl2 | |
edu.cmu.sei.aadl.aadl2.impl | |
edu.cmu.sei.aadl.aadl2.util |
Uses of Context in edu.cmu.sei.aadl.aadl2 |
---|
Subinterfaces of Context in edu.cmu.sei.aadl.aadl2 | |
---|---|
interface |
AbstractSubcomponent
A representation of the model object 'Abstract Subcomponent' |
interface |
BusSubcomponent
A representation of the model object 'Bus Subcomponent' |
interface |
DataPort
A representation of the model object 'Data Port' |
interface |
DataSubcomponent
A representation of the model object 'Data Subcomponent' |
interface |
DeviceSubcomponent
A representation of the model object 'Device Subcomponent' |
interface |
EventDataPort
A representation of the model object 'Event Data Port' |
interface |
FeatureGroup
A representation of the model object 'Feature Group' |
interface |
MemorySubcomponent
A representation of the model object 'Memory Subcomponent' |
interface |
Parameter
A representation of the model object 'Parameter' |
interface |
ProcessorSubcomponent
A representation of the model object 'Processor Subcomponent' |
interface |
ProcessSubcomponent
A representation of the model object 'Process Subcomponent' |
interface |
Subcomponent
A representation of the model object 'Subcomponent' |
interface |
SubprogramCall
A representation of the model object 'Subprogram Call' |
interface |
SubprogramGroupSubcomponent
A representation of the model object 'Subprogram Group Subcomponent' |
interface |
SubprogramSubcomponent
A representation of the model object 'Subprogram Subcomponent' |
interface |
SystemSubcomponent
A representation of the model object 'System Subcomponent' |
interface |
ThreadGroupSubcomponent
A representation of the model object 'Thread Group Subcomponent' |
interface |
ThreadSubcomponent
A representation of the model object 'Thread Subcomponent' |
interface |
VirtualBusSubcomponent
A representation of the model object 'Virtual Bus Subcomponent' |
interface |
VirtualProcessorSubcomponent
A representation of the model object 'Virtual Processor Subcomponent' |
Methods in edu.cmu.sei.aadl.aadl2 that return Context | |
---|---|
Context |
Connection.getAllDestinationContext()
get destination context in case of a refined connection get it from the connection being refined |
Context |
FlowSpecification.getAllInContext()
get in flow context of a flow source, sink, or path spec. |
Context |
FlowSpecification.getAllOutContext()
get out flow context of flow source, sink, or path spec. |
Context |
Connection.getAllSourceContext()
get source context in case of a refined connection get it from the connection being refined |
Context |
TriggerPort.getContext()
Returns the value of the 'Context' reference |
Context |
Connection.getDestinationContext()
Returns the value of the 'Destination Context' reference |
Context |
FlowSpecification.getInContext()
Returns the value of the 'In Context' reference |
Context |
FlowSpecification.getOutContext()
Returns the value of the 'Out Context' reference |
Context |
Connection.getSourceContext()
Returns the value of the 'Source Context' reference |
Methods in edu.cmu.sei.aadl.aadl2 with parameters of type Context | |
---|---|
void |
TriggerPort.setContext(Context value)
Sets the value of the ' Context ' reference |
void |
Connection.setDestinationContext(Context value)
Sets the value of the ' Destination Context ' reference |
void |
FlowSpecification.setInContext(Context value)
Sets the value of the ' In Context ' reference |
void |
FlowSpecification.setOutContext(Context value)
Sets the value of the ' Out Context ' reference |
void |
Connection.setSourceContext(Context value)
Sets the value of the ' Source Context ' reference |
Uses of Context in edu.cmu.sei.aadl.aadl2.impl |
---|
Classes in edu.cmu.sei.aadl.aadl2.impl that implement Context | |
---|---|
class |
AbstractSubcomponentImpl
An implementation of the model object 'Abstract Subcomponent' |
class |
BusSubcomponentImpl
An implementation of the model object 'Bus Subcomponent' |
class |
ContextImpl
An implementation of the model object 'Context' |
class |
DataPortImpl
An implementation of the model object 'Data Port' |
class |
DataSubcomponentImpl
An implementation of the model object 'Data Subcomponent' |
class |
DeviceSubcomponentImpl
An implementation of the model object 'Device Subcomponent' |
class |
EventDataPortImpl
An implementation of the model object 'Event Data Port' |
class |
FeatureGroupImpl
An implementation of the model object 'Feature Group' |
class |
MemorySubcomponentImpl
An implementation of the model object 'Memory Subcomponent' |
class |
ParameterImpl
An implementation of the model object 'Parameter' |
class |
ProcessorSubcomponentImpl
An implementation of the model object 'Processor Subcomponent' |
class |
ProcessSubcomponentImpl
An implementation of the model object 'Process Subcomponent' |
class |
SubcomponentImpl
An implementation of the model object 'Subcomponent' |
class |
SubprogramCallImpl
An implementation of the model object 'Subprogram Call' |
class |
SubprogramGroupSubcomponentImpl
An implementation of the model object 'Subprogram Group Subcomponent' |
class |
SubprogramSubcomponentImpl
An implementation of the model object 'Subprogram Subcomponent' |
class |
SystemSubcomponentImpl
An implementation of the model object 'System Subcomponent' |
class |
ThreadGroupSubcomponentImpl
An implementation of the model object 'Thread Group Subcomponent' |
class |
ThreadSubcomponentImpl
An implementation of the model object 'Thread Subcomponent' |
class |
VirtualBusSubcomponentImpl
An implementation of the model object 'Virtual Bus Subcomponent' |
class |
VirtualProcessorSubcomponentImpl
An implementation of the model object 'Virtual Processor Subcomponent' |
Fields in edu.cmu.sei.aadl.aadl2.impl declared as Context | |
---|---|
protected Context |
TriggerPortImpl.context
The cached value of the ' Context ' reference |
protected Context |
ConnectionImpl.destinationContext
The cached value of the ' Destination Context ' reference |
protected Context |
FlowSpecificationImpl.inContext
The cached value of the ' In Context ' reference |
protected Context |
FlowSpecificationImpl.outContext
The cached value of the ' Out Context ' reference |
protected Context |
ConnectionImpl.sourceContext
The cached value of the ' Source Context ' reference |
Methods in edu.cmu.sei.aadl.aadl2.impl that return Context | |
---|---|
Context |
TriggerPortImpl.basicGetContext()
|
Context |
ConnectionImpl.basicGetDestinationContext()
|
Context |
FlowSpecificationImpl.basicGetInContext()
|
Context |
FlowSpecificationImpl.basicGetOutContext()
|
Context |
ConnectionImpl.basicGetSourceContext()
|
Context |
ConnectionImpl.getAllDestinationContext()
get destination context in case of a refined connection get it from the connection being refined |
Context |
FlowSpecificationImpl.getAllInContext()
get in flow context of a flow source, sink, or path spec. |
Context |
FlowSpecificationImpl.getAllOutContext()
get out flow context of flow source, sink, or path spec. |
Context |
ConnectionImpl.getAllSourceContext()
get source context in case of a refined connection get it from the connection being refined |
Context |
TriggerPortImpl.getContext()
|
Context |
ConnectionImpl.getDestinationContext()
|
Context |
FlowSpecificationImpl.getInContext()
|
Context |
FlowSpecificationImpl.getOutContext()
|
Context |
ConnectionImpl.getSourceContext()
|
Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type Context | |
---|---|
void |
TriggerPortImpl.setContext(Context newContext)
|
void |
ConnectionImpl.setDestinationContext(Context newDestinationContext)
|
void |
FlowSpecificationImpl.setInContext(Context newInContext)
|
void |
FlowSpecificationImpl.setOutContext(Context newOutContext)
|
void |
ConnectionImpl.setSourceContext(Context newSourceContext)
|
Uses of Context in edu.cmu.sei.aadl.aadl2.util |
---|
Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type Context | |
---|---|
T |
Aadl2Switch.caseContext(Context object)
Returns the result of interpreting the object as an instance of 'Context' |
boolean |
Aadl2Validator.validateContext(Context context,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> theContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |