Modifier and Type | Interface and Description |
---|---|
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 |
ListType
A representation of the model object 'List Type'.
|
interface |
NonListType
A representation of the model object 'Non List 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'.
|
Modifier and Type | Method and Description |
---|---|
PropertyType |
ListType.createOwnedElementType(org.eclipse.emf.ecore.EClass eClass)
Creates a new
PropertyType and sets the 'Owned Element Type' containment reference. |
PropertyType |
BasicProperty.createOwnedPropertyType(org.eclipse.emf.ecore.EClass eClass)
Creates a new
PropertyType and sets the 'Owned Property Type' containment reference. |
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.createOwnedPropertyType(org.eclipse.emf.ecore.EClass eClass)
Creates a new
PropertyType and sets the 'Owned Property Type' containment reference. |
PropertyType |
ListType.getElementType()
Returns the value of the 'Element Type' reference.
|
PropertyType |
ListType.getOwnedElementType()
Returns the value of the 'Owned Element Type' containment reference.
|
PropertyType |
BasicProperty.getOwnedPropertyType()
Returns the value of the 'Owned Property Type' containment reference.
|
PropertyType |
PropertyConstant.getOwnedPropertyType()
Returns the value of the 'Owned Property Type' containment reference.
|
PropertyType |
BasicProperty.getPropertyType()
Returns the value of the 'Property Type' reference.
|
PropertyType |
PropertyConstant.getPropertyType()
Returns the value of the 'Property Type' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PropertyType> |
PropertySet.getOwnedPropertyTypes()
Returns the value of the 'Owned Property Type' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ListType.setElementType(PropertyType value)
Sets the value of the '
Element Type ' reference. |
void |
ListType.setOwnedElementType(PropertyType value)
Sets the value of the '
Owned Element Type ' containment reference. |
void |
BasicProperty.setOwnedPropertyType(PropertyType value)
Sets the value of the '
Owned Property Type ' containment reference. |
void |
PropertyConstant.setOwnedPropertyType(PropertyType value)
Sets the value of the '
Owned Property Type ' containment reference. |
void |
BasicProperty.setPropertyType(PropertyType value)
Sets the value of the '
Property Type ' reference. |
void |
PropertyConstant.setPropertyType(PropertyType value)
Sets the value of the '
Property Type ' reference. |
Modifier and Type | Class and Description |
---|---|
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 |
ListTypeImpl
An implementation of the model object 'List Type'.
|
class |
NonListTypeImpl
An implementation of the model object 'Non List 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'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PropertyType> |
PropertySetImpl.getOwnedPropertyTypes() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ListTypeImpl.basicSetOwnedElementType(PropertyType newOwnedElementType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
PropertyConstantImpl.basicSetOwnedPropertyType(PropertyType newOwnedPropertyType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
BasicPropertyImpl.basicSetOwnedPropertyType(PropertyType newOwnedPropertyType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ListTypeImpl.setElementType(PropertyType newElementType) |
void |
ListTypeImpl.setOwnedElementType(PropertyType newOwnedElementType) |
void |
PropertyConstantImpl.setOwnedPropertyType(PropertyType newOwnedPropertyType) |
void |
BasicPropertyImpl.setOwnedPropertyType(PropertyType newOwnedPropertyType) |
void |
PropertyConstantImpl.setPropertyType(PropertyType newPropertyType) |
void |
BasicPropertyImpl.setPropertyType(PropertyType newPropertyType) |
Modifier and Type | Method and Description |
---|---|
static PropertyType |
AadlUtil.getBasePropertyType(PropertyType pt) |
Modifier and Type | Method and Description |
---|---|
static PropertyType |
AadlUtil.getBasePropertyType(PropertyType pt) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.naming.QualifiedName |
Aadl2QualifiedNameProvider.qualifiedName(PropertyType obj) |
Modifier and Type | Method and Description |
---|---|
PropertyType |
PropertiesLinkingService.findPropertyType(org.eclipse.emf.ecore.EObject context,
java.lang.String name)
find property type based on property name.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.naming.QualifiedName |
PropertiesQualifiedNameProvider.qualifiedName(PropertyType obj) |
Modifier and Type | Method and Description |
---|---|
static PropertyType |
EMFIndexRetrieval.getPropertyTypeInWorkspace(org.eclipse.emf.ecore.EObject context,
java.lang.String ptname)
get the Property Type by looking it up in EMF index
|
static PropertyType |
EMFIndexRetrieval.getPropertyTypeInWorkspace(org.eclipse.emf.ecore.resource.ResourceSet rs,
java.lang.String ptname)
get the Property Type by looking it up in EMF index
|
static PropertyType |
EMFIndexRetrieval.getPropertyTypeInWorkspace(java.lang.String ptname)
get the Property Type by looking it up in EMF index
|
static PropertyType |
GetProperties.lookupPropertyType(org.eclipse.emf.ecore.EObject context,
java.lang.String qname)
find property type for given name.
|
static PropertyType |
GetProperties.lookupPropertyType(org.eclipse.emf.ecore.EObject context,
java.lang.String ps,
java.lang.String name)
find property type for given name.
|