Uses of Class
edu.cmu.sei.aadl.aadl2.ComponentCategory

Packages that use ComponentCategory
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.instance   
edu.cmu.sei.aadl.aadl2.instance.impl   
edu.cmu.sei.aadl.aadl2.util   
edu.cmu.sei.aadl.modelsupport.modeltraversal   
 

Uses of ComponentCategory in edu.cmu.sei.aadl.aadl2
 

Fields in edu.cmu.sei.aadl.aadl2 with type parameters of type ComponentCategory
static java.util.List<ComponentCategory> ComponentCategory.VALUES
          A public read-only list of all the 'Component Category' enumerators
 

Methods in edu.cmu.sei.aadl.aadl2 that return ComponentCategory
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 ComponentPrototypeActual.getCategory()
          Returns the value of the 'Category' attribute.
 ComponentCategory Subcomponent.getCategory()
          Returns the category ("abstract", "bus", "data", "device", etc.) for the subcomponent.
 ComponentCategory ComponentPrototype.getCategory()
          Returns the value of the 'Category' attribute.
 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.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type ComponentCategory
 void ComponentPrototypeActual.setCategory(ComponentCategory value)
          Sets the value of the 'Category' attribute
 void ComponentPrototype.setCategory(ComponentCategory value)
          Sets the value of the 'Category' attribute
 void ComponentTypeRename.setCategory(ComponentCategory value)
          Sets the value of the 'Category' attribute
 

Uses of ComponentCategory in edu.cmu.sei.aadl.aadl2.impl
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as ComponentCategory
protected  ComponentCategory ComponentTypeRenameImpl.category
          The cached value of the 'Category' attribute
protected  ComponentCategory ComponentPrototypeActualImpl.category
          The cached value of the 'Category' attribute
protected  ComponentCategory ComponentPrototypeImpl.category
          The cached value of the 'Category' attribute
protected static ComponentCategory ComponentTypeRenameImpl.CATEGORY_EDEFAULT
          The default value of the 'Category' attribute
protected static ComponentCategory ComponentPrototypeActualImpl.CATEGORY_EDEFAULT
          The default value of the 'Category' attribute
protected static ComponentCategory ComponentPrototypeImpl.CATEGORY_EDEFAULT
          The default value of the 'Category' attribute
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ComponentCategory
 ComponentCategory Aadl2FactoryImpl.createComponentCategoryFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ComponentCategory AbstractSubcomponentImpl.getCategory()
           
 ComponentCategory ComponentTypeRenameImpl.getCategory()
           
 ComponentCategory ProcessSubcomponentImpl.getCategory()
           
 ComponentCategory ThreadSubcomponentImpl.getCategory()
           
 ComponentCategory VirtualBusSubcomponentImpl.getCategory()
           
 ComponentCategory DataSubcomponentImpl.getCategory()
           
 ComponentCategory ThreadGroupSubcomponentImpl.getCategory()
           
 ComponentCategory VirtualProcessorSubcomponentImpl.getCategory()
           
 ComponentCategory DeviceSubcomponentImpl.getCategory()
           
 ComponentCategory BusSubcomponentImpl.getCategory()
           
 ComponentCategory SubprogramGroupSubcomponentImpl.getCategory()
           
 ComponentCategory MemorySubcomponentImpl.getCategory()
           
 ComponentCategory ProcessorSubcomponentImpl.getCategory()
           
 ComponentCategory ComponentPrototypeActualImpl.getCategory()
           
 ComponentCategory SystemSubcomponentImpl.getCategory()
           
 ComponentCategory ComponentPrototypeImpl.getCategory()
           
 ComponentCategory SubprogramSubcomponentImpl.getCategory()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type ComponentCategory
 void ComponentTypeRenameImpl.setCategory(ComponentCategory newCategory)
           
 void ComponentPrototypeActualImpl.setCategory(ComponentCategory newCategory)
           
 void ComponentPrototypeImpl.setCategory(ComponentCategory newCategory)
           
 

Uses of ComponentCategory in edu.cmu.sei.aadl.aadl2.instance
 

Methods in edu.cmu.sei.aadl.aadl2.instance that return ComponentCategory
 ComponentCategory ComponentInstance.getCategory()
          Returns the value of the 'Category' attribute.
 

Methods in edu.cmu.sei.aadl.aadl2.instance with parameters of type ComponentCategory
 void ComponentInstance.setCategory(ComponentCategory value)
          Sets the value of the 'Category' attribute
 

Uses of ComponentCategory in edu.cmu.sei.aadl.aadl2.instance.impl
 

Fields in edu.cmu.sei.aadl.aadl2.instance.impl declared as ComponentCategory
protected  ComponentCategory ComponentInstanceImpl.category
          The cached value of the 'Category' attribute
protected static ComponentCategory ComponentInstanceImpl.CATEGORY_EDEFAULT
          The default value of the 'Category' attribute
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return ComponentCategory
 ComponentCategory ComponentInstanceImpl.getCategory()
           
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl with parameters of type ComponentCategory
 void ComponentInstanceImpl.setCategory(ComponentCategory newCategory)
           
 

Uses of ComponentCategory in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type ComponentCategory
 boolean Aadl2Validator.validateComponentCategory(ComponentCategory componentCategory, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of ComponentCategory in edu.cmu.sei.aadl.modelsupport.modeltraversal
 

Methods in edu.cmu.sei.aadl.modelsupport.modeltraversal with parameters of type ComponentCategory
 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.