Uses of Interface
edu.cmu.sei.aadl.model.property.PropertyType

Packages that use PropertyType
edu.cmu.sei.aadl.model.pluginsupport   
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
edu.cmu.sei.osate.ui.actions   
 

Uses of PropertyType in edu.cmu.sei.aadl.model.pluginsupport
 

Methods in edu.cmu.sei.aadl.model.pluginsupport that return PropertyType
static PropertyType OsateResourceManager.findPropertyType(java.lang.String typeName)
          Find a predeclared AADL property type by name.
static PropertyType OsateResourceManager.findPropertyType(java.lang.String propertySet, java.lang.String constantName, AObject context)
          Find an AADL property type by name.
 

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

Subinterfaces of PropertyType in edu.cmu.sei.aadl.model.property
 interface Aadlboolean
          A representation of the model object 'Aadlboolean'
 interface Aadlinteger
          A representation of the model object 'Aadlinteger'
 interface Aadlreal
          A representation of the model object 'Aadlreal'
 interface Aadlstring
          A representation of the model object 'Aadlstring'
 interface ClassifierType
          A representation of the model object 'Classifier Type'
 interface EnumType
          A representation of the model object 'Enum Type'
 interface NumberType
          A representation of the model object 'Number Type'
 interface PropertyConstantType
          A representation of the model object 'Constant Type'
 interface RangeType
          A representation of the model object 'Range Type'
 interface ReferenceType
          A representation of the model object 'Component Property Type'
 interface UnitsType
          A representation of the model object 'Units Type'
 

Methods in edu.cmu.sei.aadl.model.property that return PropertyType
 PropertyType PropertyFactory.createPropertyType()
          Returns a new object of class 'Type'
 PropertyType PropertySet.findPropertyType(java.lang.String name)
          Find property type object by name in a property set.
 PropertyType PropertyDefinition.getPropertyType()
          Returns the value of the 'Property Type' containment reference
 PropertyType PropertyDefinition.getPropertyTypeReference()
          Returns the value of the 'Property Type Reference' reference
 PropertyType PropertyConstant.getThePropertyType()
          returns the property type of a property constant.
 PropertyType PropertyDefinition.getThePropertyType()
          returns the property type of a property definition.
 PropertyType ReferencedProperty.getThePropertyType()
          Get the type of the referenced property or constant.
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type PropertyType
 java.lang.String PropertyType.acceptsValuesOfType(PropertyType pt)
          Test whether this type accepts values of the given type.
 void PropertySet.addPropertyType(PropertyType value)
          Adds to the list the value of the 'Property Type' containment reference list
 void PropertyDefinition.setPropertyType(PropertyType value)
          Sets the value of the 'Property Type' containment reference
 void PropertyDefinition.setPropertyTypeReference(PropertyType value)
          Sets the value of the 'Property Type Reference' reference
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement PropertyType
 class AadlbooleanImpl
          An implementation of the model object 'Aadlboolean'
 class AadlintegerImpl
          An implementation of the model object 'Aadlinteger'
 class AadlrealImpl
          An implementation of the model object 'Aadlreal'
 class AadlstringImpl
          An implementation of the model object 'Aadlstring'
 class ClassifierTypeImpl
          An implementation of the model object 'Classifier Type'
 class EnumTypeImpl
          An implementation of the model object 'Enum Type'
 class NumberTypeImpl
          An implementation of the model object 'Number Type'
 class PropertyConstantTypeImpl
          An implementation of the model object 'Constant Type'
 class PropertyTypeImpl
          An implementation of the model object 'Type'
 class RangeTypeImpl
          An implementation of the model object 'Range Type'
 class ReferenceTypeImpl
          An implementation of the model object 'Component Property Type'
 class UnitsTypeImpl
          An implementation of the model object 'Units Type'
 

Fields in edu.cmu.sei.aadl.model.property.impl declared as PropertyType
protected  PropertyType PropertyDefinitionImpl.propertyType
          The cached value of the 'Property Type' containment reference
protected  PropertyType PropertyDefinitionImpl.propertyTypeReference
          The cached value of the 'Property Type Reference' reference
 

Methods in edu.cmu.sei.aadl.model.property.impl that return PropertyType
 PropertyType PropertyDefinitionImpl.basicGetPropertyTypeReference()
           
 PropertyType PropertyFactoryImpl.createPropertyType()
           
 PropertyType PropertySetImpl.findPropertyType(java.lang.String name)
          Find property type object by name in a property set.
 PropertyType PropertyDefinitionImpl.getPropertyType()
           
 PropertyType PropertyDefinitionImpl.getPropertyTypeReference()
           
 PropertyType ReferencedPropertyImpl.getThePropertyType()
           
 PropertyType PropertyDefinitionImpl.getThePropertyType()
          returns the property type of a property definition.
 PropertyType PropertyConstantImpl.getThePropertyType()
          returns the property type of a property constant.
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type PropertyType
 java.lang.String UnitsTypeImpl.acceptsValuesOfType(PropertyType pt)
           
 java.lang.String ReferenceTypeImpl.acceptsValuesOfType(PropertyType pt)
           
 java.lang.String RangeTypeImpl.acceptsValuesOfType(PropertyType pt)
           
 java.lang.String PropertyTypeImpl.acceptsValuesOfType(PropertyType pt)
           
 java.lang.String NumberTypeImpl.acceptsValuesOfType(PropertyType pt)
           
 java.lang.String EnumTypeImpl.acceptsValuesOfType(PropertyType pt)
           
 java.lang.String ClassifierTypeImpl.acceptsValuesOfType(PropertyType pt)
           
 java.lang.String AadlstringImpl.acceptsValuesOfType(PropertyType pt)
           
 java.lang.String AadlbooleanImpl.acceptsValuesOfType(PropertyType pt)
           
 void PropertySetImpl.addPropertyType(PropertyType newPropertyType)
          phf: add element to multiplicity EList
 org.eclipse.emf.common.notify.NotificationChain PropertyDefinitionImpl.basicSetPropertyType(PropertyType newPropertyType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PropertyDefinitionImpl.setPropertyType(PropertyType newPropertyType)
          phf: we want an add version for EList
 void PropertyDefinitionImpl.setPropertyTypeReference(PropertyType newPropertyTypeReference)
          phf: we want an add version for EList
 

Uses of PropertyType in edu.cmu.sei.aadl.model.property.util
 

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type PropertyType
 java.lang.Object PropertySwitch.casePropertyType(PropertyType object)
          Returns the result of interpretting the object as an instance of 'Type'
 

Uses of PropertyType in edu.cmu.sei.osate.ui.actions
 

Methods in edu.cmu.sei.osate.ui.actions that return PropertyType
protected  PropertyType AbstractAaxlAction.lookupOptionalPropertyType(java.lang.String ps, java.lang.String name)
          Lookup a particular optional property type definition.
protected  PropertyType AbstractAaxlAction.lookupPropertyType(java.lang.String name)
          Lookup a particular predeclared property type, updating the error list if it is not found.
protected  PropertyType AbstractAaxlAction.lookupPropertyType(java.lang.String ps, java.lang.String name)
          Lookup a particular property type, updating the error list if it is not found.