Modifier and Type | Field and Description |
---|---|
static java.util.List<ComponentCategory> |
ComponentCategory.VALUES
A public read-only list of all the 'Component Category' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ComponentCategory |
ComponentCategory.get(int value)
Returns the 'Component Category' literal with the specified integer value.
|
static ComponentCategory |
ComponentCategory.get(java.lang.String literal)
Returns the 'Component Category' literal with the specified literal value.
|
static ComponentCategory |
ComponentCategory.getByName(java.lang.String name)
Returns the 'Component Category' literal with the specified name.
|
ComponentCategory |
Subcomponent.getCategory()
Returns the category ("abstract", "bus", "data", "device", etc.) for the subcomponent.
|
ComponentCategory |
ComponentPrototypeActual.getCategory()
Returns the value of the 'Category' attribute.
|
ComponentCategory |
ComponentClassifier.getCategory()
Returns the category ("abstract", "bus", "data", "device", etc.) for the classifier.
|
ComponentCategory |
ComponentTypeRename.getCategory()
Returns the value of the 'Category' attribute.
|
static ComponentCategory |
ComponentCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComponentCategory[] |
ComponentCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentPrototypeActual.setCategory(ComponentCategory value)
Sets the value of the '
Category ' attribute. |
void |
ComponentTypeRename.setCategory(ComponentCategory value)
Sets the value of the '
Category ' attribute. |
Modifier and Type | Method and Description |
---|---|
ComponentCategory |
Aadl2FactoryImpl.createComponentCategoryFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ComponentCategory |
VirtualProcessorTypeImpl.getCategory() |
ComponentCategory |
VirtualProcessorSubcomponentImpl.getCategory() |
ComponentCategory |
VirtualProcessorImplementationImpl.getCategory() |
ComponentCategory |
VirtualBusTypeImpl.getCategory() |
ComponentCategory |
VirtualBusSubcomponentImpl.getCategory() |
ComponentCategory |
VirtualBusImplementationImpl.getCategory() |
ComponentCategory |
ThreadTypeImpl.getCategory() |
ComponentCategory |
ThreadSubcomponentImpl.getCategory() |
ComponentCategory |
ThreadImplementationImpl.getCategory() |
ComponentCategory |
ThreadGroupTypeImpl.getCategory() |
ComponentCategory |
ThreadGroupSubcomponentImpl.getCategory() |
ComponentCategory |
ThreadGroupImplementationImpl.getCategory() |
ComponentCategory |
SystemTypeImpl.getCategory() |
ComponentCategory |
SystemSubcomponentImpl.getCategory() |
ComponentCategory |
SystemImplementationImpl.getCategory() |
ComponentCategory |
SubprogramTypeImpl.getCategory() |
ComponentCategory |
SubprogramSubcomponentImpl.getCategory() |
ComponentCategory |
SubprogramImplementationImpl.getCategory() |
ComponentCategory |
SubprogramGroupTypeImpl.getCategory() |
ComponentCategory |
SubprogramGroupSubcomponentImpl.getCategory() |
ComponentCategory |
SubprogramGroupImplementationImpl.getCategory() |
ComponentCategory |
ProcessTypeImpl.getCategory() |
ComponentCategory |
ProcessSubcomponentImpl.getCategory() |
ComponentCategory |
ProcessorTypeImpl.getCategory() |
ComponentCategory |
ProcessorSubcomponentImpl.getCategory() |
ComponentCategory |
ProcessorImplementationImpl.getCategory() |
ComponentCategory |
ProcessImplementationImpl.getCategory() |
ComponentCategory |
MemoryTypeImpl.getCategory() |
ComponentCategory |
MemorySubcomponentImpl.getCategory() |
ComponentCategory |
MemoryImplementationImpl.getCategory() |
ComponentCategory |
DeviceTypeImpl.getCategory() |
ComponentCategory |
DeviceSubcomponentImpl.getCategory() |
ComponentCategory |
DeviceImplementationImpl.getCategory() |
ComponentCategory |
DataTypeImpl.getCategory() |
ComponentCategory |
DataSubcomponentImpl.getCategory() |
ComponentCategory |
DataImplementationImpl.getCategory() |
ComponentCategory |
ComponentTypeRenameImpl.getCategory() |
ComponentCategory |
ComponentPrototypeActualImpl.getCategory() |
ComponentCategory |
BusTypeImpl.getCategory() |
ComponentCategory |
BusSubcomponentImpl.getCategory() |
ComponentCategory |
BusImplementationImpl.getCategory() |
ComponentCategory |
AbstractTypeImpl.getCategory() |
ComponentCategory |
AbstractSubcomponentImpl.getCategory() |
ComponentCategory |
AbstractImplementationImpl.getCategory() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentTypeRenameImpl.setCategory(ComponentCategory newCategory) |
void |
ComponentPrototypeActualImpl.setCategory(ComponentCategory newCategory) |
Modifier and Type | Method and Description |
---|---|
ComponentCategory |
ComponentInstance.getCategory()
Returns the value of the 'Category' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentInstance.setCategory(ComponentCategory value)
Sets the value of the '
Category ' attribute. |
Modifier and Type | Method and Description |
---|---|
ComponentCategory |
ComponentInstanceImpl.getCategory() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentInstanceImpl.setCategory(ComponentCategory newCategory) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Element> |
ForAllElement.processPostOrderComponentInstance(ComponentInstance obj,
ComponentCategory cat)
Visits all the
ComponentInstance objects that are of the given
component category (e.g., system, data, thread, etc.) in the given
instance model in post fix order. |
org.eclipse.emf.common.util.EList<Element> |
ForAllElement.processPreOrderComponentInstance(ComponentInstance obj,
ComponentCategory cat)
Visits all the
ComponentInstance objects of the given category in
the given instance model in prefix order. |
Modifier and Type | Method and Description |
---|---|
boolean |
Aadl2Validator.validateComponentCategory(ComponentCategory componentCategory,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
static ComponentCategory |
Aadl2JavaValidator.getComponentPrototypeCategory(ComponentPrototype prototype) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.conversion.IValueConverter<ComponentCategory> |
Aadl2ValueConverter.ComponentCategory() |