Modifier and Type | Interface and Description |
---|---|
interface |
AbstractType
A representation of the model object 'Abstract Type'.
|
interface |
BusType
A representation of the model object 'Bus Type'.
|
interface |
DataType
A representation of the model object 'Data Type'.
|
interface |
DeviceType
A representation of the model object 'Device Type'.
|
interface |
MemoryType
A representation of the model object 'Memory Type'.
|
interface |
ProcessorType
A representation of the model object 'Processor Type'.
|
interface |
ProcessType
A representation of the model object 'Process Type'.
|
interface |
SubprogramGroupType
A representation of the model object 'Subprogram Group Type'.
|
interface |
SubprogramType
A representation of the model object 'Subprogram Type'.
|
interface |
SystemType
A representation of the model object 'System Type'.
|
interface |
ThreadGroupType
A representation of the model object 'Thread Group Type'.
|
interface |
ThreadType
A representation of the model object 'Thread Type'.
|
interface |
VirtualBusType
A representation of the model object 'Virtual Bus Type'.
|
interface |
VirtualProcessorType
A representation of the model object 'Virtual Processor Type'.
|
Modifier and Type | Method and Description |
---|---|
ComponentType |
Subcomponent.getComponentType()
returns the component type object of a given subcomponent
It is retrieved by direct link.
|
ComponentType |
TypeExtension.getExtended()
Returns the value of the 'Extended' reference.
|
ComponentType |
ComponentType.getExtended()
Returns the value of the 'Extended' reference.
|
ComponentType |
Realization.getImplemented()
Returns the value of the 'Implemented' reference.
|
ComponentType |
ComponentTypeRename.getRenamedComponentType()
Returns the value of the 'Renamed Component Type' reference.
|
ComponentType |
ComponentImplementation.getType()
Returns the value of the 'Type' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeExtension.setExtended(ComponentType value)
Sets the value of the '
Extended ' reference. |
void |
ComponentType.setExtended(ComponentType value)
Sets the value of the '
Extended ' reference. |
void |
Realization.setImplemented(ComponentType value)
Sets the value of the '
Implemented ' reference. |
void |
ComponentTypeRename.setRenamedComponentType(ComponentType value)
Sets the value of the '
Renamed Component Type ' reference. |
void |
ComponentImplementation.setType(ComponentType value)
Sets the value of the '
Type ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTypeImpl
An implementation of the model object 'Abstract Type'.
|
class |
BusTypeImpl
An implementation of the model object 'Bus Type'.
|
class |
ComponentTypeImpl
An implementation of the model object 'Component Type'.
|
class |
DataTypeImpl
An implementation of the model object 'Data Type'.
|
class |
DeviceTypeImpl
An implementation of the model object 'Device Type'.
|
class |
MemoryTypeImpl
An implementation of the model object 'Memory Type'.
|
class |
ProcessorTypeImpl
An implementation of the model object 'Processor Type'.
|
class |
ProcessTypeImpl
An implementation of the model object 'Process Type'.
|
class |
SubprogramGroupTypeImpl
An implementation of the model object 'Subprogram Group Type'.
|
class |
SubprogramTypeImpl
An implementation of the model object 'Subprogram Type'.
|
class |
SystemTypeImpl
An implementation of the model object 'System Type'.
|
class |
ThreadGroupTypeImpl
An implementation of the model object 'Thread Group Type'.
|
class |
ThreadTypeImpl
An implementation of the model object 'Thread Type'.
|
class |
VirtualBusTypeImpl
An implementation of the model object 'Virtual Bus Type'.
|
class |
VirtualProcessorTypeImpl
An implementation of the model object 'Virtual Processor Type'.
|
Modifier and Type | Method and Description |
---|---|
ComponentType |
TypeExtensionImpl.basicGetExtended() |
ComponentType |
ComponentTypeImpl.basicGetExtended() |
ComponentType |
RealizationImpl.basicGetImplemented() |
ComponentType |
ComponentTypeRenameImpl.basicGetRenamedComponentType() |
ComponentType |
VirtualProcessorImplementationImpl.basicGetType() |
ComponentType |
VirtualBusImplementationImpl.basicGetType() |
ComponentType |
ThreadImplementationImpl.basicGetType() |
ComponentType |
ThreadGroupImplementationImpl.basicGetType() |
ComponentType |
SystemImplementationImpl.basicGetType() |
ComponentType |
SubprogramImplementationImpl.basicGetType() |
ComponentType |
SubprogramGroupImplementationImpl.basicGetType() |
ComponentType |
ProcessorImplementationImpl.basicGetType() |
ComponentType |
ProcessImplementationImpl.basicGetType() |
ComponentType |
MemoryImplementationImpl.basicGetType() |
ComponentType |
DeviceImplementationImpl.basicGetType() |
ComponentType |
DataImplementationImpl.basicGetType() |
ComponentType |
ComponentImplementationImpl.basicGetType() |
ComponentType |
BusImplementationImpl.basicGetType() |
ComponentType |
SubcomponentImpl.getComponentType()
returns the component type object of a given subcomponent
|
ComponentType |
TypeExtensionImpl.getExtended() |
ComponentType |
ComponentTypeImpl.getExtended() |
ComponentType |
RealizationImpl.getImplemented() |
ComponentType |
ComponentTypeRenameImpl.getRenamedComponentType() |
ComponentType |
ComponentImplementationImpl.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TypeExtensionImpl.setExtended(ComponentType newExtended) |
void |
ComponentTypeImpl.setExtended(ComponentType newExtended) |
void |
RealizationImpl.setImplemented(ComponentType newImplemented) |
void |
ComponentTypeRenameImpl.setRenamedComponentType(ComponentType newRenamedComponentType) |
void |
VirtualProcessorImplementationImpl.setType(ComponentType newType) |
void |
VirtualBusImplementationImpl.setType(ComponentType newType) |
void |
ThreadImplementationImpl.setType(ComponentType newType) |
void |
ThreadGroupImplementationImpl.setType(ComponentType newType) |
void |
SystemImplementationImpl.setType(ComponentType newType) |
void |
SubprogramImplementationImpl.setType(ComponentType newType) |
void |
SubprogramGroupImplementationImpl.setType(ComponentType newType) |
void |
ProcessorImplementationImpl.setType(ComponentType newType) |
void |
ProcessImplementationImpl.setType(ComponentType newType) |
void |
MemoryImplementationImpl.setType(ComponentType newType) |
void |
DeviceImplementationImpl.setType(ComponentType newType) |
void |
DataImplementationImpl.setType(ComponentType newType) |
void |
ComponentImplementationImpl.setType(ComponentType newType) |
void |
BusImplementationImpl.setType(ComponentType newType) |
void |
AbstractImplementationImpl.setType(ComponentType newType) |
Modifier and Type | Method and Description |
---|---|
static ComponentType |
InstanceUtil.getComponentType(ComponentInstance ci,
int index,
java.util.HashMap<InstanceObject,InstanceUtil.InstantiatedClassifier> classifierCache)
Get the component type of a component instance.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AadlUtil.canImplement(ComponentImplementation impl,
ComponentType type)
Check to see that a component type and a component implementation have
the same category
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseComponentType(ComponentType object)
Returns the result of interpreting the object as an instance of 'Component Type'.
|
boolean |
Aadl2Validator.validateComponentType(ComponentType componentType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Constructor and Description |
---|
ComponentTypeMemberInputValidator(ComponentType ct) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Aadl2JavaValidator.canExtend(ComponentType parent,
ComponentType child)
Checks if
child can extend parent . |
void |
Aadl2JavaValidator.caseComponentType(ComponentType componentType) |
void |
Aadl2JavaValidator.checkComponentTypeUniqueNames(ComponentType type)
check for unique names in component type
|