|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyType | |
---|---|
edu.cmu.sei.aadl.aadl2 | |
edu.cmu.sei.aadl.aadl2.impl | |
edu.cmu.sei.aadl.aadl2.util | |
edu.cmu.sei.aadl.modelsupport.eclipseinterface |
Uses of PropertyType in edu.cmu.sei.aadl.aadl2 |
---|
Subinterfaces of PropertyType in edu.cmu.sei.aadl.aadl2 | |
---|---|
interface |
AadlBoolean
A representation of the model object 'Aadl Boolean' |
interface |
AadlInteger
A representation of the model object 'Aadl Integer' |
interface |
AadlReal
A representation of the model object 'Aadl Real' |
interface |
AadlString
A representation of the model object 'Aadl String' |
interface |
ClassifierType
A representation of the model object 'Classifier Type' |
interface |
EnumerationType
A representation of the model object 'Enumeration Type' |
interface |
NumberType
A representation of the model object 'Number Type' |
interface |
RangeType
A representation of the model object 'Range Type' |
interface |
RecordType
A representation of the model object 'Record Type' |
interface |
ReferenceType
A representation of the model object 'Reference Type' |
interface |
UnitsType
A representation of the model object 'Units Type' |
Methods in edu.cmu.sei.aadl.aadl2 that return PropertyType | |
---|---|
PropertyType |
PropertySet.createOwnedPropertyType(org.eclipse.emf.ecore.EClass eClass)
Creates a new PropertyType and appends it to the 'Owned Property Type' containment reference list |
PropertyType |
PropertyConstant.createOwnedType(org.eclipse.emf.ecore.EClass eClass)
Creates a new PropertyType and sets the 'Owned Type' containment reference |
PropertyType |
BasicProperty.createOwnedType(org.eclipse.emf.ecore.EClass eClass)
Creates a new PropertyType and sets the 'Owned Type' containment reference |
PropertyType |
PropertyConstant.getOwnedType()
Returns the value of the 'Owned Type' containment reference. |
PropertyType |
BasicProperty.getOwnedType()
Returns the value of the 'Owned Type' containment reference. |
Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type PropertyType | |
---|---|
org.eclipse.emf.common.util.EList<PropertyType> |
PropertySet.getOwnedPropertyTypes()
Returns the value of the 'Owned Property Type' containment reference list. |
Methods in edu.cmu.sei.aadl.aadl2 with parameters of type PropertyType | |
---|---|
void |
PropertyConstant.setOwnedType(PropertyType value)
Sets the value of the ' Owned Type ' containment reference |
void |
BasicProperty.setOwnedType(PropertyType value)
Sets the value of the ' Owned Type ' containment reference |
Uses of PropertyType in edu.cmu.sei.aadl.aadl2.impl |
---|
Classes in edu.cmu.sei.aadl.aadl2.impl that implement PropertyType | |
---|---|
class |
AadlBooleanImpl
An implementation of the model object 'Aadl Boolean' |
class |
AadlIntegerImpl
An implementation of the model object 'Aadl Integer' |
class |
AadlRealImpl
An implementation of the model object 'Aadl Real' |
class |
AadlStringImpl
An implementation of the model object 'Aadl String' |
class |
ClassifierTypeImpl
An implementation of the model object 'Classifier Type' |
class |
EnumerationTypeImpl
An implementation of the model object 'Enumeration Type' |
class |
NumberTypeImpl
An implementation of the model object 'Number Type' |
class |
PropertyTypeImpl
An implementation of the model object 'Property Type' |
class |
RangeTypeImpl
An implementation of the model object 'Range Type' |
class |
RecordTypeImpl
An implementation of the model object 'Record Type' |
class |
ReferenceTypeImpl
An implementation of the model object 'Reference Type' |
class |
UnitsTypeImpl
An implementation of the model object 'Units Type' |
Fields in edu.cmu.sei.aadl.aadl2.impl declared as PropertyType | |
---|---|
protected PropertyType |
PropertyConstantImpl.ownedType
The cached value of the ' Owned Type ' containment reference |
protected PropertyType |
BasicPropertyImpl.ownedType
The cached value of the ' Owned Type ' containment reference |
Methods in edu.cmu.sei.aadl.aadl2.impl that return PropertyType | |
---|---|
PropertyType |
PropertySetImpl.createOwnedPropertyType(org.eclipse.emf.ecore.EClass eClass)
|
PropertyType |
PropertyConstantImpl.createOwnedType(org.eclipse.emf.ecore.EClass eClass)
|
PropertyType |
BasicPropertyImpl.createOwnedType(org.eclipse.emf.ecore.EClass eClass)
|
PropertyType |
PropertyConstantImpl.getOwnedType()
|
PropertyType |
BasicPropertyImpl.getOwnedType()
|
Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type PropertyType | |
---|---|
org.eclipse.emf.common.util.EList<PropertyType> |
PropertySetImpl.getOwnedPropertyTypes()
|
Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type PropertyType | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
PropertyConstantImpl.basicSetOwnedType(PropertyType newOwnedType,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
BasicPropertyImpl.basicSetOwnedType(PropertyType newOwnedType,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
PropertyConstantImpl.setOwnedType(PropertyType newOwnedType)
|
void |
BasicPropertyImpl.setOwnedType(PropertyType newOwnedType)
|
Uses of PropertyType in edu.cmu.sei.aadl.aadl2.util |
---|
Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type PropertyType | |
---|---|
T |
Aadl2Switch.casePropertyType(PropertyType object)
Returns the result of interpreting the object as an instance of 'Property Type' |
boolean |
Aadl2Validator.validatePropertyType(PropertyType propertyType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
Uses of PropertyType in edu.cmu.sei.aadl.modelsupport.eclipseinterface |
---|
Methods in edu.cmu.sei.aadl.modelsupport.eclipseinterface 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 propertyName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |