- IAnalysis - Interface in org.osate.ui.actions
-
IAnalysis
is the interface for all analyses that can be run
through the Auto-Analysis view.
- ID - Static variable in class org.osate.core.AadlNature
-
- ID() - Method in class org.osate.xtext.aadl2.valueconversion.Aadl2ValueConverter
-
- ignore(Resource) - Method in class org.osate.aadl2.presentation.ResourceLoadedListener
-
Ignores any future load/unload notifications from the specified resource,
until the next call to
watch(res)
.
- IGotoAObject - Interface in org.osate.ui
-
Abstract interface for objects that know how to open up and display
a particular AObject.
- ImageImageDescriptor - Class in org.osate.ui.navigator
-
- ImageImageDescriptor(Image) - Constructor for class org.osate.ui.navigator.ImageImageDescriptor
-
- IMMEDIATE - Static variable in class org.osate.xtext.aadl2.properties.util.CommunicationProperties
-
- IMMEDIATE_VALUE - Static variable in enum org.osate.aadl2.ConnectionTiming
-
The 'Immediate' literal value.
- IMPLEMENTATION_EXTENSION - Static variable in interface org.osate.aadl2.Aadl2Package
-
- IMPLEMENTATION_EXTENSION__EXTENDED - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Extended' reference.
- IMPLEMENTATION_EXTENSION__GENERAL - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'General' reference.
- IMPLEMENTATION_EXTENSION__OWNED_COMMENT - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Owned Comment' containment reference list.
- IMPLEMENTATION_EXTENSION__OWNED_ELEMENT - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Owned Element' reference list.
- IMPLEMENTATION_EXTENSION__RELATED_ELEMENT - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Related Element' reference list.
- IMPLEMENTATION_EXTENSION__SOURCE - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Source' reference list.
- IMPLEMENTATION_EXTENSION__SPECIFIC - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Specific' reference.
- IMPLEMENTATION_EXTENSION__TARGET - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Target' reference list.
- IMPLEMENTATION_EXTENSION_FEATURE_COUNT - Static variable in interface org.osate.aadl2.Aadl2Package
-
The number of structural features of the 'Implementation Extension' class.
- ImplementationExtension - Interface in org.osate.aadl2
-
A representation of the model object 'Implementation Extension'.
- ImplementationExtensionImpl - Class in org.osate.aadl2.impl
-
An implementation of the model object 'Implementation Extension'.
- ImplementationExtensionItemProvider - Class in org.osate.aadl2.provider
-
- ImplementationExtensionItemProvider(AdapterFactory) - Constructor for class org.osate.aadl2.provider.ImplementationExtensionItemProvider
-
This constructs an instance from a factory and a notifier.
- IN_OUT_VALUE - Static variable in enum org.osate.aadl2.DirectionType
-
The 'In Out' literal value.
- IN_VALUE - Static variable in enum org.osate.aadl2.DirectionType
-
The 'In' literal value.
- INAME() - Method in class org.osate.xtext.aadl2.valueconversion.Aadl2ValueConverter
-
- incoming() - Method in enum org.osate.aadl2.DirectionType
-
DirectionType is IN or IN_OUT
- incrementIndent() - Method in class org.osate.aadl2.modelsupport.UnparseText
-
increment indentation
- incrementIndent() - Method in class org.osate.xtext.aadl2.unparsing.UnparseText
-
increment indentation
- info(Element, String, String[], Object[]) - Method in class org.osate.aadl2.modelsupport.errorreporting.AbstractAnalysisErrorReporter
-
- info(LocationReference, String) - Method in class org.osate.aadl2.modelsupport.errorreporting.AbstractParseErrorReporter
-
- info(String, int, String) - Method in class org.osate.aadl2.modelsupport.errorreporting.AbstractParseErrorReporter
-
- info(Element, String, String[], Object[]) - Method in interface org.osate.aadl2.modelsupport.errorreporting.AnalysisErrorReporter
-
Report an information message on an AObject (AADL object model object).
- info(Element, String) - Method in class org.osate.aadl2.modelsupport.errorreporting.AnalysisErrorReporterManager
-
Report an information message on an AObject (AADL object model object)
using the error reporter associated with that object's Resource
.
- info(Element, String, String[], Object[]) - Method in class org.osate.aadl2.modelsupport.errorreporting.AnalysisErrorReporterManager
-
- info(LocationReference, String) - Method in interface org.osate.aadl2.modelsupport.errorreporting.ParseErrorReporter
-
Report information about an AADL text file.
- info(String, int, String) - Method in interface org.osate.aadl2.modelsupport.errorreporting.ParseErrorReporter
-
Report information about an AADL text file..
- INFO - Static variable in class org.osate.aadl2.modelsupport.errorreporting.QueuingAnalysisErrorReporter
-
- INFO - Static variable in class org.osate.aadl2.modelsupport.errorreporting.QueuingParserErrorReporter
-
- info(Element, String) - Method in class org.osate.aadl2.modelsupport.modeltraversal.ForAllElement
-
Report an information message on an Element (AADL object model object)
using the error reporter associated with that object's Resource
.
- info(Element, String, String[], Object[]) - Method in class org.osate.aadl2.modelsupport.modeltraversal.ForAllElement
-
- inherit(EList<NamedElement>) - Method in interface org.osate.aadl2.Classifier
-
The query inherit() defines how to inherit a set of elements.
- inherit(EList<NamedElement>) - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- inherit(Classifier, EList<NamedElement>) - Static method in class org.osate.aadl2.operations.ClassifierOperations
-
The query inherit() defines how to inherit a set of elements.
- inheritableMembers(Classifier) - Method in interface org.osate.aadl2.Classifier
-
The query inheritableMembers() gives all of the members of a classifier that may be inherited in one of its descendants, subject to whatever visibility restrictions apply.
- inheritableMembers(Classifier) - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- inheritableMembers(Classifier, Classifier) - Static method in class org.osate.aadl2.operations.ClassifierOperations
-
The query inheritableMembers() gives all of the members of a classifier that may be inherited in one of its descendants, subject to whatever visibility restrictions apply.
- inheritedMember() - Method in interface org.osate.aadl2.Classifier
-
The inheritedMember association is derived by inheriting the inheritable members of the parents.
- inheritedMember() - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- inheritedMember(Classifier) - Static method in class org.osate.aadl2.operations.ClassifierOperations
-
The inheritedMember association is derived by inheriting the inheritable members of the parents.
- init() - Static method in class org.osate.aadl2.impl.Aadl2FactoryImpl
-
Creates the default factory implementation.
- init() - Static method in class org.osate.aadl2.impl.Aadl2PackageImpl
-
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
- init() - Static method in class org.osate.aadl2.instance.impl.InstanceFactoryImpl
-
Creates the default factory implementation.
- init() - Static method in class org.osate.aadl2.instance.impl.InstancePackageImpl
-
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
- init(IActionBars) - Method in class org.osate.aadl2.presentation.Aadl2ActionBarContributor
-
Extends the inherited method to replace the action handlers for undo and
redo with our operation-history-aware implementations.
- init(IEditorSite, IEditorInput) - Method in class org.osate.aadl2.presentation.Aadl2ModelEditor
-
This is called during startup.
- init(IWorkbench, IStructuredSelection) - Method in class org.osate.aadl2.presentation.Aadl2ModelWizard
-
This just records the information.
- init(IWorkbench) - Method in class org.osate.internal.ui.preferences.OsatePreferencePage
-
- init(IWorkbenchWindow) - Method in class org.osate.reporter.ReporterAction
-
We will cache window object in order to
be able to provide parent shell for the message dialog.
- init(IWorkbenchWindow) - Method in class org.osate.reporter.ReporterSettingsAction
-
We will cache window object in order to
be able to provide parent shell for the message dialog.
- init(IWorkbenchWindow) - Method in class org.osate.ui.actions.AbstractAaxlAction
-
We will cache window object in order to
be able to provide parent shell for the message dialog.
- init(IWorkbenchWindow) - Method in class org.osate.ui.actions.CheckUnresolvedProxies
-
We will cache window object in order to
be able to provide parent shell for the message dialog.
- init(IWorkbenchWindow) - Method in class org.osate.ui.actions.ClearHistory
-
We will cache window object in order to
be able to provide parent shell for the message dialog.
- init(IWorkbenchWindow) - Method in class org.osate.ui.actions.NewModelWizardLauncherAction
-
- init(IWorkbenchWindow) - Method in class org.osate.ui.actions.ReinstantiateAadl
-
We will cache window object in order to
be able to provide parent shell for the message dialog.
- init(IWorkbenchWindow) - Method in class org.osate.ui.actions.ResetMarkers
-
We will cache window object in order to
be able to provide parent shell for the message dialog.
- init(IWorkbenchWindow) - Method in class org.osate.ui.actions.WizardLauncherAction
-
- init(IWorkbench, IStructuredSelection) - Method in class org.osate.ui.wizards.AadlProjectWizard
-
This just records the information.
- init(IWorkbench, IStructuredSelection) - Method in class org.osate.ui.wizards.NewModelWizard
-
This just records the information.
- init() - Static method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.ErrorModelFactoryImpl
-
Creates the default factory implementation.
- init() - Static method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.ErrorModelPackageImpl
-
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
- initializePackageContents() - Method in class org.osate.aadl2.instance.impl.InstancePackageImpl
-
Complete the initialization of the package and its meta-model.
- initializePackageContents() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.ErrorModelPackageImpl
-
Complete the initialization of the package and its meta-model.
- initPluginContributedAadl() - Static method in class org.osate.aadl2.modelsupport.resources.PredeclaredProperties
-
- InOutDirection() - Method in class org.osate.xtext.aadl2.errormodel.valueconversion.ErrorModelValueConverter
-
- InOutDirection() - Method in class org.osate.xtext.aadl2.valueconversion.Aadl2ValueConverter
-
- inPropagation2transition(PetriNet, ErrorPropagation, InstanceObject, InstanceObject, int) - Static method in class laas.aadl.aadl2gspn.ErrorModel2PetriNet
-
Transforms AADL in Error Propagation into a Petri Net transition of probability 1
- inSameTypeHierarchy(ErrorType, ErrorType) - Static method in class org.osate.xtext.aadl2.errormodel.util.EM2TypeSetUtil
-
true if both error types are in teh same type hierarchy
- INSTANCE - Static variable in class org.osate.aadl2.errormodel.analysis.ErrorModelStateAdapterFactory
-
- INSTANCE - Static variable in interface org.osate.aadl2.GlobalNamespace
-
Reference to the one GlobalNamespace object.
- INSTANCE - Static variable in class org.osate.aadl2.modelsupport.adapter.ExternalModelAdapterFactory
-
Static singleton instance of the factory.
- INSTANCE - Static variable in class org.osate.aadl2.modelsupport.modeltraversal.AadlProcessingSwitch
-
- INSTANCE - Static variable in class org.osate.aadl2.presentation.Aadl2EditorPlugin
-
Keep track of the singleton.
- INSTANCE - Static variable in class org.osate.aadl2.provider.Aadl2EditPlugin
-
Keep track of the singleton.
- INSTANCE - Static variable in class org.osate.aadl2.util.Aadl2Validator
-
The cached model package
- INSTANCE_OBJECT - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
The meta object id for the '
Object
' class.
- INSTANCE_OBJECT - Static variable in interface org.osate.aadl2.instance.InstancePackage.Literals
-
The meta object literal for the '
Object
' class.
- INSTANCE_OBJECT__NAME - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
The feature id for the 'Name' attribute.
- INSTANCE_OBJECT__OWNED_COMMENT - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
The feature id for the 'Owned Comment' containment reference list.
- INSTANCE_OBJECT__OWNED_ELEMENT - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
The feature id for the 'Owned Element' containment reference list.
- INSTANCE_OBJECT__OWNED_PROPERTY_ASSOCIATION - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
The feature id for the 'Owned Property Association' containment reference list.
- INSTANCE_OBJECT__QUALIFIED_NAME - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
The feature id for the 'Qualified Name' attribute.
- INSTANCE_OBJECT_FEATURE_COUNT - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
The number of structural features of the 'Object' class.
- INSTANCE_REFERENCE_VALUE - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
- INSTANCE_REFERENCE_VALUE - Static variable in interface org.osate.aadl2.instance.InstancePackage.Literals
-
- INSTANCE_REFERENCE_VALUE__OWNED_COMMENT - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
The feature id for the 'Owned Comment' containment reference list.
- INSTANCE_REFERENCE_VALUE__OWNED_ELEMENT - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
The feature id for the 'Owned Element' containment reference list.
- INSTANCE_REFERENCE_VALUE__REFERENCED_INSTANCE_OBJECT - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
The feature id for the 'Referenced Instance Object' reference.
- INSTANCE_REFERENCE_VALUE__REFERENCED_INSTANCE_OBJECT - Static variable in interface org.osate.aadl2.instance.InstancePackage.Literals
-
The meta object literal for the 'Referenced Instance Object' reference feature.
- INSTANCE_REFERENCE_VALUE_FEATURE_COUNT - Static variable in interface org.osate.aadl2.instance.InstancePackage
-
The number of structural features of the 'Reference Value' class.
- InstanceAdapterFactory - Class in org.osate.aadl2.instance.util
-
The Adapter Factory for the model.
- InstanceAdapterFactory() - Constructor for class org.osate.aadl2.instance.util.InstanceAdapterFactory
-
Creates an instance of the adapter factory.
- InstanceFactory - Interface in org.osate.aadl2.instance
-
The Factory for the model.
- InstanceFactoryImpl - Class in org.osate.aadl2.instance.impl
-
An implementation of the model Factory.
- InstanceFactoryImpl() - Constructor for class org.osate.aadl2.instance.impl.InstanceFactoryImpl
-
Creates an instance of the factory.
- InstanceItemProviderAdapterFactory - Class in org.osate.aadl2.instance.provider
-
This is the factory that is used to provide the interfaces needed to support Viewers.
- InstanceItemProviderAdapterFactory() - Constructor for class org.osate.aadl2.instance.provider.InstanceItemProviderAdapterFactory
-
This constructs an instance.
- InstanceObject - Interface in org.osate.aadl2.instance
-
A representation of the model object '
Object'.
- InstanceObjectImpl - Class in org.osate.aadl2.instance.impl
-
An implementation of the model object '
Object'.
- InstanceObjectItemProvider - Class in org.osate.aadl2.instance.provider
-
- InstanceObjectItemProvider(AdapterFactory) - Constructor for class org.osate.aadl2.instance.provider.InstanceObjectItemProvider
-
This constructs an instance from a factory and a notifier.
- InstancePackage - Interface in org.osate.aadl2.instance
-
The Package for the model.
- InstancePackage.Literals - Interface in org.osate.aadl2.instance
-
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
- InstancePackageImpl - Class in org.osate.aadl2.instance.impl
-
An implementation of the model Package.
- InstancePlugin - Class in org.osate.aadl2.instantiation
-
The main plugin class to be used in the desktop.
- InstancePlugin() - Constructor for class org.osate.aadl2.instantiation.InstancePlugin
-
The constructor.
- InstanceReferenceValue - Interface in org.osate.aadl2.instance
-
A representation of the model object 'Reference Value'.
- InstanceReferenceValueImpl - Class in org.osate.aadl2.instance.impl
-
An implementation of the model object 'Reference Value'.
- InstanceReferenceValueItemProvider - Class in org.osate.aadl2.instance.provider
-
- InstanceReferenceValueItemProvider(AdapterFactory) - Constructor for class org.osate.aadl2.instance.provider.InstanceReferenceValueItemProvider
-
This constructs an instance from a factory and a notifier.
- InstanceResourceFactoryImpl - Class in org.osate.aadl2.instance.util
-
The Resource Factory associated with the package.
- InstanceResourceFactoryImpl() - Constructor for class org.osate.aadl2.instance.util.InstanceResourceFactoryImpl
-
Creates an instance of the resource factory.
- InstanceResourceImpl - Class in org.osate.aadl2.instance.util
-
The Resource associated with the package.
- InstanceResourceImpl(URI) - Constructor for class org.osate.aadl2.instance.util.InstanceResourceImpl
-
Creates an instance of the resource.
- InstanceSwitch<T> - Class in org.osate.aadl2.instance.util
-
The Switch for the model's inheritance hierarchy.
- InstanceSwitch() - Constructor for class org.osate.aadl2.instance.util.InstanceSwitch
-
Creates an instance of the switch.
- InstanceUtil - Class in org.osate.aadl2.instance.util
-
- InstanceUtil() - Constructor for class org.osate.aadl2.instance.util.InstanceUtil
-
- InstanceUtil.InstantiatedClassifier - Class in org.osate.aadl2.instance.util
-
- InstanceXMLProcessor - Class in org.osate.aadl2.instance.util
-
This class contains helper methods to serialize and deserialize XML documents
- InstanceXMLProcessor() - Constructor for class org.osate.aadl2.instance.util.InstanceXMLProcessor
-
Public constructor to instantiate the helper.
- instantiate(ComponentInstance) - Method in class org.osate.aadl2.impl.ClassifierValueImpl
-
Default implementation for instantiation: simply returns itself.
- instantiate(ComponentInstance) - Method in class org.osate.aadl2.impl.ReferenceValueImpl
-
- instantiate(FeatureInstance) - Method in class org.osate.aadl2.impl.ReferenceValueImpl
-
- instantiate(ComponentInstance) - Method in class org.osate.aadl2.instance.impl.InstanceReferenceValueImpl
-
Instance reference property values are already instaitated, so just
return self.
- instantiate(ComponentInstance) - Method in interface org.osate.aadl2.ReferenceValue
-
- instantiate(FeatureInstance) - Method in interface org.osate.aadl2.ReferenceValue
-
- instantiateAllAnnexes(ComponentInstance) - Method in class org.osate.annexsupport.AnnexInstantiationController
-
- instantiateAnnex(ComponentInstance, String, List) - Method in interface org.osate.annexsupport.AnnexInstantiator
-
- instantiateAnnex(ComponentInstance, String, List) - Method in class org.osate.annexsupport.AnnexInstantiatorProxy
-
- InstantiateHandler - Class in org.osate.xtext.aadl2.ui.handlers
-
- InstantiateHandler() - Constructor for class org.osate.xtext.aadl2.ui.handlers.InstantiateHandler
-
- InstantiateModel - Class in org.osate.aadl2.instantiation
-
This class implements the instantiation of models from a root system impl.
- InstantiateModel(IProgressMonitor) - Constructor for class org.osate.aadl2.instantiation.InstantiateModel
-
- InstantiateModel(IProgressMonitor, AnalysisErrorReporterManager) - Constructor for class org.osate.aadl2.instantiation.InstantiateModel
-
- INSTANTIATION_OBJECT_MARKER - Static variable in class org.osate.aadl2.modelsupport.AadlConstants
-
- INTEGER - Static variable in interface org.osate.aadl2.Aadl2Package
-
The meta object id for the 'Integer' data type.
- INTEGER_LITERAL - Static variable in interface org.osate.aadl2.Aadl2Package
-
- INTEGER_LITERAL__BASE - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Base' attribute.
- INTEGER_LITERAL__OWNED_COMMENT - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Owned Comment' containment reference list.
- INTEGER_LITERAL__OWNED_ELEMENT - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Owned Element' reference list.
- INTEGER_LITERAL__UNIT - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Unit' reference.
- INTEGER_LITERAL__VALUE - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Value' attribute.
- INTEGER_LITERAL_FEATURE_COUNT - Static variable in interface org.osate.aadl2.Aadl2Package
-
The number of structural features of the 'Integer Literal' class.
- IntegerLiteral - Interface in org.osate.aadl2
-
A representation of the model object 'Integer Literal'.
- IntegerLiteralImpl - Class in org.osate.aadl2.impl
-
An implementation of the model object 'Integer Literal'.
- IntegerLiteralItemProvider - Class in org.osate.aadl2.provider
-
- IntegerLiteralItemProvider(AdapterFactory) - Constructor for class org.osate.aadl2.provider.IntegerLiteralItemProvider
-
This constructs an instance from a factory and a notifier.
- INTERNAL_EVENT - Static variable in interface org.osate.aadl2.Aadl2Package
-
- INTERNAL_EVENT__NAME - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Name' attribute.
- INTERNAL_EVENT__OWNED_COMMENT - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Owned Comment' containment reference list.
- INTERNAL_EVENT__OWNED_ELEMENT - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Owned Element' reference list.
- INTERNAL_EVENT__OWNED_PROPERTY_ASSOCIATION - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Owned Property Association' containment reference list.
- INTERNAL_EVENT__QUALIFIED_NAME - Static variable in interface org.osate.aadl2.Aadl2Package
-
The feature id for the 'Qualified Name' attribute.
- INTERNAL_EVENT_FEATURE_COUNT - Static variable in interface org.osate.aadl2.Aadl2Package
-
The number of structural features of the 'Internal Event' class.
- INTERNAL_EVENT_VALUE - Static variable in enum org.osate.aadl2.ElementNameKind
-
The 'Internal Event' literal value.
- InternalAadl2Lexer - Class in org.osate.xtext.aadl2.parser.antlr.lexer
-
- InternalAadl2Lexer() - Constructor for class org.osate.xtext.aadl2.parser.antlr.lexer.InternalAadl2Lexer
-
- InternalAadl2Lexer(CharStream) - Constructor for class org.osate.xtext.aadl2.parser.antlr.lexer.InternalAadl2Lexer
-
- InternalAadl2Lexer(CharStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.parser.antlr.lexer.InternalAadl2Lexer
-
- InternalAadl2Lexer - Class in org.osate.xtext.aadl2.ui.contentassist.antlr.lexer
-
- InternalAadl2Lexer() - Constructor for class org.osate.xtext.aadl2.ui.contentassist.antlr.lexer.InternalAadl2Lexer
-
- InternalAadl2Lexer(CharStream) - Constructor for class org.osate.xtext.aadl2.ui.contentassist.antlr.lexer.InternalAadl2Lexer
-
- InternalAadl2Lexer(CharStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.ui.contentassist.antlr.lexer.InternalAadl2Lexer
-
- InternalAadl2Parser - Class in org.osate.xtext.aadl2.parser.antlr.internal
-
- InternalAadl2Parser(TokenStream) - Constructor for class org.osate.xtext.aadl2.parser.antlr.internal.InternalAadl2Parser
-
- InternalAadl2Parser(TokenStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.parser.antlr.internal.InternalAadl2Parser
-
- InternalAadl2Parser(TokenStream, Aadl2GrammarAccess) - Constructor for class org.osate.xtext.aadl2.parser.antlr.internal.InternalAadl2Parser
-
- InternalAadl2Parser - Class in org.osate.xtext.aadl2.ui.contentassist.antlr.internal
-
- InternalAadl2Parser(TokenStream) - Constructor for class org.osate.xtext.aadl2.ui.contentassist.antlr.internal.InternalAadl2Parser
-
- InternalAadl2Parser(TokenStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.ui.contentassist.antlr.internal.InternalAadl2Parser
-
- internalError(String) - Method in class org.osate.aadl2.modelsupport.errorreporting.AbstractErrorReporterManager
-
- internalError(Exception) - Method in class org.osate.aadl2.modelsupport.errorreporting.AbstractErrorReporterManager
-
- internalError(String) - Method in class org.osate.aadl2.modelsupport.errorreporting.AbstractInternalErrorReporter
-
- internalError(Exception) - Method in class org.osate.aadl2.modelsupport.errorreporting.AbstractInternalErrorReporter
-
- internalError(String) - Method in interface org.osate.aadl2.modelsupport.errorreporting.InternalErrorReporter
-
Report an error in the operation of the client task itself.
- internalError(Exception) - Method in interface org.osate.aadl2.modelsupport.errorreporting.InternalErrorReporter
-
Report an error in the operation of the client task itself.
- internalError(String) - Method in class org.osate.aadl2.modelsupport.modeltraversal.ForAllElement
-
Report an internal error.
- internalError(Exception) - Method in class org.osate.aadl2.modelsupport.modeltraversal.ForAllElement
-
Report an internal error.
- internalError(String) - Static method in class org.osate.aadl2.util.Activator
-
log message with this plugin log
- internalErrorImpl(String) - Method in class org.osate.aadl2.modelsupport.errorreporting.AbstractInternalErrorReporter
-
- internalErrorImpl(Exception) - Method in class org.osate.aadl2.modelsupport.errorreporting.AbstractInternalErrorReporter
-
- internalErrorImpl(String) - Method in class org.osate.aadl2.modelsupport.errorreporting.LogInternalErrorReporter
-
- internalErrorImpl(Exception) - Method in class org.osate.aadl2.modelsupport.errorreporting.LogInternalErrorReporter
-
- internalErrorImpl(String) - Method in class org.osate.aadl2.modelsupport.errorreporting.NullInternalErrorReporter
-
- internalErrorImpl(Exception) - Method in class org.osate.aadl2.modelsupport.errorreporting.NullInternalErrorReporter
-
- internalErrorImpl(String) - Method in class org.osate.aadl2.modelsupport.errorreporting.WriterInternalErrorReporter
-
- internalErrorImpl(Exception) - Method in class org.osate.aadl2.modelsupport.errorreporting.WriterInternalErrorReporter
-
- InternalErrorModelLexer - Class in org.osate.xtext.aadl2.errormodel.parser.antlr.lexer
-
- InternalErrorModelLexer() - Constructor for class org.osate.xtext.aadl2.errormodel.parser.antlr.lexer.InternalErrorModelLexer
-
- InternalErrorModelLexer(CharStream) - Constructor for class org.osate.xtext.aadl2.errormodel.parser.antlr.lexer.InternalErrorModelLexer
-
- InternalErrorModelLexer(CharStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.errormodel.parser.antlr.lexer.InternalErrorModelLexer
-
- InternalErrorModelLexer - Class in org.osate.xtext.aadl2.errormodel.ui.contentassist.antlr.lexer
-
- InternalErrorModelLexer() - Constructor for class org.osate.xtext.aadl2.errormodel.ui.contentassist.antlr.lexer.InternalErrorModelLexer
-
- InternalErrorModelLexer(CharStream) - Constructor for class org.osate.xtext.aadl2.errormodel.ui.contentassist.antlr.lexer.InternalErrorModelLexer
-
- InternalErrorModelLexer(CharStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.errormodel.ui.contentassist.antlr.lexer.InternalErrorModelLexer
-
- InternalErrorModelParser - Class in org.osate.xtext.aadl2.errormodel.parser.antlr.internal
-
- InternalErrorModelParser(TokenStream) - Constructor for class org.osate.xtext.aadl2.errormodel.parser.antlr.internal.InternalErrorModelParser
-
- InternalErrorModelParser(TokenStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.errormodel.parser.antlr.internal.InternalErrorModelParser
-
- InternalErrorModelParser(TokenStream, ErrorModelGrammarAccess) - Constructor for class org.osate.xtext.aadl2.errormodel.parser.antlr.internal.InternalErrorModelParser
-
- InternalErrorModelParser - Class in org.osate.xtext.aadl2.errormodel.ui.contentassist.antlr.internal
-
- InternalErrorModelParser(TokenStream) - Constructor for class org.osate.xtext.aadl2.errormodel.ui.contentassist.antlr.internal.InternalErrorModelParser
-
- InternalErrorModelParser(TokenStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.errormodel.ui.contentassist.antlr.internal.InternalErrorModelParser
-
- InternalErrorReporter - Interface in org.osate.aadl2.modelsupport.errorreporting
-
Interface for reporting internal errors.
- InternalEvent - Interface in org.osate.aadl2
-
A representation of the model object 'Internal Event'.
- InternalEventImpl - Class in org.osate.aadl2.impl
-
An implementation of the model object 'Internal Event'.
- InternalEventItemProvider - Class in org.osate.aadl2.provider
-
- InternalEventItemProvider(AdapterFactory) - Constructor for class org.osate.aadl2.provider.InternalEventItemProvider
-
This constructs an instance from a factory and a notifier.
- InternalPropertiesLexer - Class in org.osate.xtext.aadl2.properties.parser.antlr.lexer
-
- InternalPropertiesLexer() - Constructor for class org.osate.xtext.aadl2.properties.parser.antlr.lexer.InternalPropertiesLexer
-
- InternalPropertiesLexer(CharStream) - Constructor for class org.osate.xtext.aadl2.properties.parser.antlr.lexer.InternalPropertiesLexer
-
- InternalPropertiesLexer(CharStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.properties.parser.antlr.lexer.InternalPropertiesLexer
-
- InternalPropertiesLexer - Class in org.osate.xtext.aadl2.properties.ui.contentassist.antlr.lexer
-
- InternalPropertiesLexer() - Constructor for class org.osate.xtext.aadl2.properties.ui.contentassist.antlr.lexer.InternalPropertiesLexer
-
- InternalPropertiesLexer(CharStream) - Constructor for class org.osate.xtext.aadl2.properties.ui.contentassist.antlr.lexer.InternalPropertiesLexer
-
- InternalPropertiesLexer(CharStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.properties.ui.contentassist.antlr.lexer.InternalPropertiesLexer
-
- InternalPropertiesParser - Class in org.osate.xtext.aadl2.properties.parser.antlr.internal
-
- InternalPropertiesParser(TokenStream) - Constructor for class org.osate.xtext.aadl2.properties.parser.antlr.internal.InternalPropertiesParser
-
- InternalPropertiesParser(TokenStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.properties.parser.antlr.internal.InternalPropertiesParser
-
- InternalPropertiesParser(TokenStream, PropertiesGrammarAccess) - Constructor for class org.osate.xtext.aadl2.properties.parser.antlr.internal.InternalPropertiesParser
-
- InternalPropertiesParser - Class in org.osate.xtext.aadl2.properties.ui.contentassist.antlr.internal
-
- InternalPropertiesParser(TokenStream) - Constructor for class org.osate.xtext.aadl2.properties.ui.contentassist.antlr.internal.InternalPropertiesParser
-
- InternalPropertiesParser(TokenStream, RecognizerSharedState) - Constructor for class org.osate.xtext.aadl2.properties.ui.contentassist.antlr.internal.InternalPropertiesParser
-
- INTERRUPT_MASKING_LITERAL - Static variable in class org.osate.xtext.aadl2.properties.util.AadlProject
-
- INTVALUE() - Method in class org.osate.xtext.aadl2.properties.valueconversion.PropertiesValueConverter
-
- INVALID_TOKEN_ID - Static variable in interface org.osate.annexsupport.AnnexHighlighterPositionAcceptor
-
- InvalidModelException - Exception in org.osate.aadl2.properties
-
Exception to be thrown that indicates that an action couldn't complete
because the model is incomplete or otherwise invalid.
- InvalidModelException(Element, String) - Constructor for exception org.osate.aadl2.properties.InvalidModelException
-
- inverseOccIsNegative() - Method in class laas.aadl.aadl2gspn.OccurrenceValues
-
- inverseOccurrenceValue() - Method in class laas.aadl.aadl2gspn.OccurrenceValues
-
- IP_TCP_LITERAL - Static variable in class org.osate.xtext.aadl2.properties.util.AadlProject
-
- isActive(SystemOperationMode) - Method in class org.osate.aadl2.instance.impl.ComponentInstanceImpl
-
- isActive(SystemOperationMode) - Method in class org.osate.aadl2.instance.impl.ConnectionInstanceImpl
-
- isActive(SystemOperationMode) - Method in class org.osate.aadl2.instance.impl.ConnectionReferenceImpl
-
- isActive(SystemOperationMode) - Method in class org.osate.aadl2.instance.impl.EndToEndFlowInstanceImpl
-
- isActive(SystemOperationMode) - Method in class org.osate.aadl2.instance.impl.FeatureInstanceImpl
-
- isActive(SystemOperationMode) - Method in class org.osate.aadl2.instance.impl.FlowSpecificationInstanceImpl
-
- isActive(SystemOperationMode) - Method in class org.osate.aadl2.instance.impl.ModeInstanceImpl
-
- isActive(SystemOperationMode) - Method in class org.osate.aadl2.instance.impl.ModeTransitionInstanceImpl
-
- isActive(SystemOperationMode) - Method in class org.osate.aadl2.instance.impl.SystemInstanceImpl
-
- isActive(SystemOperationMode) - Method in interface org.osate.aadl2.instance.InstanceObject
-
- isAdapterForType(Object) - Method in class org.osate.aadl2.errormodel.analysis.ErrorModelStateAdapter
-
- isAdapterForType(Object) - Method in class org.osate.aadl2.modelsupport.adapter.ExternalModelAdapter
-
Returns false
- isAdapterForType(Object) - Method in class org.osate.annexsupport.AnnexParseResultImpl
-
- isAdapterForType(Object) - Method in class org.osate.annexsupport.AnnexSourceImpl
-
- isAdapterForType(Object) - Method in class org.osate.ui.views.LoggerView
-
- isAll() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.ErrorBehaviorTransition
-
Returns the value of the 'All' attribute.
- isAll() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.ErrorDetection
-
Returns the value of the 'All' attribute.
- isAll() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.ErrorPath
-
Returns the value of the 'All' attribute.
- isAll() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.ErrorSource
-
Returns the value of the 'All' attribute.
- isAll() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.ErrorBehaviorTransitionImpl
-
- isAll() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.ErrorDetectionImpl
-
- isAll() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.ErrorPathImpl
-
- isAll() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.ErrorSourceImpl
-
- isAll() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.OutgoingPropagationConditionImpl
-
- isAll() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.OutgoingPropagationCondition
-
Returns the value of the 'All' attribute.
- isAllModes() - Method in class org.osate.aadl2.impl.SubcomponentImpl
-
- isAllModes() - Method in interface org.osate.aadl2.Subcomponent
-
Returns the value of the 'All Modes' attribute.
- isAppend() - Method in class org.osate.aadl2.impl.PropertyAssociationImpl
-
- isAppend() - Method in interface org.osate.aadl2.PropertyAssociation
-
Returns the value of the 'Append' attribute.
- isArray() - Method in interface org.osate.aadl2.ComponentPrototype
-
Returns the value of the 'Array' attribute.
- isArray() - Method in class org.osate.aadl2.impl.ComponentPrototypeImpl
-
- isBidirectional() - Method in interface org.osate.aadl2.Connection
-
Returns the value of the 'Bidirectional' attribute.
- isBidirectional() - Method in class org.osate.aadl2.impl.ConnectionImpl
-
- isComment(AbstractRule) - Method in class org.osate.xtext.aadl2.ui.handlers.SaveAsXMIHandler
-
- isComment(AbstractRule) - Method in class org.osate.xtext.aadl2.unparsing.AadlUnparser
-
- isCommentNode(INode) - Method in class org.osate.xtext.aadl2.ui.handlers.SaveAsXMIHandler
-
- isCommentNode(INode) - Method in class org.osate.xtext.aadl2.unparsing.AadlUnparser
-
- isComplete() - Method in interface org.osate.aadl2.instance.ConnectionInstance
-
Returns the value of the 'Complete' attribute.
- isComplete() - Method in class org.osate.aadl2.instance.impl.ConnectionInstanceImpl
-
- isComplete(ConnectionInstance) - Static method in class org.osate.aadl2.modelsupport.util.AadlUtil
-
- isConnectionEnd(List<Connection>, Feature) - Method in class org.osate.aadl2.instantiation.CreateConnectionsSwitch
-
Check if one of the connections in a list has a feature as its end.
- isConstant() - Method in class org.osate.aadl2.impl.PropertyAssociationImpl
-
- isConstant() - Method in interface org.osate.aadl2.PropertyAssociation
-
Returns the value of the 'Constant' attribute.
- isDebug() - Static method in class org.osate.core.OsateCorePlugin
-
- isDebug(String) - Static method in class org.osate.core.OsateCorePlugin
-
- isDebug() - Static method in class org.osate.ui.OsateUiPlugin
-
- isDerived() - Method in class org.osate.aadl2.impl.ModeImpl
-
- isDerived() - Method in class org.osate.aadl2.instance.impl.ModeInstanceImpl
-
- isDerived() - Method in interface org.osate.aadl2.instance.ModeInstance
-
Returns the value of the 'Derived' attribute.
- isDerived() - Method in interface org.osate.aadl2.Mode
-
Returns the value of the 'Derived' attribute.
- isDescendentOf(Classifier) - Method in interface org.osate.aadl2.Classifier
-
Does this component classifier descend from the given classifier? A
component type descends from another component type if they are the same
type, it extends the other type, or it extends a descendant of the other
type.
- isDescendentOf(Classifier) - Method in class org.osate.aadl2.impl.ComponentImplementationImpl
-
Does this component implementation descend from the given classifier? A
component implementation descends from another component implementation
if they are the same implementation, it extends the other implementation,
or it extends a descendant of the other implementation.
- isDescendentOf(Classifier) - Method in class org.osate.aadl2.impl.ComponentTypeImpl
-
Does this component type descend from the given classifier? A
component type descends from another component type if they are the same
type, it extends the other type, or it extends a descendant of the other
type.
- isDescendentOf(Classifier) - Method in class org.osate.aadl2.impl.FeatureGroupTypeImpl
-
Does this feature group type descend from the given classifier? A
feature group type descends from another feature group type if they are the same
type, it extends the other type, or it extends a descendant of the other
type.
- isDestination(List<Connection>, Feature) - Method in class org.osate.aadl2.instantiation.CreateConnectionsSwitch
-
Check if one of the connections in a list points to a feature.
- isDirty() - Method in class org.osate.aadl2.presentation.Aadl2ModelEditor
-
This is for implementing IEditorPart
and simply tests the command stack.
- isDistinguishableFrom(NamedElement, Namespace) - Method in class org.osate.aadl2.impl.NamedElementImpl
-
- isDistinguishableFrom(NamedElement, Namespace) - Method in interface org.osate.aadl2.NamedElement
-
The query isDistinguishableFrom() determines whether two NamedElements
may logically co-exist within a Namespace.
- isDistinguishableFrom(NamedElement, NamedElement, Namespace) - Static method in class org.osate.aadl2.operations.NamedElementOperations
-
The query isDistinguishableFrom() determines whether two NamedElements may logically co-exist within a Namespace.
- isEmpty() - Method in class org.osate.aadl2.properties.EvaluatedProperty
-
- isEmptyListDefault() - Method in class org.osate.aadl2.impl.PropertyImpl
-
- isEmptyListDefault() - Method in interface org.osate.aadl2.Property
-
Returns the value of the 'Empty List Default' attribute.
- isErrorModelElementProperty(PropertyAssociation, NamedElement, NamedElement, Stack<ComponentInstance>, TypeSet) - Static method in class org.osate.xtext.aadl2.errormodel.util.EM2Util
-
determine whether the property applies to specified error model element or elements contained in it
(typically error types inside an error model element)
In other words eme must be the last or second to last element in a path.
- isFactoryForType(Object) - Method in class org.osate.aadl2.errormodel.analysis.ErrorModelStateAdapterFactory
-
- isFactoryForType(Object) - Method in class org.osate.aadl2.instance.provider.InstanceItemProviderAdapterFactory
-
- isFactoryForType(Object) - Method in class org.osate.aadl2.instance.util.InstanceAdapterFactory
-
Returns whether this factory is applicable for the type of the object.
- isFactoryForType(Object) - Method in class org.osate.aadl2.modelsupport.adapter.ExternalModelAdapterFactory
-
- isFactoryForType(Object) - Method in class org.osate.aadl2.provider.Aadl2ItemProviderAdapterFactory
-
- isFactoryForType(Object) - Method in class org.osate.aadl2.util.Aadl2AdapterFactory
-
Returns whether this factory is applicable for the type of the object.
- isFactoryForType(Object) - Method in class org.osate.xtext.aadl2.errormodel.errorModel.util.ErrorModelAdapterFactory
-
Returns whether this factory is applicable for the type of the object.
- isHidden() - Method in class org.osate.xtext.aadl2.properties.util.PSNode
-
- isImportedPackage(AadlPackage, Namespace) - Static method in class org.osate.aadl2.modelsupport.util.AadlUtil
-
check whether package is in the with clause of the containing top level name space (PackageSection or Property set) of the context.
- isImportedPropertySet(PropertySet, EObject) - Static method in class org.osate.aadl2.modelsupport.util.AadlUtil
-
check whether property set is in the with clause of the containing top level name space (PackageSection or Property set) of the context.
- isIncomingConnection(ConnectionInstance, ComponentInstance) - Static method in class org.osate.aadl2.util.Aadl2InstanceUtil
-
- isInherit() - Method in class org.osate.aadl2.impl.PropertyImpl
-
- isInherit() - Method in interface org.osate.aadl2.Property
-
Returns the value of the 'Inherit' attribute.
- isInitial() - Method in class org.osate.aadl2.impl.ModeImpl
-
- isInitial() - Method in class org.osate.aadl2.instance.impl.ModeInstanceImpl
-
- isInitial() - Method in class org.osate.aadl2.instance.impl.SystemOperationModeImpl
-
returns initial mode as true if it is a SOM without modes ("no Modes" aka NORMAL_SOM_NME)
or if all of the modes are initial mode
- isInitial() - Method in interface org.osate.aadl2.instance.ModeInstance
-
Returns the value of the 'Initial' attribute.
- isInitial() - Method in interface org.osate.aadl2.Mode
-
Returns the value of the 'Initial' attribute.
- isIntial() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.ErrorBehaviorState
-
Returns the value of the 'Intial' attribute.
- isIntial() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.ErrorBehaviorStateImpl
-
- isInverse() - Method in interface org.osate.aadl2.FeatureGroup
-
Returns the value of the 'Inverse' attribute.
- isInverse() - Method in class org.osate.aadl2.impl.FeatureGroupImpl
-
- isInverseOf(FeatureGroupType) - Method in interface org.osate.aadl2.FeatureGroupType
-
returns true of this feature group type is the inverse of the feature group type pgt
- isInverseOf(FeatureGroupType) - Method in class org.osate.aadl2.impl.FeatureGroupTypeImpl
-
returns true of this feature group type is the inverse of the feature group type pgt
- isList() - Method in interface org.osate.aadl2.BasicProperty
-
Check if this property is a list.
- isList() - Method in class org.osate.aadl2.impl.BasicPropertyImpl
-
- isMask() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.ErrorBehaviorTransition
-
Returns the value of the 'Mask' attribute.
- isMask() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.ErrorBehaviorTransitionImpl
-
- isMask() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.OutgoingPropagationConditionImpl
-
- isMask() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.TransitionBranchImpl
-
- isMask() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.OutgoingPropagationCondition
-
Returns the value of the 'Mask' attribute.
- isMask() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.TransitionBranch
-
Returns the value of the 'Mask' attribute.
- isModal() - Method in class org.osate.aadl2.impl.PropertyAssociationImpl
-
- isModal() - Method in class org.osate.aadl2.properties.EvaluatedProperty.MpvProxy
-
- isModal() - Method in interface org.osate.aadl2.PropertyAssociation
-
Determine if the property value depends on mode.
- isNoAnnexes() - Method in interface org.osate.aadl2.Classifier
-
Returns the value of the 'No Annexes' attribute.
- isNoAnnexes() - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- isNoAnnexes() - Method in class org.osate.aadl2.impl.PackageSectionImpl
-
- isNoAnnexes() - Method in interface org.osate.aadl2.PackageSection
-
Returns the value of the 'No Annexes' attribute.
- isNoCalls() - Method in interface org.osate.aadl2.ComponentImplementation
-
Returns the value of the 'No Calls' attribute.
- isNoCalls() - Method in class org.osate.aadl2.impl.ComponentImplementationImpl
-
- isNoConnections() - Method in interface org.osate.aadl2.ComponentImplementation
-
Returns the value of the 'No Connections' attribute.
- isNoConnections() - Method in class org.osate.aadl2.impl.ComponentImplementationImpl
-
- isNoFeatures() - Method in interface org.osate.aadl2.ComponentType
-
Returns the value of the 'No Features' attribute.
- isNoFeatures() - Method in class org.osate.aadl2.impl.ComponentTypeImpl
-
- isNoFlows() - Method in interface org.osate.aadl2.ComponentClassifier
-
Returns the value of the 'No Flows' attribute.
- isNoFlows() - Method in class org.osate.aadl2.impl.ComponentClassifierImpl
-
- isNoModes() - Method in interface org.osate.aadl2.ComponentClassifier
-
Returns the value of the 'No Modes' attribute.
- isNoModes() - Method in class org.osate.aadl2.impl.ComponentClassifierImpl
-
- isNoProperties() - Method in interface org.osate.aadl2.Classifier
-
Returns the value of the 'No Properties' attribute.
- isNoProperties() - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- isNoProperties() - Method in class org.osate.aadl2.impl.PackageSectionImpl
-
- isNoProperties() - Method in interface org.osate.aadl2.PackageSection
-
Returns the value of the 'No Properties' attribute.
- isNoPrototypes() - Method in interface org.osate.aadl2.Classifier
-
Returns the value of the 'No Prototypes' attribute.
- isNoPrototypes() - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- isNoSubcomponents() - Method in interface org.osate.aadl2.ComponentImplementation
-
Returns the value of the 'No Subcomponents' attribute.
- isNoSubcomponents() - Method in class org.osate.aadl2.impl.ComponentImplementationImpl
-
- isNot() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.ErrorPropagation
-
Returns the value of the 'Not' attribute.
- isNot() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.ErrorPropagationImpl
-
- isNull(EObject) - Static method in class org.osate.aadl2.util.Aadl2Util
-
Xtext resolver leaves unresolved proxy when reference cannot be resolved.
- isObservable() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.ErrorPropagation
-
Returns the value of the 'Observable' attribute.
- isObservable() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.ErrorPropagationImpl
-
- IsolatedEM2PetriNet(InstanceObject, PetriNet) - Static method in class laas.aadl.aadl2gspn.TransformIsolated
-
- isOthers() - Method in interface org.osate.xtext.aadl2.errormodel.errorModel.CompositeState
-
Returns the value of the 'Others' attribute.
- isOthers() - Method in class org.osate.xtext.aadl2.errormodel.errorModel.impl.CompositeStateImpl
-
- isOutgoingConnection(ConnectionInstance, ComponentInstance) - Static method in class org.osate.aadl2.util.Aadl2InstanceUtil
-
- isOutgoingFeature(Feature) - Static method in class org.osate.aadl2.modelsupport.util.AadlUtil
-
determine whether the feature is an outgoing port or feature group
- isOutgoingPort(Feature) - Static method in class org.osate.aadl2.modelsupport.util.AadlUtil
-
determine whether the feature is an outgoing port or feature group
- isPredeclaredPropertySet(String) - Static method in class org.osate.aadl2.modelsupport.util.AadlUtil
-
- isRenameAll() - Method in class org.osate.aadl2.impl.PackageRenameImpl
-
- isRenameAll() - Method in interface org.osate.aadl2.PackageRename
-
Returns the value of the 'Rename All' attribute.
- isSaveAsAllowed() - Method in class org.osate.aadl2.presentation.Aadl2ModelEditor
-
This always returns true because it is not currently supported.
- isSetClassifierFeatures() - Method in class org.osate.aadl2.impl.BehavioredImplementationImpl
-
- isSetClassifierFeatures() - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- isSetClassifierFeatures() - Method in class org.osate.aadl2.impl.ComponentClassifierImpl
-
- isSetClassifierFeatures() - Method in class org.osate.aadl2.impl.ComponentImplementationImpl
-
- isSetClassifierFeatures() - Method in class org.osate.aadl2.impl.ComponentTypeImpl
-
- isSetClassifierFeatures() - Method in class org.osate.aadl2.impl.FeatureGroupTypeImpl
-
- isSetFeatureClassifier() - Method in class org.osate.aadl2.impl.BusAccessImpl
-
- isSetFeatureClassifier() - Method in class org.osate.aadl2.impl.DataAccessImpl
-
- isSetFeatureClassifier() - Method in class org.osate.aadl2.impl.DataPortImpl
-
- isSetFeatureClassifier() - Method in class org.osate.aadl2.impl.EventDataPortImpl
-
- isSetFeatureClassifier() - Method in class org.osate.aadl2.impl.FeatureImpl
-
- isSetFeatureClassifier() - Method in class org.osate.aadl2.impl.ParameterImpl
-
- isSetFeatureClassifier() - Method in class org.osate.aadl2.impl.SubprogramAccessImpl
-
- isSetFeatureClassifier() - Method in class org.osate.aadl2.impl.SubprogramGroupAccessImpl
-
- isSetFormal() - Method in class org.osate.aadl2.impl.ComponentPrototypeBindingImpl
-
- isSetFormal() - Method in class org.osate.aadl2.impl.FeatureGroupPrototypeBindingImpl
-
- isSetFormal() - Method in class org.osate.aadl2.impl.FeaturePrototypeBindingImpl
-
- isSetGeneral() - Method in class org.osate.aadl2.impl.GeneralizationImpl
-
- isSetGeneral() - Method in class org.osate.aadl2.impl.GroupExtensionImpl
-
- isSetGeneral() - Method in class org.osate.aadl2.impl.ImplementationExtensionImpl
-
- isSetGeneral() - Method in class org.osate.aadl2.impl.RealizationImpl
-
- isSetGeneral() - Method in class org.osate.aadl2.impl.TypeExtensionImpl
-
- isSetGeneralizations() - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- isSetGeneralizations() - Method in class org.osate.aadl2.impl.ComponentImplementationImpl
-
- isSetGeneralizations() - Method in class org.osate.aadl2.impl.ComponentTypeImpl
-
- isSetGeneralizations() - Method in class org.osate.aadl2.impl.FeatureGroupTypeImpl
-
- isSetGenerals() - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- isSetGenerals() - Method in class org.osate.aadl2.impl.ComponentImplementationImpl
-
- isSetGenerals() - Method in class org.osate.aadl2.impl.ComponentTypeImpl
-
- isSetGenerals() - Method in class org.osate.aadl2.impl.FeatureGroupTypeImpl
-
- isSetInModes() - Method in class org.osate.aadl2.impl.ConnectionImpl
-
- isSetInModes() - Method in class org.osate.aadl2.impl.EndToEndFlowImpl
-
- isSetInModes() - Method in class org.osate.aadl2.impl.FlowSpecificationImpl
-
- isSetInModes() - Method in class org.osate.aadl2.impl.ModalPathImpl
-
- isSetInModes() - Method in class org.osate.aadl2.impl.SubcomponentImpl
-
- isSetMembers() - Method in class org.osate.aadl2.impl.BehavioredImplementationImpl
-
- isSetMembers() - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- isSetMembers() - Method in class org.osate.aadl2.impl.GlobalNamespaceImpl
-
- isSetMembers() - Method in class org.osate.aadl2.impl.NamespaceImpl
-
- isSetName() - Method in class org.osate.aadl2.impl.PackageSectionImpl
-
- isSetOwnedConnections() - Method in class org.osate.aadl2.impl.ComponentImplementationImpl
-
- isSetOwnedElements() - Method in class org.osate.aadl2.impl.AadlPackageImpl
-
- isSetOwnedElements() - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- isSetOwnedElements() - Method in class org.osate.aadl2.impl.ElementImpl
-
- isSetOwnedElements() - Method in class org.osate.aadl2.impl.NamespaceImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.AbstractTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.BusTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.ComponentTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.DataTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.DeviceTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.FeatureGroupTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.MemoryTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.ProcessorTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.ProcessTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.SubprogramGroupTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.SubprogramTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.SystemTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.ThreadGroupTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.ThreadTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.VirtualBusTypeImpl
-
- isSetOwnedFeatures() - Method in class org.osate.aadl2.impl.VirtualProcessorTypeImpl
-
- isSetOwnedLiterals() - Method in class org.osate.aadl2.impl.UnitsTypeImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.BehavioredImplementationImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.ClassifierImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.ComponentClassifierImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.ComponentImplementationImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.ComponentTypeImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.EnumerationTypeImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.FeatureGroupTypeImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.NamespaceImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.PackageSectionImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.PropertySetImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.RecordTypeImpl
-
- isSetOwnedMembers() - Method in class org.osate.aadl2.impl.UnitsTypeImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.AbstractImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.BusImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.ComponentImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.DataImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.DeviceImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.MemoryImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.ProcessImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.ProcessorImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.SubprogramGroupImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.SubprogramImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.SystemImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.ThreadGroupImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.ThreadImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.VirtualBusImplementationImpl
-
- isSetOwnedSubcomponents() - Method in class org.osate.aadl2.impl.VirtualProcessorImplementationImpl
-
- isSetPropertyType() - Method in class org.osate.aadl2.impl.BasicPropertyImpl
-
- isSetPropertyType() - Method in class org.osate.aadl2.impl.PropertyConstantImpl
-
- isSetPropertyTypeGen() - Method in class org.osate.aadl2.impl.BasicPropertyImpl
-
- isSetPropertyTypeGen() - Method in class org.osate.aadl2.impl.PropertyConstantImpl
-
- isSetRefinedElement() - Method in class org.osate.aadl2.impl.ConnectionImpl
-
- isSetRefinedElement() - Method in class org.osate.aadl2.impl.EndToEndFlowImpl
-
- isSetRefinedElement() - Method in class org.osate.aadl2.impl.FeatureImpl
-
- isSetRefinedElement() - Method in class org.osate.aadl2.impl.FlowSpecificationImpl
-
- isSetRefinedElement() - Method in class org.osate.aadl2.impl.PrototypeImpl
-
- isSetRefinedElement() - Method in class org.osate.aadl2.impl.RefinableElementImpl
-
- isSetRefinedElement() - Method in class org.osate.aadl2.impl.SubcomponentImpl
-
- isSetRelatedElements() - Method in class org.osate.aadl2.impl.DirectedRelationshipImpl
-
- isSetRelatedElements() - Method in class org.osate.aadl2.impl.RelationshipImpl
-
- isSetSources() - Method in class org.osate.aadl2.impl.DirectedRelationshipImpl
-
- isSetSources() - Method in class org.osate.aadl2.impl.GeneralizationImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.AbstractSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.BusSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.DataSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.DeviceSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.MemorySubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.ProcessorSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.ProcessSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.SubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.SubprogramGroupSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.SubprogramSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.SystemSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.ThreadGroupSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.ThreadSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.VirtualBusSubcomponentImpl
-
- isSetSubcomponentType() - Method in class org.osate.aadl2.impl.VirtualProcessorSubcomponentImpl
-
- isSetTargets() - Method in class org.osate.aadl2.impl.DirectedRelationshipImpl
-
- isSetTargets() - Method in class org.osate.aadl2.impl.GeneralizationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.AbstractImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.BasicPropertyImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.BusImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.DataImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.DeviceImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.MemoryImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.ProcessImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.ProcessorImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.PropertyConstantImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.SubprogramGroupImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.SubprogramImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.SystemImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.ThreadGroupImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.ThreadImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.VirtualBusImplementationImpl
-
- isSetType() - Method in class org.osate.aadl2.impl.VirtualProcessorImplementationImpl
-
- isTransient(EObject, EStructuralFeature, int) - Method in class org.osate.xtext.aadl2.errormodel.serializer.EMV2TransientValueService
-
- isTransient(EObject, EStructuralFeature, int) - Method in class org.osate.xtext.aadl2.serializing.Aadl2TransientValueService
-
- isValid(String) - Method in class org.osate.ui.dialogs.AadlIdentifierInputValidator
-
Check that the given string is a legal AADL identifier.
- isValue() - Method in interface org.osate.aadl2.BooleanLiteral
-
Returns the value of the 'Value' attribute.
- isValue() - Method in class org.osate.aadl2.impl.BooleanLiteralImpl
-