Index

A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

Activator - Class in org.palladiosimulator.architecturaltemplates.catalog
 
Activator - Class in org.palladiosimulator.architecturaltemplates.ocl
The activator class controls the plug-in life cycle
Activator() - Constructor for class org.palladiosimulator.architecturaltemplates.catalog.Activator
 
Activator() - Constructor for class org.palladiosimulator.architecturaltemplates.ocl.Activator
The constructor
activeEditorPart - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This keeps track of the active editor.
adapt(Object, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
adapt(Notifier, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapterFactory - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is the one adapter factory used for providing views of the model.
addCompletionFileURIPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionItemProvider
This adds a property descriptor for the Completion File URI feature.
addCompletionIncludingInheritedPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
This adds a property descriptor for the Completion Including Inherited feature.
addConstraintsIncludingInheritedPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
This adds a property descriptor for the Constraints Including Inherited feature.
addDefaultInstanceURIPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
This adds a property descriptor for the Default Instance URI feature.
addDependenciesPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
This adds a property descriptor for the Dependencies feature.
addDocumentationPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
This adds a property descriptor for the Documentation feature.
addExpressionPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ConstraintItemProvider
This adds a property descriptor for the Expression feature.
addFileExtensionPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.GenericFileExtensionItemProvider
This adds a property descriptor for the File Extension feature.
addFileExtensionPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMFileExtensionItemProvider
This adds a property descriptor for the File Extension feature.
addFolderURIPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ReconfigurationFolderItemProvider
This adds a property descriptor for the Folder URI feature.
addGlobalActions(IMenuManager) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This inserts global actions before the "additions-end" separator.
addListener(INotifyChangedListener) - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This adds a listener.
addPages() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
The framework calls this to create the contents of the wizard.
addRoleIncludingInheritedPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
This adds a property descriptor for the Role Including Inherited feature.
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This implements ISelectionProvider.
addStereotypePropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
This adds a property descriptor for the Stereotype feature.
addSuperRolesPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
This adds a property descriptor for the Super Roles feature.
addTemplateFileURIPropertyDescriptor(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMTemplateCompletionParameterItemProvider
This adds a property descriptor for the Template File URI feature.
ALLOCATION - Enum constant in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'ALLOCATION' literal object.
ALLOCATION_VALUE - Static variable in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'ALLOCATION' literal value.
ANALYZED_PCM - Enum constant in enum class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants.Partition
 
analyzeResourceProblems(Resource, Exception) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if any).
appliedStereotypesEqualsOne(Set<Entity>, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
Checks whether in the given set exactly one of its members has an applied Stereotype of the given name.
applyArchitecturalTemplate(ResourceEnvironment, Profile) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Applies the given Architectural-Template-Profile to the ResourceEnvironment.
applyArchitecturalTemplate(ResourceEnvironment, AT) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Applies the given AT to the ResourceEnvironment.
applyArchitecturalTemplate(System, Profile) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Applies the given Architectural-Template-Profile to the System.
applyArchitecturalTemplate(System, AT) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Applies the given AT to the System.
applyProfile(EObject, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
applyRole(EObject, Stereotype) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Applies the given Role-Stereotype to the EObject.
applyRole(EObject, Role) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Applies the given Role to the EObject.
applyStereotype(Entity, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
ArchitecturalTemplateAPI - Class in org.palladiosimulator.architecturaltemplates.api
An API class providing methods to interact with Architectural Templates
ArchitecturaltemplatesActionBarContributor - Class in org.palladiosimulator.architecturaltemplates.presentation
This is the action bar contributor for the Architecturaltemplates model editor.
ArchitecturaltemplatesActionBarContributor() - Constructor for class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This creates an instance of the contributor.
ArchitecturaltemplatesAdapterFactory - Class in org.palladiosimulator.architecturaltemplates.util
The Adapter Factory for the model.
ArchitecturaltemplatesAdapterFactory() - Constructor for class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates an instance of the adapter factory.
ArchitecturaltemplatesEditor - Class in org.palladiosimulator.architecturaltemplates.presentation
This is an example of a Architecturaltemplates model editor.
ArchitecturaltemplatesEditor() - Constructor for class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This creates a model editor.
ArchitecturaltemplatesEditor.ReverseAdapterFactoryContentProvider - Class in org.palladiosimulator.architecturaltemplates.presentation
ArchitecturaltemplatesEditorPlugin - Class in org.palladiosimulator.architecturaltemplates.presentation
This is the central singleton for the Architecturaltemplates editor plugin.
ArchitecturaltemplatesEditorPlugin() - Constructor for class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditorPlugin
Create the instance.
ArchitecturaltemplatesEditorPlugin.Implementation - Class in org.palladiosimulator.architecturaltemplates.presentation
The actual implementation of the Eclipse Plugin.
ArchitecturaltemplatesEditPlugin - Class in org.palladiosimulator.architecturaltemplates.provider
This is the central singleton for the Architecturaltemplates edit plugin.
ArchitecturaltemplatesEditPlugin() - Constructor for class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesEditPlugin
Create the instance.
ArchitecturaltemplatesEditPlugin.Implementation - Class in org.palladiosimulator.architecturaltemplates.provider
The actual implementation of the Eclipse Plugin.
ArchitecturalTemplateSelectionDialog - Class in org.palladiosimulator.architecturaltemplates.ui.dialogs
A dialog for selecting an Architectural Template (AT).
ArchitecturalTemplateSelectionDialog(Shell) - Constructor for class org.palladiosimulator.architecturaltemplates.ui.dialogs.ArchitecturalTemplateSelectionDialog
 
architecturaltemplatesFactory - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
This caches an instance of the model factory.
ArchitecturaltemplatesFactory - Interface in org.palladiosimulator.architecturaltemplates
The Factory for the model.
ArchitecturaltemplatesFactoryImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model Factory.
ArchitecturaltemplatesFactoryImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
Creates an instance of the factory.
ArchitecturaltemplatesItemProviderAdapterFactory - Class in org.palladiosimulator.architecturaltemplates.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
ArchitecturaltemplatesItemProviderAdapterFactory() - Constructor for class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This constructs an instance.
ArchitecturaltemplatesModelWizard - Class in org.palladiosimulator.architecturaltemplates.presentation
This is a simple wizard for creating a new model file.
ArchitecturaltemplatesModelWizard() - Constructor for class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
 
ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage - Class in org.palladiosimulator.architecturaltemplates.presentation
This is the page where the type of object to create is selected.
ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardNewFileCreationPage - Class in org.palladiosimulator.architecturaltemplates.presentation
This is the one page of the wizard.
ArchitecturaltemplatesModelWizardInitialObjectCreationPage(String) - Constructor for class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
Pass in the selection.
ArchitecturaltemplatesModelWizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardNewFileCreationPage
Pass in the selection.
architecturaltemplatesPackage - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
This caches an instance of the model package.
ArchitecturaltemplatesPackage - Interface in org.palladiosimulator.architecturaltemplates
The Package for the model.
ArchitecturaltemplatesPackage.Literals - Interface in org.palladiosimulator.architecturaltemplates
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
ArchitecturaltemplatesPackageImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model Package.
ArchitecturaltemplatesSwitch<T> - Class in org.palladiosimulator.architecturaltemplates.util
The Switch for the model's inheritance hierarchy.
ArchitecturaltemplatesSwitch() - Constructor for class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Creates an instance of the switch.
AT - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'AT'.
AT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'AT' class.
AT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'AT' class.
AT__CATALOG - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Catalog' container reference.
AT__CATALOG - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Catalog' container reference feature.
AT__DEFAULT_INSTANCE_URI - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Default Instance URI' attribute.
AT__DEFAULT_INSTANCE_URI - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Default Instance URI' attribute feature.
AT__DEPENDENCIES - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Dependencies' reference list.
AT__DEPENDENCIES - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Dependencies' reference list feature.
AT__DOCUMENTATION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Documentation' attribute.
AT__DOCUMENTATION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Documentation' attribute feature.
AT__ENTITY_NAME - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Entity Name' attribute.
AT__ID - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Id' attribute.
AT__RECONFIGURATION_RULE_FOLDER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Reconfiguration Rule Folder' containment reference.
AT__RECONFIGURATION_RULE_FOLDER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Reconfiguration Rule Folder' containment reference feature.
AT__ROLES - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Roles' containment reference list.
AT__ROLES - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Roles' containment reference list feature.
AT_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'AT' class.
ATExtensionConfigurationBuilder - Class in org.palladiosimulator.architecturaltemplates.jobs.config
This class provides functionality to configure Architectural Template-enabled runs.
ATExtensionConfigurationBuilder() - Constructor for class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionConfigurationBuilder
 
ATExtensionJobConfiguration - Class in org.palladiosimulator.architecturaltemplates.jobs.config
Configurations specific to architectural templates.
ATExtensionJobConfiguration() - Constructor for class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionJobConfiguration
 
ATExtensionTab - Class in org.palladiosimulator.architecturaltemplates.jobs.config
This class defines a tab with AT-specific configuration options.
ATExtensionTab() - Constructor for class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
 
ATImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'AT'.
ATImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.ATImpl
atItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all AT instances.
ATItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a AT object.
ATItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
This constructs an instance from a factory and a notifier.
ATPartitionConstants - Class in org.palladiosimulator.architecturaltemplates.jobs.constants
 
ATPartitionConstants() - Constructor for class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants
 
ATPartitionConstants.Partition - Enum Class in org.palladiosimulator.architecturaltemplates.jobs.constants
 

B

basicGetStereotype() - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
basicSetAT(AT, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
basicSetCatalog(Catalog, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
basicSetCompletion(Completion, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
basicSetCompletion(Completion, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
basicSetFileExtension(FileExtension, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMCompletionParameterImpl
basicSetReconfigurationRuleFolder(ReconfigurationFolder, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
basicSetRole(Role, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
basicSetRole(Role, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
buildConfiguration(Map<String, Object>) - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionConfigurationBuilder
 

C

C3RoleLinearization - Class in org.palladiosimulator.architecturaltemplates.util
TODO add docu
callOperation(EOperation, int, Object, Object[]) - Method in class org.palladiosimulator.architecturaltemplates.ocl.StereotypeEvaluationEnvironment
 
caseAT(AT) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'AT'.
caseCatalog(Catalog) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'Catalog'.
caseCompletion(Completion) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'Completion'.
caseCompletionParameter(CompletionParameter) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'Completion Parameter'.
caseConstraint(Constraint) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'Constraint'.
caseEntity(Entity) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'Entity'.
caseFileExtension(FileExtension) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'File Extension'.
caseGenericFileExtension(GenericFileExtension) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'Generic File Extension'.
caseIdentifier(Identifier) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'Identifier'.
caseIsolatedPCMTemplateCompletionParameter(IsolatedPCMTemplateCompletionParameter) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'Isolated PCM Template Completion Parameter'.
caseNamedElement(NamedElement) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'Named Element'.
caseOCLConstraint(OCLConstraint) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'OCL Constraint'.
casePCMBlackboardCompletionParameter(PCMBlackboardCompletionParameter) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'PCM Blackboard Completion Parameter'.
casePCMCompletionParameter(PCMCompletionParameter) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'PCM Completion Parameter'.
casePCMFileExtension(PCMFileExtension) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'PCM File Extension'.
casePCMOutputCompletionParameter(PCMOutputCompletionParameter) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'PCM Output Completion Parameter'.
casePCMTemplateCompletionParameter(PCMTemplateCompletionParameter) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'PCM Template Completion Parameter'.
caseQVTOCompletion(QVTOCompletion) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'QVTO Completion'.
caseReconfigurationFolder(ReconfigurationFolder) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'Reconfiguration Folder'.
caseRole(Role) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'Role'.
Catalog - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'Catalog'.
CATALOG - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'Catalog' class.
CATALOG - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Catalog' class.
CATALOG__ATS - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'ATs' containment reference list.
CATALOG__ATS - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'ATs' containment reference list feature.
CATALOG__ENTITY_NAME - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Entity Name' attribute.
CATALOG__ID - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Id' attribute.
CATALOG_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'Catalog' class.
CatalogImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'Catalog'.
CatalogImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.CatalogImpl
catalogItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all Catalog instances.
CatalogItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a Catalog object.
CatalogItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.CatalogItemProvider
This constructs an instance from a factory and a notifier.
changedResources - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Resources that have been changed since last activation.
changeNotifier - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This is used to implement IChangeNotifier.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CatalogItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionParameterItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ConstraintItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.FileExtensionItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.GenericFileExtensionItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.IsolatedPCMTemplateCompletionParameterItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.OCLConstraintItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMBlackboardCompletionParameterItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMCompletionParameterItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMFileExtensionItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMOutputCompletionParameterItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMTemplateCompletionParameterItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.QVTOCompletionItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ReconfigurationFolderItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
This adds CommandParameters describing the children that can be created under this object.
Completion - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'Completion'.
COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'Completion' class.
COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Completion' class.
COMPLETION__COMPLETION_FILE_URI - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Completion File URI' attribute.
COMPLETION__COMPLETION_FILE_URI - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Completion File URI' attribute feature.
COMPLETION__PARAMETERS - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Parameters' containment reference list.
COMPLETION__PARAMETERS - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Parameters' containment reference list feature.
COMPLETION__ROLE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Role' container reference.
COMPLETION__ROLE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Role' container reference feature.
COMPLETION_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'Completion' class.
COMPLETION_FILE_URI_EDEFAULT - Static variable in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
The default value of the 'Completion File URI' attribute.
COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'Completion Parameter' class.
COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Completion Parameter' class.
COMPLETION_PARAMETER__COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Completion' container reference.
COMPLETION_PARAMETER__COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Completion' container reference feature.
COMPLETION_PARAMETER_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'Completion Parameter' class.
CompletionImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'Completion'.
CompletionImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
CompletionItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a Completion object.
CompletionItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.CompletionItemProvider
This constructs an instance from a factory and a notifier.
CompletionParameter - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'Completion Parameter'.
CompletionParameterImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'Completion Parameter'.
CompletionParameterImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
CompletionParameterItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a CompletionParameter object.
CompletionParameterItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.CompletionParameterItemProvider
This constructs an instance from a factory and a notifier.
CONFIGURATION_TAB_IMAGE_PATH - Static variable in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
The path to the image file for the tab icon.
configure(SimuLizarWorkflowConfiguration, MDSDBlackboard) - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.SimuLizarConfigurator
 
Constraint - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'Constraint'.
CONSTRAINT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'Constraint' class.
CONSTRAINT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Constraint' class.
CONSTRAINT__ENTITY_NAME - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Entity Name' attribute.
CONSTRAINT__EXPRESSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Expression' attribute.
CONSTRAINT__EXPRESSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Expression' attribute feature.
CONSTRAINT__ID - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Id' attribute.
CONSTRAINT__ROLE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Role' container reference.
CONSTRAINT__ROLE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Role' container reference feature.
CONSTRAINT_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'Constraint' class.
ConstraintImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'Constraint'.
ConstraintImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
ConstraintItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a Constraint object.
ConstraintItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.ConstraintItemProvider
This constructs an instance from a factory and a notifier.
contentOutlinePage - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is the content outline page.
contentOutlineStatusLineManager - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is a kludge...
contentOutlineViewer - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is the content outline page's viewer.
contributeToMenu(IMenuManager) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items.
contributeToToolBar(IToolBarManager) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This adds Separators for editor additions to the tool bar.
convertPCMFileExtensionsToString(EDataType, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
convertToString(EDataType, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
create(EClass) - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createAdapter(Notifier) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates an adapter for the target.
createAT() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'AT'.
createAT() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createATAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a AT.
createATAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'AT'.
createCatalog() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'Catalog'.
createCatalog() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createCatalogAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a Catalog.
createCatalogAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'Catalog'.
createChildActions - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider.
createChildMenuManager - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateChild actions.
createCompletionAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'Completion'.
createCompletionParameterAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'Completion Parameter'.
createConstraintAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'Constraint'.
createContextMenuFor(StructuredViewer) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension.
createControl(Composite) - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
 
createControl(Composite) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
createEntityAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'Entity'.
createEnvironment() - Method in class org.palladiosimulator.architecturaltemplates.ocl.StereotypeEnvironmentFactory
 
createEnvironment(Environment<EPackage, EClassifier, EOperation, EStructuralFeature, EEnumLiteral, EParameter, EObject, CallOperationAction, SendSignalAction, Constraint, EClass, EObject>) - Method in class org.palladiosimulator.architecturaltemplates.ocl.StereotypeEnvironmentFactory
 
createEObjectAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for the default case.
createEvaluationEnvironment() - Method in class org.palladiosimulator.architecturaltemplates.ocl.StereotypeEnvironmentFactory
 
createEvaluationEnvironment(EvaluationEnvironment<EClassifier, EOperation, EStructuralFeature, EClass, EObject>) - Method in class org.palladiosimulator.architecturaltemplates.ocl.StereotypeEnvironmentFactory
 
createFileExtensionAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'File Extension'.
createFromString(EDataType, String) - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createGenericFileExtension() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'Generic File Extension'.
createGenericFileExtension() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createGenericFileExtensionAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a GenericFileExtension.
createGenericFileExtensionAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'Generic File Extension'.
createIdentifierAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'Identifier'.
createInitialModel() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
Create a new model.
createIsolatedPCMTemplateCompletionParameter() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'Isolated PCM Template Completion Parameter'.
createIsolatedPCMTemplateCompletionParameter() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createIsolatedPCMTemplateCompletionParameterAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a IsolatedPCMTemplateCompletionParameter.
createIsolatedPCMTemplateCompletionParameterAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'Isolated PCM Template Completion Parameter'.
createModel() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input.
createNamedElementAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'Named Element'.
createOCLConstraint() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'OCL Constraint'.
createOCLConstraint() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createOCLConstraintAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a OCLConstraint.
createOCLConstraintAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'OCL Constraint'.
createPackageContents() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
Creates the meta-model objects for the package.
createPages() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is the method used by the framework to install your own controls.
createPCMBlackboardCompletionParameter() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'PCM Blackboard Completion Parameter'.
createPCMBlackboardCompletionParameter() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createPCMBlackboardCompletionParameterAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a PCMBlackboardCompletionParameter.
createPCMBlackboardCompletionParameterAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'PCM Blackboard Completion Parameter'.
createPCMCompletionParameterAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'PCM Completion Parameter'.
createPCMFileExtension() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'PCM File Extension'.
createPCMFileExtension() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createPCMFileExtensionAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a PCMFileExtension.
createPCMFileExtensionAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'PCM File Extension'.
createPCMFileExtensionsFromString(EDataType, String) - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createPCMOutputCompletionParameter() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'PCM Output Completion Parameter'.
createPCMOutputCompletionParameter() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createPCMOutputCompletionParameterAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a PCMOutputCompletionParameter.
createPCMOutputCompletionParameterAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'PCM Output Completion Parameter'.
createPCMTemplateCompletionParameter() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'PCM Template Completion Parameter'.
createPCMTemplateCompletionParameter() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createPCMTemplateCompletionParameterAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a PCMTemplateCompletionParameter.
createPCMTemplateCompletionParameterAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'PCM Template Completion Parameter'.
createQVTOCompletion() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'QVTO Completion'.
createQVTOCompletion() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createQVTOCompletionAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a QVTOCompletion.
createQVTOCompletionAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'QVTO Completion'.
createReconfigurationFolder() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'Reconfiguration Folder'.
createReconfigurationFolder() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createReconfigurationFolderAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a ReconfigurationFolder.
createReconfigurationFolderAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'Reconfiguration Folder'.
createRole() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns a new object of class 'Role'.
createRole() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
createRoleAdapter() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This creates an adapter for a Role.
createRoleAdapter() - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Creates a new adapter for an object of class 'Role'.
createSiblingActions - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This will contain one CreateSiblingAction corresponding to each descriptor generated for the current selection by the item provider.
createSiblingMenuManager - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateSibling actions.
currentViewer - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer.
currentViewerPane - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This keeps track of the active viewer pane, in the book.

D

DEFAULT_INSTANCE_URI_EDEFAULT - Static variable in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
The default value of the 'Default Instance URI' attribute.
DEFAULT_MODEL_STORAGE_LOCATION - Static variable in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
Default model storage location.
DEFAULT_STORE_COMPLETED_MODELS - Static variable in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
Default configuration for storage of completed models.
defaultCase(EObject) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
delete(List<NamedElement>, Entity) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
depopulateManager(IContributionManager, Collection<? extends IAction>) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This removes from the specified manager all ActionContributionItems based on the IActions contained in the actions collection.
dispose() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
distinctByKey(Function<? super T, ?>) - Static method in class org.palladiosimulator.architecturaltemplates.jobs.RunATCompletionJob
 
DOCUMENTATION_EDEFAULT - Static variable in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
The default value of the 'Documentation' attribute.
doSave(IProgressMonitor) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is for implementing IEditorPart and simply saves the model file.
doSaveAs() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This also changes the editor's input.
doSaveAs(URI, IEditorInput) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
doSwitch(int, EObject) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.

E

eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
editingDomain - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This keeps track of the editing domain that is used to track all changes to the model.
editorSelection - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This keeps track of the selection of the editor as a whole.
eGet(int, boolean, boolean) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
eGet(int, boolean, boolean) - Method in class org.palladiosimulator.architecturaltemplates.impl.CatalogImpl
eGet(int, boolean, boolean) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
eGet(int, boolean, boolean) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
eGet(int, boolean, boolean) - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
eGet(int, boolean, boolean) - Method in class org.palladiosimulator.architecturaltemplates.impl.GenericFileExtensionImpl
eGet(int, boolean, boolean) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMCompletionParameterImpl
eGet(int, boolean, boolean) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMFileExtensionImpl
eGet(int, boolean, boolean) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMTemplateCompletionParameterImpl
eGet(int, boolean, boolean) - Method in class org.palladiosimulator.architecturaltemplates.impl.ReconfigurationFolderImpl
eGet(int, boolean, boolean) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
eINSTANCE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The singleton instance of the package.
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.CatalogImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.CatalogImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMCompletionParameterImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
eIsSet(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
eIsSet(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.CatalogImpl
eIsSet(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
eIsSet(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
eIsSet(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
eIsSet(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.GenericFileExtensionImpl
eIsSet(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMCompletionParameterImpl
eIsSet(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMFileExtensionImpl
eIsSet(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMTemplateCompletionParameterImpl
eIsSet(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.ReconfigurationFolderImpl
eIsSet(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
eNAME - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The package name.
encodingField - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
encodings - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
 
eNS_PREFIX - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The package namespace name.
eNS_URI - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The package namespace URI.
eSet(int, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
eSet(int, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.CatalogImpl
eSet(int, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
eSet(int, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
eSet(int, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
eSet(int, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.GenericFileExtensionImpl
eSet(int, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMCompletionParameterImpl
eSet(int, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMFileExtensionImpl
eSet(int, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMTemplateCompletionParameterImpl
eSet(int, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.ReconfigurationFolderImpl
eSet(int, Object) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.CatalogImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.FileExtensionImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.GenericFileExtensionImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.IsolatedPCMTemplateCompletionParameterImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.OCLConstraintImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMBlackboardCompletionParameterImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMCompletionParameterImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMFileExtensionImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMOutputCompletionParameterImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMTemplateCompletionParameterImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.QVTOCompletionImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.ReconfigurationFolderImpl
eStaticClass() - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
eStaticFeatureCount() - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
eStaticFeatureCount() - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
eStaticFeatureCount() - Method in class org.palladiosimulator.architecturaltemplates.impl.FileExtensionImpl
eStaticFeatureCount() - Method in class org.palladiosimulator.architecturaltemplates.impl.ReconfigurationFolderImpl
eUnset(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
eUnset(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.CatalogImpl
eUnset(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
eUnset(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
eUnset(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
eUnset(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.GenericFileExtensionImpl
eUnset(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMCompletionParameterImpl
eUnset(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMFileExtensionImpl
eUnset(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMTemplateCompletionParameterImpl
eUnset(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.ReconfigurationFolderImpl
eUnset(int) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
evaluateStoEx(String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.PCMLibrary
 
execute(IProgressMonitor) - Method in class org.palladiosimulator.architecturaltemplates.jobs.PrepareIsolatedBlackboardPartitionJob
 
execute(IProgressMonitor) - Method in class org.palladiosimulator.architecturaltemplates.jobs.RunATCompletionJob
 
execute(IProgressMonitor) - Method in class org.palladiosimulator.architecturaltemplates.jobs.StoreCompletedModelsJob
For each partition of PARTITION_IDS, copies resources to a dedicated a temporary partition for storage and stores all resources to disk.
execute(IProgressMonitor) - Method in class org.palladiosimulator.architecturaltemplates.jobs.ValidateModelsJob
 
EXPRESSION_EDEFAULT - Static variable in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
The default value of the 'Expression' attribute.

F

FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'File Extension' class.
FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'File Extension' class.
FILE_EXTENSION_EDEFAULT - Static variable in class org.palladiosimulator.architecturaltemplates.impl.GenericFileExtensionImpl
The default value of the 'File Extension' attribute.
FILE_EXTENSION_EDEFAULT - Static variable in class org.palladiosimulator.architecturaltemplates.impl.PCMFileExtensionImpl
The default value of the 'File Extension' attribute.
FILE_EXTENSION_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'File Extension' class.
FILE_EXTENSIONS - Static variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
The supported extensions for created files.
FileExtension - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'File Extension'.
FileExtensionImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'File Extension'.
FileExtensionImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.FileExtensionImpl
FileExtensionItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a FileExtension object.
FileExtensionItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.FileExtensionItemProvider
This constructs an instance from a factory and a notifier.
fireNotifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
firePropertyChange(int) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is here for the listener to be able to call it.
FOLDER_URI_EDEFAULT - Static variable in class org.palladiosimulator.architecturaltemplates.impl.ReconfigurationFolderImpl
The default value of the 'Folder URI' attribute.
FORMATTED_FILE_EXTENSIONS - Static variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
A formatted list of supported file extensions, suitable for display.

G

generateCreateChildActions(Collection<?>, ISelection) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions.
generateCreateSiblingActions(Collection<?>, ISelection) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions.
GENERIC_FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'Generic File Extension' class.
GENERIC_FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Generic File Extension' class.
GENERIC_FILE_EXTENSION__FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'File Extension' attribute.
GENERIC_FILE_EXTENSION__FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'File Extension' attribute feature.
GENERIC_FILE_EXTENSION_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'Generic File Extension' class.
GenericFileExtension - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'Generic File Extension'.
GenericFileExtensionImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'Generic File Extension'.
GenericFileExtensionImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.GenericFileExtensionImpl
genericFileExtensionItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all GenericFileExtension instances.
GenericFileExtensionItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a GenericFileExtension object.
GenericFileExtensionItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.GenericFileExtensionItemProvider
This constructs an instance from a factory and a notifier.
get(int) - Static method in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
Returns the 'PCM File Extensions' literal with the specified integer value.
get(String) - Static method in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
Returns the 'PCM File Extensions' literal with the specified literal value.
getActionBarContributor() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
getActionBars() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
getAdapter(Class) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is how the framework determines which interfaces we implement.
getAdapterFactory() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
getApplicableRoles(EObject) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Returns all Roles that are applicable to the given EObject.
getAppliedArchitecturalTemplates(Resource) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Returns all ATs applied to the System.
getAppliedRoles(EObject) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Returns all Roles applied to the EObject.
getAppliedStereotypes(Entity) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
getArchitecturalTemplate() - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionJobConfiguration
 
getArchitecturalTemplate(Profile) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Gets the AT associated with the given Profile.
getArchitecturalTemplate(Stereotype) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
 
getArchitecturalTemplateApplications(System) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Returns all StereotypeApplications applied to the System that are role-applications (their Stereotype is a Role).
getArchitecturaltemplatesFactory() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the factory that creates the instances of the model.
getArchitecturaltemplatesFactory() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getArchitecturaltemplatesPackage() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesFactory
Returns the package supported by this factory.
getArchitecturaltemplatesPackage() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
getAT() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'AT'.
getAT() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getAT() - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
getAT() - Method in interface org.palladiosimulator.architecturaltemplates.Role
Returns the value of the 'AT' container reference.
getAT_Catalog() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the container reference 'Catalog'.
getAT_Catalog() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getAT_DefaultInstanceURI() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the attribute 'Default Instance URI'.
getAT_DefaultInstanceURI() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getAT_Dependencies() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the reference list 'Dependencies'.
getAT_Dependencies() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getAT_Documentation() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the attribute 'Documentation'.
getAT_Documentation() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getAT_ReconfigurationRuleFolder() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the containment reference 'Reconfiguration Rule Folder'.
getAT_ReconfigurationRuleFolder() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getAT_Roles() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the containment reference list 'Roles'.
getAT_Roles() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getATProfileImports(EObject) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
TODO documentation
getATs() - Method in interface org.palladiosimulator.architecturaltemplates.Catalog
Returns the value of the 'ATs' containment reference list.
getATs() - Method in class org.palladiosimulator.architecturaltemplates.impl.CatalogImpl
getATsFromSystem(System) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Receives the architectural templates attached to a system.
getATStereotypeApplicationsWithoutRoles(EObject) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
 
getByName(String) - Static method in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
Returns the 'PCM File Extensions' literal with the specified name.
getCatalog() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'Catalog'.
getCatalog() - Method in interface org.palladiosimulator.architecturaltemplates.AT
Returns the value of the 'Catalog' container reference.
getCatalog() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getCatalog() - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
getCatalog_ATs() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the containment reference list 'ATs'.
getCatalog_ATs() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getChildFeature(Object, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
getChildFeature(Object, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CatalogItemProvider
getChildFeature(Object, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionItemProvider
getChildFeature(Object, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMCompletionParameterItemProvider
getChildFeature(Object, Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
getChildren(Object) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor.ReverseAdapterFactoryContentProvider
getChildrenFeatures(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
getChildrenFeatures(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CatalogItemProvider
getChildrenFeatures(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionItemProvider
getChildrenFeatures(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMCompletionParameterItemProvider
getChildrenFeatures(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
getCompletion() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'Completion'.
getCompletion() - Method in interface org.palladiosimulator.architecturaltemplates.CompletionParameter
Returns the value of the 'Completion' container reference.
getCompletion() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getCompletion() - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
getCompletion() - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
getCompletion() - Method in interface org.palladiosimulator.architecturaltemplates.Role
Returns the value of the 'Completion' containment reference.
getCompletion_CompletionFileURI() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the attribute 'Completion File URI'.
getCompletion_CompletionFileURI() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getCompletion_Parameters() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the containment reference list 'Parameters'.
getCompletion_Parameters() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getCompletion_Role() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the container reference 'Role'.
getCompletion_Role() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getCompletionFileURI() - Method in interface org.palladiosimulator.architecturaltemplates.Completion
Returns the value of the 'Completion File URI' attribute.
getCompletionFileURI() - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
getCompletionIncludingInherited() - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
getCompletionIncludingInherited() - Method in interface org.palladiosimulator.architecturaltemplates.Role
Returns the value of the 'Completion Including Inherited' reference list.
getCompletionParameter() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'Completion Parameter'.
getCompletionParameter() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getCompletionParameter_Completion() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the container reference 'Completion'.
getCompletionParameter_Completion() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getConstraint() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'Constraint'.
getConstraint() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getConstraint_Expression() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the attribute 'Expression'.
getConstraint_Expression() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getConstraint_Role() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the container reference 'Role'.
getConstraint_Role() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getConstraints() - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
getConstraints() - Method in interface org.palladiosimulator.architecturaltemplates.Role
Returns the value of the 'Constraints' containment reference list.
getConstraintsIncludingInherited() - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
getConstraintsIncludingInherited() - Method in interface org.palladiosimulator.architecturaltemplates.Role
Returns the value of the 'Constraints Including Inherited' reference list.
getContentOutlinePage() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This accesses a cached version of the content outliner.
getDefault() - Static method in class org.palladiosimulator.architecturaltemplates.ocl.Activator
Returns the shared instance
getDefaultInstanceURI() - Method in interface org.palladiosimulator.architecturaltemplates.AT
Returns the value of the 'Default Instance URI' attribute.
getDefaultInstanceURI() - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
getDependencies() - Method in interface org.palladiosimulator.architecturaltemplates.AT
Returns the value of the 'Dependencies' reference list.
getDependencies() - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
getDocumentation() - Method in interface org.palladiosimulator.architecturaltemplates.AT
Returns the value of the 'Documentation' attribute.
getDocumentation() - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
getDoubleTaggedValue(Entity, String, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
getEditingDomain() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getElements(Object) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor.ReverseAdapterFactoryContentProvider
getEncoding() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
getEncodings() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
getErrorMessage() - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionJobConfiguration
 
getExpression() - Method in interface org.palladiosimulator.architecturaltemplates.Constraint
Returns the value of the 'Expression' attribute.
getExpression() - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
getFileExtension() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'File Extension'.
getFileExtension() - Method in interface org.palladiosimulator.architecturaltemplates.GenericFileExtension
Returns the value of the 'File Extension' attribute.
getFileExtension() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getFileExtension() - Method in class org.palladiosimulator.architecturaltemplates.impl.GenericFileExtensionImpl
getFileExtension() - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMCompletionParameterImpl
getFileExtension() - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMFileExtensionImpl
getFileExtension() - Method in interface org.palladiosimulator.architecturaltemplates.PCMCompletionParameter
Returns the value of the 'File Extension' containment reference.
getFileExtension() - Method in interface org.palladiosimulator.architecturaltemplates.PCMFileExtension
Returns the value of the 'File Extension' attribute.
getFileNames() - Method in enum class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants.Partition
 
getFolderURI() - Method in class org.palladiosimulator.architecturaltemplates.impl.ReconfigurationFolderImpl
getFolderURI() - Method in interface org.palladiosimulator.architecturaltemplates.ReconfigurationFolder
Returns the value of the 'Folder URI' attribute.
getGenericFileExtension() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'Generic File Extension'.
getGenericFileExtension() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getGenericFileExtension_FileExtension() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the attribute 'File Extension'.
getGenericFileExtension_FileExtension() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getImage() - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
 
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
This returns AT.gif.
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CatalogItemProvider
This returns Catalog.gif.
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.GenericFileExtensionItemProvider
This returns GenericFileExtension.gif.
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.IsolatedPCMTemplateCompletionParameterItemProvider
This returns IsolatedPCMTemplateCompletionParameter.gif.
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.OCLConstraintItemProvider
This returns OCLConstraint.gif.
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMBlackboardCompletionParameterItemProvider
This returns PCMBlackboardCompletionParameter.gif.
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMFileExtensionItemProvider
This returns PCMFileExtension.gif.
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMOutputCompletionParameterItemProvider
This returns PCMOutputCompletionParameter.gif.
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMTemplateCompletionParameterItemProvider
This returns PCMTemplateCompletionParameter.gif.
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.QVTOCompletionItemProvider
This returns QVTOCompletion.gif.
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ReconfigurationFolderItemProvider
This returns ReconfigurationFolder.gif.
getImage(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
This returns Role.gif.
getInitialObjectName() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
getInitialObjectNames() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
Returns the names of the types that can be created as the root object.
getInitiatorATs() - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
 
getIntTaggedValue(Entity, String, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
getIsolatedPCMTemplateCompletionParameter() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'Isolated PCM Template Completion Parameter'.
getIsolatedPCMTemplateCompletionParameter() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getLabel(String) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
Returns the label for the specified type name.
getLiteral() - Method in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
getLongTaggedValue(Entity, String, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
getModelFile() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardNewFileCreationPage
getModelFile() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
Get the file from the page.
getModelStorageLocation() - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionJobConfiguration
 
getName() - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
 
getName() - Method in enum class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants.Partition
 
getName() - Method in class org.palladiosimulator.architecturaltemplates.jobs.PrepareIsolatedBlackboardPartitionJob
 
getName() - Method in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
getOCLConstraint() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'OCL Constraint'.
getOCLConstraint() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getPackage() - Static method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
Deprecated. 
getParameters() - Method in interface org.palladiosimulator.architecturaltemplates.Completion
Returns the value of the 'Parameters' containment reference list.
getParameters() - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
getParent(Object) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor.ReverseAdapterFactoryContentProvider
getPartitionId() - Method in enum class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants.Partition
 
getPCMBlackboardCompletionParameter() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'PCM Blackboard Completion Parameter'.
getPCMBlackboardCompletionParameter() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getPCMCompletionParameter() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'PCM Completion Parameter'.
getPCMCompletionParameter() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getPCMCompletionParameter_FileExtension() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the containment reference 'File Extension'.
getPCMCompletionParameter_FileExtension() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getPCMFileExtension() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'PCM File Extension'.
getPCMFileExtension() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getPCMFileExtension_FileExtension() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the attribute 'File Extension'.
getPCMFileExtension_FileExtension() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getPCMFileExtensions() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for enum 'PCM File Extensions'.
getPCMFileExtensions() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getPCMOutputCompletionParameter() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'PCM Output Completion Parameter'.
getPCMOutputCompletionParameter() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getPCMTemplateCompletionParameter() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'PCM Template Completion Parameter'.
getPCMTemplateCompletionParameter() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getPCMTemplateCompletionParameter_TemplateFileURI() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the attribute 'Template File URI'.
getPCMTemplateCompletionParameter_TemplateFileURI() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getPlugin() - Static method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditorPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginResourceLocator() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditorPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginResourceLocator() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CatalogItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionParameterItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ConstraintItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.FileExtensionItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.GenericFileExtensionItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.IsolatedPCMTemplateCompletionParameterItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.OCLConstraintItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMBlackboardCompletionParameterItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMCompletionParameterItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMFileExtensionItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMOutputCompletionParameterItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMTemplateCompletionParameterItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.QVTOCompletionItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ReconfigurationFolderItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
This returns the property descriptors for the adapted class.
getPropertySheetPage() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This accesses a cached version of the property sheet.
getQVTOCompletion() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'QVTO Completion'.
getQVTOCompletion() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getReconfigurationFolder() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'Reconfiguration Folder'.
getReconfigurationFolder() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getReconfigurationFolder_FolderURI() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the attribute 'Folder URI'.
getReconfigurationFolder_FolderURI() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getReconfigurationRuleFolder() - Method in interface org.palladiosimulator.architecturaltemplates.AT
Returns the value of the 'Reconfiguration Rule Folder' containment reference.
getReconfigurationRuleFolder() - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
getRegisteredArchitecturalTemplates() - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Returns all ATs that are currently registered.
getRegisteredATCatlogs() - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
 
getResourceLocator() - Method in class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.palladiosimulator.architecturaltemplates.provider.CatalogItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionParameterItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.palladiosimulator.architecturaltemplates.provider.ConstraintItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.palladiosimulator.architecturaltemplates.provider.FileExtensionItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.palladiosimulator.architecturaltemplates.provider.ReconfigurationFolderItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
Return the resource locator for this item provider's resources.
getResultArchitecturalTemplate() - Method in class org.palladiosimulator.architecturaltemplates.ui.dialogs.ArchitecturalTemplateSelectionDialog
 
getResultRoleStereotype() - Method in class org.palladiosimulator.architecturaltemplates.ui.dialogs.RoleStereotypeSelectionDialog
Returns the selected Stereotype.
getRole() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for class 'Role'.
getRole() - Method in interface org.palladiosimulator.architecturaltemplates.Completion
Returns the value of the 'Role' container reference.
getRole() - Method in interface org.palladiosimulator.architecturaltemplates.Constraint
Returns the value of the 'Role' container reference.
getRole() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getRole() - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
getRole() - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
getRole(Stereotype) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Gets the Role associated with the given Stereotype.
getRole_AT() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the container reference 'AT'.
getRole_AT() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getRole_Completion() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the containment reference 'Completion'.
getRole_Completion() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getRole_CompletionIncludingInherited() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the reference list 'Completion Including Inherited'.
getRole_CompletionIncludingInherited() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getRole_Constraints() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the containment reference list 'Constraints'.
getRole_Constraints() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getRole_ConstraintsIncludingInherited() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the reference list 'Constraints Including Inherited'.
getRole_ConstraintsIncludingInherited() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getRole_RoleIncludingInherited() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the reference list 'Role Including Inherited'.
getRole_RoleIncludingInherited() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getRole_Stereotype() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the reference 'Stereotype'.
getRole_Stereotype() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getRole_SuperRoles() - Method in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
Returns the meta object for the reference list 'Super Roles'.
getRole_SuperRoles() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
getRoleApplications(EObject) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Returns all StereotypeApplications applied to the EObject that are role-applications (their Stereotype is a Role).
getRoleIncludingInherited() - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
getRoleIncludingInherited() - Method in interface org.palladiosimulator.architecturaltemplates.Role
Returns the value of the 'Role Including Inherited' reference list.
getRoles() - Method in interface org.palladiosimulator.architecturaltemplates.AT
Returns the value of the 'Roles' containment reference list.
getRoles() - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
getRootAdapterFactory() - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getSelection() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This implements ISelectionProvider to return this editor's overall selection.
getStereotype() - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
getStereotype() - Method in interface org.palladiosimulator.architecturaltemplates.Role
Returns the value of the 'Stereotype' reference.
getStringTaggedValue(Entity, String, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
getSuperRoles() - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
getSuperRoles() - Method in interface org.palladiosimulator.architecturaltemplates.Role
Returns the value of the 'Super Roles' reference list.
getSystemRoleStereotype(Profile) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Gets the Stereotype that represents the system-role for the given Profile.
getTaggedValue(Entity, String, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
getTemplateFileURI() - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMTemplateCompletionParameterImpl
getTemplateFileURI() - Method in interface org.palladiosimulator.architecturaltemplates.PCMTemplateCompletionParameter
Returns the value of the 'Template File URI' attribute.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CatalogItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionParameterItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ConstraintItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.FileExtensionItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.GenericFileExtensionItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.IsolatedPCMTemplateCompletionParameterItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.OCLConstraintItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMBlackboardCompletionParameterItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMCompletionParameterItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMFileExtensionItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMOutputCompletionParameterItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMTemplateCompletionParameterItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.QVTOCompletionItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ReconfigurationFolderItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
This returns the label text for the adapted class.
getValue() - Method in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
getViewer() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This returns the viewer as required by the IViewerProvider interface.
gotoMarker(IMarker) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor

H

handleActivate() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Handles activation of the editor or it's associated views.
handleChangedResources() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Handles what to do with changed resources on activation.
handleContentOutlineSelection(ISelection) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This deals with how we want selection in the outliner to affect the other views.
handleDirtyConflict() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Shows a dialog that asks if conflicting changes should be discarded.
hasAppliedStereotype(Set<Entity>, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
hasAppliedStereotype(Entity, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
hasChildren(Object) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor.ReverseAdapterFactoryContentProvider
hasRoles(EObject) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Tests whether the given EObject has roles attached.
hideTabs() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom.

I

Implementation() - Constructor for class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditorPlugin.Implementation
Creates an instance.
Implementation() - Constructor for class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesEditPlugin.Implementation
Creates an instance.
init() - Static method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IEditorSite, IEditorInput) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is called during startup.
init(IWorkbench, IStructuredSelection) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
This just records the information.
initializeEditingDomain() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This sets up the editing domain for the model editor.
initializeFrom(ILaunchConfiguration) - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
 
initializePackageContents() - Method in class org.palladiosimulator.architecturaltemplates.impl.ArchitecturaltemplatesPackageImpl
Complete the initialization of the package and its meta-model.
initialObjectCreationPage - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
This is the initial object creation page.
initialObjectField - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
initialObjectNames - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
Caches the names of the types that can be created as the root object.
INSTANCE - Static variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditorPlugin
Keep track of the singleton.
INSTANCE - Static variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesEditPlugin
Keep track of the singleton.
isArchitecturalTemplate(Profile) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Tests whether a Profile is an Architectural-Template.
isArchitecturalTemplateStereotype(Stereotype) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Tests whether a Stereotype belongs to an architectural template.
isArchitecturalTemplateStereotypeApplication(StereotypeApplication) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Tests whether a StereotypeApplication belongs to an architectural template.
isDirty() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is for implementing IEditorPart and simply tests the command stack.
isFactoryForType(Object) - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
isFactoryForType(Object) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
Returns whether this factory is applicable for the type of the object.
ISOLATED_PCM_TEMPLATE_COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'Isolated PCM Template Completion Parameter' class.
ISOLATED_PCM_TEMPLATE_COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Isolated PCM Template Completion Parameter' class.
ISOLATED_PCM_TEMPLATE_COMPLETION_PARAMETER__COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Completion' container reference.
ISOLATED_PCM_TEMPLATE_COMPLETION_PARAMETER__FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'File Extension' containment reference.
ISOLATED_PCM_TEMPLATE_COMPLETION_PARAMETER__TEMPLATE_FILE_URI - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Template File URI' attribute.
ISOLATED_PCM_TEMPLATE_COMPLETION_PARAMETER_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'Isolated PCM Template Completion Parameter' class.
ISOLATED_TEMPLATE - Enum constant in enum class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants.Partition
 
IsolatedPCMTemplateCompletionParameter - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'Isolated PCM Template Completion Parameter'.
IsolatedPCMTemplateCompletionParameterImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'Isolated PCM Template Completion Parameter'.
IsolatedPCMTemplateCompletionParameterImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.IsolatedPCMTemplateCompletionParameterImpl
isolatedPCMTemplateCompletionParameterItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all IsolatedPCMTemplateCompletionParameter instances.
IsolatedPCMTemplateCompletionParameterItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a IsolatedPCMTemplateCompletionParameter object.
IsolatedPCMTemplateCompletionParameterItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.IsolatedPCMTemplateCompletionParameterItemProvider
This constructs an instance from a factory and a notifier.
isPersisted(Resource) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This returns whether something has been persisted to the URI of the specified resource.
isProfileApplied(EObject, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
isRole(Stereotype) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Tests whether a Stereotype conforms the role-convention (a tagged-value for the #ROLE_URI exists).
isSaveAsAllowed() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This always returns true because it is not currently supported.
isStoreCompletedModels() - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionJobConfiguration
 
isStoreReconfiguredModels() - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionJobConfiguration
 
isSwitchFor(EPackage) - Method in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
Checks whether this is a switch for the given package.
isSystemRole(Stereotype) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Tests whether a Stereotype is a system-role.
isValid(ILaunchConfiguration) - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
 

L

linearize(Role) - Static method in class org.palladiosimulator.architecturaltemplates.util.C3RoleLinearization
 
linearizeReversed(Role) - Static method in class org.palladiosimulator.architecturaltemplates.util.C3RoleLinearization
 
listViewer - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This shows how a list view works.

M

markerHelper - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View.
menuAboutToShow(IMenuManager) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This populates the pop-up menu before it appears.
menuAboutToShow(IMenuManager) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This implements IMenuListener to help fill the context menus with contributions from the Edit menu.
MODEL_STORAGE_LOCATION - Static variable in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
Name of configuration attribute for the model storage location.
modelPackage - Static variable in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
The cached model package.
modelPackage - Static variable in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesSwitch
The cached model package
modelSwitch - Variable in class org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
The switch that delegates to the createXXX methods.
MONITORREPOSITORY - Enum constant in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'MONITORREPOSITORY' literal object.
MONITORREPOSITORY_VALUE - Static variable in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'MONITORREPOSITORY' literal value.

N

newFileCreationPage - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
This is the file creation page.
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.ATItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.CatalogItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.CompletionParameterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.ConstraintItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.FileExtensionItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.GenericFileExtensionItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.IsolatedPCMTemplateCompletionParameterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.OCLConstraintItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMBlackboardCompletionParameterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMCompletionParameterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMFileExtensionItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMOutputCompletionParameterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.PCMTemplateCompletionParameterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.QVTOCompletionItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.ReconfigurationFolderItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).

O

OCL_CONSTRAINT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'OCL Constraint' class.
OCL_CONSTRAINT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'OCL Constraint' class.
OCL_CONSTRAINT__ENTITY_NAME - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Entity Name' attribute.
OCL_CONSTRAINT__EXPRESSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Expression' attribute.
OCL_CONSTRAINT__ID - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Id' attribute.
OCL_CONSTRAINT__ROLE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Role' container reference.
OCL_CONSTRAINT_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'OCL Constraint' class.
OCLConstraint - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'OCL Constraint'.
OCLConstraintImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'OCL Constraint'.
OCLConstraintImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.OCLConstraintImpl
oclConstraintItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all OCLConstraint instances.
OCLConstraintItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a OCLConstraint object.
OCLConstraintItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.OCLConstraintItemProvider
This constructs an instance from a factory and a notifier.
org.palladiosimulator.architecturaltemplates - package org.palladiosimulator.architecturaltemplates
 
org.palladiosimulator.architecturaltemplates.api - package org.palladiosimulator.architecturaltemplates.api
 
org.palladiosimulator.architecturaltemplates.catalog - package org.palladiosimulator.architecturaltemplates.catalog
 
org.palladiosimulator.architecturaltemplates.catalog.black - package org.palladiosimulator.architecturaltemplates.catalog.black
 
org.palladiosimulator.architecturaltemplates.impl - package org.palladiosimulator.architecturaltemplates.impl
 
org.palladiosimulator.architecturaltemplates.jobs - package org.palladiosimulator.architecturaltemplates.jobs
Workflow jobs used by architectural templates.
org.palladiosimulator.architecturaltemplates.jobs.config - package org.palladiosimulator.architecturaltemplates.jobs.config
 
org.palladiosimulator.architecturaltemplates.jobs.constants - package org.palladiosimulator.architecturaltemplates.jobs.constants
 
org.palladiosimulator.architecturaltemplates.ocl - package org.palladiosimulator.architecturaltemplates.ocl
 
org.palladiosimulator.architecturaltemplates.presentation - package org.palladiosimulator.architecturaltemplates.presentation
 
org.palladiosimulator.architecturaltemplates.provider - package org.palladiosimulator.architecturaltemplates.provider
 
org.palladiosimulator.architecturaltemplates.ui.dialogs - package org.palladiosimulator.architecturaltemplates.ui.dialogs
 
org.palladiosimulator.architecturaltemplates.util - package org.palladiosimulator.architecturaltemplates.util
 
ORIGINAL_PCM - Enum constant in enum class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants.Partition
 

P

pageChange(int) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is used to track the active viewer.
parentAdapterFactory - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentViewer - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This inverts the roll of parent and child in the content provider and show parents as a tree.
partListener - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This listens for when the outline becomes active
PCM - Enum constant in enum class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants.Partition
 
PCM_BLACKBOARD_COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'PCM Blackboard Completion Parameter' class.
PCM_BLACKBOARD_COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'PCM Blackboard Completion Parameter' class.
PCM_BLACKBOARD_COMPLETION_PARAMETER__COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Completion' container reference.
PCM_BLACKBOARD_COMPLETION_PARAMETER__FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'File Extension' containment reference.
PCM_BLACKBOARD_COMPLETION_PARAMETER_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'PCM Blackboard Completion Parameter' class.
PCM_COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'PCM Completion Parameter' class.
PCM_COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'PCM Completion Parameter' class.
PCM_COMPLETION_PARAMETER__COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Completion' container reference.
PCM_COMPLETION_PARAMETER__FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'File Extension' containment reference feature.
PCM_COMPLETION_PARAMETER__FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'File Extension' containment reference.
PCM_COMPLETION_PARAMETER_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'PCM Completion Parameter' class.
PCM_FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'PCM File Extension' class.
PCM_FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'PCM File Extension' class.
PCM_FILE_EXTENSION__FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'File Extension' attribute feature.
PCM_FILE_EXTENSION__FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'File Extension' attribute.
PCM_FILE_EXTENSION_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'PCM File Extension' class.
PCM_FILE_EXTENSIONS - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'PCM File Extensions' enum.
PCM_FILE_EXTENSIONS - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'PCM File Extensions' enum.
PCM_FILES - Static variable in class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants
 
PCM_MODELS_PARTITION_ID - Static variable in class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants
ID of the blackboard partition containing the fully loaded PCM instance.
PCM_OUTPUT_COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'PCM Output Completion Parameter' class.
PCM_OUTPUT_COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'PCM Output Completion Parameter' class.
PCM_OUTPUT_COMPLETION_PARAMETER__COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Completion' container reference.
PCM_OUTPUT_COMPLETION_PARAMETER__FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'File Extension' containment reference.
PCM_OUTPUT_COMPLETION_PARAMETER_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'PCM Output Completion Parameter' class.
PCM_TEMPLATE_COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'PCM Template Completion Parameter' class.
PCM_TEMPLATE_COMPLETION_PARAMETER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'PCM Template Completion Parameter' class.
PCM_TEMPLATE_COMPLETION_PARAMETER__COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Completion' container reference.
PCM_TEMPLATE_COMPLETION_PARAMETER__FILE_EXTENSION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'File Extension' containment reference.
PCM_TEMPLATE_COMPLETION_PARAMETER__TEMPLATE_FILE_URI - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Template File URI' attribute feature.
PCM_TEMPLATE_COMPLETION_PARAMETER__TEMPLATE_FILE_URI - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Template File URI' attribute.
PCM_TEMPLATE_COMPLETION_PARAMETER_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'PCM Template Completion Parameter' class.
PCMBlackboardCompletionParameter - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'PCM Blackboard Completion Parameter'.
PCMBlackboardCompletionParameterImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'PCM Blackboard Completion Parameter'.
PCMBlackboardCompletionParameterImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.PCMBlackboardCompletionParameterImpl
pcmBlackboardCompletionParameterItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all PCMBlackboardCompletionParameter instances.
PCMBlackboardCompletionParameterItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a PCMBlackboardCompletionParameter object.
PCMBlackboardCompletionParameterItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.PCMBlackboardCompletionParameterItemProvider
This constructs an instance from a factory and a notifier.
PCMCompletionParameter - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'PCM Completion Parameter'.
PCMCompletionParameterImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'PCM Completion Parameter'.
PCMCompletionParameterImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.PCMCompletionParameterImpl
PCMCompletionParameterItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a PCMCompletionParameter object.
PCMCompletionParameterItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.PCMCompletionParameterItemProvider
This constructs an instance from a factory and a notifier.
PCMFileExtension - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'PCM File Extension'.
PCMFileExtensionImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'PCM File Extension'.
PCMFileExtensionImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.PCMFileExtensionImpl
pcmFileExtensionItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all PCMFileExtension instances.
PCMFileExtensionItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a PCMFileExtension object.
PCMFileExtensionItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.PCMFileExtensionItemProvider
This constructs an instance from a factory and a notifier.
PCMFileExtensions - Enum Class in org.palladiosimulator.architecturaltemplates
A representation of the literals of the enumeration 'PCM File Extensions', and utility methods for working with them.
PCMLibrary - Class in org.palladiosimulator.architecturaltemplates.catalog.black
 
PCMLibrary() - Constructor for class org.palladiosimulator.architecturaltemplates.catalog.black.PCMLibrary
 
PCMMEASURINGPOINT - Enum constant in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'PCMMEASURINGPOINT' literal object.
PCMMEASURINGPOINT_VALUE - Static variable in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'PCMMEASURINGPOINT' literal value.
PCMOutputCompletionParameter - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'PCM Output Completion Parameter'.
PCMOutputCompletionParameterImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'PCM Output Completion Parameter'.
PCMOutputCompletionParameterImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.PCMOutputCompletionParameterImpl
pcmOutputCompletionParameterItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all PCMOutputCompletionParameter instances.
PCMOutputCompletionParameterItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a PCMOutputCompletionParameter object.
PCMOutputCompletionParameterItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.PCMOutputCompletionParameterItemProvider
This constructs an instance from a factory and a notifier.
PCMTemplateCompletionParameter - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'PCM Template Completion Parameter'.
PCMTemplateCompletionParameterImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'PCM Template Completion Parameter'.
PCMTemplateCompletionParameterImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.PCMTemplateCompletionParameterImpl
pcmTemplateCompletionParameterItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all PCMTemplateCompletionParameter instances.
PCMTemplateCompletionParameterItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a PCMTemplateCompletionParameter object.
PCMTemplateCompletionParameterItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.PCMTemplateCompletionParameterItemProvider
This constructs an instance from a factory and a notifier.
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
 
performFinish() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
Do the work after everything is specified.
PLUGIN_ID - Static variable in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
The ID of this plug-in.
PLUGIN_ID - Static variable in class org.palladiosimulator.architecturaltemplates.ocl.Activator
 
populateManager(IContributionManager, Collection<? extends IAction>, String) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This populates the specified manager with ActionContributionItems based on the IActions contained in the actions collection, by inserting them before the specified contribution item contributionID.
PrepareIsolatedBlackboardPartitionJob - Class in org.palladiosimulator.architecturaltemplates.jobs
Creates and fills the Template model partition for template-based completions.
PrepareIsolatedBlackboardPartitionJob(ATExtensionJobConfiguration) - Constructor for class org.palladiosimulator.architecturaltemplates.jobs.PrepareIsolatedBlackboardPartitionJob
 
problemIndicationAdapter - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Adapter used to update the problem indication when resources are demanded loaded.
ProfilesLibrary - Class in org.palladiosimulator.architecturaltemplates.catalog.black
 
ProfilesLibrary() - Constructor for class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
propertySheetPages - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is the property sheet page.

Q

QVTO_COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'QVTO Completion' class.
QVTO_COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'QVTO Completion' class.
QVTO_COMPLETION__COMPLETION_FILE_URI - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Completion File URI' attribute.
QVTO_COMPLETION__PARAMETERS - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Parameters' containment reference list.
QVTO_COMPLETION__ROLE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Role' container reference.
QVTO_COMPLETION_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'QVTO Completion' class.
QVTOCompletion - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'QVTO Completion'.
QVTOCompletionImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'QVTO Completion'.
QVTOCompletionImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.QVTOCompletionImpl
qvtoCompletionItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all QVTOCompletion instances.
QVTOCompletionItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a QVTOCompletion object.
QVTOCompletionItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.QVTOCompletionItemProvider
This constructs an instance from a factory and a notifier.

R

RECONFIGURATION_FOLDER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Reconfiguration Folder' class.
RECONFIGURATION_FOLDER - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'Reconfiguration Folder' class.
RECONFIGURATION_FOLDER__FOLDER_URI - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Folder URI' attribute feature.
RECONFIGURATION_FOLDER__FOLDER_URI - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Folder URI' attribute.
RECONFIGURATION_FOLDER_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'Reconfiguration Folder' class.
ReconfigurationFolder - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'Reconfiguration Folder'.
ReconfigurationFolderImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'Reconfiguration Folder'.
ReconfigurationFolderImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.ReconfigurationFolderImpl
reconfigurationFolderItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all ReconfigurationFolder instances.
ReconfigurationFolderItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a ReconfigurationFolder object.
ReconfigurationFolderItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.ReconfigurationFolderItemProvider
This constructs an instance from a factory and a notifier.
refreshViewerAction - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This action refreshes the viewer of the current editor if the editor implements IViewerProvider.
removeAllReferencesOnDelete() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This ensures that a delete action will clean up all references to deleted objects.
removedResources - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Resources that have been removed since last activation.
removeListener(INotifyChangedListener) - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This removes a listener.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This implements ISelectionProvider.
removeStereotypeApplications(Entity, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
REPOSITORY - Enum constant in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'REPOSITORY' literal object.
REPOSITORY_VALUE - Static variable in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'REPOSITORY' literal value.
resourceChangeListener - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This listens for workspace changes.
RESOURCEENVIRONMENT - Enum constant in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'RESOURCEENVIRONMENT' literal object.
RESOURCEENVIRONMENT_VALUE - Static variable in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'RESOURCEENVIRONMENT' literal value.
resourceToDiagnosticMap - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Map to store the diagnostic associated with a resource.
RESOURCETYPE - Enum constant in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'RESOURCETYPE' literal object.
RESOURCETYPE_VALUE - Static variable in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'RESOURCETYPE' literal value.
ReverseAdapterFactoryContentProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor.ReverseAdapterFactoryContentProvider
Role - Interface in org.palladiosimulator.architecturaltemplates
A representation of the model object 'Role'.
ROLE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Role' class.
ROLE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The meta object id for the 'Role' class.
ROLE__AT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'AT' container reference feature.
ROLE__AT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'AT' container reference.
ROLE__COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Completion' containment reference feature.
ROLE__COMPLETION - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Completion' containment reference.
ROLE__COMPLETION_INCLUDING_INHERITED - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Completion Including Inherited' reference list feature.
ROLE__COMPLETION_INCLUDING_INHERITED - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Completion Including Inherited' reference list.
ROLE__CONSTRAINTS - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Constraints' containment reference list feature.
ROLE__CONSTRAINTS - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Constraints' containment reference list.
ROLE__CONSTRAINTS_INCLUDING_INHERITED - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Constraints Including Inherited' reference list feature.
ROLE__CONSTRAINTS_INCLUDING_INHERITED - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Constraints Including Inherited' reference list.
ROLE__ENTITY_NAME - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Entity Name' attribute.
ROLE__ID - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Id' attribute.
ROLE__ROLE_INCLUDING_INHERITED - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Role Including Inherited' reference list feature.
ROLE__ROLE_INCLUDING_INHERITED - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Role Including Inherited' reference list.
ROLE__STEREOTYPE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Stereotype' reference feature.
ROLE__STEREOTYPE - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Stereotype' reference.
ROLE__SUPER_ROLES - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage.Literals
The meta object literal for the 'Super Roles' reference list feature.
ROLE__SUPER_ROLES - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The feature id for the 'Super Roles' reference list.
ROLE_FEATURE_COUNT - Static variable in interface org.palladiosimulator.architecturaltemplates.ArchitecturaltemplatesPackage
The number of structural features of the 'Role' class.
RoleImpl - Class in org.palladiosimulator.architecturaltemplates.impl
An implementation of the model object 'Role'.
RoleImpl() - Constructor for class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
roleItemProvider - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of the one adapter used for all Role instances.
RoleItemProvider - Class in org.palladiosimulator.architecturaltemplates.provider
This is the item provider adapter for a Role object.
RoleItemProvider(AdapterFactory) - Constructor for class org.palladiosimulator.architecturaltemplates.provider.RoleItemProvider
This constructs an instance from a factory and a notifier.
RoleStereotypeSelectionDialog - Class in org.palladiosimulator.architecturaltemplates.ui.dialogs
A dialog for selecting Role-Stereotypes.
RoleStereotypeSelectionDialog(Shell) - Constructor for class org.palladiosimulator.architecturaltemplates.ui.dialogs.RoleStereotypeSelectionDialog
 
RunATCompletionJob - Class in org.palladiosimulator.architecturaltemplates.jobs
Recursively applies AT completions until no AT completion is left anymore.
RunATCompletionJob(ATExtensionJobConfiguration) - Constructor for class org.palladiosimulator.architecturaltemplates.jobs.RunATCompletionJob
 
RunATJob - Class in org.palladiosimulator.architecturaltemplates.jobs
Conducts a complete AT Job: 1) Validate blackboard models according to AT constraints.
RunATJob() - Constructor for class org.palladiosimulator.architecturaltemplates.jobs.RunATJob
 

S

savedResources - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Resources that have been saved.
SDM_MODEL_PARTITION_ID - Static variable in class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants
 
selection - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
Remember the selection during initialization for populating the default container.
selectionChanged(SelectionChangedEvent) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This implements ISelectionChangedListener, handling SelectionChangedEvents by querying for the children and siblings that can be added to the selected object and updating the menus accordingly.
selectionChangedListener - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This listens to which ever viewer is active.
selectionChangedListeners - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This keeps track of all the ISelectionChangedListeners that are listening to this editor.
selectionProvider - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This keeps track of the current selection provider.
selectionViewer - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This is the viewer that shadows the selection in the content outline.
SERVICELEVELOBJECTIVE - Enum constant in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'SERVICELEVELOBJECTIVE' literal object.
SERVICELEVELOBJECTIVE_VALUE - Static variable in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'SERVICELEVELOBJECTIVE' literal value.
setActiveEditor(IEditorPart) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
When the active editor changes, this remembers the change and registers with it as a selection provider.
setArchitecturalTemplate(AT) - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionJobConfiguration
 
setAT(AT) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
setAT(AT) - Method in interface org.palladiosimulator.architecturaltemplates.Role
Sets the value of the 'AT' container reference.
setCatalog(Catalog) - Method in interface org.palladiosimulator.architecturaltemplates.AT
Sets the value of the 'Catalog' container reference.
setCatalog(Catalog) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
setCompletion(Completion) - Method in interface org.palladiosimulator.architecturaltemplates.CompletionParameter
Sets the value of the 'Completion' container reference.
setCompletion(Completion) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionParameterImpl
setCompletion(Completion) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
setCompletion(Completion) - Method in interface org.palladiosimulator.architecturaltemplates.Role
Sets the value of the 'Completion' containment reference.
setCompletionFileURI(String) - Method in interface org.palladiosimulator.architecturaltemplates.Completion
Sets the value of the 'Completion File URI' attribute.
setCompletionFileURI(String) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
setCurrentViewer(Viewer) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one.
setCurrentViewerPane(ViewerPane) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
setDefaultInstanceURI(String) - Method in interface org.palladiosimulator.architecturaltemplates.AT
Sets the value of the 'Default Instance URI' attribute.
setDefaultInstanceURI(String) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
setDefaults() - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionJobConfiguration
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
 
setDocumentation(String) - Method in interface org.palladiosimulator.architecturaltemplates.AT
Sets the value of the 'Documentation' attribute.
setDocumentation(String) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
setDoubleTaggedValue(Entity, double, String, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
setElements(Object[]) - Method in class org.palladiosimulator.architecturaltemplates.ui.dialogs.ArchitecturalTemplateSelectionDialog
setElements(Object[]) - Method in class org.palladiosimulator.architecturaltemplates.ui.dialogs.RoleStereotypeSelectionDialog
setExpression(String) - Method in interface org.palladiosimulator.architecturaltemplates.Constraint
Sets the value of the 'Expression' attribute.
setExpression(String) - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
setFileExtension(String) - Method in interface org.palladiosimulator.architecturaltemplates.GenericFileExtension
Sets the value of the 'File Extension' attribute.
setFileExtension(String) - Method in class org.palladiosimulator.architecturaltemplates.impl.GenericFileExtensionImpl
setFileExtension(FileExtension) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMCompletionParameterImpl
setFileExtension(FileExtension) - Method in interface org.palladiosimulator.architecturaltemplates.PCMCompletionParameter
Sets the value of the 'File Extension' containment reference.
setFileExtension(PCMFileExtensions) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMFileExtensionImpl
setFileExtension(PCMFileExtensions) - Method in interface org.palladiosimulator.architecturaltemplates.PCMFileExtension
Sets the value of the 'File Extension' attribute.
setFocus() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
setFolderURI(String) - Method in class org.palladiosimulator.architecturaltemplates.impl.ReconfigurationFolderImpl
setFolderURI(String) - Method in interface org.palladiosimulator.architecturaltemplates.ReconfigurationFolder
Sets the value of the 'Folder URI' attribute.
setJobConfiguration(AbstractExtensionJobConfiguration) - Method in class org.palladiosimulator.architecturaltemplates.jobs.RunATJob
Cannot add jobs earlier as extension jobs get configured after instantiation.
setModelStorageLocation(String) - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionJobConfiguration
 
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setReconfigurationRuleFolder(ReconfigurationFolder) - Method in interface org.palladiosimulator.architecturaltemplates.AT
Sets the value of the 'Reconfiguration Rule Folder' containment reference.
setReconfigurationRuleFolder(ReconfigurationFolder) - Method in class org.palladiosimulator.architecturaltemplates.impl.ATImpl
setRole(Role) - Method in interface org.palladiosimulator.architecturaltemplates.Completion
Sets the value of the 'Role' container reference.
setRole(Role) - Method in interface org.palladiosimulator.architecturaltemplates.Constraint
Sets the value of the 'Role' container reference.
setRole(Role) - Method in class org.palladiosimulator.architecturaltemplates.impl.CompletionImpl
setRole(Role) - Method in class org.palladiosimulator.architecturaltemplates.impl.ConstraintImpl
setSelection(ISelection) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This implements ISelectionProvider to set this editor's overall selection.
setSelectionToViewer(Collection<?>) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This sets the selection into whichever viewer is active.
setStatusLineManager(ISelection) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
setStereotype(Stereotype) - Method in class org.palladiosimulator.architecturaltemplates.impl.RoleImpl
setStereotype(Stereotype) - Method in interface org.palladiosimulator.architecturaltemplates.Role
Sets the value of the 'Stereotype' reference.
setStoreCompletedModels(boolean) - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionJobConfiguration
 
setStoreReconfiguredModels(boolean) - Method in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionJobConfiguration
 
setStringTaggedValue(Entity, String, String, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
setTaggedValue(Entity, int, String, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
setTaggedValue(Entity, Object, String, String) - Static method in class org.palladiosimulator.architecturaltemplates.catalog.black.ProfilesLibrary
 
setTemplateFileURI(String) - Method in class org.palladiosimulator.architecturaltemplates.impl.PCMTemplateCompletionParameterImpl
setTemplateFileURI(String) - Method in interface org.palladiosimulator.architecturaltemplates.PCMTemplateCompletionParameter
Sets the value of the 'Template File URI' attribute.
setVisible(boolean) - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
showOutlineView() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Returns whether the outline view should be presented to the user.
showPropertiesViewAction - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesActionBarContributor
This action opens the Properties view.
showTabs() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
If there is more than one page in the multi-page editor part, this shows the tabs at the bottom.
SimuLizarConfigurator - Class in org.palladiosimulator.architecturaltemplates.jobs.config
 
SimuLizarConfigurator() - Constructor for class org.palladiosimulator.architecturaltemplates.jobs.config.SimuLizarConfigurator
 
start(BundleContext) - Method in class org.palladiosimulator.architecturaltemplates.catalog.Activator
 
start(BundleContext) - Method in class org.palladiosimulator.architecturaltemplates.ocl.Activator
 
StereotypeEnvironment - Class in org.palladiosimulator.architecturaltemplates.ocl
 
StereotypeEnvironmentFactory - Class in org.palladiosimulator.architecturaltemplates.ocl
 
StereotypeEnvironmentFactory(MDSDBlackboard) - Constructor for class org.palladiosimulator.architecturaltemplates.ocl.StereotypeEnvironmentFactory
 
StereotypeEvaluationEnvironment - Class in org.palladiosimulator.architecturaltemplates.ocl
 
StereotypeEvaluationEnvironment(EcoreEnvironmentFactory, MDSDBlackboard) - Constructor for class org.palladiosimulator.architecturaltemplates.ocl.StereotypeEvaluationEnvironment
 
StereotypeEvaluationEnvironment(EvaluationEnvironment<EClassifier, EOperation, EStructuralFeature, EClass, EObject>, MDSDBlackboard) - Constructor for class org.palladiosimulator.architecturaltemplates.ocl.StereotypeEvaluationEnvironment
 
stop(BundleContext) - Method in class org.palladiosimulator.architecturaltemplates.catalog.Activator
 
stop(BundleContext) - Method in class org.palladiosimulator.architecturaltemplates.ocl.Activator
 
STORE_COMPLETED_MODELS - Static variable in class org.palladiosimulator.architecturaltemplates.jobs.config.ATExtensionTab
Name of configuration attribute for storing blackboard partition models after AT completion.
StoreCompletedModelsJob - Class in org.palladiosimulator.architecturaltemplates.jobs
Copies all resources of the partitions defined in the PARTITION_IDS constant to a given model storage location.
StoreCompletedModelsJob(ATExtensionJobConfiguration, String, boolean) - Constructor for class org.palladiosimulator.architecturaltemplates.jobs.StoreCompletedModelsJob
Default constructor.
supportedTypes - Variable in class org.palladiosimulator.architecturaltemplates.provider.ArchitecturaltemplatesItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
SYSTEM - Enum constant in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'SYSTEM' literal object.
SYSTEM_VALUE - Static variable in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'SYSTEM' literal value.

T

tableViewer - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This shows how a table view works.
TEMPLATE_FILE_URI_EDEFAULT - Static variable in class org.palladiosimulator.architecturaltemplates.impl.PCMTemplateCompletionParameterImpl
The default value of the 'Template File URI' attribute.
toString() - Method in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
Returns the literal value of the enumerator, which is its string representation.
treeViewer - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This shows how a tree view works.
treeViewerWithColumns - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
This shows how a tree view with columns works.

U

unapplyArchitecturalTemplate(ResourceEnvironment, Profile) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Unapplies the given Architectural-Template-Profile from the ResourceEnvironment.
unapplyArchitecturalTemplate(ResourceEnvironment, AT) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Unapplies the given AT from the ResourceEnvironment.
unapplyArchitecturalTemplate(System, Profile) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Unapplies the given Architectural-Template-Profile from the System.
unapplyArchitecturalTemplate(System, AT) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Unapplies the given AT from the System.
unapplyRole(EObject, Stereotype) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Unapplies the given Role-Stereotype from the EObject.
unapplyRole(EObject, Role) - Static method in class org.palladiosimulator.architecturaltemplates.api.ArchitecturalTemplateAPI
Unapplies the given Role from the EObject.
updateProblemIndication - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Controls whether the problem indication should be updated.
updateProblemIndication() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesEditor
Updates the problems indication with the information described in the specified diagnostic.
USAGEMODEL - Enum constant in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'USAGEMODEL' literal object.
USAGEMODEL_VALUE - Static variable in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
The 'USAGEMODEL' literal value.

V

ValidateModelsJob - Class in org.palladiosimulator.architecturaltemplates.jobs
Validates blackboard models according to the given AT constraints.
ValidateModelsJob(ATExtensionJobConfiguration) - Constructor for class org.palladiosimulator.architecturaltemplates.jobs.ValidateModelsJob
 
validatePage() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
validatePage() - Method in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardNewFileCreationPage
The framework calls this to see if the file is correct.
validator - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard.ArchitecturaltemplatesModelWizardInitialObjectCreationPage
valueOf(String) - Static method in enum class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants.Partition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants.Partition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES - Static variable in enum class org.palladiosimulator.architecturaltemplates.PCMFileExtensions
A public read-only list of all the 'PCM File Extensions' enumerators.

W

workbench - Variable in class org.palladiosimulator.architecturaltemplates.presentation.ArchitecturaltemplatesModelWizard
Remember the workbench during initialization.
A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values