Modifier and Type | Interface and Description |
---|---|
interface |
AbstractSubcomponent
A representation of the model object 'Abstract Subcomponent'.
|
interface |
BusSubcomponent
A representation of the model object 'Bus Subcomponent'.
|
interface |
DataSubcomponent
A representation of the model object 'Data Subcomponent'.
|
interface |
DeviceSubcomponent
A representation of the model object 'Device Subcomponent'.
|
interface |
MemorySubcomponent
A representation of the model object 'Memory Subcomponent'.
|
interface |
ProcessorSubcomponent
A representation of the model object 'Processor Subcomponent'.
|
interface |
ProcessSubcomponent
A representation of the model object 'Process Subcomponent'.
|
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'.
|
Modifier and Type | Method and Description |
---|---|
Subcomponent |
Subcomponent.getRefined()
Returns the value of the 'Refined' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Subcomponent> |
Subcomponent.getAllSubcomponentRefinements()
Return the subcomponent and any of the subcomponents it refines
|
org.eclipse.emf.common.util.EList<Subcomponent> |
ComponentImplementation.getAllSubcomponents()
get list of all subcomponents of a component impl, including ancestor
features In case of refined connections the refined connection is
returned in the list.
|
org.eclipse.emf.common.util.EList<Subcomponent> |
ComponentImplementation.getOwnedSubcomponents()
Returns the value of the 'Owned Subcomponent' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Subcomponent.setRefined(Subcomponent value)
Sets the value of the '
Refined ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSubcomponentImpl
An implementation of the model object 'Abstract Subcomponent'.
|
class |
BusSubcomponentImpl
An implementation of the model object 'Bus Subcomponent'.
|
class |
DataSubcomponentImpl
An implementation of the model object 'Data Subcomponent'.
|
class |
DeviceSubcomponentImpl
An implementation of the model object 'Device Subcomponent'.
|
class |
MemorySubcomponentImpl
An implementation of the model object 'Memory Subcomponent'.
|
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 |
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'.
|
Modifier and Type | Method and Description |
---|---|
Subcomponent |
SubcomponentImpl.basicGetRefined() |
Subcomponent |
SubcomponentImpl.getRefined() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Subcomponent> |
SubcomponentImpl.getAllSubcomponentRefinements()
Return the subcomponent and any of the subcomponents it refines
|
org.eclipse.emf.common.util.EList<Subcomponent> |
ComponentImplementationImpl.getAllSubcomponents()
get list of all subcomponents of a component impl, including ancestor
features In case of refined connections the refined connection is
returned in the list.
|
org.eclipse.emf.common.util.EList<Subcomponent> |
VirtualProcessorImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
VirtualBusImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
ThreadImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
ThreadGroupImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
SystemImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
SubprogramImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
SubprogramGroupImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
ProcessorImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
ProcessImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
MemoryImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
DeviceImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
DataImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
ComponentImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
BusImplementationImpl.getOwnedSubcomponents() |
org.eclipse.emf.common.util.EList<Subcomponent> |
AbstractImplementationImpl.getOwnedSubcomponents() |
Modifier and Type | Method and Description |
---|---|
void |
SubcomponentImpl.setRefined(Subcomponent newRefined) |
Modifier and Type | Method and Description |
---|---|
Subcomponent |
ComponentInstance.getSubcomponent()
Returns the value of the 'Subcomponent' reference.
|
Modifier and Type | Method and Description |
---|---|
ComponentInstance |
ComponentInstance.findSubcomponentInstance(Subcomponent sc)
find the subcomponent instance of this component instance
|
void |
ComponentInstance.setSubcomponent(Subcomponent value)
Sets the value of the '
Subcomponent ' reference. |
Modifier and Type | Method and Description |
---|---|
Subcomponent |
ComponentInstanceImpl.basicGetSubcomponent() |
Subcomponent |
ComponentInstanceImpl.getSubcomponent() |
Modifier and Type | Method and Description |
---|---|
ComponentInstance |
ComponentInstanceImpl.findSubcomponentInstance(Subcomponent sc)
find the subcomponent instance of this component instance
|
void |
ComponentInstanceImpl.setSubcomponent(Subcomponent newSubcomponent) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Connection> |
CreateConnectionsSwitch.filterOutgoingConnections(java.util.List<Connection> conns,
Feature feature,
Subcomponent sub)
Get outgoing connections for specified feature port group connections are
non-directional, i.e., they are always added
|
Modifier and Type | Method and Description |
---|---|
static Subcomponent |
AadlUtil.getContainingSubcomponent(org.eclipse.emf.ecore.EObject element) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AadlUtil.sameCategory(Subcomponent sub,
ComponentClassifier c)
Check to see if the category of the subcomponent and the classifier match
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseSubcomponent(Subcomponent object)
Returns the result of interpreting the object as an instance of 'Subcomponent'.
|
boolean |
Aadl2Validator.validateSubcomponent(Subcomponent subcomponent,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
Subcomponent |
SubcomponentElement.getSubcomponent()
Returns the value of the 'Subcomponent' reference.
|
Subcomponent |
QualifiedObservableErrorPropagationPoint.getSubcomponent()
Returns the value of the 'Subcomponent' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SubcomponentElement.setSubcomponent(Subcomponent value)
Sets the value of the '
Subcomponent ' reference. |
void |
QualifiedObservableErrorPropagationPoint.setSubcomponent(Subcomponent value)
Sets the value of the '
Subcomponent ' reference. |
Modifier and Type | Method and Description |
---|---|
Subcomponent |
SubcomponentElementImpl.basicGetSubcomponent() |
Subcomponent |
QualifiedObservableErrorPropagationPointImpl.basicGetSubcomponent() |
Subcomponent |
SubcomponentElementImpl.getSubcomponent() |
Subcomponent |
QualifiedObservableErrorPropagationPointImpl.getSubcomponent() |
Modifier and Type | Method and Description |
---|---|
void |
SubcomponentElementImpl.setSubcomponent(Subcomponent newSubcomponent) |
void |
QualifiedObservableErrorPropagationPointImpl.setSubcomponent(Subcomponent newSubcomponent) |
Modifier and Type | Method and Description |
---|---|
ComponentClassifier |
PropertiesLinkingService.findClassifierForComponentPrototype(Classifier classifierPrototypeContext,
Subcomponent subcomponentPrototypeContext,
ComponentPrototype prototype)
Dependencies: PrototypeFormalReference, ClassifierReference,
PrototypeOrClassifierReference, ComponentPrototypeClassifierReference,
ComponentPrototypeRefinementReference.
|
PrototypeBinding |
PropertiesLinkingService.findPrototypeBinding(Classifier classifierPrototypeContext,
Subcomponent subcomponentPrototypeContext,
Prototype prototype)
Dependencies: PrototypeFormalReference.
|
PrototypeBinding |
PropertiesLinkingService.findPrototypeBinding(Subcomponent subcomponent,
Prototype prototype)
Dependencies: PrototypeFormalReference.
|
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.caseSubcomponent(Subcomponent subcomponent) |