Uses of Class
edu.cmu.sei.aadl.model.property.PropertyOwnerCategory

Packages that use PropertyOwnerCategory
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
 

Uses of PropertyOwnerCategory in edu.cmu.sei.aadl.model.property
 

Fields in edu.cmu.sei.aadl.model.property declared as PropertyOwnerCategory
static PropertyOwnerCategory PropertyOwnerCategory.ACCESS_CONNECTIONS_LITERAL
          The 'ACCESS CONNECTIONS' literal object
static PropertyOwnerCategory PropertyOwnerCategory.BUS_LITERAL
          The 'BUS' literal object
static PropertyOwnerCategory PropertyOwnerCategory.CONNECTIONS_LITERAL
          The 'CONNECTIONS' literal object
static PropertyOwnerCategory PropertyOwnerCategory.DATA_LITERAL
          The 'DATA' literal object
static PropertyOwnerCategory PropertyOwnerCategory.DATA_PORT_CONNECTIONS_LITERAL
          The 'DATA PORT CONNECTIONS' literal object
static PropertyOwnerCategory PropertyOwnerCategory.DATA_PORT_LITERAL
          The 'DATA PORT' literal object
static PropertyOwnerCategory PropertyOwnerCategory.DEVICE_LITERAL
          The 'DEVICE' literal object
static PropertyOwnerCategory PropertyOwnerCategory.EVENT_DATA_PORT_CONNECTIONS_LITERAL
          The 'EVENT DATA PORT CONNECTIONS' literal object
static PropertyOwnerCategory PropertyOwnerCategory.EVENT_DATA_PORT_LITERAL
          The 'EVENT DATA PORT' literal object
static PropertyOwnerCategory PropertyOwnerCategory.EVENT_PORT_CONNECTIONS_LITERAL
          The 'EVENT PORT CONNECTIONS' literal object
static PropertyOwnerCategory PropertyOwnerCategory.EVENT_PORT_LITERAL
          The 'EVENT PORT' literal object
static PropertyOwnerCategory PropertyOwnerCategory.FLOW_LITERAL
          The 'FLOW' literal object
static PropertyOwnerCategory PropertyOwnerCategory.MEMORY_LITERAL
          The 'MEMORY' literal object
static PropertyOwnerCategory PropertyOwnerCategory.MODE_LITERAL
          The 'MODE' literal object
static PropertyOwnerCategory PropertyOwnerCategory.PARAMETER_CONNECTIONS_LITERAL
          The 'PARAMETER CONNECTIONS' literal object
static PropertyOwnerCategory PropertyOwnerCategory.PARAMETER_LITERAL
          The 'PARAMETER' literal object
static PropertyOwnerCategory PropertyOwnerCategory.PORT_CONNECTIONS_LITERAL
          The 'PORT CONNECTIONS' literal object
static PropertyOwnerCategory PropertyOwnerCategory.PORT_GROUP_CONNECTIONS_LITERAL
          The 'PORT GROUP CONNECTIONS' literal object
static PropertyOwnerCategory PropertyOwnerCategory.PORT_GROUP_LITERAL
          The 'PORT GROUP' literal object
static PropertyOwnerCategory PropertyOwnerCategory.PORT_LITERAL
          The 'PORT' literal object
static PropertyOwnerCategory PropertyOwnerCategory.PROCESS_LITERAL
          The 'PROCESS' literal object
static PropertyOwnerCategory PropertyOwnerCategory.PROCESSOR_LITERAL
          The 'PROCESSOR' literal object
static PropertyOwnerCategory PropertyOwnerCategory.SERVER_SUBPROGRAM_LITERAL
          The 'SERVER SUBPROGRAM' literal object
static PropertyOwnerCategory PropertyOwnerCategory.SUBPROGRAM_LITERAL
          The 'SUBPROGRAM' literal object
static PropertyOwnerCategory PropertyOwnerCategory.SYSTEM_LITERAL
          The 'SYSTEM' literal object
static PropertyOwnerCategory PropertyOwnerCategory.THREAD_GROUP_LITERAL
          The 'THREAD GROUP' literal object
static PropertyOwnerCategory PropertyOwnerCategory.THREAD_LITERAL
          The 'THREAD' literal object
 

Methods in edu.cmu.sei.aadl.model.property that return PropertyOwnerCategory
static PropertyOwnerCategory PropertyOwnerCategory.get(int value)
          Returns the 'Owner Category' literal with the specified integer value
static PropertyOwnerCategory PropertyOwnerCategory.get(java.lang.String literal)
          Returns the 'Owner Category' literal with the specified literal value
static PropertyOwnerCategory PropertyOwnerCategory.getByName(java.lang.String name)
          Returns the 'Owner Category' literal with the specified name
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type PropertyOwnerCategory
 void PropertyDefinition.addAppliesto(PropertyOwnerCategory value)
          Adds to the list the value of the 'Appliesto' attribute list
 

Uses of PropertyOwnerCategory in edu.cmu.sei.aadl.model.property.impl
 

Methods in edu.cmu.sei.aadl.model.property.impl that return PropertyOwnerCategory
 PropertyOwnerCategory PropertyFactoryImpl.createPropertyOwnerCategoryFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type PropertyOwnerCategory
 void PropertyDefinitionImpl.addAppliesto(PropertyOwnerCategory newAppliesto)
          phf: add element to multiplicity EList