Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.properties.linking | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractPrototype
A representation of the model object 'Abstract Prototype'.
|
interface |
BusPrototype
A representation of the model object 'Bus Prototype'.
|
interface |
DataPrototype
A representation of the model object 'Data Prototype'.
|
interface |
DevicePrototype
A representation of the model object 'Device Prototype'.
|
interface |
MemoryPrototype
A representation of the model object 'Memory Prototype'.
|
interface |
ProcessorPrototype
A representation of the model object 'Processor Prototype'.
|
interface |
ProcessPrototype
A representation of the model object 'Process Prototype'.
|
interface |
SubprogramGroupPrototype
A representation of the model object 'Subprogram Group Prototype'.
|
interface |
SubprogramPrototype
A representation of the model object 'Subprogram Prototype'.
|
interface |
SystemPrototype
A representation of the model object 'System Prototype'.
|
interface |
ThreadGroupPrototype
A representation of the model object 'Thread Group Prototype'.
|
interface |
ThreadPrototype
A representation of the model object 'Thread Prototype'.
|
interface |
VirtualBusPrototype
A representation of the model object 'Virtual Bus Prototype'.
|
interface |
VirtualProcessorPrototype
A representation of the model object 'Virtual Processor Prototype'.
|
Modifier and Type | Method and Description |
---|---|
ComponentPrototype |
Subcomponent.getPrototype()
Returns the value of the 'Prototype' reference.
|
ComponentPrototype |
Feature.getPrototype()
Returns the value of the 'Prototype' reference.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrototypeImpl
An implementation of the model object 'Abstract Prototype'.
|
class |
BusPrototypeImpl
An implementation of the model object 'Bus Prototype'.
|
class |
ComponentPrototypeImpl
An implementation of the model object 'Component Prototype'.
|
class |
DataPrototypeImpl
An implementation of the model object 'Data Prototype'.
|
class |
DevicePrototypeImpl
An implementation of the model object 'Device Prototype'.
|
class |
MemoryPrototypeImpl
An implementation of the model object 'Memory Prototype'.
|
class |
ProcessorPrototypeImpl
An implementation of the model object 'Processor Prototype'.
|
class |
ProcessPrototypeImpl
An implementation of the model object 'Process Prototype'.
|
class |
SubprogramGroupPrototypeImpl
An implementation of the model object 'Subprogram Group Prototype'.
|
class |
SubprogramPrototypeImpl
An implementation of the model object 'Subprogram Prototype'.
|
class |
SystemPrototypeImpl
An implementation of the model object 'System Prototype'.
|
class |
ThreadGroupPrototypeImpl
An implementation of the model object 'Thread Group Prototype'.
|
class |
ThreadPrototypeImpl
An implementation of the model object 'Thread Prototype'.
|
class |
VirtualBusPrototypeImpl
An implementation of the model object 'Virtual Bus Prototype'.
|
class |
VirtualProcessorPrototypeImpl
An implementation of the model object 'Virtual Processor Prototype'.
|
Modifier and Type | Method and Description |
---|---|
ComponentPrototype |
SubcomponentImpl.basicGetPrototype() |
ComponentPrototype |
FeatureImpl.basicGetPrototype() |
ComponentPrototype |
SubcomponentImpl.getPrototype() |
ComponentPrototype |
FeatureImpl.getPrototype() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseComponentPrototype(ComponentPrototype object)
Returns the result of interpreting the object as an instance of 'Component Prototype'.
|
boolean |
Aadl2Validator.validateComponentPrototype(ComponentPrototype componentPrototype,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
ComponentClassifier |
PropertiesLinkingService.findClassifierForComponentPrototype(Classifier containingClassifier,
ComponentPrototype prototype)
Dependencies: PrototypeFormalReference, ClassifierReference,
PrototypeOrClassifierReference, ComponentPrototypeClassifierReference,
ComponentPrototypeRefinementReference.
|
ComponentClassifier |
PropertiesLinkingService.findClassifierForComponentPrototype(Classifier classifierPrototypeContext,
Subcomponent subcomponentPrototypeContext,
ComponentPrototype prototype)
Dependencies: PrototypeFormalReference, ClassifierReference,
PrototypeOrClassifierReference, ComponentPrototypeClassifierReference,
ComponentPrototypeRefinementReference.
|
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.caseComponentPrototype(ComponentPrototype prototype) |
static ComponentCategory |
Aadl2JavaValidator.getComponentPrototypeCategory(ComponentPrototype prototype) |