A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ABSTRACT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
abstract_ - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'Abstract' attribute.
ABSTRACT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EClassImpl
The default value of the 'Abstract' attribute.
AbstractCommand - class org.eclipse.emf.common.command.AbstractCommand.
An abstract implementation of a basic command.
AbstractCommand() - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates an empty instance.
AbstractCommand(String) - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates an instance with the given label.
AbstractCommand(String, String) - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates and instance with the given label and description.
AbstractEnumerator - class org.eclipse.emf.common.util.AbstractEnumerator.
An extensible enumerator implementation.
AbstractEnumerator(int, String) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator
Creates an initialized instance.
AbstractOverrideableCommand - class org.eclipse.emf.edit.command.AbstractOverrideableCommand.
This is a convenient base class for classes that implement OverrideableCommand.
AbstractOverrideableCommand(EditingDomain) - Constructor for class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This constructs an instance in this editing domain.
AbstractOverrideableCommand(EditingDomain, String) - Constructor for class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This constructs an instance with the given label and in this editing domain.
AbstractOverrideableCommand(EditingDomain, String, String) - Constructor for class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This constructs an instance with the given label and description, in this editing domain.
AbstractTreeIterator - class org.eclipse.emf.common.util.AbstractTreeIterator.
An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
AbstractTreeIterator(Object) - Constructor for class org.eclipse.emf.common.util.AbstractTreeIterator
Creates an instance that iterates over an object, it's children, their children, and so on.
AbstractTreeIterator(Object, boolean) - Constructor for class org.eclipse.emf.common.util.AbstractTreeIterator
Creates and instance that iterates over an object (but only if includeRoot is true), it's children, their children, and so on.
accept(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenClassFilter
 
accept(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenFeatureFilter
 
accept(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenOperationFilter
 
accept(JETParseEventListener, JETReader, JETParser) - Method in interface org.eclipse.emf.codegen.jet.JETCoreElement
Return true if the input contained the sequence that matched the action corresponding to this core tag.
accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.Scriptlet
 
accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.Expression
 
accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.QuoteEscape
 
accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.Directive
 
action - Variable in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
action - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
This returns the action to which we are delegating our action properties.
actionBarContributorEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
actionBarContributorTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
activate() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
activate() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
activeEditor - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This keeps track of the current editor part.
activeEditor - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
activeEditorPart - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This keeps track of the active editor.
activeEditorPart - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This keeps track of the active editor.
adapt(Notifier, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns either a previously associated adapter or a newly associated adapter, as appropriate.
adapt(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Notifier, Object) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This delegates to DecoratorAdapterFactory.adapt(Object,Object)
adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Notifier, Object, Collection, Class) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
adapt(Object, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns either an associated adapter for the object, or the object itself, depending on whether the object is a notifier that supports an adapter of the given type.
adapt(Object, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns either the result of calling adapt(Notifier, Object) or the result of calling resolve(Object, Object), depending on whether the target is a notifier.
adapt(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
adapt(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
 
adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
All adapter creation is delegated to this method, which yields decorated item providers.
adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
 
adapt(Object, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
 
adaptAllNew(Notifier) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Creates a new associated adapter of each type of adapter supported by this factory, as necessary.
adaptAllNew(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier) and associates it by calling associate.
adaptAllNew(Notifier) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
adaptAllNew(Notifier) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
Adapter - interface org.eclipse.emf.common.notify.Adapter.
A receiver of notifications.
ADAPTER_FACTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Adapter Factory' attribute.
adapterFactories - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
The registered adapter factories.
adapterFactories - Variable in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This keeps track of all the AdapterFactory delegates.
adapterFactory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Adapter Factory' attribute.
adapterFactory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the one adapter factory used for providing views of the model.
adapterFactory - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the one adapter factory used for providing views of the model.
adapterFactory - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is the adapter factory used to create the adapter to which calls are delegated.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This keeps track of the adapter factory that created this adaptor.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
For now we need to keep track of the adapter factory, because we need it to provide a correct label provider.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the optional adapter factory that is used to get adapters for parent or child objects.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This keeps track of the factory used to generate the adapters.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This keeps track of the adapter factory that created this adaptor.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator
This keeps track of the factory used to generate the ITreeItemContentProvider adapters.
adapterFactory - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
adapterFactory - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
adapterFactory - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This keeps track of the one factory we are using.
adapterFactory - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This keep track of the one factory we are using.
AdapterFactory - interface org.eclipse.emf.common.notify.AdapterFactory.
A factory for creating adapters and associating them with notifiers.
adapterFactoryClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
adapterFactoryClassTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
AdapterFactoryContentProvider - class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider.
This content provider wraps an AdapterFactory and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
AdapterFactoryContentProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This constructs an instance that wraps this factory.
AdapterFactoryEditingDomain - class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.
This class implements an editing domain by delegating to adapters that implement IEditingDomainItemProvider.
AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet - class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet.
This is an implementation of a context that knows about this editing domain.
AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet(AdapterFactoryEditingDomain) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet
 
AdapterFactoryEditingDomain.DomainTreeIterator - class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator.
This implements an tree iterator that iterates over an object, it's domain children, their domain children, and so on.
AdapterFactoryEditingDomain.DomainTreeIterator(EditingDomain, Object) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator
This constructs tree iterator that iterates over an object, it's domain children, their domain children, and so on.
AdapterFactoryEditingDomain.DomainTreeIterator(EditingDomain, Object, boolean) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator
This constructs tree iterator that iterates over an object (but only if includeRoot is true), it's domain children, their domain children, and so on.
AdapterFactoryEditingDomain(AdapterFactory, CommandStack) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Create an instance from the adapter factory, and the specialized command stack.
AdapterFactoryEditingDomain(AdapterFactory, CommandStack, ResourceSet) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Create an instance from the adapter factory, the specialized command stack, and the specialized resource set.
AdapterFactoryImpl - class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.
An extensible adapter factory implementation.
AdapterFactoryImpl() - Constructor for class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an instance.
AdapterFactoryItemDelegator - class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.
 
AdapterFactoryItemDelegator(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
 
AdapterFactoryLabelProvider - class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.
This label provider wraps an AdapterFactory and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
AdapterFactoryLabelProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Construct an instance that wraps this factory.
AdapterFactoryTableTreeEditor - class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor.
This base class for implementing TableTreeEditors that delegate to adapters produced by an AdapterFactory.
AdapterFactoryTableTreeEditor(TableTree, AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
AdapterFactoryTreeEditor - class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor.
This base class for implementing TreeEditors that delegate to adapters produced by an AdapterFactory.
AdapterFactoryTreeEditor(Tree, AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
AdapterFactoryTreeIterator - class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator.
This implements a tree iterator that iterates over an object, it's children, their children, and so on, use the ITreeItemContentProviders produced by an adapter factory.
AdapterFactoryTreeIterator(AdapterFactory, Object) - Constructor for class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator
This constructs tree iterator that iterates over an object, it's children, their children, and so on.
AdapterFactoryTreeIterator(AdapterFactory, Object, boolean) - Constructor for class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator
This constructs tree iterator that iterates over an object (but only if includeRoot is true), it's children, their children, and so on.
AdapterImpl - class org.eclipse.emf.common.notify.impl.AdapterImpl.
An extensible adapter implementation.
AdapterImpl() - Constructor for class org.eclipse.emf.common.notify.impl.AdapterImpl
Creates an instance.
adaptNew(Notifier, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Creates a new associated adapter of the given type; it may optionally call setTarget on the adapter, and it may optionally add the adapter to the target.eAdapters().
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier, Object) and associates it by calling associate.
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This method isn't implemented and will throw and exception.
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This interface is not support; an exception will be thrown.
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This records adapters for subsequent disposable.
ADD - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been inserted into a list-based feature of the notifier.
ADD_MANY - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a several values have been added into a list-based feature of the notifier.
add(ENamedElement, XMLResource.XMLInfo) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Add an XMLInfo object for an Ecore construct to the map.
add(ENamedElement, XMLResource.XMLInfo) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
Add an XMLInfo object for an Ecore construct to the map.
add(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Adds the object at the given index in the list.
add(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
add(int, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
add(Notification) - Method in interface org.eclipse.emf.common.notify.NotificationChain
Adds a notification to the chain.
add(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Adds or merges a new notification.
add(Object) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Returns the result of calling NotificationChainImpl.add(Notification).
add(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Adds the object at the end of the list and returns whether the object was added; if uniqueness is required, duplicates will be ignored and false will be returned.
add(Object) - Method in class org.eclipse.emf.common.util.BasicEList.EListIterator
Adds the object at the next index and advances the iterator past it.
add(Object) - Method in class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Throws an exception.
add(Object) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
add(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
add(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
add(Object) - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
add(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
add(Object) - Method in class org.eclipse.emf.edit.provider.Disposable
 
add(String) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
add(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addAbstractPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This adds a property descriptor for the Abstract feature.
addAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
addAdapterFactoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Adapter Factory feature.
addAll(Collection) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object of the collection to the end of the list.
addAll(Collection) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
addAll(Collection) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
addAll(Collection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
addAll(Collection) - Method in class org.eclipse.emf.edit.provider.Disposable
 
addAll(int, Collection) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added.
addAll(int, Collection) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
addAll(int, Collection) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
addAllUnique(Collection) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(Collection) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Collection) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAnnotation(ENamedElement, String, String[]) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addAttribute(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addAttributeContent(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addAttributeNS(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addBasePackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Base Package feature.
addChangeablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Changeable feature.
addCharDataGenerator(char[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
addChildrenPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Children feature.
addClasspathEntries(Collection, String) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
addClasspathEntries(Collection, String, String) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
AddCommand - class org.eclipse.emf.edit.command.AddCommand.
The add command logically acts upon an owner object that has a collection-based feature to which other objects can be added.
AddCommand(EditingDomain, EList, Collection) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to insert a collection of values into the specified extent.
AddCommand(EditingDomain, EList, Collection, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to insert a collection of values into the specified extent.
AddCommand(EditingDomain, EList, Object) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to add a particular value into the specified extent.
AddCommand(EditingDomain, EList, Object, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to insert particular value into the specified extent.
AddCommand(EditingDomain, EObject, EStructuralFeature, Collection) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to add a collection of values to the specified many-valued feature of the owner.
AddCommand(EditingDomain, EObject, EStructuralFeature, Collection, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to insert a collection of values into the specified many-valued feature of the owner.
AddCommand(EditingDomain, EObject, EStructuralFeature, Object) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to add a particular value to the specified many-valued feature of the owner.
AddCommand(EditingDomain, EObject, EStructuralFeature, Object, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to insert particular value into the specified many-valued feature of the owner.
addCommandStackListener(CommandStackListener) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
addCommandStackListener(CommandStackListener) - Method in interface org.eclipse.emf.common.command.CommandStack
Adds a listener to the command stack, which will be notified whenever a command has been processed on the stack.
addCompilationUnitImports(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
addContainerPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds a property descriptor for the Container feature.
addContainmentPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds a property descriptor for the Containment feature.
addCopyrightTextPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Copyright Text feature.
addCreateCopyCommands(CompoundCommand, EObject) - Method in class org.eclipse.emf.edit.command.CopyCommand
 
addCreationCommandsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Creation Commands feature.
addDefaultValueLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Default Value Literal feature.
addDefaultValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Default Value feature.
addDefaultValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This adds a property descriptor for the Default Value feature.
addDynamicTemplatesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Dynamic Templates feature.
addEAttributeTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This adds a property descriptor for the EAttribute Type feature.
addEContainingClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the EContaining Class feature.
addEcoreClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This adds a property descriptor for the Ecore Class feature.
addEcoreDataTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
This adds a property descriptor for the Ecore Data Type feature.
addEcoreEnumLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
This adds a property descriptor for the Ecore Enum Literal feature.
addEcoreEnumPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This adds a property descriptor for the Ecore Enum feature.
addEcoreFeaturePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Ecore Feature feature.
addEcoreOperationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
This adds a property descriptor for the Ecore Operation feature.
addEcorePackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Ecore Package feature.
addEditDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Edit Directory feature.
addEditorDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Editor Directory feature.
addEditorPluginClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Editor Plugin Class feature.
addEditPluginClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Edit Plugin Class feature.
addEEnumLiteral(EEnum, Enumerator) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEFactoryInstancePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This adds a property descriptor for the EFactory Instance feature.
addEOperation(EClass, EClassifier, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEOppositePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds a property descriptor for the EOpposite feature.
addEPackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This adds a property descriptor for the EPackage feature.
addEParameter(EOperation, EClassifier, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEReferenceTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds a property descriptor for the EReference Type feature.
addESuperTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This adds a property descriptor for the ESuper Types feature.
addETypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This adds a property descriptor for the EType feature.
addForceOverwritePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Force Overwrite feature.
addGenerateSchemaPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Generate Schema feature.
addGenerator(JETGenerator) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
addIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This adds a property descriptor for the ID feature.
addImagePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This adds a property descriptor for the Image feature.
addImport(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
addImport(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
addImport(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
addImport(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
addImports(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
addInstanceClassNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This adds a property descriptor for the Instance Class Name feature.
addInstancePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This adds a property descriptor for the Instance feature.
addInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This adds a property descriptor for the Interface feature.
addJavaLangImports(List) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
AddJETNatureAction - class org.eclipse.emf.codegen.action.AddJETNatureAction.
 
AddJETNatureAction() - Constructor for class org.eclipse.emf.codegen.action.AddJETNatureAction
 
addKeyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This adds a property descriptor for the Key feature.
addLabelFeaturePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This adds a property descriptor for the Label Feature feature.
addLine() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
addLine() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addListener(ILabelProviderListener) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Since we won't ever generate these notifications, we can just ignore this.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This adds a listener.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This adds a listener.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
 
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProvider
 
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This adds a listener.
addListener(INotifyChangedListener) - Method in interface org.eclipse.emf.edit.provider.IChangeNotifier
This adds another listener.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
 
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ChangeNotifier
This adds another listener.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This adds a listener.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This adds a listener.
addLowerBoundPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Lower Bound feature.
addManyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Many feature.
addMasterImport(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
addModelDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Model Directory feature.
addModelNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Model Name feature.
addModelPluginClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Model Plugin Class feature.
addModelPluginIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Model Plugin ID feature.
addModificationTrackingAdapters(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Adds modification tracking adapters to the object and it's content tree.
addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This adds a property descriptor for the Name feature.
addNamespaceDeclarations() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
addNamespaceDeclarations() - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
addNode(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
addNode(UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
addNonNLSMarkersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Non NLS Markers feature.
addNotifyPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Notify feature.
addNsPrefixPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This adds a property descriptor for the Ns Prefix feature.
addNsURIPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This adds a property descriptor for the Ns URI feature.
addPages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
Called by the framework to create the contents of the wizard.
addPages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard
The framework calls this to create the contents of the wizard.
addPages() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
The framework calls this to create the contents of the wizard.
addPages() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
The framework calls this to create the contents of the wizard.
addPrefix(String, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
addPrefix(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
addPrefixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Prefix feature.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseComponent
 
addPropertyPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Property feature.
addProviderPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This adds a property descriptor for the Provider feature.
addRedirectionPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Redirection feature.
addRequiredPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Required feature.
addResolveProxiesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds a property descriptor for the Resolve Proxies feature.
addResourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Resource feature.
addRuntimeJarPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Runtime Jar feature.
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This implements ISelectionProvider.
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This implements ISelectionProvider.
addSerializablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This adds a property descriptor for the Serializable feature.
addSourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This adds a property descriptor for the Source feature.
addTemplateDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Template Directory feature.
addToFrontOfBuildSpec(String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Adds a builder to the build spec for the given project.
addTransientPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Transient feature.
addUnique(int, Object) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(int, Object) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Add the object without verifying uniqueness.
addUnique(int, Object) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
addUnique(int, Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Add the object without verifying uniqueness.
addUnique(Object) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(Object) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Add the object without verifying uniqueness.
addUnique(Object) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
addUnique(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Add the object without verifying uniqueness.
addUniquePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Unique feature.
addUnsettablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Unsettable feature.
addUpdateClasspathPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Update Classpath feature.
addUpperBoundPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Upper Bound feature.
addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This adds a property descriptor for the Value feature.
addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This adds a property descriptor for the Value feature.
addVolatilePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Volatile feature.
advance(int) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
affectedObjects - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the value to be returned by CreateChildCommand.getAffectedObjects().
affectedObjects - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
The is the value returned by AbstractOverrideableCommand.getAffectedObjects().
affectedObjects - Variable in class org.eclipse.emf.edit.command.RemoveCommand
The is the value returned by AbstractOverrideableCommand.getAffectedObjects().
affectedObjects - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the value returned by AbstractOverrideableCommand.getAffectedObjects().
allEClasses - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
allRoots - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
AMP - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
analyzeCompilationUnit(IDOMCompilationUnit) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Walks the compilation unit to analyze the type.
analyzeCompilationUnit(IDOMCompilationUnit) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
analyzeField(EEnum, IDOMField) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Creates EEnumLiteral as appropriate.
analyzeField(IDOMField) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
analyzeImport(IDOMImport) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
analyzeInitializer(IDOMInitializer) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
analyzeMethod(EClass, IDOMMethod) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Creates an EOperation, EAttribute, or EReference as appropriate.
analyzeMethod(EClass, String, String, String, String[], String[]) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
 
analyzeMethod(IDOMMethod) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
analyzePackage(IDOMPackage) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
analyzeType(IDOMType) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Walks the type either as an EClass or an ENum to analyze either the methods or the fields.
analyzeType(IDOMType) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
APOS - Static variable in class org.eclipse.emf.codegen.jet.JETParser.QuoteEscape
constants for escapes
append(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Adds a command to this compound command's list of commands.
appendAndExecute(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Checks if the command can execute; if so, it is executed, appended to the list, and true is returned, if not, it is just disposed and false is returned.
appendAndExecute(Command) - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Checks if the command can execute; if so, it is executed, appended to the list, and true is returned, if not, it is just disposed and false is returned.
appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending a period (".") followed by the specified file extension to the last path segment of this URI, if it is hierarchical with a non-empty path ending in a non-empty segment; otherwise, this URI is returned unchanged.
appendFragment(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed from this URI and the given fragment.
appendIfCanExecute(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Adds a command to this compound command's the list of commands and returns true, if command.canExecute() returns true; otherwise, it simply calls command.dispose() and returns false.
appendModelSetting(StringBuffer, boolean, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
appendModelSetting(StringBuffer, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
appendModelSetting(StringBuffer, String, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
appendQuery(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed from this URI and the given query.
appendSegment(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending the specified segment on to the end of the path of this URI, if hierarchical; this URI unchanged, otherwise.
appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending the specified segments on to the end of the path of this URI, if hierarchical; this URI unchanged, otherwise.
apply() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
apply(String) - Method in class org.eclipse.emf.codegen.jmerge.JMerger.FindAndReplace
 
applyFormatRules(String) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
applyPullRules(IDOMNode, IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
applySortRules(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
applySweepRules(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
ARRAY_SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
arrowDown() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
arrowLeft() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
arrowRight() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
arrowUp() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
assign(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Assigns the object into the data storage at the given index and returns the object that's been stored.
associate(Adapter, Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Associates an adapter with a notifier by adding it to the target's adapters.
ASSOCIATION - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ASSOCIATION_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
attached(EObject) - Method in interface org.eclipse.emf.ecore.resource.Resource.Internal
Called when the object is attached to this resource, i.e., when it's eResource changes to be this one.
attached(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
attached(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
attribs - Variable in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
 
attribs - Variable in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
ATTRIBUTE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
 
ATTRIBUTE_SET - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ATTRIBUTES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ATTRIBUTES - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
ATTRIBUTES_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
authority() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component, returns it; null otherwise.

B

BASE - Static variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
BASE_COLUMN - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
BASE_PACKAGE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Base Package' attribute.
baseDir - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the base URI for relative paths.
baseId - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
basePackage - Variable in class org.eclipse.emf.codegen.ecore.Generator
 
basePackage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Base Package' attribute.
baseURL - Variable in class org.eclipse.emf.common.EMFPlugin
 
BASIC - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'Basic' literal value.
BASIC_LITERAL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'Basic' literal object.
basicAdd(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
basicAdd(Object, NotificationChain) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting.Internal
Add the object with without updating the inverse and returns accumulated notifications.
basicAdd(Object, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Add the object without updating the inverse.
basicAdd(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicAdd(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicAdd(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Add the object without updating the inverse.
basicAdd(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
BasicCommandStack - class org.eclipse.emf.common.command.BasicCommandStack.
A basic and obvious implementation of an undoable stack of commands.
BasicCommandStack() - Constructor for class org.eclipse.emf.common.command.BasicCommandStack
Creates a new empty instance.
BasicEList - class org.eclipse.emf.common.util.BasicEList.
A highly extensible list implementation.
BasicEList.EIterator - class org.eclipse.emf.common.util.BasicEList.EIterator.
An extensible iterator implementation.
BasicEList.EIterator(BasicEList) - Constructor for class org.eclipse.emf.common.util.BasicEList.EIterator
 
BasicEList.EListIterator - class org.eclipse.emf.common.util.BasicEList.EListIterator.
An extensible list iterator implementation.
BasicEList.EListIterator(BasicEList) - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
Creates an instance.
BasicEList.EListIterator(BasicEList, int) - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
Creates an instance advanced to the index.
BasicEList.NonResolvingEIterator - class org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator.
An extended read-only iterator that does not resolve objects.
BasicEList.NonResolvingEIterator(BasicEList) - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator
 
BasicEList.NonResolvingEListIterator - class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator.
An extended read-only list iterator that does not resolve objects.
BasicEList.NonResolvingEListIterator(BasicEList) - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Creates an instance.
BasicEList.NonResolvingEListIterator(BasicEList, int) - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Creates an instance advanced to the index.
BasicEList.UnmodifiableEList - class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList.
An unmodifiable version of BasicEList.
BasicEList.UnmodifiableEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Creates an initialized instance.
BasicEList() - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an empty instance with no initial capacity.
BasicEList(Collection) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an instance that is a copy of the collection.
BasicEList(int) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an empty instance with the given capacity.
BasicEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an initialized instance that directly uses the given arguments.
BasicEMap - class org.eclipse.emf.common.util.BasicEMap.
A highly extensible map implementation.
BasicEMap.BasicEMapIterator - class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator.
An iterator over the map entry data.
BasicEMap.BasicEMapKeyIterator - class org.eclipse.emf.common.util.BasicEMap.BasicEMapKeyIterator.
An iterator over the map key data.
BasicEMap.BasicEMapValueIterator - class org.eclipse.emf.common.util.BasicEMap.BasicEMapValueIterator.
An iterator over the map value data.
BasicEMap.DelegatingMap - class org.eclipse.emf.common.util.BasicEMap.DelegatingMap.
 
BasicEMap.DelegatingMap(BasicEMap) - Constructor for class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
BasicEMap.Entry - interface org.eclipse.emf.common.util.BasicEMap.Entry.
An extended implementation interface for caching hash values and for upating an entry that may be manufactured as a uninitialized instance by a factory.
BasicEMap.EntryImpl - class org.eclipse.emf.common.util.BasicEMap.EntryImpl.
A simple and obvious entry implementation.
BasicEMap.EntryImpl(BasicEMap, int, Object, Object) - Constructor for class org.eclipse.emf.common.util.BasicEMap.EntryImpl
Creates a fully initialized instance.
BasicEMap.View - class org.eclipse.emf.common.util.BasicEMap.View.
An implementation class to hold the views.
BasicEMap.View() - Constructor for class org.eclipse.emf.common.util.BasicEMap.View
Creates an empty instance.
BasicEMap() - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an empty instance.
BasicEMap(int) - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an empty instance with the given capacity.
BasicEMap(Map) - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an instance that is a copy of the map.
basicGetAttributeValue(String, String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
basicGetData() - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
basicGetEAttributeType() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
basicGetEcoreClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
basicGetEcoreDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
basicGetEcoreEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
basicGetEcoreEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
basicGetEcoreFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
basicGetEcoreOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
basicGetEcorePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
basicGetEcoreParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
basicGetEOpposite() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
basicGetEReferenceType() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
basicGetEType() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
basicGetLabelFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
basicIterator() - Method in class org.eclipse.emf.common.util.BasicEList
Returns a read-only iterator that does not resolve objects.
basicIterator() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
basicIterator() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
basicIterator() - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns an iterator that yields unresolved values.
basicIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
basicIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Returns an iterator that yields unresolved values.
basicIterator() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
basicList() - Method in class org.eclipse.emf.common.util.BasicEList
Returns an unsafe list that provides a non-resolving view of the underlying data storage.
basicList() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
basicList() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
basicList() - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns an unmodifiable list that yields unresolved values.
basicList() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
basicList() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicList() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicList() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
basicList() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
basicListIterator() - Method in class org.eclipse.emf.common.util.BasicEList
Returns a read-only list iterator that does not resolve objects.
basicListIterator() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
basicListIterator() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
basicListIterator() - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns a list iterator that yields unresolved values.
basicListIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
basicListIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicListIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicListIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Returns a list iterator that yields unresolved values.
basicListIterator(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns a read-only list iterator advanced to the given index that does not resolve objects.
basicListIterator(int) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
basicListIterator(int) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns a list iterator that yields unresolved values.
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Returns a list iterator that yields unresolved values.
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
basicRemove(Object, NotificationChain) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting.Internal
Removes the object with without updating the inverse and returns accumulated notifications.
basicRemove(Object, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Remove the object with without updating the inverse.
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Remove the object with without updating the inverse.
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
basicSet(int, Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
basicSetEFactoryInstance(EFactory, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
basicSetEPackage(EPackage, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
basicSetResourceSet(ResourceSet, NotificationChain) - Method in interface org.eclipse.emf.ecore.resource.Resource.Internal
Sets the resource to be contained by the given resource set, and returns the notifications this produces.
basicSetResourceSet(ResourceSet, NotificationChain) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Sets the new containing resource set, and removes the resource from a previous containing resource set, if necessary.
beginPageProcessing() - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
beginPageProcessing() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
beginPageProcessing() - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
beginTask(String, int) - Method in class org.eclipse.emf.codegen.CodeGen.StreamProgressMonitor
 
blue - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
blue - Variable in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
BOIMCAT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
BOOLEAN_VALUE_IMAGE - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
bounded - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
braceLine - Static variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
BRIDGETOOB - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
BUFFER_SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
bufferedReader - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
buffWriter - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
build(int, Map, IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETBuilder
 
build(RoseNode, Object, ENamedElement) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
BUILDER - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
BY_VALUE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 

C

cancel() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns !NotifyingListImpl.hasInverse().
canContainNull() - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether null is a valid object for the list.
canContainNull() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
canContainNull() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
canEdit(Object) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
Returns whether changes to the object will be persisted.
canExecute() - Method in class org.eclipse.emf.common.command.AbstractCommand
Calls AbstractCommand.prepare(), caches the result in AbstractCommand.isExecutable, and sets AbstractCommand.isPrepared to true; from then on, it will yield the value of isExecutable.
canExecute() - Method in interface org.eclipse.emf.common.command.Command
Returns whether the comamad is valid to execute.
canExecute() - Method in class org.eclipse.emf.common.command.IdentityCommand
Returns true.
canExecute() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Returns false.
canExecute() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
canExecute() - Method in class org.eclipse.emf.edit.command.CopyCommand
 
canExecute() - Method in interface org.eclipse.emf.edit.command.CommandActionDelegate
This returns whether the action should be enabled.
canGenerate - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
canGenerate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
canGenerate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerate(GenBase) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.GenerateAction
 
canGenerateEdit() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerateEditor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canRedo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
canRedo() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns whether there are commands past the top of the stack that can be redone.
canSetProperty(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.GenItemPropertyDescriptor
 
canSetProperty(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This determines whether this descriptor's property for the object supports set (and reset).
canSetProperty(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of determining whether the property value from the given object supports set (and reset).
canSetProperty(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
This determines whether this descriptor's property for the object supports set (and reset).
canUndo - Variable in class org.eclipse.emf.edit.command.SetCommand
This specified whether or not this command can be undone.
canUndo() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns true because most command should be undoable.
canUndo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns false if any of the commands return false for Command.canUndo().
canUndo() - Method in interface org.eclipse.emf.common.command.Command
Returns whether the command can be undone.
canUndo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
canUndo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the canUndo method of the command.
canUndo() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns whether the top command on the stack can be undone.
canUndo() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Returns false.
canUndo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
canvas - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
capacity - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
capName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
capName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
CARDINALITY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
caseEAnnotation(EAnnotation) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EAnnotation'.
caseEAttribute(EAttribute) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EAttribute'.
caseEClass(EClass) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EClass'.
caseEClassifier(EClassifier) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EClassifier'.
caseEDataType(EDataType) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EData Type'.
caseEEnum(EEnum) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EEnum'.
caseEEnumLiteral(EEnumLiteral) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EEnum Literal'.
caseEFactory(EFactory) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EFactory'.
caseEModelElement(EModelElement) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EModel Element'.
caseENamedElement(ENamedElement) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'ENamed Element'.
caseEOperation(EOperation) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EOperation'.
caseEPackage(EPackage) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EPackage'.
caseEParameter(EParameter) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EParameter'.
caseEReference(EReference) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EReference'.
caseEStringToStringMapEntry(Map.Entry) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EString To String Map Entry'.
caseEStructuralFeature(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EStructural Feature'.
caseETypedElement(ETypedElement) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'ETyped Element'.
caseGenBase(GenBase) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'Gen Base'.
caseGenClass(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'Gen Class'.
caseGenClassifier(GenClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'Gen Classifier'.
caseGenDataType(GenDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'Gen Data Type'.
caseGenEnum(GenEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'Gen Enum'.
caseGenEnumLiteral(GenEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'Gen Enum Literal'.
caseGenFeature(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'Gen Feature'.
caseGenModel(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'GenModel'.
caseGenOperation(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'Gen Operation'.
caseGenPackage(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'Gen Package'.
caseGenParameter(GenParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'Gen Parameter'.
caseTreeNode(TreeNode) - Method in class org.eclipse.emf.edit.tree.util.TreeSwitch
Returns the result of interpretting the object as an instance of 'Node'.
category - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This represents the group of properties into which this one should be placed.
CATEGORY_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
CATFILETOPKGUUID - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
chain(Command) - Method in class org.eclipse.emf.common.command.AbstractCommand
Creates a new compound command, containing this command and the given command, that delegates chain to CompoundCommand.append(org.eclipse.emf.common.command.Command).
chain(Command) - Method in interface org.eclipse.emf.common.command.Command
Returns a command that represents the composition of this command with the given command.
change - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
change - Variable in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
changeable - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The cached value of the 'Changeable' attribute.
CHANGEABLE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Changeable' attribute.
changed(EObject, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Called when the ID of an object is changed.
changed(EObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
changeNotifier - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This is used to implement IChangeNotifier.
changeNotifier - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This is used to implement IChangeNotifier.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This is used to implement IChangeNotifier.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the optional collection used for changes to the text, parent, or children.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This is used to implement IChangeNotifier.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This is used to implement IChangeNotifier.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This keeps track of all the Viewers.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This is used to implement IChangeNotifier.
changeNotifier - Variable in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This is used to implement IChangeNotifier.
ChangeNotifier - class org.eclipse.emf.edit.provider.ChangeNotifier.
This is a simple and obvious implementation of IChangeNotifier as an extension of an ArrayList, for flexibility.
ChangeNotifier() - Constructor for class org.eclipse.emf.edit.provider.ChangeNotifier
 
characters - Variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
chars - Variable in class org.eclipse.emf.codegen.jet.JETScriptletGenerator
 
checkConflictFileName(UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
checkedEPackageList - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
checkFileName(UnitTreeNode, String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
checkModCount() - Method in class org.eclipse.emf.common.util.BasicEList.EIterator
Checks that the modification count is as expected.
child - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the child object to be added.
children - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Children' attribute.
children - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the children returned by getChildren(Object).
children - Variable in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
The cached value of the 'Children' containment reference list.
CHILDREN_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Children' attribute.
childrenReferences - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This is used to store all the children references.
ChildrenToCopyProvider - interface org.eclipse.emf.edit.command.ChildrenToCopyProvider.
This interface is implemented by commands that need to support specialized copying of children.
choiceOfValues - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
chooseEcore() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
chooseJava() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
chooseNothing() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
chooseRose() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
chooseXSD() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
CLASS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
CLASS_ATTR_LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
CLASS_ATTRIBUTES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
CLASS_CATEGORY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
CLASS_DIAGRAM - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
CLASS_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
CLASSATTRIBUTE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
classEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
classes - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
classForClassName(String) - Static method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
className - Variable in class org.eclipse.emf.ecore.xmi.ClassNotFoundException
 
ClassNotFoundException - exception org.eclipse.emf.ecore.xmi.ClassNotFoundException.
 
ClassNotFoundException(String, EFactory, String, int, int) - Constructor for class org.eclipse.emf.ecore.xmi.ClassNotFoundException
Constructor for ClassNotFoundException.
classTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
clear() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.BasicEList
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
clear() - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
clear() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
CLIENT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
CLIENT_CARDINALITY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
clipboard - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is the current clipboard.
clone() - Method in class org.eclipse.emf.common.util.BasicEList
Returns a shallow copy of this list.
clone() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a shallow copy of this map.
clone() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
Returns a new entry just like this one.
close() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
close() - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.PlatformResourceOutputStream
 
close() - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
closeDirective - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
closeExpr - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
closeScriptlet - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
closeStartElement() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
code(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
 
CodeGen - class org.eclipse.emf.codegen.CodeGen.
This class implements some reusable static utility methods.
CodeGen.StreamProgressMonitor - class org.eclipse.emf.codegen.CodeGen.StreamProgressMonitor.
This is a progress monitor that prints the progress information to a stream.
CodeGen.StreamProgressMonitor(PrintStream) - Constructor for class org.eclipse.emf.codegen.CodeGen.StreamProgressMonitor
 
CodeGen() - Constructor for class org.eclipse.emf.codegen.CodeGen
This creates an instance.
CodeGenEcorePlugin - class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin.
The Plugin for the EMF.CodeGen.Ecore library.
CodeGenEcorePlugin.Implementation - class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin.Implementation.
The actual implementation of the Eclipse Plugin.
CodeGenEcorePlugin.Implementation(IPluginDescriptor) - Constructor for class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin.Implementation
Creates an instance.
CodeGenPlugin - class org.eclipse.emf.codegen.CodeGenPlugin.
This is the central singleton for the emf.codegen plugin.
CodeGenPlugin(IPluginDescriptor) - Constructor for class org.eclipse.emf.codegen.CodeGenPlugin
Create the instance.
CodeGenUIPlugin - class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin.
This is the central singleton for the emf.codegen plugin.
CodeGenUIPlugin(IPluginDescriptor) - Constructor for class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
Create the instance.
col - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the column index.
collectGenClasses(List, GenBaseImpl.GenClassFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Iterate over the specified eClasses list, finding the GenClass corresponding to each EClass.
collectGenFeatures(List, List, GenBaseImpl.GenFeatureFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Iterate over the lists returned by calling getGenFeatures() on items in the list of genClasses, and then over the list of genFeatures.
collectGenOperations(List, List, GenBaseImpl.GenOperationFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Iterate over the lists returned by calling getGenOperations() on items in the list of genClasses, and then over the list of genOperations.
collection - Variable in class org.eclipse.emf.edit.command.CommandParameter
This is the collection of values involved in the command.
collection - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the collection of dragged sources.
collection - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is the collection of replacements.
collection - Variable in class org.eclipse.emf.edit.command.RemoveCommand
This is the collection of objects being removed.
collection - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the collection of objects being added to the owner list.
collection - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
This records the collection of selected objects so that a new command can be easily constructed after the execution of the command previously constructed from this selection.
collectionToString(Collection) - Static method in class org.eclipse.emf.edit.command.CommandParameter
 
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This adds to newChildDescriptors, a collection of CommandParameters, parameters for possible children of the specified object, when viewed as an instance of the type for which this is an item provider.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectNewChildDescriptors(Collection, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This adds to the collection of CommandParameters describing all of the children that can be created under this object.
collectPackages(List, List, int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Collects into result nested GenPackages to the specified depth, not counting those without classifiers (for which nothing is ever generated); -1 for no limit.
collectReachableObjectsOfType(Collection, Collection, EObject, EClassifier) - Static method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This will visit all reachable references from object except those in visited; it updates visited and adds to result any object with a meta object that indicates that it is a subtype of type.
column - Variable in class org.eclipse.emf.ecore.xmi.XMIException
 
COM - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
command - Variable in class org.eclipse.emf.common.command.CommandWrapper
The command for which this is a proxy or decorator.
command - Variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This is the command that does the actual pasting.
command - Variable in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This records the command.
command - Variable in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This keeps track of the command delegate that is created by CommandActionHandler.createCommand(java.util.Collection).
command - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
This records the command that is created each time the selection changes.
command - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is the command created during dragging which provides the feedback and will carry out the action upon completion.
Command - interface org.eclipse.emf.common.command.Command.
An interface that every command is expected to support.
CommandAction - class org.eclipse.emf.edit.ui.action.CommandAction.
This class is used to implement a selection-based IAction on the menubar, the toolbar, or a popup menu by delegating all required behaviour to a Command.
CommandAction() - Constructor for class org.eclipse.emf.edit.ui.action.CommandAction
This constructs an instance.
CommandActionDelegate - interface org.eclipse.emf.edit.command.CommandActionDelegate.
This is the interface used by a CommandAction to delegate all of the set methods of an IAction to a Command.
CommandActionHandler - class org.eclipse.emf.edit.ui.action.CommandActionHandler.
 
CommandActionHandler(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.CommandActionHandler
This contructs and instance in this editing domain.
CommandActionHandler(EditingDomain, String) - Constructor for class org.eclipse.emf.edit.ui.action.CommandActionHandler
This contructs and instance in this editing domain.
commandList - Variable in class org.eclipse.emf.common.command.CompoundCommand
The list of subcommands.
commandList - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The list of commands.
CommandParameter - class org.eclipse.emf.edit.command.CommandParameter.
This is a convenient common base class for all the command parameters need by the various types of commands.
CommandParameter(Object) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying only an owner.
CommandParameter(Object, Object, Collection) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, and a collection of values.
CommandParameter(Object, Object, Collection, int) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, a collection of values, and an index.
CommandParameter(Object, Object, Object) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, and a value.
CommandParameter(Object, Object, Object, Collection) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, and a value, and a collection.
CommandParameter(Object, Object, Object, Collection, int) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, a value, a collection, and an index.
CommandParameter(Object, Object, Object, int) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, a value, and an index.
commandStack - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is the command stack that was passed into the constructor.
CommandStack - interface org.eclipse.emf.common.command.CommandStack.
A simple and obvious interface for an undoable stack of commands with a listener.
commandStackChanged(EventObject) - Method in interface org.eclipse.emf.common.command.CommandStackListener
Called when the CommandStack's state has changed.
CommandStackListener - interface org.eclipse.emf.common.command.CommandStackListener.
A listener to a CommandStack.
commandTarget - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This records the object for which the EditingDomainViewerDropAdapter.command was created.
CommandWrapper - class org.eclipse.emf.common.command.CommandWrapper.
A command that wraps another command.
CommandWrapper() - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance.
CommandWrapper(Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance for the given command.
CommandWrapper(String) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance, with the given label.
CommandWrapper(String, Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance with the given label for the given command.
CommandWrapper(String, String) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance, with the given label and description.
CommandWrapper(String, String, Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance with the given label and description for the given command.
comment - Static variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
commit - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
commitXML(Document) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
CommonPlugin - class org.eclipse.emf.common.CommonPlugin.
The Plugin for the model EMF.Common library.
CommonPlugin.Implementation - class org.eclipse.emf.common.CommonPlugin.Implementation.
The actual implementation of the Eclipse Plugin.
CommonPlugin.Implementation(IPluginDescriptor) - Constructor for class org.eclipse.emf.common.CommonPlugin.Implementation
Creates an instance.
COMPARTMENT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
COMPARTMENTITEMS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
compilationUnit - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
compilationUnit - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
CompileTemplateAction - class org.eclipse.emf.codegen.action.CompileTemplateAction.
Compile the JET template.
CompileTemplateAction() - Constructor for class org.eclipse.emf.codegen.action.CompileTemplateAction
 
COMPONENT_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ComposeableAdapterFactory - interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory.
This provides support that allows a factory to be composed into a ComposedAdapterFactory that serves the union of the model objects from different packages.
ComposedAdapterFactory - class org.eclipse.emf.edit.provider.ComposedAdapterFactory.
This provides support for composing several factories for different models into a single factory serving the union of the model objects.
ComposedAdapterFactory(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory(AdapterFactory[]) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory(Collection) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedImage - class org.eclipse.emf.edit.provider.ComposedImage.
This implements a wrapper that can be used to specify how a composed image should look.
ComposedImage.Point - class org.eclipse.emf.edit.provider.ComposedImage.Point.
 
ComposedImage.Point() - Constructor for class org.eclipse.emf.edit.provider.ComposedImage.Point
 
ComposedImage.Size - class org.eclipse.emf.edit.provider.ComposedImage.Size.
 
ComposedImage.Size() - Constructor for class org.eclipse.emf.edit.provider.ComposedImage.Size
 
ComposedImage(Collection) - Constructor for class org.eclipse.emf.edit.provider.ComposedImage
This creates an empty instance.
CompoundCommand - class org.eclipse.emf.common.command.CompoundCommand.
A command that comprises a sequence of subcommands.
CompoundCommand() - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an empty instance.
CompoundCommand(int) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an empty instance with the given result index.
CompoundCommand(int, List) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index and list.
CompoundCommand(int, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index and label.
CompoundCommand(int, String, List) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given resultIndex, label, and list.
CompoundCommand(int, String, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index, label, and description.
CompoundCommand(int, String, String, List) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index, label, description, and list.
CompoundCommand(List) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given list.
CompoundCommand(String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label.
CompoundCommand(String, List) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates instance with the given label and list.
CompoundCommand(String, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label and description.
CompoundCommand(String, String, List) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label, description, and list.
computeFeatureKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
CONCURRENCY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
configure() - Method in class org.eclipse.emf.codegen.jet.JETNature
 
configure(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
configureAction(ISelection) - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This extracts the objects from selection, invokes createActionCommand to create the command, and then configures the action based on the result.
configureShell(Shell) - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
consider(IContainer) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Considers all the files of a container and all it's subcontainer.
consider(IFile) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Adds the file to JETCompileTemplateOperation.files the file ends with the JETCompileTemplateOperation.JET_EXTENSION extension.
CONSTANT_DECLARATION_BEGIN - Static variable in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
CONSTANT_DECLARATION_END - Static variable in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
CONSTANT_DECLARATION_MIDDLE - Static variable in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
CONSTANT_PREFIX - Static variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
constantCount - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
constantDictionary - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
constants - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
CONSTRAINTS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
CONSTVALUE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
containerClass - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
containers - Variable in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
containment - Variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The cached value of the 'Containment' attribute.
CONTAINMENT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
CONTAINMENT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The default value of the 'Containment' attribute.
containment(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return true if the cross referencer should include references from children of the specified object.
CONTAINMENTS_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
contains(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether the list contains the object.
contains(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
contains(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
contains(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList
Resolve to compare objects but do not modify list
containsAll(Collection) - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether the list contains each object in the collection.
containsAll(Collection) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
containsKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns whether the key is associated with a value.
containsKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
containsKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
containsName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
containsValue(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns whether the value is associated with a key.
containsValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
containsValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
CONTENT - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
 
CONTENT_ELEMENT - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
contentOutlinePage - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the content outline page.
contentOutlineStatusLineManager - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is a kludge...
contentOutlineViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the content outline page's viewer.
contentProvider - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
contents - Variable in class org.eclipse.emf.ecore.impl.EAnnotationImpl
The cached value of the 'Contents' containment reference list.
contents - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The contents.
contributeToMenu(IMenuManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This adds menu contributions for the generate actions.
contributeToMenu(IMenuManager) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items.
contributeToMenu(IMenuManager) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
contributeToStatusLine(IStatusLineManager) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This adds Separators for editor additions to the tool bar.
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This adds Separators for editor additions to the tool bar.
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
convert(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.Rose2Ecore
 
convert(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
convertEBooleanObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEBooleanToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEByteObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEByteToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertECharacterObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertECharToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEDoubleObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEDoubleToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEFloatObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEFloatToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEIntegerObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEIntToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEJavaClassToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertELongObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertELongToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEShortObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEShortToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertEStringToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertToStandardBraceStyle() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
convertToString(EDataType, Object) - Method in interface org.eclipse.emf.ecore.EFactory
Returns the literal value of the instance.
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
convertToString(EDataType, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Converts an instance of the datatype to a string literal representation.
copy - Variable in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is the object (copy) being initialized.
copy - Variable in class org.eclipse.emf.edit.command.CreateCopyCommand
This is the copy.
copy(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a self-contained copy of the eObject.
copy(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns a copy of the given eObject.
copyAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement copy.
CopyAction - class org.eclipse.emf.edit.ui.action.CopyAction.
A copy action is implemented by creating a CopyToClipboardCommand.
CopyAction() - Constructor for class org.eclipse.emf.edit.ui.action.CopyAction
 
CopyAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.CopyAction
 
copyAll(Collection) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a collection of the self-contained copies of each EObject in eObjects.
copyAll(Collection) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns a collection containing a copy of each EObject in the given collection.
copyAttribute(EAttribute, EObject, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Called to handle the copying of an attribute; this adds a list of values or sets a single value as appropriate for the multiplicity.
copyAttributes() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This method will iterate over the attributes of the owner object and set them accordingly in the copy.
copyCommand - Variable in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This is the command that does the actual copying.
CopyCommand - class org.eclipse.emf.edit.command.CopyCommand.
The copy command logically acts upon an owner object or collection or owner objects and copies the tree structured implied by the MOF containment hierarchy.
CopyCommand.Helper - class org.eclipse.emf.edit.command.CopyCommand.Helper.
This helper class is used to keep track of copied objects and their associated copies.
CopyCommand.Helper() - Constructor for class org.eclipse.emf.edit.command.CopyCommand.Helper
 
CopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Constructor for class org.eclipse.emf.edit.command.CopyCommand
This creates and instance in the given domain and for the given owner
CopyCommand(EditingDomain, EObject, CopyCommand.Helper, boolean) - Constructor for class org.eclipse.emf.edit.command.CopyCommand
This creates and instance in the given domain and for the given owner
copyContainment(EReference, EObject, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Called to handle the copying of a containment feature; this adds a list of copies or sets a single copy as appropriate for the multiplicity.
copyHelper - Variable in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is a map of objects to their copies
copyHelper - Variable in class org.eclipse.emf.edit.command.CopyCommand
This is a map of objects to their copies
copyHelper - Variable in class org.eclipse.emf.edit.command.CreateCopyCommand
This is a map of objects to their copies
copyReference(EReference, EObject, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Called to handle the copying of a cross reference; this adds values or sets a single value as appropriate for the multiplicity while omitting any bidirectional reference that isn't in the copy map.
copyReferences() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Hooks up cross references; it delegates to copyReference.
copyReferences() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This method will iterate over the references of the owner object and sets them.
COPYRIGHT_TEXT_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Copyright Text' attribute.
copyrightText - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Copyright Text' attribute.
CopyToClipboardCommand - class org.eclipse.emf.edit.command.CopyToClipboardCommand.
This works exactly like a CopyCommand but set the copy result to the EditingDomain.
CopyToClipboardCommand(EditingDomain, Collection) - Constructor for class org.eclipse.emf.edit.command.CopyToClipboardCommand
This constructs a command that copies the given collection of objects to the clipboard.
CORBA - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
coreElements - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
CPLUSPLUS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
CR - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
CREATE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that the notifier has been created.
create(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
create(EClass) - Method in interface org.eclipse.emf.ecore.EFactory
Creates a new instance of the class and returns it.
create(EClass) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
create(EClass) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Creates an instance of the class.
create(EClass) - Method in class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
create(EditingDomain, Collection) - Static method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This creates a command that copies the given collection of objects to the clipboard.
create(EditingDomain, Collection) - Static method in class org.eclipse.emf.edit.command.CopyCommand
This creates a command that copies the given collection of objects.
create(EditingDomain, Collection) - Static method in class org.eclipse.emf.edit.command.RemoveCommand
This creates a command to remove multiple objects.
create(EditingDomain, Collection) - Static method in class org.eclipse.emf.edit.command.CutToClipboardCommand
This creates a command to remove multiple objects and set it to the clipboard.
create(EditingDomain, Object) - Static method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This creates a command that copies the given object to the clipboard.
create(EditingDomain, Object) - Static method in class org.eclipse.emf.edit.command.CopyCommand
This creates a command that copies the given object.
create(EditingDomain, Object) - Static method in class org.eclipse.emf.edit.command.RemoveCommand
This creates a command to remove an object.
create(EditingDomain, Object) - Static method in class org.eclipse.emf.edit.command.CutToClipboardCommand
This creates a command to remove an object and set it to the clipboard.
create(EditingDomain, Object, Collection) - Static method in class org.eclipse.emf.edit.command.ReplaceCommand
This creates a command to replace an object with a collection of replacements.
create(EditingDomain, Object, CopyCommand.Helper) - Static method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
create(EditingDomain, Object, CopyCommand.Helper) - Static method in class org.eclipse.emf.edit.command.CreateCopyCommand
This creates a command that will create and object for copying the given object
create(EditingDomain, Object, float, int, int, Collection) - Static method in class org.eclipse.emf.edit.command.DragAndDropCommand
This creates a command to perform a drag and drop operation upon the owner.
create(EditingDomain, Object, Object) - Static method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This creates a command to add copies from the clipboard to the specified feature of the owner.
create(EditingDomain, Object, Object, Collection) - Static method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns a command created by the editing domain to add the child described by newChildDescriptor to the given object.
create(EditingDomain, Object, Object, Collection) - Static method in class org.eclipse.emf.edit.command.RemoveCommand
This creates a command to remove a collection of values from the specified feature of the owner.
create(EditingDomain, Object, Object, Collection) - Static method in class org.eclipse.emf.edit.command.CutToClipboardCommand
This creates a command to remove a collection of values from the specified feature of the owner and set it to the clipboard.
create(EditingDomain, Object, Object, Collection) - Static method in class org.eclipse.emf.edit.command.AddCommand
This creates a command to add a collection of values to the specified feature of the owner.
create(EditingDomain, Object, Object, Collection, int) - Static method in class org.eclipse.emf.edit.command.AddCommand
This creates a command to insert a collection of values at a particular index in the specified feature of the owner.
create(EditingDomain, Object, Object, int) - Static method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This creates a command to add copies from the clipboard to the specified feature of the owner and at the given index.
create(EditingDomain, Object, Object, Object) - Static method in class org.eclipse.emf.edit.command.SetCommand
This creates a command to set the owner's feature to the specified value.
create(EditingDomain, Object, Object, Object) - Static method in class org.eclipse.emf.edit.command.RemoveCommand
This creates a command to remove a particular value from the specified feature of the owner.
create(EditingDomain, Object, Object, Object) - Static method in class org.eclipse.emf.edit.command.CutToClipboardCommand
This creates a command to remove a particular value from the specified feature of the owner and set it to the clipboard.
create(EditingDomain, Object, Object, Object) - Static method in class org.eclipse.emf.edit.command.AddCommand
This creates a command to add a particular value to the specified feature of the owner.
create(EditingDomain, Object, Object, Object, Collection) - Static method in class org.eclipse.emf.edit.command.ReplaceCommand
This creates a command to replace a particular value in the specified feature of the owner with a collection replacements objects.
create(EditingDomain, Object, Object, Object, int) - Static method in class org.eclipse.emf.edit.command.MoveCommand
This creates a command to move particular value to a particular index in the specified feature of the owner.
create(EditingDomain, Object, Object, Object, int) - Static method in class org.eclipse.emf.edit.command.AddCommand
This creates a command to insert particular value at a particular index in the specified feature of the owner.
createActionCommand(EditingDomain, Collection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.action.CreateChildAction
This creates the command that creates the child and adds it under the single selected object, specified in collection.
createActionCommand(EditingDomain, Collection) - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This should be implemented to create a command that performs the action.
createActionCommand(EditingDomain, Collection) - Method in class org.eclipse.emf.edit.ui.action.CreateSiblingAction
This creates the command for StaticSelectionCommandAction.createActionCommand(org.eclipse.emf.edit.domain.EditingDomain, java.util.Collection).
createActionCommand(EditingDomain, Collection) - Method in class org.eclipse.emf.edit.ui.action.CreateChildAction
This creates the command for StaticSelectionCommandAction.createActionCommand(org.eclipse.emf.edit.domain.EditingDomain, java.util.Collection).
createActionCommand(EditingDomain, Collection) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
This method must be implemented to create the command for this action, given the editing domain and the collection of selected objects.
createAdapter(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an AdapterImpl.
createAdapter(Notifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
 
createAdapter(Notifier) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
 
createAdapter(Notifier) - Method in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier).
createAddCommand(EditingDomain, EObject, EReference, Collection, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive AddCommand.
CreateChildAction - class org.eclipse.emf.codegen.ecore.genmodel.action.CreateChildAction.
This performs child creation by delegating to a CreateChildCommand.
CreateChildAction - class org.eclipse.emf.edit.ui.action.CreateChildAction.
A child creation action is implemented by creating a CreateChildCommand.
CreateChildAction(IEditorPart, ISelection, CommandParameter) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.action.CreateChildAction
This constructs an instance of an action that creates a child descripted by newChildDescriptor.
CreateChildAction(IEditorPart, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateChildAction
This constructs an instance of an action that creates a child specified by descriptor for the single object in the selection.
createChildActions - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider.
CreateChildCommand - class org.eclipse.emf.edit.command.CreateChildCommand.
This command wraps an AddCommand or SetCommand to provide the higher-level operation of "creating" an appropriate child object and adding it to a owner object.
CreateChildCommand.Helper - interface org.eclipse.emf.edit.command.CreateChildCommand.Helper.
This is the helper interface to which CreateChildCommand functionality is delegated.
CreateChildCommand(EditingDomain, EObject, EReference, EObject, Collection) - Constructor for class org.eclipse.emf.edit.command.CreateChildCommand
This constructor initializes an instance that adds the specified child object to the feature of the owner object.
CreateChildCommand(EditingDomain, EObject, EReference, EObject, Collection, CreateChildCommand.Helper) - Constructor for class org.eclipse.emf.edit.command.CreateChildCommand
This constructor initializes an instance, as above, but the command delegates functionality to the specified Helper.
CreateChildCommand(EditingDomain, EObject, EReference, EObject, int, Collection) - Constructor for class org.eclipse.emf.edit.command.CreateChildCommand
This constructor initializes an instance that adds the specified child object to the owner object, at the specified index of its feature feature, if it is multi-valued.
CreateChildCommand(EditingDomain, EObject, EReference, EObject, int, Collection, CreateChildCommand.Helper) - Constructor for class org.eclipse.emf.edit.command.CreateChildCommand
This constructor initializes an instance, as above, but the command delegates functionality to the specified Helper.
createChildGIFEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createChildGIFName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createChildMenuManager - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateChild actions.
createChildParameter(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This is a convenience method that creates a CommandParameter for a given parent feature and child object.
createChildURLPrefix - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
createCommand() - Method in class org.eclipse.emf.common.command.CommandWrapper
Create the command being proxied.
createCommand() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This creates the wrapped AddCommand or SetCommand that adds the child object to the model.
createCommand() - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
createCommand(Class, CommandParameter) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This delegates to IEditingDomainItemProvider.createCommand.
createCommand(Class, CommandParameter) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This creates a command of the type of the specified by the command class and acting upon the information specified in the given command parameter.
createCommand(Collection) - Method in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This default implementation simply returns UnexecutableCommand.INSTANCE.
createCommand(Collection) - Method in class org.eclipse.emf.edit.ui.action.PasteAction
 
createCommand(Collection) - Method in class org.eclipse.emf.edit.ui.action.CopyAction
 
createCommand(Collection) - Method in class org.eclipse.emf.edit.ui.action.CutAction
 
createCommand(Collection) - Method in class org.eclipse.emf.edit.ui.action.DeleteAction
 
createCommand(Object, EditingDomain, Class, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements delegated command creation for the given object.
createCommand(Object, EditingDomain, Class, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IEditingDomainItemProvider.createCommand(), returning the unexecutable command.
createCommand(Object, EditingDomain, Class, CommandParameter) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as EditingDomain.createCommand, i.e., it creates commands for a domain's model objects.
createCommand(Object, EditingDomain, Class, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IEditingDomainItemProvider.createCommand by delegating to (IEditingDomainItemProvider)ItemProviderDecorator.decoratedItemProvider.
createCommand(Object, EditingDomain, Class, CommandParameter) - Method in interface org.eclipse.emf.edit.provider.IEditingDomainItemProvider
This does the same thing as EditingDomain.createCommand, i.e., it creates commands for a domain's model objects.
createCompilationUnitForContents(String) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Create a JDOM from contents.
createCompilationUnitForInputStream(InputStream) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
createCompilationUnitForURI(String) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Create a JDOM from a URI.
createComposite() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
createContainer(IContainer) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.PlatformResourceOutputStream
 
createContents(Composite) - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
createContextMenuFor(StructuredViewer) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension.
createContextMenuFor(StructuredViewer) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
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.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
createControl(Composite) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
createControl(Composite) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage
 
createControl(Composite) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
createControl(Composite) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
createControl(Composite) - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
CreateCopyCommand - class org.eclipse.emf.edit.command.CreateCopyCommand.
The create copy command is used to create an uninitialized object of the same type as owner which will later be initialized using InitializeCopyCommand.
createCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive CopyCommand.
CreateCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Constructor for class org.eclipse.emf.edit.command.CreateCopyCommand
This constructs a command that will create an object that is a copy of the given object.
CREATECOPYHELPER - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
createCreateChildCommand(EditingDomain, EObject, EReference, EObject, int, Collection) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive CreateChildCommand.
createCreateCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive CreateCopyCommand.
createDefaultJETSettingsFile(List, IContainer) - Method in class org.eclipse.emf.codegen.jet.JETNature
Writes the default file
createDeviceURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a URI string, with explicit device support enabled.
createDialogArea(Composite) - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
createDirectory(String) - Static method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
createDragAndDropCommand(EditingDomain, Object, float, int, int, Collection) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive DragAndDropCommand.
createDropDownEditor(Composite, Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
createDynamicSetting(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
createEAnnotation() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EAnnotation'.
createEAnnotation() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEAnnotationAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EAnnotation.
createEAnnotationAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EAnnotation'.
createEAttribute() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EAttribute'.
createEAttribute() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEAttribute(EClass, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEAttributeAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EAttribute.
createEAttributeAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EAttribute'.
createEBooleanFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEBooleanObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEByteFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEByteObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createECharacterObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createECharFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEClass() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EClass'.
createEClass() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEClass(int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEClassAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EClass.
createEClassAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EClass'.
createEClassifierAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EClassifier'.
createEDataType() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EData Type'.
createEDataType() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEDataType(int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEDataTypeAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EDataType.
createEDataTypeAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EData Type'.
createEDoubleFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEDoubleObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEEnum() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EEnum'.
createEEnum() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEEnum(int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEEnumAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EEnum.
createEEnumAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EEnum'.
createEEnumLiteral() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EEnum Literal'.
createEEnumLiteral() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEEnumLiteralAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EEnumLiteral.
createEEnumLiteralAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EEnum Literal'.
createEFactory() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EFactory'.
createEFactory() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEFactoryAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EFactory.
createEFactoryAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EFactory'.
createEFloatFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEFloatObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEIntegerObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEIntFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEJavaClassFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createELongFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createELongObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEMFProject(IPath, IPath, List, IProgressMonitor, int) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
createEModelElementAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EModel Element'.
createENamedElementAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'ENamed Element'.
createEObject() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EObject'.
createEObject() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEObjectAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EObject.
createEObjectAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
Creates a new adapter for the default case.
createEOperation() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EOperation'.
createEOperation() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEOperationAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EOperation.
createEOperationAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EOperation'.
createEPackage() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EPackage'.
createEPackage() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEPackageAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EPackage.
createEPackageAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EPackage'.
createEPackageForRootClasses(EList, RoseNode, String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
createEParameter() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EParameter'.
createEParameter() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEParameterAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EParameter.
createEParameterAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EParameter'.
createEReference() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EReference'.
createEReference() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEReference(EClass, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEReferenceAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EReference.
createEReferenceAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EReference'.
createEShortFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEShortObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEStringFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEStringToStringMapEntry() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createEStringToStringMapEntryAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a Map.Entry.
createEStringToStringMapEntryAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EString To String Map Entry'.
createEStructuralFeatureAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EStructural Feature'.
createETypedElementAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'ETyped Element'.
createExtent(UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
createExtent4RoseUnitTree(UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
createFactory() - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory.Descriptor
Creates a factory and returns it.
createFeature(EClass, String, EClassifier) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
 
createFileInputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Creates an input stream for the file path and returns it.
createFileOutputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Creates an output stream for the file path and returns it.
createFileSystemElement(FileSystemElement, IResource, Collection, String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
createFileURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing File path string, with explicit device support enabled.
createFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
createFromString(EDataType, String) - Method in interface org.eclipse.emf.ecore.EFactory
Creates an instance of the data type from the literal value.
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
createFromString(EDataType, String) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Creates an instance of the datatype.
createGenBaseAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Base'.
createGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Class'.
createGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
createGenClassAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenClass.
createGenClassAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Class'.
createGenClassifierAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Classifier'.
createGenDataType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Data Type'.
createGenDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
createGenDataTypeAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenDataType.
createGenDataTypeAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Data Type'.
createGenEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Enum'.
createGenEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
createGenEnumAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenEnum.
createGenEnumAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Enum'.
createGenEnumLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Enum Literal'.
createGenEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
createGenEnumLiteralAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenEnumLiteral.
createGenEnumLiteralAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Enum Literal'.
createGenericURI(String, String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a generic, non-hierarchical URI.
createGenFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Feature'.
createGenFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
createGenFeatureAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenFeature.
createGenFeatureAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Feature'.
createGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'GenModel'.
createGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
createGenModelAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenModel.
createGenModelAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'GenModel'.
createGenOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Operation'.
createGenOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
createGenOperationAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenOperation.
createGenOperationAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Operation'.
createGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Package'.
createGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
createGenPackageAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenPackage.
createGenPackageAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Package'.
createGenParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Parameter'.
createGenParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
createGenParameterAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Parameter'.
createHierarchicalURI(String[], String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a relative hierarchical URI with relative path.
createHierarchicalURI(String, String, String, String[], String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a hierarchical URI with absolute path.
createHierarchicalURI(String, String, String, String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a hierarchical URI with no path.
CREATEIMPLEMENTATION - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
createInitializeCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive InitializeCopyCommand.
createInputStream(URI) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Creates an input stream for the URI and returns it.
createInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Creates an input stream for the URI and returns it.
createItemProviderDecorator(Object, Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This is called when a new decorator is needed by DecoratorAdapterFactory.adapt(Object,Object).
CREATEKEY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
createLaunchedEditor(Composite, Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
createModificationTrackingAdapter() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Creates a modification tracking adapter.
createMoveCommand(EditingDomain, EObject, EReference, EObject, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive MoveCommand.
createNotification(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates a notification.
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This implementation creates an ItemProvider.ItemProviderNotification.
createNotificationChain(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates new notification chain with the given capacity.
createNotificationChain(int) - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This implementation creates a chain that dispatches correctly.
createObject(EFactory, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Create an object given an EFactory and a type name.
createObject(EFactory, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
createObject(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create an object based on the given feature and attributes.
createObjectFromFactory(EFactory, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create an object given a content helper, a factory, and a type name, and process the XML attributes.
createObjectFromFeatureType(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create an object based on the type of the given feature.
createObjectFromTypeName(EObject, String, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create an object from the given qualified type name.
createOutputStream(URI) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Creates an output stream for the URI and returns it.
createOutputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Creates an output stream for the URI and returns it.
createOverrideCommand(OverrideableCommand) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This just returns null, since this is an optional feature that we don't support here.
createOverrideCommand(OverrideableCommand) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This creates an override for the given command.
createPackageContents() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
Creates the meta-model objects for the package.
createPages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the method used by the framework to install your own controls.
createPages() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the method used by the framework to install your own controls.
createPlatformResourceInputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Creates an input stream for the platform resource path and returns it.
createPlatformResourceInputStream(String) - Static method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.WorkbenchHelper
Creates an input stream for the given IFile path.
createPlatformResourceOutputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Creates an output stream for the platform resource path and returns it.
createPlatformResourceOutputStream(String) - Static method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.WorkbenchHelper
Creates an output stream for the given IFile path.
createPlatformResourceURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a platform-relative path string.
createPropertiesForInputStream(InputStream) - Method in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
createPropertiesForURI(String) - Method in class org.eclipse.emf.codegen.jmerge.PropertyMerger
Create a JDOM from a URI.
createPropertyDescriptor(IItemPropertyDescriptor) - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
 
createPropertyDescriptorDecorator(Object, IItemPropertyDescriptor) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
createPropertyEditor(Composite) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
This returns the cell editor that will be used to edit the value of this property.
createPropertySource(Object, IItemPropertySource) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
 
createPropertyValueWrapper(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
createRemoveCommand(EditingDomain, EObject, EReference, Collection) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive RemoveCommand.
createReplaceCommand(EditingDomain, EObject, EReference, EObject, Collection) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive ReplaceCommand.
createResource(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createResource(String) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is a convenience method to create a resource, you could use the resource set returned by AdapterFactoryEditingDomain.getResourceSet() directly.
createResource(String) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This creates the specified resource in this editing domain's resource set.
createResource(UnitTreeNode, ResourceSet) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
createResource(URI) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Creates a new resource, of the appropriate type, and returns it.
createResource(URI) - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory
Creates a resource with the given URI and returns it.
createResource(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
Returns a newly allocated default resource implementation.
createResource(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
createResource(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.EcoreResourceFactoryImpl
 
createResource(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl
 
createResource(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceFactoryImpl
Creates an XMLResourceImpl and returns it.
createResourceAdapter() - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This creates an adapter for a Resource.
createResourceSetAdapter() - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This creates an adapter for a ResourceSet.
createRoseUnitTreeAndTable(String, UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
createSetCommand(EditingDomain, EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive SetCommand.
CreateSiblingAction - class org.eclipse.emf.edit.ui.action.CreateSiblingAction.
A sibling creation action is implemented by creating a CreateChildCommand.
CreateSiblingAction(IEditorPart, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateSiblingAction
This constructs an instance of an action that creates a sibling specified by descriptor.
createSiblingActions - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This will contain one CreateSiblingAction corresponding to each descriptor generated for the current selection by the item provider.
createSiblingMenuManager - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateSibling actions.
createSubmenuManager() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
 
createSubmenuManager() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.Reflective
 
createTopObject(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create a top object based on the prefix and name.
createTreeNode() - Method in interface org.eclipse.emf.edit.tree.TreeFactory
Returns a new object of class 'Node'.
createTreeNode() - Method in class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
createTreeNodeAdapter() - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This creates an adapter for a TreeNode.
createTreeNodeAdapter() - Method in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
Creates a new adapter for an object of class 'Node'.
createURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a URI string.
createURLInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Creates an input stream for the URI, assuming it's a URL, and returns it.
createURLOutputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Creates an output stream for the URI, assuming it's a URL, and returns it.
createXMLHelper() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createXMLHelper() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
createXMLLoad() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createXMLLoad() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
createXMLSave() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createXMLSave() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
CREATION_COMMANDS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Creation Commands' attribute.
creationCommands - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Creation Commands' attribute.
CROSS_DOC - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
crossReference() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Compute the map of cross references.
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return true if the specified eReference from eObject to crossReferencedEObject should be considiered a cross reference by this cross referencer.
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Return true if the specified eReference from eObject to crossReferencedEObject should be considiered a cross reference by this cross referencer.
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Return true if the specified eReference from eObject to crossReferencedEObject should be considiered a cross reference by this cross referencer.
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Return true if the specified eReference from eObject to crossReferencedEObject should be considiered a cross reference by this cross referencer.
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Return true if the specified eReference from eObject to crossReferencedEObject should be considiered a cross reference by this cross referencer.
current - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
current - Variable in class org.eclipse.emf.codegen.jmerge.JMerger.FindAndReplace
 
currentColumn - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
currentElement - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
currentLength - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
currentLineWidth - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
currentTableItem - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
currentTableTreeItem - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
currentTableTreeItemData - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
currentTreeItem - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
currentViewer - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer.
currentViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
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.eclipse.emf.ecore.presentation.EcoreEditor
This keeps track of the active viewer pane, in the book.
cursor - Variable in class org.eclipse.emf.common.util.BasicEList.EIterator
The current position of the iterator.
cursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the entry data.
cursor - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the character offset.
cursor - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
cursor - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
cutAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement cut.
CutAction - class org.eclipse.emf.edit.ui.action.CutAction.
A cut action is implemented by creating a CutToClipboardCommand.
CutAction() - Constructor for class org.eclipse.emf.edit.ui.action.CutAction
 
CutAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.CutAction
 
CutToClipboardCommand - class org.eclipse.emf.edit.command.CutToClipboardCommand.
This works just like RemoveCommand but also sets the removed objects to the EditingDomain.
CutToClipboardCommand(EditingDomain, Command) - Constructor for class org.eclipse.emf.edit.command.CutToClipboardCommand
This constructs an instance that ields the result of the given command as its clipboard.

D

danglingHREFException - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
DanglingHREFException - exception org.eclipse.emf.ecore.xmi.DanglingHREFException.
 
DanglingHREFException(String, String, int, int) - Constructor for class org.eclipse.emf.ecore.xmi.DanglingHREFException
Constructor for DanglingHREFException.
data - Variable in class org.eclipse.emf.common.util.BasicEList
The underlying data storage of the list.
data - Variable in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
The cached value of the 'Data' reference.
data() - Method in class org.eclipse.emf.common.util.BasicEList
Returns direct unsafe access to the underlying data storage.
dataClass - Variable in class org.eclipse.emf.ecore.util.EcoreEList
 
DATATYPE_CONTENT_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
DATATYPE_ELEMENT_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
DATATYPE_IS_MANY - Static variable in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
DATATYPE_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
DATATYPE_SINGLE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLHelper
These are the kinds of features that are important when loading XMI files.
DATATYPE_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
DATATYPE_SINGLE_NILLABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
DDL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
deactivate() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
declareSchemaLocation - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
declareXML - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
declareXSI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
deconfigure() - Method in class org.eclipse.emf.codegen.jet.JETNature
 
decoratedAdapterFactory - Variable in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This keeps the AdapterFactory being decorated.
decoratedItemProvider - Variable in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This keeps track of the item provider being decorated.
DecoratorAdapterFactory - class org.eclipse.emf.edit.provider.DecoratorAdapterFactory.
This abstract class provides support for creating IItemProviderDecorators for the adapters created by another AdapterFactory.
DecoratorAdapterFactory(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This creates an instance that decorates the adapters from the given adapter factory.
DEFAULT_ATTRIBUTE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
DEFAULT_CATEGORY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
DEFAULT_CLASS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
DEFAULT_EXTENSION - Static variable in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
The file extension "*" that matches any extension.
DEFAULT_OPERATION - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
DEFAULT_ROLE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
DEFAULT_TEMPLATE_CONTAINER_NAME - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
DEFAULT_VALUE_LITERAL_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Default Value Literal' attribute.
defaultCase(EObject) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpretting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpretting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.eclipse.emf.edit.tree.util.TreeSwitch
Returns the result of interpretting the object as an instance of 'EObject'.
DEFAULTFONT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
defaultLoadOptions - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The storage for the default load options.
DEFAULTS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
defaultSaveOptions - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The storage for the default save options.
defaultValue - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
defaultValue - Variable in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
defaultValueFactory - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
defaultValueIsSet - Variable in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
defaultValueLiteral - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The cached value of the 'Default Value Literal' attribute.
delegate - Variable in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
delegatedGetEPackage(String) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
 
delegatedGetFactory(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
Returns the resource factory appropriate for the given URI, when standard alternatives fail.
delegatedGetImage(String) - Method in class org.eclipse.emf.common.EMFPlugin
Does the work of fetching the image associated with the key, when the image resource is not available locally.
delegatedGetResource(URI, boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Returns a resolved resource available outside of the resource set.
delegatedGetString(String) - Method in class org.eclipse.emf.common.EMFPlugin
Does the work of fetching the string associated with the key, when the string resource is not available locally.
delegatedGetURI(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Returns the mapped URI for the given URI, when standard alternatives fail.
delegateEList - Variable in class org.eclipse.emf.common.util.BasicEMap
The underlying list of entries.
delegateItemProvider - Variable in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
delegateResourceLocators - Variable in class org.eclipse.emf.common.EMFPlugin
 
DelegatingCommandAction - class org.eclipse.emf.edit.ui.action.DelegatingCommandAction.
This class wraps an IEditorActionDelegate, e.g., a CommandAction, to make it into an Action.
DelegatingCommandAction(IEditorActionDelegate) - Constructor for class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
This constructs an instance.
deleteAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement delete.
DeleteAction - class org.eclipse.emf.edit.ui.action.DeleteAction.
A delete action is implemented by creating a RemoveCommand.
DeleteAction() - Constructor for class org.eclipse.emf.edit.ui.action.DeleteAction
 
DeleteAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.DeleteAction
 
deleteNode(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
demandCreatedEDataTypes - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The set of data types that were created without setting the instance class.
demandCreateResource(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Creates a new resource appropriate for the URI.
demandLoad(Resource) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Loads the given resource.
DEPLOYMENT_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
depopulateManager(IContributionManager, Collection) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This removes from the specified manager all ActionContributionItems based on the IActions contained in the actions collection.
dequote(String) - Static method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
deresolve(URI) - Method in class org.eclipse.emf.common.util.URI
Finds the shortest relative or, if necessary, the absolute URI that, when resolved against the given base absolute hierarchical URI using URI.resolve(URI), will yield this absolute URI.
deresolve(URI, boolean, boolean, boolean) - Method in class org.eclipse.emf.common.util.URI
Finds an absolute URI that, when resolved against the given base absolute hierarchical URI using URI.resolve(URI, boolean), will yield this absolute URI.
DERIVED - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
description - Variable in class org.eclipse.emf.common.command.AbstractCommand
Holds a short textual description of the command as returned by AbstractCommand.getDescription() and set by AbstractCommand.setDescription(java.lang.String).
description - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is the description shown in the property sheet when this property is selected.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.SetCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.InitializeCopyCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.CopyCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.MoveCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.ReplaceCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.RemoveCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.CutToClipboardCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.AddCommand
This cachaes the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.CreateCopyCommand
This caches the description.
DESCRIPTION_FOR_LIST - Static variable in class org.eclipse.emf.edit.command.MoveCommand
This caches the description for a list-based command.
DESCRIPTION_FOR_LIST - Static variable in class org.eclipse.emf.edit.command.RemoveCommand
This caches the description for a list-based command.
DESCRIPTION_FOR_LIST - Static variable in class org.eclipse.emf.edit.command.AddCommand
This cachaes the description for a list-based addition.
descriptor - Variable in class org.eclipse.emf.edit.ui.action.CreateSiblingAction
This describes the sibling to be created.
descriptor - Variable in class org.eclipse.emf.edit.ui.action.CreateChildAction
This describes the child to be created.
DESIGN - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
detached(EObject) - Method in interface org.eclipse.emf.ecore.resource.Resource.Internal
Called when the object is detached from this resource, i.e., when it's eResource changes to no longer be this one.
detached(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
detached(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
details - Variable in class org.eclipse.emf.ecore.impl.EAnnotationImpl
The cached value of the 'Details' map.
detailsPage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The page were the type of model is chosen.
determineEntryType() - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.MappingEntryImpl
Computes whether this entry represents a folder to folder mapping.
determineExternalPackages(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
 
device() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a device component, returns it; null otherwise.
devicePath() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a path, returns a string representation of the path, including the authority and the device component; null otherwise.
DIAGRAM_ITEM_LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
dictionaryPatterns - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel
 
didAdd(BasicEMap.Entry) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has been added.
didAdd(BasicEMap.Entry) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Checks for folder mappings to populate the prefix maps.
didAdd(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Called to indicate that an object has been added to the data storage.
didAdd(int, Object) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
didAdd(int, Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
didChange() - Method in class org.eclipse.emf.common.util.BasicEList
Called to indicate that the data storage has been changed.
didChange() - Method in class org.eclipse.emf.ecore.util.EObjectEList.Unsettable
 
didChange() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable
 
didChange() - Method in class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable
 
didChange() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable
 
didChange() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable
 
didClear(BasicEList[]) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the map has been cleared.
didClear(BasicEList[]) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Discards all the prefix maps.
didClear(int, Object[]) - Method in class org.eclipse.emf.common.util.BasicEList
Called to indicate that the data storage has been cleared.
didClear(int, Object[]) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
didClear(int, Object[]) - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
didModify(BasicEMap.Entry, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has an updated value.
didModify(BasicEMap.Entry, Object) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Checks for folder mappings to update the prefix maps.
didMove(int, Object, int) - Method in class org.eclipse.emf.common.util.BasicEList
Called to indicate that an object has been moved in the data storage.
didMove(int, Object, int) - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
didRemove(BasicEMap.Entry) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has been removed.
didRemove(BasicEMap.Entry) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Checks for folder mappings to cleanup the prefix maps.
didRemove(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Called to indicate that an object has been removed from the data storage.
didRemove(int, Object) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
didRemove(int, Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
didSet(int, Object, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Called to indicate that the data storage has been set.
didSet(int, Object, Object) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
didSet(int, Object, Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
directives - Variable in class org.eclipse.emf.codegen.jet.JETParser.Directive
 
DIRECTORY_NOT_FOUND - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
disable() - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This gets invoked when the selection is inappropriate or the command cannot be created.
disableNotify - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
dismiss() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
dispatch() - Method in interface org.eclipse.emf.common.notify.NotificationChain
Dispatches each notification to the appropriate notifier via Notifier.eNotify.
dispatch() - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
 
dispatch(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Dispatches the notification to it's notifier.
dispatchNotification(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Dispatches a notification to the notifier of the list.
dispatchNotification(Notification) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
dispatchNotification(Notification) - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This implementation directs the notification the containing item provider.
displayName - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is the name that is displayed in the property sheet.
displayName - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
disposable - Variable in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This is used to implement IDisposable.
Disposable - class org.eclipse.emf.edit.provider.Disposable.
This implements IDisposable as a set IDisposables that can in turn be disposed.
Disposable() - Constructor for class org.eclipse.emf.edit.provider.Disposable
This creates an empty instance.
Disposable(Collection) - Constructor for class org.eclipse.emf.edit.provider.Disposable
This creates an instance with containing all the given disposables.
dispose() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
dispose() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.dispose() for each command in the list.
dispose() - Method in interface org.eclipse.emf.common.command.Command
Called to indicate that the command will never be used again.
dispose() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the dispose method of the command.
dispose() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
dispose() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
dispose() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
dispose() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
dispose() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This will remove this adapter from all its the targets.
dispose() - Method in class org.eclipse.emf.edit.provider.ItemProvider
 
dispose() - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
 
dispose() - Method in interface org.eclipse.emf.edit.provider.IDisposable
This is called to dispose the object.
dispose() - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
dispose() - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
dispose() - Method in class org.eclipse.emf.edit.provider.Disposable
This is called to dispose the disposables.
dispose() - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
dispose() - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This disposes all the disposables.
dispose() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This discards the content provider and removes this as a listener to the AdapterFactoryContentProvider.adapterFactory.
dispose() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This discards the content provider and removes this as a listener to the AdapterFactoryLabelProvider.adapterFactory.
doAction() - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
doc - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
doCanExecute() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doCanExecute() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of canExecute.
doCanUndo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doCanUndo() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doCanUndo() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of canUndo.
doClear() - Method in class org.eclipse.emf.common.util.BasicEMap
Clears the map.
DOCUMENTATION - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
doDispose() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doDispose() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doDispose() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doDispose() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of dispose.
doExecute() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
doExecute() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of execute.
doExecute() - Method in class org.eclipse.emf.edit.command.AddCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
doGetAffectedObjects() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of getAffectedObjects.
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.AddCommand
 
doGetChildrenToCopy() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doGetChildrenToCopy() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
doGetDescription() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doGetDescription() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of getDescription.
doGetImage(String) - Method in class org.eclipse.emf.common.EMFPlugin
Does the work of fetching the image associated with the key.
doGetImage(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Does the work of fetching the image associated with the key.
doGetLabel() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doGetLabel() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of getLabel.
doGetResult() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
doGetResult() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of getResult.
doGetResult() - Method in class org.eclipse.emf.edit.command.AddCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
doGetValue() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
doGetValue() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.IntegerCellEditor
 
doGetValue() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.FloatCellEditor
 
doLoad(InputStream, Map) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Called to load the resource.
doLoad(InputStream, Map) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
domain - Variable in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This is the editing doman in which this command operates.
domain - Variable in class org.eclipse.emf.edit.command.CopyCommand
This keeps track of the domain in which this command is created.
domain - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the editing doman in which this command operates.
domain - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the domain in which this command is created.
domain - Variable in class org.eclipse.emf.edit.command.CutToClipboardCommand
This is the editing doman in which this command operates.
domain - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator
This is the domain that defines the tree structured.
domain - Variable in class org.eclipse.emf.edit.ui.action.RedoAction
 
domain - Variable in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This keeps track of the editing domain of the action.
domain - Variable in class org.eclipse.emf.edit.ui.action.UndoAction
 
domain - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is the domain in which drag and drop commands will be executed.
domain - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
doMove(BasicEMap.Entry) - Method in class org.eclipse.emf.common.util.BasicEMap
Increments the modification count.
done() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Reset this cross referencer's object set.
doPut(BasicEMap.Entry) - Method in class org.eclipse.emf.common.util.BasicEMap
Adds the new entry to the map.
doRedo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
doRedo() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of redo.
doRedo() - Method in class org.eclipse.emf.edit.command.AddCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
doRemove(BasicEMap.Entry) - Method in class org.eclipse.emf.common.util.BasicEMap
Removes the entry from the map.
doSave(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is for implementing IEditorPart and simply saves the model file.
doSave(IProgressMonitor) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is for implementing IEditorPart and simply saves the model file.
doSave(OutputStream, Map) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Called to save the resource.
doSave(OutputStream, Map) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
doSaveAs() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This also changes the editor's input.
doSaveAs() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This also changes the editor's input.
doSetValue(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
doSetValue(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.IntegerCellEditor
 
doSetValue(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.FloatCellEditor
 
doSwitch(EObject) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EObject) - Method in class org.eclipse.emf.edit.tree.util.TreeSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doUndo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
doUndo() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of undo.
doUndo() - Method in class org.eclipse.emf.edit.command.AddCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
doUnload() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Does all the work of unloading the resource.
doUnload() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
Does all the work of unloading the resource.
DragAndDropCommand - class org.eclipse.emf.edit.command.DragAndDropCommand.
The drag and drop command logically acts upon an owner object onto which a collection of things is being dragged.
DragAndDropCommand.Detail - class org.eclipse.emf.edit.command.DragAndDropCommand.Detail.
This class is used to encode the drag and drop arguments into an object that will be passed as the feature of a CommandParameter.
DragAndDropCommand.Detail(float, int, int) - Constructor for class org.eclipse.emf.edit.command.DragAndDropCommand.Detail
 
DragAndDropCommand(EditingDomain, Object, float, int, int, Collection) - Constructor for class org.eclipse.emf.edit.command.DragAndDropCommand
This creates and instance in the given domain and for the given information.
DragAndDropCommand(EditingDomain, Object, float, int, int, Collection, boolean) - Constructor for class org.eclipse.emf.edit.command.DragAndDropCommand
 
dragAndDropCommandInformation - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This keeps track of the information used to create the current command.
DragAndDropFeedback - interface org.eclipse.emf.edit.command.DragAndDropFeedback.
This interface is implemented by any Command that supports detailed drag and drop feedback.
dragCommand - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the command that implements the drag side of the operation.
dragEnter(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called when the mouse first enters or starts dragging in the viewer.
dragFinished(DragSourceEvent) - Method in class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This is called when dragging is completed; it forgets the ViewerDragAdapter.selection.
dragLeave(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called when the mouse leaves or stops dragging in the viewer
dragOperationChanged(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called when the operation has changed in some way, typically because the user changes keyboard modifiers.
dragOver(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called repeated when the mouse over the viewer.
dragSetData(DragSourceEvent) - Method in class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This is called to transfer the data.
dragStart(DragSourceEvent) - Method in class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This is called when dragging is initiated; it records the ViewerDragAdapter.selection of ViewerDragAdapter.viewer.
DRAWSUPPLIER - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
DROP_COPY - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.DROP_COPY.
DROP_LINK - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.DROP_LINK.
DROP_MOVE - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.DROP_MOVE.
DROP_NONE - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.DROP_NONE.
drop(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called to indate that the drop action should be invoked.
dropAccept(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called just as the mouse is released over the viewer to initiate a drop.
dropCommand - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the command that implements the drop side of the operation.
dump() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
dumpMarkup() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
dumpNodeContents(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
dumpStringToIDOMNodeMap(Map) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
DYNAMIC_TEMPLATES_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Dynamic Templates' attribute.
dynamicIsInstance(EObject) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
dynamicIsInstance(EObject) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
DynamicModelWizard - class org.eclipse.emf.ecore.presentation.DynamicModelWizard.
This is a simple wizard for creating a new dynamic model file.
DynamicModelWizard.DynamicModelWizardNewFileCreationPage - class org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage.
This is the one page of the wizard.
DynamicModelWizard.DynamicModelWizardNewFileCreationPage(DynamicModelWizard, String, IStructuredSelection) - Constructor for class org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage
Pass in the selection.
DynamicModelWizard(EClass) - Constructor for class org.eclipse.emf.ecore.presentation.DynamicModelWizard
Creates an instance.
dynamicTemplates - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Dynamic Templates' attribute.

E

eAdapters - Variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The list of Adapters associated with the notifier.
eAdapters() - Method in interface org.eclipse.emf.common.notify.Notifier
Returns list of the adapters associated with this notifier.
eAdapters() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eAllAttributes - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllContainments - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllContents() - Method in interface org.eclipse.emf.ecore.EObject
Returns a tree iterator that iterates over all the direct contents and indirect contents of this object.
eAllContents() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eAllOperations - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllReferences - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllStructuralFeatures - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllSuperTypes - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
EAnnotation - interface org.eclipse.emf.ecore.EAnnotation.
A representation of the model object 'EAnnotation'.
EANNOTATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EAnnotation' class.
EANNOTATION__CONTENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Contents' containment reference list.
EANNOTATION__DETAILS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Details' map.
EANNOTATION__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
EANNOTATION__EMODEL_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EModel Element' container reference.
EANNOTATION__REFERENCES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'References' reference list.
EANNOTATION__SOURCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Source' attribute.
EANNOTATION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EAnnotation' class.
EAnnotationImpl - class org.eclipse.emf.ecore.impl.EAnnotationImpl.
An implementation of the model object 'EAnnotation'.
EAnnotationImpl() - Constructor for class org.eclipse.emf.ecore.impl.EAnnotationImpl
eAnnotationItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EAnnotation instances.
EAnnotationItemProvider - class org.eclipse.emf.ecore.provider.EAnnotationItemProvider.
This is the item provider adpater for a EAnnotation object.
EAnnotationItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This constructs an instance from a factory and a notifier.
eAnnotations - Variable in class org.eclipse.emf.ecore.impl.EModelElementImpl
The cached value of the 'EAnnotations' containment reference list.
EAttribute - interface org.eclipse.emf.ecore.EAttribute.
A representation of the model object 'EAttribute'.
EATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EAttribute' class.
EATTRIBUTE__CHANGEABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Changeable' attribute.
EATTRIBUTE__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute.
EATTRIBUTE__DEFAULT_VALUE_LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value Literal' attribute.
EATTRIBUTE__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
EATTRIBUTE__EATTRIBUTE_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAttribute Type' reference.
EATTRIBUTE__ECONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EContaining Class' reference.
EATTRIBUTE__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference.
EATTRIBUTE__ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ID' attribute.
EATTRIBUTE__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute.
EATTRIBUTE__MANY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Many' attribute.
EATTRIBUTE__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
EATTRIBUTE__REQUIRED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Required' attribute.
EATTRIBUTE__TRANSIENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Transient' attribute.
EATTRIBUTE__UNIQUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unique' attribute.
EATTRIBUTE__UNSETTABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unsettable' attribute.
EATTRIBUTE__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute.
EATTRIBUTE__VOLATILE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Volatile' attribute.
EATTRIBUTE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EAttribute' class.
EAttributeImpl - class org.eclipse.emf.ecore.impl.EAttributeImpl.
An implementation of the model object 'EAttribute'.
EAttributeImpl() - Constructor for class org.eclipse.emf.ecore.impl.EAttributeImpl
 
eAttributeItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EAttribute instances.
EAttributeItemProvider - class org.eclipse.emf.ecore.provider.EAttributeItemProvider.
This is the item provider adpater for a EAttribute object.
EAttributeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This constructs an instance from a factory and a notifier.
eAttributes - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'EAttributes' containment reference list.
eBaseStructuralFeatureID(int, Class) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the feature ID relative to the base class, given a feature ID relative to this derived object's actual class.
eBaseStructuralFeatureID(int, Class) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
eBasicRemoveFromContainer(NotificationChain) - Method in interface org.eclipse.emf.ecore.InternalEObject
Removes this object from whatever container holds it, and returns accumulated notifications.
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
eBasicSetContainer(InternalEObject, int, NotificationChain) - Method in interface org.eclipse.emf.ecore.InternalEObject
Sets the container to be new container and appropriate feature.
eBasicSetContainer(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
EBOOLEAN - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EBoolean' data type.
EBOOLEAN_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EBoolean Object' data type.
EBYTE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EByte' data type.
EBYTE_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EByte Object' data type.
ECHAR - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EChar' data type.
ECHARACTER_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ECharacter Object' data type.
eClass - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl.EPropertiesHolder
 
eClass - Variable in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
This caches the class instance.
EClass - interface org.eclipse.emf.ecore.EClass.
A representation of the model object 'EClass'.
ECLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EClass' class.
ECLASS__ABSTRACT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Abstract' attribute.
ECLASS__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute.
ECLASS__EALL_ATTRIBUTES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll Attributes' reference list.
ECLASS__EALL_CONTAINMENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll Containments' reference list.
ECLASS__EALL_OPERATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll Operations' reference list.
ECLASS__EALL_REFERENCES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll References' reference list.
ECLASS__EALL_STRUCTURAL_FEATURES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll Structural Features' reference list.
ECLASS__EALL_SUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll Super Types' reference list.
ECLASS__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
ECLASS__EATTRIBUTES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAttributes' containment reference list.
ECLASS__EID_ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EID Attribute' reference.
ECLASS__EOPERATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EOperations' containment reference list.
ECLASS__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EPackage' container reference.
ECLASS__EREFERENCES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EReferences' containment reference list.
ECLASS__ESUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ESuper Types' reference list.
ECLASS__INSTANCE_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class' attribute.
ECLASS__INSTANCE_CLASS_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class Name' attribute.
ECLASS__INTERFACE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Interface' attribute.
ECLASS__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
ECLASS_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EClass' class.
eClass() - Method in interface org.eclipse.emf.ecore.EObject
Returns the meta class.
eClass() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eClassComparator - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
eClassifier - Variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
EClassifier - interface org.eclipse.emf.ecore.EClassifier.
A representation of the model object 'EClassifier'.
ECLASSIFIER - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EClassifier' class.
ECLASSIFIER__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute.
ECLASSIFIER__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
ECLASSIFIER__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EPackage' container reference.
ECLASSIFIER__INSTANCE_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class' attribute.
ECLASSIFIER__INSTANCE_CLASS_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class Name' attribute.
ECLASSIFIER__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
ECLASSIFIER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EClassifier' class.
EClassifierImpl - class org.eclipse.emf.ecore.impl.EClassifierImpl.
An implementation of the model object 'EMeta Object'.
EClassifierImpl() - Constructor for class org.eclipse.emf.ecore.impl.EClassifierImpl
 
EClassifierItemProvider - class org.eclipse.emf.ecore.provider.EClassifierItemProvider.
This is the item provider adpater for a EClassifier object.
EClassifierItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This constructs an instance from a factory and a notifier.
eClassifiers - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The cached value of the 'EClassifiers' containment reference list.
EClassImpl - class org.eclipse.emf.ecore.impl.EClassImpl.
An implementation of the model object 'EClass'.
EClassImpl() - Constructor for class org.eclipse.emf.ecore.impl.EClassImpl
 
eClassItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EClass instances.
EClassItemProvider - class org.eclipse.emf.ecore.provider.EClassItemProvider.
This is the item provider adpater for a EClass object.
EClassItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EClassItemProvider
This constructs an instance from a factory and a notifier.
eClassToSuperTypeNamesMap - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The map from a class to its base class names.
ECollections - class org.eclipse.emf.common.util.ECollections.
Support for empty and unmodifiable ELists.
ECollections() - Constructor for class org.eclipse.emf.common.util.ECollections
 
eContainer - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eContainer() - Method in interface org.eclipse.emf.ecore.EObject
Returns the containing object, or null.
eContainer() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eContainerFeatureID - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eContainerFeatureID() - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the container feature ID.
eContainerFeatureID() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eContainmentFeature() - Method in interface org.eclipse.emf.ecore.EObject
Returns the particular feature of the container that actually contains the object, or null, if there is no container.
eContainmentFeature() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eContains(EObject) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
EContentAdapter - class org.eclipse.emf.ecore.util.EContentAdapter.
An adapter that maintains itself as an adapter for all contained objects as they come and go.
EContentAdapter() - Constructor for class org.eclipse.emf.ecore.util.EContentAdapter
 
eContents - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl.EPropertiesHolder
 
eContents() - Method in interface org.eclipse.emf.ecore.EObject
Returns a list view of the content objects; it is unmodifiable.
eContents() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
EContentsEList - class org.eclipse.emf.ecore.util.EContentsEList.
 
EContentsEList.FeatureIterator - interface org.eclipse.emf.ecore.util.EContentsEList.FeatureIterator.
 
EContentsEList.FeatureIteratorImpl - class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl.
 
EContentsEList.FeatureIteratorImpl(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
EContentsEList.FeatureIteratorImpl(EObject, List) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
EContentsEList.FeatureListIterator - interface org.eclipse.emf.ecore.util.EContentsEList.FeatureListIterator.
 
EContentsEList.ResolvingFeatureIteratorImpl - class org.eclipse.emf.ecore.util.EContentsEList.ResolvingFeatureIteratorImpl.
 
EContentsEList.ResolvingFeatureIteratorImpl(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList.ResolvingFeatureIteratorImpl
 
EContentsEList.ResolvingFeatureIteratorImpl(EObject, List) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList.ResolvingFeatureIteratorImpl
 
EContentsEList(EObject) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList
 
EContentsEList(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList
 
EContentsEList(EObject, List) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList
 
ECORE - Static variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
ECORE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
ECORE_FILE_COLUMN - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
EcoreActionBarContributor - class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.
This is the action bar contributor for the Ecore model editor.
EcoreActionBarContributor.Reflective - class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.Reflective.
 
EcoreActionBarContributor.Reflective() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.Reflective
 
EcoreActionBarContributor() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This creates an instance of the contributor.
EcoreAdapterFactory - class org.eclipse.emf.ecore.util.EcoreAdapterFactory.
The Adapter Factory for the model.
EcoreAdapterFactory() - Constructor for class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates an instance of the adapter factory.
EcoreBuilder - class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder.
Traverses the Rose file and create eCore object in memory.
EcoreBuilder(RoseUtil) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
ecoreClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Ecore Class' reference.
ecoreDataType - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
The cached value of the 'Ecore Data Type' reference.
EcoreDynamicEList - class org.eclipse.emf.ecore.util.EcoreDynamicEList.
 
EcoreDynamicEList(Class, InternalEObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
EcoreDynamicEList(EStructuralFeature, InternalEObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
EcoreDynamicEList(int, EStructuralFeature, InternalEObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
EcoreEditor - class org.eclipse.emf.ecore.presentation.EcoreEditor.
This is an example of a Ecore model editor.
EcoreEditor.ReverseAdapterFactoryContentProvider - class org.eclipse.emf.ecore.presentation.EcoreEditor.ReverseAdapterFactoryContentProvider.
EcoreEditor.ReverseAdapterFactoryContentProvider(EcoreEditor, AdapterFactory) - Constructor for class org.eclipse.emf.ecore.presentation.EcoreEditor.ReverseAdapterFactoryContentProvider
 
EcoreEditor.XML - class org.eclipse.emf.ecore.presentation.EcoreEditor.XML.
 
EcoreEditor.XML() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreEditor.XML
 
EcoreEditor() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreEditor
This creates a model editor.
EcoreEditorPlugin - class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin.
This is the central singleton for the Ecore editor plugin.
EcoreEditorPlugin.Implementation - class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin.Implementation.
The actual implementation of the Eclipse Plugin.
EcoreEditorPlugin.Implementation(IPluginDescriptor) - Constructor for class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin.Implementation
Creates an instance.
EcoreEditorPlugin() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin
Create the instance.
EcoreEditPlugin - class org.eclipse.emf.ecore.provider.EcoreEditPlugin.
This is the central singleton for the Ecore edit plugin.
EcoreEditPlugin.Implementation - class org.eclipse.emf.ecore.provider.EcoreEditPlugin.Implementation.
The actual implementation of the Eclipse Plugin.
EcoreEditPlugin.Implementation(IPluginDescriptor) - Constructor for class org.eclipse.emf.ecore.provider.EcoreEditPlugin.Implementation
Creates an instance.
EcoreEditPlugin() - Constructor for class org.eclipse.emf.ecore.provider.EcoreEditPlugin
Create the instance.
EcoreEList - class org.eclipse.emf.ecore.util.EcoreEList.
 
EcoreEList.UnmodifiableEList - class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList.
 
EcoreEList.UnmodifiableEList(InternalEObject, EStructuralFeature, int, Object[]) - Constructor for class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
EcoreEList(Class, InternalEObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreEList
 
EcoreEMap - class org.eclipse.emf.ecore.util.EcoreEMap.
 
EcoreEMap.DelegateEObjectContainmentEList - class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList.
 
EcoreEMap.DelegateEObjectContainmentEList(EcoreEMap, Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
EcoreEMap(EClass, Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EcoreEMap
 
ecoreEnum - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
The cached value of the 'Ecore Enum' reference.
ecoreEnumLiteral - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
The cached value of the 'Ecore Enum Literal' reference.
ecoreFactory - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
ecoreFactory - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The Ecore factory.
ecoreFactory - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
This caches an instance of the model factory.
EcoreFactory - interface org.eclipse.emf.ecore.EcoreFactory.
The Factory for the model.
EcoreFactoryImpl - class org.eclipse.emf.ecore.impl.EcoreFactoryImpl.
An implementation of the model Factory.
EcoreFactoryImpl() - Constructor for class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
Creates and instance of the factory.
ecoreFeature - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Ecore Feature' reference.
ecoreFileName - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
ecoreGenPackage - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
EcoreItemProviderAdapterFactory - class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory.
This is the factory that is used to provide the interfaces needed to support Viewers.
EcoreItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This constructs an instance.
ecoreModelLocationText - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage
 
ecoreModelPage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The page where the Ecore models are specified.
ecoreModels - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
ecoreModels - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage
 
EcoreModelWizard - class org.eclipse.emf.ecore.presentation.EcoreModelWizard.
This is a simple wizard for creating a new model file.
EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage - class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage.
This is the page where the type of object to create is selected.
EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage(EcoreModelWizard, String) - Constructor for class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
Pass in the selection.
EcoreModelWizard.EcoreModelWizardNewFileCreationPage - class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardNewFileCreationPage.
This is the one page of the wizard.
EcoreModelWizard.EcoreModelWizardNewFileCreationPage(EcoreModelWizard, String, IStructuredSelection) - Constructor for class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardNewFileCreationPage
Pass in the selection.
EcoreModelWizard() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreModelWizard
 
ecoreOperation - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
The cached value of the 'Ecore Operation' reference.
ecorePackage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Ecore Package' reference.
ecorePackage - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
ecorePackage - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The Ecore factory.
ecorePackage - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
This caches an instance of the model package.
ecorePackage - Static variable in class org.eclipse.emf.edit.command.SetCommand
 
ecorePackage - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
ecorePackage - Static variable in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
EcorePackage - interface org.eclipse.emf.ecore.EcorePackage.
The Package for the model.
EcorePackageImpl - class org.eclipse.emf.ecore.impl.EcorePackageImpl.
An implementation of the model Package.
ecoreParameter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
The cached value of the 'Ecore Parameter' reference.
EcorePlugin - class org.eclipse.emf.ecore.plugin.EcorePlugin.
A collection of platform-neutral static utilities as well as Eclipse support utilities.
EcorePlugin.Implementation - class org.eclipse.emf.ecore.plugin.EcorePlugin.Implementation.
A plugin implementation that handles Ecore plugin registration.
EcorePlugin.Implementation(IPluginDescriptor) - Constructor for class org.eclipse.emf.ecore.plugin.EcorePlugin.Implementation
Creates the singleton instance.
EcorePlugin() - Constructor for class org.eclipse.emf.ecore.plugin.EcorePlugin
 
EcoreResourceFactoryImpl - class org.eclipse.emf.ecore.xmi.impl.EcoreResourceFactoryImpl.
 
EcoreResourceFactoryImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.EcoreResourceFactoryImpl
Constructor for EcoreResourceFactoryImpl.
EcoreSwitch - class org.eclipse.emf.ecore.util.EcoreSwitch.
The Switch for the model's inheritance hierarchy.
EcoreSwitch() - Constructor for class org.eclipse.emf.ecore.util.EcoreSwitch
Creates an instance of the switch.
ecoreToXMLInfo - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
EcoreUtil - class org.eclipse.emf.ecore.util.EcoreUtil.
This class contains convenient static methods for working with EMF objects.
EcoreUtil.ContentTreeIterator - class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator.
An iterator over the tree contents of a collection of EObjects, Resources, and ResourceSets; use getAllContents to create a new instance.
EcoreUtil.ContentTreeIterator(Collection) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Creates an instance for the given collection of objects.
EcoreUtil.Copier - class org.eclipse.emf.ecore.util.EcoreUtil.Copier.
A mapping building traverser of a collection of content trees; the map is from EObject to EObject, i.e., from original to copy; use EcoreUtil.copy or EcoreUtil.copyAll to do routine copies.
EcoreUtil.Copier() - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.Copier
 
EcoreUtil.CrossReferencer - class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer.
A mapping building traverser of a collection of content trees; the map is from target object to a collection of EStructuralFeature.Setting.
EcoreUtil.CrossReferencer(Collection) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Creates an instance for the given collection of objects.
EcoreUtil.CrossReferencer(EObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Creates an instance for the given object.
EcoreUtil.CrossReferencer(Resource) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Creates an instance for the given resource.
EcoreUtil.CrossReferencer(ResourceSet) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Creates an instance for the given resource set.
EcoreUtil.ExternalCrossReferencer - class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer.
A cross referencer that finds all references that are not contained within the content trees.
EcoreUtil.ExternalCrossReferencer(Collection) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Creates an instance for the given collection of objects.
EcoreUtil.ExternalCrossReferencer(EObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Creates an instance for the given object.
EcoreUtil.ExternalCrossReferencer(Resource) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Creates an instance for the given resource.
EcoreUtil.ExternalCrossReferencer(ResourceSet) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Creates an instance for the given resource set.
EcoreUtil.ProxyCrossReferencer - class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer.
A cross referencer that finds proxies; the cross referencer will not cause proxies to be resolved.
EcoreUtil.ProxyCrossReferencer(Collection) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Creates an instance for the given collection of objects.
EcoreUtil.ProxyCrossReferencer(EObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Creates an instance for the given object.
EcoreUtil.ProxyCrossReferencer(Resource) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Creates an instance for the given resource.
EcoreUtil.ProxyCrossReferencer(ResourceSet) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Creates an instance for the given resource set.
EcoreUtil.UnresolvedProxyCrossReferencer - class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer.
A cross referencer that finds proxies that cannot be resolved.
EcoreUtil.UnresolvedProxyCrossReferencer(Collection) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Creates an instance for the given collection of objects.
EcoreUtil.UnresolvedProxyCrossReferencer(EObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Creates an instance for the given object.
EcoreUtil.UnresolvedProxyCrossReferencer(Resource) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Creates an instance for the given resource.
EcoreUtil.UnresolvedProxyCrossReferencer(ResourceSet) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Creates an instance for the given resource set.
EcoreUtil.UsageCrossReferencer - class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer.
A cross referencer that finds each usage of an EObject or collection of EObjects.
EcoreUtil.UsageCrossReferencer(Collection) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Creates an instance for the given collection of objects.
EcoreUtil.UsageCrossReferencer(EObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Creates an instance for the given object.
EcoreUtil.UsageCrossReferencer(Resource) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Creates an instance for the given resource.
EcoreUtil.UsageCrossReferencer(ResourceSet) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Creates an instance for the given resource set.
EcoreUtil() - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil
 
ECrossReferenceEList - class org.eclipse.emf.ecore.util.ECrossReferenceEList.
A virtual list of all the cross references of an EObject.
ECrossReferenceEList.FeatureIteratorImpl - class org.eclipse.emf.ecore.util.ECrossReferenceEList.FeatureIteratorImpl.
 
ECrossReferenceEList.FeatureIteratorImpl(EObject) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList.FeatureIteratorImpl
 
ECrossReferenceEList.FeatureIteratorImpl(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList.FeatureIteratorImpl
 
ECrossReferenceEList.ResolvingFeatureIteratorImpl - class org.eclipse.emf.ecore.util.ECrossReferenceEList.ResolvingFeatureIteratorImpl.
 
ECrossReferenceEList.ResolvingFeatureIteratorImpl(EObject) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList.ResolvingFeatureIteratorImpl
 
ECrossReferenceEList.ResolvingFeatureIteratorImpl(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList.ResolvingFeatureIteratorImpl
 
ECrossReferenceEList(EObject) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
ECrossReferenceEList(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
eCrossReferences - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl.EPropertiesHolder
 
eCrossReferences() - Method in interface org.eclipse.emf.ecore.EObject
Returns a list view of the cross referenced objects; it is unmodifiable.
eCrossReferences() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
EDATA_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EData Type' class.
EDATA_TYPE__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute.
EDATA_TYPE__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
EDATA_TYPE__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EPackage' container reference.
EDATA_TYPE__INSTANCE_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class' attribute.
EDATA_TYPE__INSTANCE_CLASS_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class Name' attribute.
EDATA_TYPE__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
EDATA_TYPE__SERIALIZABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Serializable' attribute.
EDATA_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EData Type' class.
eDataType - Variable in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
EDataType - interface org.eclipse.emf.ecore.EDataType.
A representation of the model object 'EData Type'.
EDataTypeEList - class org.eclipse.emf.ecore.util.EDataTypeEList.
 
EDataTypeEList.Unsettable - class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable.
 
EDataTypeEList.Unsettable(Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable
 
EDataTypeEList(Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EDataTypeEList
 
EDataTypeImpl - class org.eclipse.emf.ecore.impl.EDataTypeImpl.
An implementation of the model object 'EData Type'.
EDataTypeImpl() - Constructor for class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
eDataTypeItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EDataType instances.
EDataTypeItemProvider - class org.eclipse.emf.ecore.provider.EDataTypeItemProvider.
This is the item provider adpater for a EDataType object.
EDataTypeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This constructs an instance from a factory and a notifier.
EDataTypeUniqueEList - class org.eclipse.emf.ecore.util.EDataTypeUniqueEList.
 
EDataTypeUniqueEList.Unsettable - class org.eclipse.emf.ecore.util.EDataTypeUniqueEList.Unsettable.
 
EDataTypeUniqueEList.Unsettable(Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EDataTypeUniqueEList.Unsettable
 
EDataTypeUniqueEList(Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EDataTypeUniqueEList
 
EDELIVER - Static variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The bit of NotifierImpl.eFlags that is used to represent NotifierImpl.eDeliver().
eDeliver() - Method in interface org.eclipse.emf.common.notify.Notifier
Returns whether this notifier will deliver notifications to the adapters.
eDeliver() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eDerivedStructuralFeatureID(int, Class) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the feature ID relative to this derived object's actual class, given a feature ID relative to the given base class.
eDerivedStructuralFeatureID(int, Class) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eDirectResource() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
EDIT_DIRECTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Edit Directory' attribute.
EDIT_PLUGIN_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Edit Plugin Class' attribute.
EDITABLE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
The 'Editable' literal value.
EDITABLE_LITERAL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
The 'Editable' literal object.
editDirectory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Edit Directory' attribute.
editingDomain - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This keeps track of the editing domain that is used to track all changes to the model.
editingDomain - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This keeps track of the editing domain that is used to track all changes to the model.
editingDomain - Variable in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This records the editing domain of the current editor.
editingDomain - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
This records the editing domain of the current editor.
EditingDomain - interface org.eclipse.emf.edit.domain.EditingDomain.
An editing domain manages a self-contained set of interrelated EMF models and the Commands that modify them.
EditingDomainActionBarContributor - class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor.
This is a contributor for an editor, multipage or otherwise, that implements IEditingDomainProvider.
EditingDomainActionBarContributor() - Constructor for class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This creates an instance the contributor.
EditingDomainViewerDropAdapter - class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.
This implementation of a drop target listener is designed to turn a drag and drop operation into a Command based on the model objects of an EditingDomain and created by DragAndDropCommand.create(org.eclipse.emf.edit.domain.EditingDomain, java.lang.Object, float, int, int, java.util.Collection).
EditingDomainViewerDropAdapter.DragAndDropCommandInformation - class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation.
 
EditingDomainViewerDropAdapter.DragAndDropCommandInformation(EditingDomain, Object, float, int, int, Collection) - Constructor for class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
EditingDomainViewerDropAdapter(EditingDomain, Viewer) - Constructor for class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This creates and instance of the given domain and viewer.
editItem(TableItem, TableTreeItem, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
editItem(TreeItem) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
EDITOR_DIRECTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Editor Directory' attribute.
EDITOR_PLUGIN_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Editor Plugin Class' attribute.
editorActionDelegate - Variable in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
This is the delegate;
editorDirectory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Editor Directory' attribute.
editorEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editorPart - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
When the action is used as an editor part (for the menubar and toolbar), this records the current editor.
editorPart - Variable in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
This is the current editor.
editorPluginClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Editor Plugin Class' attribute.
editorPluginClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editorPluginPropertiesEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editorPluginPropertiesTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editorPluginTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editorPluginXMLEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editorPluginXMLTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editorSelection - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This keeps track of the selection of the editor as a whole.
editorSelection - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This keeps track of the selection of the editor as a whole.
editorTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editPluginClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Edit Plugin Class' attribute.
editPluginClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editPluginPropertiesEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editPluginPropertiesTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editPluginTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editPluginXMLEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
editPluginXMLTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
EDOUBLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EDouble' data type.
EDOUBLE_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EDouble Object' data type.
eDynamicBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eDynamicGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eDynamicInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eDynamicInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eDynamicIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eDynamicSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eDynamicUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
EE_LIST - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EE List' data type.
EEnum - interface org.eclipse.emf.ecore.EEnum.
A representation of the model object 'EEnum'.
EENUM - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EEnum' class.
EENUM__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute.
EENUM__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
EENUM__ELITERALS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ELiterals' containment reference list.
EENUM__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EPackage' container reference.
EENUM__INSTANCE_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class' attribute.
EENUM__INSTANCE_CLASS_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class Name' attribute.
EENUM__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
EENUM__SERIALIZABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Serializable' attribute.
EENUM_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EEnum' class.
EENUM_LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EEnum Literal' class.
EENUM_LITERAL__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
EENUM_LITERAL__EENUM - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EEnum' container reference.
EENUM_LITERAL__INSTANCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance' attribute.
EENUM_LITERAL__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
EENUM_LITERAL__VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Value' attribute.
EENUM_LITERAL_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EEnum Literal' class.
EENUMERATOR - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EEnumerator' data type.
EEnumImpl - class org.eclipse.emf.ecore.impl.EEnumImpl.
An implementation of the model object 'EEnum'.
EEnumImpl() - Constructor for class org.eclipse.emf.ecore.impl.EEnumImpl
 
eEnumItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EEnum instances.
EEnumItemProvider - class org.eclipse.emf.ecore.provider.EEnumItemProvider.
This is the item provider adpater for a EEnum object.
EEnumItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EEnumItemProvider
This constructs an instance from a factory and a notifier.
EEnumLiteral - interface org.eclipse.emf.ecore.EEnumLiteral.
A representation of the model object 'EEnum Literal'.
EEnumLiteralImpl - class org.eclipse.emf.ecore.impl.EEnumLiteralImpl.
An implementation of the model object 'EEnum Literal'.
EEnumLiteralImpl() - Constructor for class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
eEnumLiteralItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EEnumLiteral instances.
EEnumLiteralItemProvider - class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider.
This is the item provider adpater for a EEnumLiteral object.
EEnumLiteralItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This constructs an instance from a factory and a notifier.
eEnums - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
eExceptions - Variable in class org.eclipse.emf.ecore.impl.EOperationImpl
The cached value of the 'EExceptions' reference list.
EFactory - interface org.eclipse.emf.ecore.EFactory.
A representation of the model object 'EFactory'.
EFACTORY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EFactory' class.
EFACTORY__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
EFACTORY__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EPackage' reference.
EFACTORY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EFactory' class.
EFactoryImpl - class org.eclipse.emf.ecore.impl.EFactoryImpl.
An implementation of the model object 'EFactory'.
EFactoryImpl() - Constructor for class org.eclipse.emf.ecore.impl.EFactoryImpl
 
eFactoryInstance - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The cached value of the 'EFactory Instance' reference.
eFactoryItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EFactory instances.
EFactoryItemProvider - class org.eclipse.emf.ecore.provider.EFactoryItemProvider.
This is the item provider adpater for a EFactory object.
EFactoryItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This constructs an instance from a factory and a notifier.
eFlags - Variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
An extensible set of bit flags; the first bit is used for NotifierImpl.EDELIVER to implement NotifierImpl.eDeliver().
EFLOAT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EFloat' data type.
EFLOAT_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EFloat Object' data type.
eGet(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.EObject
Returns the value of the given feature of this object.
eGet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
eGet(EStructuralFeature, boolean) - Method in interface org.eclipse.emf.ecore.EObject
Returns the value of the given feature of the object; the value is optionally resolved before it is returned.
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
eIDAttribute - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eINSTANCE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.EcoreFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.eclipse.emf.edit.tree.TreeFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The singleton instance of the package.
EINT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EInt' data type.
EINTEGER_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EInteger Object' data type.
eInternalResource() - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the containing internal resource, or null.
eInternalResource() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in interface org.eclipse.emf.ecore.InternalEObject
Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications.
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
eInverseAdd(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in interface org.eclipse.emf.ecore.InternalEObject
Removes the object at the other end of a bidirectional reference remove the appropriate feature and returns accumulated notifications.
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
eInverseRemove(InternalEObject, int, Class, NotificationChain) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
eIsProxy() - Method in interface org.eclipse.emf.ecore.EObject
Indicates whether this object is a proxy.
eIsProxy() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
eIsSet(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.EObject
Returns whether the feature of the object is considered to be set.
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
EJAVA_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EJava Class' data type.
EJAVA_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EJava Object' data type.
ELAST_EOBJECT_FLAG - Static variable in class org.eclipse.emf.ecore.impl.EObjectImpl
This is unused, but we can reserve bits with eFlags.
ELAST_NOTIFIER_FLAG - Static variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The last bit used by this class; derived classes may use bit values higher than this.
ELEMENT - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
 
elementNames - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
elements - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
EList - interface org.eclipse.emf.common.util.EList.
A list that supports move.
eLiterals - Variable in class org.eclipse.emf.ecore.impl.EEnumImpl
The cached value of the 'ELiterals' containment reference list.
ELONG - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ELong' data type.
ELONG_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ELong Object' data type.
EMap - interface org.eclipse.emf.common.util.EMap.
A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the noteable exception of Map.remove(Object).
EMF_EDIT_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
EMF_EDITOR_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
EMF_MODEL_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
EMF_XML_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
emfObjects - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
The collection of objects being iterated over.
emfObjects - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
The collection of objects being cross referenced.
EMFPlugin - class org.eclipse.emf.common.EMFPlugin.
EMF must run within an Eclipse workbench, within a headless Eclipse workspace, or just stand-alone as part of some other application.
EMFPlugin.EclipsePlugin - class org.eclipse.emf.common.EMFPlugin.EclipsePlugin.
The actual implementation of an Eclipse Plugin.
EMFPlugin.EclipsePlugin(IPluginDescriptor) - Constructor for class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Creates an instance.
EMFPlugin(ResourceLocator[]) - Constructor for class org.eclipse.emf.common.EMFPlugin
 
EMFProjectWizard - class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.
Creates a new EMF Project.
EMFProjectWizard.DetailsPage - class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage.
 
EMFProjectWizard.DetailsPage(EMFProjectWizard, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
EMFProjectWizard.EcoreModelPage - class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage.
A page that allows a Ecore model to be imported.
EMFProjectWizard.EcoreModelPage(EMFProjectWizard, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage
 
EMFProjectWizard.PackagePage - class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage.
This pages allows a Rose model to be imported.
EMFProjectWizard.PackagePage(EMFProjectWizard, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
EMFProjectWizard.RoseModelPage - class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage.
A page that allows a Rose model to be imported.
EMFProjectWizard.RoseModelPage(EMFProjectWizard, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
EMFProjectWizard.XMLSchemaModelPage - class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage.
A page that allows a XMLSchema model to be imported.
EMFProjectWizard.XMLSchemaModelPage(EMFProjectWizard, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
EMFProjectWizard() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
Creates an instance to be used for creating a new project.
EMFProjectWizard(IFile) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
Creates an instance to be used for updating and existing GenModel.
emitSortedImports() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
emitSortedImports() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
EMODEL_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EModel Element' class.
EMODEL_ELEMENT__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
EMODEL_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EModel Element' class.
EModelElement - interface org.eclipse.emf.ecore.EModelElement.
A representation of the model object 'EModel Element'.
EModelElementImpl - class org.eclipse.emf.ecore.impl.EModelElementImpl.
An implementation of the model object 'EModel Element'.
EModelElementImpl() - Constructor for class org.eclipse.emf.ecore.impl.EModelElementImpl
 
EModelElementItemProvider - class org.eclipse.emf.ecore.provider.EModelElementItemProvider.
This is the item provider adpater for a EModelElement object.
EModelElementItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This constructs an instance from a factory and a notifier.
eModelElementToIDOMNodeMap - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The map from a model element to the corresponding JDOM node.
EMPTY_ELEMENT - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
EMPTY_ELIST - Static variable in class org.eclipse.emf.common.util.ECollections
An unmodifiable empty list with an efficient reusable iterator.
EMPTY_ITERATOR - Static variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
eNAME - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The package name.
eNAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The package name.
eNAME - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The package name.
ENAMED_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ENamed Element' class.
ENAMED_ELEMENT__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
ENAMED_ELEMENT__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
ENAMED_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'ENamed Element' class.
ENamedElement - interface org.eclipse.emf.ecore.ENamedElement.
A representation of the model object 'ENamed Element'.
ENamedElementImpl - class org.eclipse.emf.ecore.impl.ENamedElementImpl.
An implementation of the model object 'ENamed Element'.
ENamedElementImpl() - Constructor for class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
ENamedElementItemProvider - class org.eclipse.emf.ecore.provider.ENamedElementItemProvider.
This is the item provider adpater for a ENamedElement object.
ENamedElementItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This constructs an instance from a factory and a notifier.
eNameToEClassifierMap - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The map from name to
eNameToFeatureMap - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
encoding - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the encoding of the stream.
encoding - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
encoding - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
endAttribute() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
endContentElement(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
endDocument() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
endDocument() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Check if the values of the forward references have been set (they may have been set due to a bi-directional reference being set).
endElement() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
endElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
endElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Pop the appropriate stacks and set features whose values are in the content of XML elements.
endEmptyElement() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
endPageProcessing() - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
endPageProcessing() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
endPageProcessing() - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
endPrefixMapping(String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
endPrefixMapping(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
endSaveFeatures(EObject, int, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
endTag - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
endTagFinalChar - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
endTagInitialChar - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
ENotificationImpl - class org.eclipse.emf.ecore.impl.ENotificationImpl.
An implementation an Ecore-specific notification.
ENotificationImpl(InternalEObject, int, EStructuralFeature, Object, Object) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, Object, Object, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, Object, Object, int) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, boolean, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, boolean, boolean, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, byte, byte) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, byte, byte, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, char, char) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, char, char, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, double, double) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, double, double, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, float, float) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, float, float, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, int, int) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, int, int, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, long, long) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, long, long, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, Object, Object) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, Object, Object, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, Object, Object, int) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, short, short) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, short, short, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
eNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
Returns whether eNotify needs to be called.
eNotificationRequired() - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns whether eNotify needs to be called.
eNotify(Notification) - Method in interface org.eclipse.emf.common.notify.Notifier
Notifies a change to a feature of this notifier as described by the notification.
eNotify(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eNS_PREFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The package namespace name.
eNS_URI - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The package namespace URI.
eNS_URI - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The package namespace URI.
eNS_URI - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The package namespace URI.
ensureEntryDataExists() - Method in class org.eclipse.emf.common.util.BasicEMap
Ensures that the entry data is created and is populated with contents of the delegate list.
entries - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
entries - Static variable in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
entryClass - Variable in class org.eclipse.emf.ecore.util.EcoreEMap
 
entryCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the list of entries.
entryData - Variable in class org.eclipse.emf.common.util.BasicEMap
The array of entry lists into which the hash codes are indexed.
entryEClass - Variable in class org.eclipse.emf.ecore.util.EcoreEMap
 
entryForKey(int, int, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry given the index, the hash, and the key.
entryIndexForKey(int, int, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry list index given the index, the hash, and the key.
entrySet - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The entry set view.
entrySet() - Method in interface org.eclipse.emf.common.util.EMap
Returns a set view of the entries.
entrySet() - Method in class org.eclipse.emf.common.util.BasicEMap
 
entrySet() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
enumClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
enumClassTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
ENUMERATION - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
Enumerator - interface org.eclipse.emf.common.util.Enumerator.
An interface implemented by the enumerators of a type-safe enum.
eObject - Variable in class org.eclipse.emf.ecore.util.EContentsEList
 
eObject - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
eObject - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
EObject - interface org.eclipse.emf.ecore.EObject.
A representation of the model object 'EObject'.
EOBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EObject' class.
EOBJECT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EObject' class.
EObjectContainmentEList - class org.eclipse.emf.ecore.util.EObjectContainmentEList.
 
EObjectContainmentEList.Unsettable - class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable.
 
EObjectContainmentEList.Unsettable(Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable
 
EObjectContainmentEList(Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentEList
 
EObjectContainmentWithInverseEList - class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.
 
EObjectContainmentWithInverseEList.Unsettable - class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable.
 
EObjectContainmentWithInverseEList.Unsettable(Class, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable
 
EObjectContainmentWithInverseEList(Class, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList
 
EObjectEList - class org.eclipse.emf.ecore.util.EObjectEList.
 
EObjectEList.Unsettable - class org.eclipse.emf.ecore.util.EObjectEList.Unsettable.
 
EObjectEList.Unsettable(Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectEList.Unsettable
 
EObjectEList(Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectEList
 
eObjectForURIFragmentSegment(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
eObjectForURIFragmentSegment(String) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the object resolved by the fragment segment.
eObjectForURIFragmentSegment(String) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eObjectForURIFragmentSegment(String) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
EObjectImpl - class org.eclipse.emf.ecore.impl.EObjectImpl.
An implementation of the model object 'EObject'.
EObjectImpl.EPropertiesHolder - class org.eclipse.emf.ecore.impl.EObjectImpl.EPropertiesHolder.
An internal class for holding less frequently members variables.
EObjectImpl.EPropertiesHolder() - Constructor for class org.eclipse.emf.ecore.impl.EObjectImpl.EPropertiesHolder
 
EObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.EObjectImpl
Creates an EObject.
eObjectItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EObject instances.
EObjectItemProvider - class org.eclipse.emf.ecore.provider.EObjectItemProvider.
This is the item provider adpater for a EObject object.
EObjectItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EObjectItemProvider
This constructs an instance from a factory and a notifier.
EObjectResolvingEList - class org.eclipse.emf.ecore.util.EObjectResolvingEList.
 
EObjectResolvingEList.Unsettable - class org.eclipse.emf.ecore.util.EObjectResolvingEList.Unsettable.
 
EObjectResolvingEList.Unsettable(Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectResolvingEList.Unsettable
 
EObjectResolvingEList(Class, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectResolvingEList
 
eObjectsOfInterest - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
The collection of usage target objects.
eObjectToIDMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
The map from EObject to ID.
EObjectWithInverseEList - class org.eclipse.emf.ecore.util.EObjectWithInverseEList.
 
EObjectWithInverseEList.ManyInverse - class org.eclipse.emf.ecore.util.EObjectWithInverseEList.ManyInverse.
 
EObjectWithInverseEList.ManyInverse(Class, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseEList.ManyInverse
 
EObjectWithInverseEList.Unsettable - class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable.
 
EObjectWithInverseEList.Unsettable.ManyInverse - class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable.ManyInverse.
 
EObjectWithInverseEList.Unsettable.ManyInverse(Class, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable.ManyInverse
 
EObjectWithInverseEList.Unsettable(Class, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable
 
EObjectWithInverseEList(Class, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
EObjectWithInverseResolvingEList - class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.
 
EObjectWithInverseResolvingEList.ManyInverse - class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.ManyInverse.
 
EObjectWithInverseResolvingEList.ManyInverse(Class, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.ManyInverse
 
EObjectWithInverseResolvingEList.Unsettable - class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable.
 
EObjectWithInverseResolvingEList.Unsettable.ManyInverse - class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable.ManyInverse.
 
EObjectWithInverseResolvingEList.Unsettable.ManyInverse(Class, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable.ManyInverse
 
EObjectWithInverseResolvingEList.Unsettable(Class, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable
 
EObjectWithInverseResolvingEList(Class, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList
 
EOperation - interface org.eclipse.emf.ecore.EOperation.
A representation of the model object 'EOperation'.
EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EOperation' class.
EOPERATION__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
EOPERATION__ECONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EContaining Class' container reference.
EOPERATION__EEXCEPTIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EExceptions' reference list.
EOPERATION__EPARAMETERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EParameters' containment reference list.
EOPERATION__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference.
EOPERATION__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
EOPERATION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EOperation' class.
EOperationImpl - class org.eclipse.emf.ecore.impl.EOperationImpl.
An implementation of the model object 'EOperation'.
EOperationImpl() - Constructor for class org.eclipse.emf.ecore.impl.EOperationImpl
 
eOperationItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EOperation instances.
EOperationItemProvider - class org.eclipse.emf.ecore.provider.EOperationItemProvider.
This is the item provider adpater for a EOperation object.
EOperationItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EOperationItemProvider
This constructs an instance from a factory and a notifier.
eOperations - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'EOperations' containment reference list.
eOpposite - Variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The cached value of the 'EOpposite' reference.
EOPPOSITE_FEATURE_BASE - Static variable in interface org.eclipse.emf.ecore.InternalEObject
The base value for negative, i.e., opposite-end, eContainerFeatureID values.
ePackage - Variable in class org.eclipse.emf.ecore.impl.EFactoryImpl
The cached value of the 'EPackage' reference.
EPackage - interface org.eclipse.emf.ecore.EPackage.
A representation of the model object 'EPackage'.
EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EPackage' class.
EPACKAGE__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
EPACKAGE__ECLASSIFIERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EClassifiers' containment reference list.
EPACKAGE__EFACTORY_INSTANCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EFactory Instance' reference.
EPACKAGE__ESUBPACKAGES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ESubpackages' containment reference list.
EPACKAGE__ESUPER_PACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ESuper Package' container reference.
EPACKAGE__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
EPACKAGE__NS_PREFIX - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Ns Prefix' attribute.
EPACKAGE__NS_URI - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Ns URI' attribute.
EPACKAGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EPackage' class.
EPackage.Descriptor - interface org.eclipse.emf.ecore.EPackage.Descriptor.
An EPackage wrapper that is used by the EPackage.Registry.
EPackage.Registry - interface org.eclipse.emf.ecore.EPackage.Registry.
A map from namespace URI to EPackage.
ePackageGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
ePackageGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
EPackageImpl - class org.eclipse.emf.ecore.impl.EPackageImpl.
An implementation of the model object 'EPackage'.
EPackageImpl() - Constructor for class org.eclipse.emf.ecore.impl.EPackageImpl
Creates an instance.
EPackageImpl(EFactory) - Constructor for class org.eclipse.emf.ecore.impl.EPackageImpl
Creates an instance with a factory.
EPackageImpl(String) - Constructor for class org.eclipse.emf.ecore.impl.EPackageImpl
Creates a registered instance that has a default factory.
EPackageImpl(String, EFactory) - Constructor for class org.eclipse.emf.ecore.impl.EPackageImpl
Creates a registered instance with a factory.
ePackageItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EPackage instances.
EPackageItemProvider - class org.eclipse.emf.ecore.provider.EPackageItemProvider.
This is the item provider adpater for a EPackage object.
EPackageItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EPackageItemProvider
This constructs an instance from a factory and a notifier.
ePackageList - Variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
ePackageList - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
EPackageRegistryImpl - class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.
An implementation of a package registry.
EPackageRegistryImpl() - Constructor for class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
 
ePackageToEcoreFileInformationMap - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
ePackageToGenPackageMap - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
ePackageToInformationMap - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The map from EPackage to extra information.
ePackageToOrderingMap - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The map from package to the map of ordering constants.
ePackageToPrefixMap - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The map from package to the it's prefix.
EParameter - interface org.eclipse.emf.ecore.EParameter.
A representation of the model object 'EParameter'.
EPARAMETER - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EParameter' class.
EPARAMETER__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
EPARAMETER__EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EOperation' container reference.
EPARAMETER__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference.
EPARAMETER__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
EPARAMETER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EParameter' class.
EParameterImpl - class org.eclipse.emf.ecore.impl.EParameterImpl.
An implementation of the model object 'EParameter'.
EParameterImpl() - Constructor for class org.eclipse.emf.ecore.impl.EParameterImpl
eParameterItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EParameter instances.
EParameterItemProvider - class org.eclipse.emf.ecore.provider.EParameterItemProvider.
This is the item provider adpater for a EParameter object.
EParameterItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EParameterItemProvider
This constructs an instance from a factory and a notifier.
eParameters - Variable in class org.eclipse.emf.ecore.impl.EOperationImpl
The cached value of the 'EParameters' containment reference list.
eProperties - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eProperties() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eProxyURI - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl.EPropertiesHolder
 
eProxyURI() - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the proxy URI of this object.
eProxyURI() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
equalObjects(Object, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether two objects are equal using the appropriate comparison mechanism.
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether the object is a list with corresponding equal objects.
equals(Object) - Method in class org.eclipse.emf.common.util.URI
Returns true if obj is an instance of URI equal to this one; false otherwise.
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
equals(Object) - Method in class org.eclipse.emf.codegen.jet.JETMark
 
equals(Object) - Method in class org.eclipse.emf.edit.provider.ComposedImage
 
EReference - interface org.eclipse.emf.ecore.EReference.
A representation of the model object 'EReference'.
EREFERENCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EReference' class.
EREFERENCE__CHANGEABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Changeable' attribute.
EREFERENCE__CONTAINER - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Container' attribute.
EREFERENCE__CONTAINMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Containment' attribute.
EREFERENCE__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute.
EREFERENCE__DEFAULT_VALUE_LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value Literal' attribute.
EREFERENCE__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
EREFERENCE__ECONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EContaining Class' reference.
EREFERENCE__EOPPOSITE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EOpposite' reference.
EREFERENCE__EREFERENCE_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EReference Type' reference.
EREFERENCE__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference.
EREFERENCE__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute.
EREFERENCE__MANY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Many' attribute.
EREFERENCE__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
EREFERENCE__REQUIRED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Required' attribute.
EREFERENCE__RESOLVE_PROXIES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Resolve Proxies' attribute.
EREFERENCE__TRANSIENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Transient' attribute.
EREFERENCE__UNIQUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unique' attribute.
EREFERENCE__UNSETTABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unsettable' attribute.
EREFERENCE__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute.
EREFERENCE__VOLATILE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Volatile' attribute.
EREFERENCE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EReference' class.
eReferenceComparator - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
EReferenceImpl - class org.eclipse.emf.ecore.impl.EReferenceImpl.
An implementation of the model object 'EReference'.
EReferenceImpl() - Constructor for class org.eclipse.emf.ecore.impl.EReferenceImpl
 
eReferenceItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EReference instances.
EReferenceItemProvider - class org.eclipse.emf.ecore.provider.EReferenceItemProvider.
This is the item provider adpater for a EReference object.
EReferenceItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This constructs an instance from a factory and a notifier.
eReferences - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'EReferences' containment reference list.
eReferenceToOppositeNameMap - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The map from a reference to the name it's opposite.
eResource - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl.EPropertiesHolder
 
ERESOURCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EResource' data type.
eResource() - Method in interface org.eclipse.emf.ecore.EObject
Returns the containing resource, or null.
eResource() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
ERROR_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
error(SAXParseException) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
error(String) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Produces another IStatus in the MultiStatus.
error(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
error(XMIException) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
errors - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The errors.
escape - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
eSet(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.EObject
Sets the value of the given feature of the object to the new value.
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
eSetClass(EClass) - Method in interface org.eclipse.emf.ecore.InternalEObject
Sets the meta class.
eSetClass(EClass) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eSetDeliver(boolean) - Method in interface org.eclipse.emf.common.notify.Notifier
Sets whether this notifier will deliver notifications to the adapters.
eSetDeliver(boolean) - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eSetDeliver(boolean) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
eSetProxyURI(URI) - Method in interface org.eclipse.emf.ecore.InternalEObject
Set the proxy URI of this object.
eSetProxyURI(URI) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eSetResource(Resource.Internal, NotificationChain) - Method in interface org.eclipse.emf.ecore.InternalEObject
Sets this object to be directly contained by the resource and returns accumulated notifications.
eSetResource(Resource.Internal, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eSetting(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns a setting that can be used to access this object's feature.
eSetting(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eSettingIndex(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eSettings - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl.EPropertiesHolder
 
eSettings() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
ESHORT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EShort' data type.
ESHORT_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EShort Object' data type.
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
eStaticClass() - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
ESTRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EString' data type.
ESTRING_TO_STRING_MAP_ENTRY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EString To String Map Entry' class.
ESTRING_TO_STRING_MAP_ENTRY__KEY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Key' attribute.
ESTRING_TO_STRING_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Value' attribute.
ESTRING_TO_STRING_MAP_ENTRY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EString To String Map Entry' class.
EStringToStringMapEntryImpl - class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl.
An implementation of the model object 'EString To String Map Entry'.
EStringToStringMapEntryImpl() - Constructor for class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
eStringToStringMapEntryItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all Map.Entry instances.
EStringToStringMapEntryItemProvider - class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider.
This is the item provider adpater for a Map.Entry object.
EStringToStringMapEntryItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This constructs an instance from a factory and a notifier.
ESTRUCTURAL_FEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EStructural Feature' class.
ESTRUCTURAL_FEATURE__CHANGEABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Changeable' attribute.
ESTRUCTURAL_FEATURE__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute.
ESTRUCTURAL_FEATURE__DEFAULT_VALUE_LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value Literal' attribute.
ESTRUCTURAL_FEATURE__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
ESTRUCTURAL_FEATURE__ECONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EContaining Class' reference.
ESTRUCTURAL_FEATURE__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference.
ESTRUCTURAL_FEATURE__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute.
ESTRUCTURAL_FEATURE__MANY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Many' attribute.
ESTRUCTURAL_FEATURE__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
ESTRUCTURAL_FEATURE__REQUIRED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Required' attribute.
ESTRUCTURAL_FEATURE__TRANSIENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Transient' attribute.
ESTRUCTURAL_FEATURE__UNIQUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unique' attribute.
ESTRUCTURAL_FEATURE__UNSETTABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unsettable' attribute.
ESTRUCTURAL_FEATURE__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute.
ESTRUCTURAL_FEATURE__VOLATILE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Volatile' attribute.
ESTRUCTURAL_FEATURE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'EStructural Feature' class.
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
eStructuralFeature - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
EStructuralFeature - interface org.eclipse.emf.ecore.EStructuralFeature.
A representation of the model object 'EStructural Feature'.
EStructuralFeature.Setting - interface org.eclipse.emf.ecore.EStructuralFeature.Setting.
A representation of a value held by a feature of an object.
EStructuralFeature.Setting.Internal - interface org.eclipse.emf.ecore.EStructuralFeature.Setting.Internal.
An internal interface implemented by all settings to maintain directional integrity.
EStructuralFeatureImpl - class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.
An implementation of the model object 'EStructural Feature'.
EStructuralFeatureImpl() - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
EStructuralFeatureItemProvider - class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider.
This is the item provider adpater for a EStructuralFeature object.
EStructuralFeatureItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This constructs an instance from a factory and a notifier.
eStructuralFeatures - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
eStructuralFeatures - Variable in class org.eclipse.emf.ecore.util.EContentsEList
 
eStructuralFeatures - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
eSubpackages - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The cached value of the 'ESubpackages' containment reference list.
eSuperAdapter - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
ESuperAdapter - class org.eclipse.emf.ecore.impl.ESuperAdapter.
An adapter implementation for maintaining EClasses
ESuperAdapter() - Constructor for class org.eclipse.emf.ecore.impl.ESuperAdapter
 
eSuperTypes - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'ESuper Types' reference list.
ETREE_ITERATOR - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ETree Iterator' data type.
eType - Variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The cached value of the 'EType' reference.
ETYPED_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ETyped Element' class.
ETYPED_ELEMENT__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list.
ETYPED_ELEMENT__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference.
ETYPED_ELEMENT__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute.
ETYPED_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the the 'ETyped Element' class.
ETypedElement - interface org.eclipse.emf.ecore.ETypedElement.
A representation of the model object 'ETyped Element'.
ETypedElementImpl - class org.eclipse.emf.ecore.impl.ETypedElementImpl.
An implementation of the model object 'ETyped Element'.
ETypedElementImpl() - Constructor for class org.eclipse.emf.ecore.impl.ETypedElementImpl
ETypedElementItemProvider - class org.eclipse.emf.ecore.provider.ETypedElementItemProvider.
This is the item provider adpater for a ETypedElement object.
ETypedElementItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This constructs an instance from a factory and a notifier.
eTypedElementToInstanceTypeNameMap - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The map from a typed element to its datatype's instance type name.
eTypedElementToTypeNameMap - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The map from a typed element to its type name.
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
eUnset(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.EObject
Unsets the feature of the object.
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
eURIFragmentSegment(EStructuralFeature, EObject) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
eURIFragmentSegment(EStructuralFeature, EObject) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the fragment segment that, when passed to eObjectForURIFragmentSegment, will resolve to the given object in this object's given feature.
eURIFragmentSegment(EStructuralFeature, EObject) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eURIFragmentSegment(EStructuralFeature, EObject) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
EVENT_TYPE_COUNT - Static variable in interface org.eclipse.emf.common.notify.Notification
The number of built-in event types.
eventType - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The type of the change.
exception - Variable in class org.eclipse.emf.ecore.resource.Resource.IOWrappedException
The wrapped exception.
exception - Variable in class org.eclipse.emf.ecore.xmi.XMIException
 
exception() - Method in class org.eclipse.emf.common.util.WrappedException
Returns the wrapped exception.
EXCEPTIONS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
execute() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.execute() for each command in the list.
execute() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.execute() for each command in the list, but makes sure to call redo for any commands that were previously executed to compute canExecute.
execute() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required for the effect.
execute() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the execute method of the command.
execute() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
execute() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Throws an exception if it should ever be called.
execute() - Method in interface org.eclipse.emf.codegen.jet.JETParser.Action
 
execute() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
execute() - Method in class org.eclipse.emf.edit.command.CopyCommand
 
execute() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This executes the wrapped command and sets the affected objects to the collection returned by helper.getCreateChildResult().
execute() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
execute() - Method in class org.eclipse.emf.edit.command.CutToClipboardCommand
 
execute(Command) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
execute(Command) - Method in interface org.eclipse.emf.common.command.CommandStack
Clears any redoable commands not yet redone, adds the command, and then executes the command.
expectedModCount - Variable in class org.eclipse.emf.common.util.BasicEList.EIterator
The modification count of the containing list.
expectedModCount - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The modification count expected of the map.
EXPORTCONTROL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ExtendedImageRegistry - class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry.
 
ExtendedImageRegistry() - Constructor for class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
ExtendedImageRegistry(Display) - Constructor for class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
extensionToFactoryMap - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
The extension map.
extent - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
extent - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
externalGenModels - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
All the external GenModels from all required projects.
externalPackageNameToEPackageMap - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The map from a package name to the corresponding package.
extractDragSource(Object) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This extracts a collection of dragged source objects from the given object retrieved from the transfer agent.

F

factor - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
factor - Variable in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
factorAddCommand(EditingDomain, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This method factors an AddCommand for a collection of objects into one or more primitive add command, i.e., one per unique reference.
factorMoveCommand(EditingDomain, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This method factors a MoveCommand to determine the feature.
factorRemoveCommand(EditingDomain, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This method factors a RemoveCommand for a collection of objects into one or more primitive remove commands, i.e., one per unique reference.
factory - Variable in class org.eclipse.emf.ecore.xmi.ClassNotFoundException
 
factoryClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
factoryClassTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
factoryInterfaceEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
factoryInterfaceTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
FALSE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
fatalError(SAXParseException) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
fatalError(XMIException) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
feature - Variable in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
feature - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
feature - Variable in class org.eclipse.emf.ecore.xmi.IllegalValueException
 
feature - Variable in class org.eclipse.emf.edit.command.SetCommand
This is the feature of the owner object upon the command will act.
feature - Variable in class org.eclipse.emf.edit.command.CommandParameter
This is the aspect of the owner that will be affected.
feature - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the feature of the owner to which the child will be added.
feature - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the feature of the owner object upon the command will act.
feature - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is the feature of the owner object upon the command will act.
feature - Variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This is feature of the owner where the clipboard copy is pasted.
feature - Variable in class org.eclipse.emf.edit.command.RemoveCommand
This is the feature of the owner object upon the command will act.
feature - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the feature of the owner object upon the command will act.
feature - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is the structural feature that provides the values for this property.
feature() - Method in interface org.eclipse.emf.ecore.util.EContentsEList.FeatureIterator
 
feature() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
featureClass - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.Feature
 
featureCursor - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
FeatureEditorDialog - class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog.
 
FeatureEditorDialog(Shell, ILabelProvider, EObject, EStructuralFeature, String, List) - Constructor for class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
featureID - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
featureID - Variable in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
featureID - Variable in class org.eclipse.emf.ecore.util.EObjectEList
 
featureID - Variable in class org.eclipse.emf.ecore.util.EDataTypeEList
 
featureKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
featureKinds - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
featureMethod - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.Feature
 
featureName - Variable in class org.eclipse.emf.ecore.xmi.FeatureNotFoundException
 
FeatureNotFoundException - exception org.eclipse.emf.ecore.xmi.FeatureNotFoundException.
 
FeatureNotFoundException(String, EObject, String, int, int) - Constructor for class org.eclipse.emf.ecore.xmi.FeatureNotFoundException
Constructor for FeatureNotFoundException.
features - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
featuresToKinds - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
featureTable - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
feedback - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the feedback that will be returned by DragAndDropCommand.getFeedback().
FEEDBACK_INSERT_AFTER - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.FEEDBACK_INSERT_AFTER.
FEEDBACK_INSERT_BEFORE - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.FEEDBACK_INSERT_BEFORE.
FEEDBACK_NONE - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.FEEDBACK_NONE.
FEEDBACK_SELECT - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.FEEDBACK_SELECT.
fieldMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
file - Variable in class org.eclipse.emf.codegen.ecore.genmodel.action.ReloadFromRoseAction
 
file - Variable in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.PlatformResourceOutputStream
 
FILE_NAME - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
fileExtension() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI whose path includes a file extension, that file extension is returned; null otherwise.
fileid - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the id of the file.
files - Variable in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
filteredEPackageList - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
filterFlags - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
These are the flags used as filters in the property sheet.
filterGenClasses(List, GenBaseImpl.GenClassFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Return all GenClasses in the specified genClasses list that are accepted by filter; all are accepted if filter is null.
filterPackagesTable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
FINAL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
find(Collection) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Returns a map of all cross references in the content tree.
find(Collection) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Returns a map of all external cross references from the combined content trees of the specified collection of objects.
find(Collection) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Returns a map of all proxy references from the specified content tree.
find(Collection) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Returns a map of all unresolvable proxies from the specified content tree.
find(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Returns a map of all external cross references from the specified content tree.
find(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Returns a map of all proxy references from the specified content tree.
find(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Returns a map of all unresolvable proxies from the specified content tree.
find(EObject, Collection) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a collection of usage references from the combined content trees of the specified collection of objects.
find(EObject, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a collection of usage references from the specified content tree.
find(EObject, Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a collection of usage references from the specified content tree.
find(EObject, ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a collection of usage references from the specified content tree.
find(Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Returns a map of all external cross references from the specified content tree.
find(Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Returns a map of all proxy references from the specified content tree.
find(Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Returns a map of all unresolvable proxies from the specified content tree.
find(ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Returns a map of all external cross references from the specified content tree.
find(ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Returns a map of all proxy references from the specified content tree.
find(ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Returns a map of all unresolvable proxies from the specified content tree.
find(String[], String) - Static method in class org.eclipse.emf.codegen.jet.JETCompiler
 
findAll(Collection, Collection) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a map of usage references from the combined content trees of the specified collection of objects.
findAll(Collection, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a map of usage references from the specified content tree.
findAll(Collection, Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a map of usage references from the specified content tree.
findAll(Collection, ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a map of usage references from the specified content tree.
findAllUsage(Collection) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns the map of usage references to objects in the specified collection.
findExternalCrossReferences() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Returns the map of external cross references for this cross referencer.
findGenClass(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenClassifier(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenDataType(EDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenEnum(EEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenFeature(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenPackage(EPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
findGenPackage(EPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenPackageHelper(GenPackage, EPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Finds the GenPackage corresponding to the EPackage, taking into account any nested GenPackages.
findNodeWithKey(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
findNodeWithValue(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
findNodeWithWord(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
findOrCreateContainer(IPath, boolean, IPath, IProgressMonitor) - Static method in class org.eclipse.emf.codegen.CodeGen
 
findOrCreateContainer(IPath, boolean, IProjectDescription, IProgressMonitor) - Static method in class org.eclipse.emf.codegen.CodeGen
 
findOrCreateContainer(IProgressMonitor, int, IPath, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findOrCreateContainerHelper(String, String, IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.Generator
 
findProxyCrossReferences() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Returns the map of proxy references for this cross referencer.
findUnresolvedProxyCrossReferences() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Returns the map of unresolvable proxies for this cross referencer.
findUsage(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns the collection of usage references to the specified object.
fireLabelProviderChanged() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This delegates to GenModelItemProviderAdapterFactory.changeNotifier and to GenModelItemProviderAdapterFactory.parentAdapterFactory.
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This delegates to EcoreItemProviderAdapterFactory.changeNotifier and to EcoreItemProviderAdapterFactory.parentAdapterFactory.
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This convenience method converts the arguments into an appropriate update call on the viewer.
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ItemProvider
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This delegates to ReflectiveItemProviderAdapterFactory.changeNotifier and to ReflectiveItemProviderAdapterFactory.parentAdapterFactory.
fireNotifyChanged(Notification) - Method in interface org.eclipse.emf.edit.provider.IChangeNotifier
This calls notifyChanged for each listener.
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This delegates to the ItemProviderDecorator.adapterFactory.
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ChangeNotifier
This calls notifyChanged for each listener.
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This delegates to ResourceItemProviderAdapterFactory.changeNotifier and to ResourceItemProviderAdapterFactory.parentAdapterFactory.
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This delegates to TreeItemProviderAdapterFactory.changeNotifier and to TreeItemProviderAdapterFactory.parentAdapterFactory.
firePropertyChange(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is here for the listener to be able to call it.
firePropertyChange(int) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is here for the listener to be able to call it.
firePropertyChange(String, int, int) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseComponent
 
fixFactor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
fixFactor() - Method in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
flush() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
flush() - Method in interface org.eclipse.emf.common.command.CommandStack
Disposes all the commands in the stack.
flushCharData() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
fNoNewLineForScriptlets - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
FOCUS_OF_CONTROL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
FONT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
force - Variable in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.PlatformResourceOutputStream
 
FORCE_OVERWRITE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Force Overwrite' attribute.
forceOverwrite - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Force Overwrite' attribute.
foreignModel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Foreign Model' attribute list.
format(String) - Method in class org.eclipse.emf.codegen.jet.JETMark
 
format(String, char, String, boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
format(String, char, String, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
forwardManyReferences - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
forwardSingleReferences - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
fragment() - Method in class org.eclipse.emf.common.util.URI
If this URI has a fragment component, returns it; null otherwise.
FROM - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
fSavedLine - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
fullBuild(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETBuilder
Does a full build.
FUNCTION_CALL_BEGIN - Static variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
FUNCTION_CALL_BEGIN - Static variable in class org.eclipse.emf.codegen.jet.JETExpressionGenerator
 
FUNCTION_CALL_END - Static variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
FUNCTION_CALL_END - Static variable in class org.eclipse.emf.codegen.jet.JETExpressionGenerator
 
fUseStaticFinalConstants - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 

G

GEN_BASE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Base' class.
GEN_BASE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the the 'Gen Base' class.
GEN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Class' class.
GEN_CLASS__ECORE_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Class' reference.
GEN_CLASS__GEN_FEATURES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Features' containment reference list.
GEN_CLASS__GEN_OPERATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Operations' containment reference list.
GEN_CLASS__GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Package' reference.
GEN_CLASS__IMAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Image' attribute.
GEN_CLASS__LABEL_FEATURE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Label Feature' reference.
GEN_CLASS__PROVIDER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Provider' attribute.
GEN_CLASS_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the the 'Gen Class' class.
GEN_CLASSIFIER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Classifier' class.
GEN_CLASSIFIER__GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Package' reference.
GEN_CLASSIFIER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the the 'Gen Classifier' class.
GEN_DATA_TYPE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Data Type' class.
GEN_DATA_TYPE__ECORE_DATA_TYPE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Data Type' reference.
GEN_DATA_TYPE__GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Package' reference.
GEN_DATA_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the the 'Gen Data Type' class.
GEN_ENUM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Enum' class.
GEN_ENUM__ECORE_DATA_TYPE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Data Type' reference.
GEN_ENUM__ECORE_ENUM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Enum' reference.
GEN_ENUM__GEN_ENUM_LITERALS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Enum Literals' containment reference list.
GEN_ENUM__GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Package' reference.
GEN_ENUM_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the the 'Gen Enum' class.
GEN_ENUM_LITERAL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Enum Literal' class.
GEN_ENUM_LITERAL__ECORE_ENUM_LITERAL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Enum Literal' reference.
GEN_ENUM_LITERAL__GEN_ENUM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Enum' container reference.
GEN_ENUM_LITERAL_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the the 'Gen Enum Literal' class.
GEN_FEATURE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Feature' class.
GEN_FEATURE__CHILDREN - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Children' attribute.
GEN_FEATURE__ECORE_FEATURE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Feature' reference.
GEN_FEATURE__GEN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Class' container reference.
GEN_FEATURE__NOTIFY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Notify' attribute.
GEN_FEATURE__PROPERTY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Property' attribute.
GEN_FEATURE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the the 'Gen Feature' class.
GEN_MODEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'GenModel' class.
GEN_MODEL__COPYRIGHT_TEXT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Copyright Text' attribute.
GEN_MODEL__CREATION_COMMANDS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Creation Commands' attribute.
GEN_MODEL__DYNAMIC_TEMPLATES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Dynamic Templates' attribute.
GEN_MODEL__EDIT_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Edit Directory' attribute.
GEN_MODEL__EDIT_PLUGIN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Edit Plugin Class' attribute.
GEN_MODEL__EDITOR_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Editor Directory' attribute.
GEN_MODEL__EDITOR_PLUGIN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Editor Plugin Class' attribute.
GEN_MODEL__FORCE_OVERWRITE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Force Overwrite' attribute.
GEN_MODEL__FOREIGN_MODEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Foreign Model' attribute list.
GEN_MODEL__GEN_PACKAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Packages' containment reference list.
GEN_MODEL__GENERATE_SCHEMA - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Generate Schema' attribute.
GEN_MODEL__MODEL_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Model Directory' attribute.
GEN_MODEL__MODEL_NAME - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Model Name' attribute.
GEN_MODEL__MODEL_PLUGIN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Model Plugin Class' attribute.
GEN_MODEL__MODEL_PLUGIN_ID - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Model Plugin ID' attribute.
GEN_MODEL__NON_EXTERNALIZED_STRING_TAG - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Non Externalized String Tag' attribute.
GEN_MODEL__NON_NLS_MARKERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Non NLS Markers' attribute.
GEN_MODEL__REDIRECTION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Redirection' attribute.
GEN_MODEL__RUNTIME_JAR - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Runtime Jar' attribute.
GEN_MODEL__TEMPLATE_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Template Directory' attribute.
GEN_MODEL__TEST_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Test Directory' attribute.
GEN_MODEL__UPDATE_CLASSPATH - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Update Classpath' attribute.
GEN_MODEL__USED_GEN_PACKAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Used Gen Packages' reference list.
GEN_MODEL_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the the 'GenModel' class.
GEN_OPERATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Operation' class.
GEN_OPERATION__ECORE_OPERATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Operation' reference.
GEN_OPERATION__GEN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Class' container reference.
GEN_OPERATION__GEN_PARAMETERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Parameters' containment reference list.
GEN_OPERATION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the the 'Gen Operation' class.
GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Package' class.
GEN_PACKAGE__ADAPTER_FACTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Adapter Factory' attribute.
GEN_PACKAGE__BASE_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Base Package' attribute.
GEN_PACKAGE__ECORE_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Package' reference.
GEN_PACKAGE__GEN_CLASSES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Classes' containment reference list.
GEN_PACKAGE__GEN_CLASSIFIERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Classifiers' reference list.
GEN_PACKAGE__GEN_DATA_TYPES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Data Types' containment reference list.
GEN_PACKAGE__GEN_ENUMS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Enums' containment reference list.
GEN_PACKAGE__GEN_MODEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Model' container reference.
GEN_PACKAGE__NESTED_GEN_PACKAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Nested Gen Packages' containment reference list.
GEN_PACKAGE__PREFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Prefix' attribute.
GEN_PACKAGE__RESOURCE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Resource' attribute.
GEN_PACKAGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the the 'Gen Package' class.
GEN_PARAMETER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Parameter' class.
GEN_PARAMETER__ECORE_PARAMETER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Parameter' reference.
GEN_PARAMETER__GEN_OPERATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Operation' container reference.
GEN_PARAMETER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the the 'Gen Parameter' class.
GEN_PROPERTY_KIND - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Property Kind' enum.
GEN_PROVIDER_KIND - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Provider Kind' enum.
GEN_RESOURCE_KIND - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Resource Kind' enum.
GenBase - interface org.eclipse.emf.codegen.ecore.genmodel.GenBase.
A representation of the model object 'Gen Base'.
GenBaseImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.
An implementation of the model object 'Gen Base'.
GenBaseImpl.ColorInformation - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation.
 
GenBaseImpl.ColorInformation() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
GenBaseImpl.GenClassFilter - interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenClassFilter.
 
GenBaseImpl.GenFeatureFilter - interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenFeatureFilter.
 
GenBaseImpl.GenOperationFilter - interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenOperationFilter.
 
GenBaseImpl.GIFEmitter - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter.
 
GenBaseImpl.GIFEmitter(String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
 
GenBaseImpl.ImportManager - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager.
 
GenBaseImpl.ImportManager(String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
GenBaseImpl.UniqueNameHelper - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper.
 
GenBaseImpl.UniqueNameHelper(GenBaseImpl) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
GenBaseImpl.UniqueNameHelper(GenBaseImpl, int) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
GenBaseImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
GenBaseItemProvider - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.
This is the item provider adpater for a GenBase object.
GenBaseItemProvider.GenItemPropertyDescriptor - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.GenItemPropertyDescriptor.
A simple extension of ItemPropertyDescriptor that forbids editing of items that will not be persisted.
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, Object, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.GenItemPropertyDescriptor
 
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.GenItemPropertyDescriptor
 
GenBaseItemProvider.UnderlayedImage - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.UnderlayedImage.
 
GenBaseItemProvider.UnderlayedImage(Object) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.UnderlayedImage
 
GenBaseItemProvider.UnderlayedImage(Object, Object) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.UnderlayedImage
 
GenBaseItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
This constructs an instance from a factory and a notifier.
GenClass - interface org.eclipse.emf.codegen.ecore.genmodel.GenClass.
A representation of the model object 'Gen Class'.
genClasses - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Gen Classes' containment reference list.
GenClassifier - interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier.
A representation of the model object 'Gen Meta Object'.
GenClassifierImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl.
An implementation of the model object 'Gen Meta Object'.
GenClassifierImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
GenClassImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl.
An implementation of the model object 'Gen Class'.
GenClassImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
genClassItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenClass instances.
GenClassItemProvider - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider.
This is the item provider adpater for a GenClass object.
GenClassItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This constructs an instance from a factory and a notifier.
GenDataType - interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType.
A representation of the model object 'Gen Data Type'.
GenDataTypeImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl.
An implementation of the model object 'Gen Data Type'.
GenDataTypeImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
genDataTypeItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenDataType instances.
GenDataTypeItemProvider - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider.
This is the item provider adpater for a GenDataType object.
GenDataTypeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
This constructs an instance from a factory and a notifier.
genDataTypes - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Gen Data Types' containment reference list.
GenEnum - interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum.
A representation of the model object 'Gen Enum'.
GenEnumImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl.
An implementation of the model object 'Gen Enum'.
GenEnumImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
genEnumItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenEnum instances.
GenEnumItemProvider - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider.
This is the item provider adpater for a GenEnum object.
GenEnumItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This constructs an instance from a factory and a notifier.
GenEnumLiteral - interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral.
A representation of the model object 'Gen Enum Literal'.
GenEnumLiteralImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl.
An implementation of the model object 'Gen Enum Literal'.
GenEnumLiteralImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
genEnumLiteralItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenEnumLiteral instances.
GenEnumLiteralItemProvider - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider.
This is the item provider adpater for a GenEnumLiteral object.
GenEnumLiteralItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
This constructs an instance from a factory and a notifier.
genEnumLiterals - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
The cached value of the 'Gen Enum Literals' containment reference list.
genEnums - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Gen Enums' containment reference list.
GENERALIZATION - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
GENERATE_SCHEMA_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Generate Schema' attribute.
generate() - Method in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
generate() - Method in class org.eclipse.emf.codegen.jet.JETScriptletGenerator
 
generate() - Method in class org.eclipse.emf.codegen.jet.JETExpressionGenerator
 
generate() - Method in interface org.eclipse.emf.codegen.jet.JETGenerator
 
generate() - Method in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
generate(GenBase, IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.GenerateAction
 
generate(IProgressMonitor) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
generate(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
generate(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
generate(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
generate(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
generate(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
generate(IProgressMonitor, int, String, GenBaseImpl.GIFEmitter, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
generate(IProgressMonitor, int, String, GenBaseImpl.GIFEmitter, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
generate(IProgressMonitor, int, String, JETEmitter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
generate(IProgressMonitor, int, String, String, String, JETEmitter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
generate(IProgressMonitor, Object[]) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
This calls the emitter method on the compiled template.
generate(OutputStream) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
generateAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
generateAllAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
generateCharData() - Method in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
generateColor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
generateColor() - Method in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
generateConstant() - Method in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
generateCreateChildActions(Collection, ISelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions.
generateCreateSiblingActions(Collection, ISelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions.
generatedEPackageList - Variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
generateEdit(IProgressMonitor) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
generateEdit(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
generateEdit(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
generateEdit(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
generateEdit(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
generateEditAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
generateEditor(IProgressMonitor) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
generateEditor(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
generateEditor(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
generateEditor(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
generateEditorAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
generateGIF(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
 
generateMenuManager - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This is the menu manager for the "Generate" menu.
generateSchema - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Generate Schema' attribute.
generateXSD(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
Generator - class org.eclipse.emf.codegen.ecore.Generator.
This implements the method Generator.run(java.lang.Object), which is called just like main during headless workbench invocation.
Generator() - Constructor for class org.eclipse.emf.codegen.ecore.Generator
This creates an instance.
generators - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
GENERIC_VALUE_IMAGE - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
GenFeature - interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature.
A representation of the model object 'Gen Feature'.
GenFeatureImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl.
An implementation of the model object 'Gen Feature'.
GenFeatureImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
genFeatureItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenFeature instances.
GenFeatureItemProvider - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider.
This is the item provider adpater for a GenFeature object.
GenFeatureItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This constructs an instance from a factory and a notifier.
genFeatures - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Gen Features' containment reference list.
genModel - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The GenModel being generated.
GenModel - interface org.eclipse.emf.codegen.ecore.genmodel.GenModel.
A representation of the model object 'GenModel'.
GenModelActionBarContributor - class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.
This is the action bar contributor for the GenModel model editor.
GenModelActionBarContributor.GenerateAction - class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.GenerateAction.
This is a base class for the "Generate..." actions.
GenModelActionBarContributor.GenerateAction(GenModelActionBarContributor, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.GenerateAction
 
GenModelActionBarContributor.ReloadAction - class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.ReloadAction.
 
GenModelActionBarContributor.ReloadAction(GenModelActionBarContributor) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.ReloadAction
 
GenModelActionBarContributor() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This creates an instance of the contributor.
GenModelAdapterFactory - class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory.
The Adapter Factory for the model.
GenModelAdapterFactory() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates an instance of the adapter factory.
GenModelEditor - class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.
This is an example of a GenModel model editor.
GenModelEditor.ReverseAdapterFactoryContentProvider - class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.ReverseAdapterFactoryContentProvider.
GenModelEditor.ReverseAdapterFactoryContentProvider(GenModelEditor, AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.ReverseAdapterFactoryContentProvider
 
GenModelEditor() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This creates a model editor.
GenModelEditPlugin - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin.
This is the central singleton for the GenModel edit plugin.
GenModelEditPlugin.Implementation - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin.Implementation.
The actual implementation of the Eclipse Plugin.
GenModelEditPlugin.Implementation(IPluginDescriptor) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin.Implementation
Creates an instance.
GenModelEditPlugin() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin
Create the instance.
GenModelFactory - interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory.
The Factory for the model.
GenModelFactoryImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl.
An implementation of the model Factory.
GenModelFactoryImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
Creates and instance of the factory.
genModelFile - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The GenModel being reloaded.
genModelFile - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The file being generated.
GenModelImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl.
An implementation of the model object 'GenModel'.
GenModelImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
genModelItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenModel instances.
GenModelItemProvider - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider.
This is the item provider adpater for a GenModel object.
GenModelItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This constructs an instance from a factory and a notifier.
GenModelItemProviderAdapterFactory - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory.
This is the factory that is used to provide the interfaces needed to support Viewers.
GenModelItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This constructs an instance.
GenModelModelWizard - class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard.
This is a simple wizard for creating a new model file.
GenModelModelWizard.GenModelModelWizardNewFileCreationPage - class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard.GenModelModelWizardNewFileCreationPage.
This is the one page of the wizard.
GenModelModelWizard.GenModelModelWizardNewFileCreationPage(GenModelModelWizard, String, IStructuredSelection) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard.GenModelModelWizardNewFileCreationPage
Pass in the selection.
GenModelModelWizard() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard
 
genModelNameText - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
genModelNameText - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
genModelNameText - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage
 
GenModelPackage - interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.
The Package for the model.
GenModelPackageImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl.
An implementation of the model Package.
GenModelSwitch - class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch.
The Switch for the model's inheritance hierarchy.
GenModelSwitch() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Creates an instance of the switch.
GenOperation - interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation.
A representation of the model object 'Gen Operation'.
GenOperationImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl.
An implementation of the model object 'Gen Operation'.
GenOperationImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
genOperationItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenOperation instances.
GenOperationItemProvider - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider.
This is the item provider adpater for a GenOperation object.
GenOperationItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
This constructs an instance from a factory and a notifier.
genOperations - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Gen Operations' containment reference list.
GenPackage - interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage.
A representation of the model object 'Gen Package'.
GenPackageImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl.
An implementation of the model object 'Gen Package'.
GenPackageImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
genPackageItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenPackage instances.
GenPackageItemProvider - class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider.
This is the item provider adpater for a GenPackage object.
GenPackageItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This constructs an instance from a factory and a notifier.
genPackages - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Gen Packages' containment reference list.
GenParameter - interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter.
A representation of the model object 'Gen Parameter'.
GenParameterImpl - class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl.
An implementation of the model object 'Gen Parameter'.
GenParameterImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
genParameters - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
The cached value of the 'Gen Parameters' containment reference list.
GenPropertyKind - class org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind.
A representation of the literals of the enumeration 'Gen Property Kind', and utility methods for working with them.
GenProviderKind - class org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind.
A representation of the literals of the enumeration 'Gen Provider Kind', and utility methods for working with them.
GenResourceKind - class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind.
A representation of the literals of the enumeration 'Gen Resource Kind', and utility methods for working with them.
get(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Returns the value held by the feature of the object; it optionally resolves the value.
get(boolean) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
get(boolean) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
get(boolean) - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
get(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the object at the index.
get(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
get(int) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
Returns the 'Gen Provider Kind' literal with the specified value.
get(int) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
Returns the 'Gen Property Kind' literal with the specified value.
get(int) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
Returns the 'Gen Resource Kind' literal with the specified value.
get(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns the value associated with the key.
get(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
get(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
get(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
Returns the 'Gen Provider Kind' literal with the specified name.
get(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
Returns the 'Gen Property Kind' literal with the specified name.
get(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
Returns the 'Gen Resource Kind' literal with the specified name.
getAbstractFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAbstractFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getActionBarContributor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
getActionBarContributor() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
getActionBarContributorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getActionBarContributorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getActionBarContributorEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getActionBarContributorEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getActionBars() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
getActionBars() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
getActiveEditorSelection() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This gets the selection from the active editor.
getAdapter(Class) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is how the framework determines which interfaces we implement.
getAdapter(Class) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is how the framework determines which interfaces we implement.
getAdapter(List, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the adapter of the specified type.
getAdapterDelegatePackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAdapterDelegatePackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAdapterDelegateSuperClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAdapterDelegateSuperClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAdapterFactories() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the list of registered AdapterFactory instances.
getAdapterFactories() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getAdapterFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
getAdapterFactory() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
getAdapterFactory() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the adapter factory used by this domain.
getAdapterFactory() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This provides access to the factory.
getAdapterFactory() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This yields the optional adapter factory.
getAdapterFactory() - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
 
getAdapterFactory() - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This provides access to the factory.
getAdapterFactory() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
getAdapterFactory() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
getAdapterFactory() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This returns the wrapped factory.
getAdapterFactory() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Return the wrapped AdapterFactory.
getAdapterFactory(List, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the adapter factory for the specified adapter type.
getAdapterFactoryClassEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getAdapterFactoryClassEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAdapterFactoryDelegateName(GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAdapterFactoryDelegateName(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAffectedObjects() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an empty list.
getAffectedObjects() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the affected objects by composing the affected objects of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getAffectedObjects() - Method in interface org.eclipse.emf.common.command.Command
Returns the collection of things which this command wishes to present as the objects affected by the command.
getAffectedObjects() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getAffectedObjects method of the command.
getAffectedObjects() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getAffectedObjects() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the affected objects.
getAffectedObjects() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getAllAnnotations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAllAnnotations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAllBaseGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllBaseGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllChildrenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllChildrenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllConcreteSubclasses(EClass) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getAllContents() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns a tree iterator that iterates over all the direct resources and over the content tree of each.
getAllContents() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns a tree iterator that iterates over all the direct contents and indirect contents of this resource.
getAllContents() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getAllContents() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getAllContents(Collection) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a tree iterator over the content trees recursively defined by ResourceSet.getResources(), Resource.getContents(), and EObject.eContents().
getAllEClasses(EClass) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getAllGenAndUsedGenPackagesWithClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getAllGenAndUsedGenPackagesWithClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAllGenDataTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAllGenDataTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAllGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAllGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAllGenModelFiles(Collection, IContainer) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Walks the container recursively.
getAllGenModelFiles(Collection, IFile) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Walks the container recursively.
getAllGenOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllGenOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getAllGenPackagesWithClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getAllGenPackagesWithClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAllGenPackagesWithClassifiersHelper(List, List) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAllReferencedProjects(Collection, IProject[]) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Walks the projects recursively.
getAllSwitchGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAllSwitchGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAllUsedGenPackagesWithClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getAllUsedGenPackagesWithClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAllValues() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getAllValues(boolean) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getAlternateNames(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
getAnnotatedModelElementAccessor(EAnnotation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAnnotatedModelElementAccessor(EAnnotation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAnnotationSourceIdentifier(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAnnotationSourceIdentifier(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAnnotationSources() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAnnotationSources() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAtId() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getAttributeIndent() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
getAttributeName() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getAttributesToCopy() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
getAttributeValue(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getAttributeValue(String, String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
This provides backwards compatibility for the renaming of "eCore" to "Ecore".
getBaseGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
This returns the GenClass for the first immediate supertype.
getBaseGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getBaseGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getBaseGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getBasePackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Base Package' attribute.
getBasePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getBasePackage() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getBasePackageGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
getBaseURL() - Method in class org.eclipse.emf.common.EMFPlugin
 
getBaseURL() - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getBaseURL() - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the URL from which all resources are based.
getBaseURL() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get the base URL from the resource locator.
getBasicType(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
getCapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getCapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getCapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getCapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getCapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getCapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getCapPackageID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getCategory() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getCategory(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the group of propertiesk into which this one should be placed.
getCategory(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This returns the group of propertiesk into which this one should be placed.
getCategory(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns the name of the category to which this property belongs.
getChangeableFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getChangeableFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getChars(char[], int) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
getChars(JETMark, JETMark) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
getCheckedEPackageList() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
getChildReference(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
getChildReference(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
getChildReference(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
getChildReference(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
getChildReference(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the most appropriate feature of the object into which the given child could be added.
getChildren() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This returns getChildren(this).
getChildren() - Method in interface org.eclipse.emf.edit.tree.TreeNode
Returns the value of the 'Children' containment reference list.
getChildren() - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
getChildren(Object) - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns the iterator that yields the children of the object.
getChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.ReverseAdapterFactoryContentProvider
 
getChildren(Object) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor.ReverseAdapterFactoryContentProvider
 
getChildren(Object) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns an iterator over the children of the given parent object.
getChildren(Object) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This can be overriden to determine the children of an object; this implementation uses EditingDomain.getChildren(java.lang.Object).
getChildren(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This delegates to IEditingDomainItemProvider.getChildren.
getChildren(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator
 
getChildren(Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns the children of the object.
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements ITreeItemContentProvider.getChildren by calling getChildrenReferences and using those to collect the children.
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements ITreeItemContentProvider.getChildren return ItemProvider.children.
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITreeContentProvider.getChildren.
getChildren(Object) - Method in interface org.eclipse.emf.edit.provider.ITreeItemContentProvider
This does the same thing as ITreeContentProvider.getChildren.
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITreeItemContentProvider.getChildren by delegating to (ITreeItemContentProvider)ItemProviderDecorator.decoratedItemProvider.
getChildren(Object) - Method in interface org.eclipse.emf.edit.provider.IEditingDomainItemProvider
This does the same thing as EditingDomain.getChildren, i.e., it imposes a hierarchical relation on a domain's model objects.
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator
 
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
 
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
 
getChildren(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This implements ITreeContentProvider.getChildren to forward the call to an object that implements ITreeItemContentProvider.getChildren.
getChildrenClasses(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getChildrenClasses(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getChildrenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getChildrenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getChildrenReferences(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
If this is defined to be something other than an empty list, it is used to implement getChildren and to deduce the EMF feature in the AddCommand and RemoveCommand in createCommand.
getChildrenReferences(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getChildrenReferences(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This specifies how to implement ResourceItemProvider.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This specifies how to implement ResourceSetItemProvider.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenReferences(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and AddCommand and RemoveCommand support in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
getChildrenToCopy() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getChildrenToCopy() - Method in interface org.eclipse.emf.edit.command.ChildrenToCopyProvider
 
getChildWithLocalName(Element, String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the child with the given local name.
getChoiceOfValues(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
getChoiceOfValues(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
getChoiceOfValues(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
 
getClassEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getClassEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getClassExtends() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getClassExtends() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getClassExtendsGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
This walks up the chain of GenClasses defined by getBaseGenClass() and returns the first that does not represent an abstract class or an interface; that is, the instantiable class that the implementation class should extended.
getClassExtendsGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getClassifier(String, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Returns the EClassifier with the given namespace URI and name.
getClassifier(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
getClassifierAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getClassifierAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getClassifierID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getClassifierID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getClassifierID() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the ID relative to the containing package.
getClassifierID() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
getClassifierID(GenClassifier) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getClassifierID(GenClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getClassifierInstanceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getClassifierInstanceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getClassifierName() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getClassifierValue(GenClassifier) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getClassifierValue(GenClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getClassImplements() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getClassImplements() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getClassName() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getClassPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getClassPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getClassUniqueName(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getClassUniqueName(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getClipboard() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the clipboard of the editing domain.
getClipboard() - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns the clipboard of the editing domain.
getCloseDirective() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getCloseExpr() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getCloseScriptlet() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getCollection() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified collection.
getCollection() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getCollection() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the collection of replacement objects.
getCollection() - Method in class org.eclipse.emf.edit.command.RemoveCommand
This returns the collection of objects being removed.
getCollection() - Method in class org.eclipse.emf.edit.command.AddCommand
This returns the collection of objects being added.
getCollection(Object) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return the collection of cross reference settings for the specified key (target object).
getColor(int) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
getColor(int) - Static method in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
getColumn() - Method in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
Returns the column location of the issue within the source.
getColumn() - Method in class org.eclipse.emf.ecore.xmi.XMIException
 
getColumnImage(Object, int) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITableLabelProvider.getColumnImage.
getColumnImage(Object, int) - Method in interface org.eclipse.emf.edit.provider.ITableItemLabelProvider
This does the same thing as ITableLabelProvider.getColumnImage.
getColumnImage(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITableItemLabelProvider.getColumnImage by delegating to (ITableItemLabelProvider)ItemProviderDecorator.decoratedItemProvider.
getColumnImage(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements ITableLabelProvider.getColumnmage by forwarding it to an object that implements ITableItemLabelProvider.getColumnImage or failing that, an object that implements IItemLabelProvider.getImage where the columnIndex is ignored.
getColumnNumber() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getColumnNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
getColumnNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
 
getColumnNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
getColumnNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getColumnNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getColumnPropertyDescriptor(Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
getColumnText(Object, int) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITableLabelProvider.getColumnText.
getColumnText(Object, int) - Method in interface org.eclipse.emf.edit.provider.ITableItemLabelProvider
This does the same thing as ITableLabelProvider.getColumnText.
getColumnText(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITableItemLabelProvider.getColumnText by delegating to (ITableItemLabelProvider)ItemProviderDecorator.decoratedItemProvider.
getColumnText(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements ITableLabelProvider.getColumnText by forwarding it to an object that implements ITableItemLabelProvider.getColumnText or failing that, an object that implements IItemLabelProvider.getText where the columnIndex are is ignored.
getComboBoxObjects(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This will be called to populate a list of choices.
getCommand() - Method in class org.eclipse.emf.common.command.CommandWrapper
Returns the command for which this is a proxy or decorator.
getCommandStack() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the command stack provided in the constructor.
getCommandStack() - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns a command queue for executing commands.
getCommit() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getCompilationUnit() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
getComposedImage(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
 
getConstraints() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getContainer() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.TableObject
 
getContainer(IProject, IContainer) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainer(IProject, IPath) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainer(IProject, String) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainerClass() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the instance class of the containing class.
getContainerClass() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
getContainers(IProject, List) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainers(IProject, String) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainerValue(Element, String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the container defined from the base Element passed in.
getContainerValues(Element, String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the containers defined from the base Element passed in.
getContainment() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getContainmentFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getContainmentFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getContent(EObject, EStructuralFeature[]) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
getContentFeature(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
getContentOutlinePage() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This accesses a cached version of the content outliner.
getContents() - Method in interface org.eclipse.emf.ecore.EAnnotation
Returns the value of the 'Contents' containment reference list.
getContents() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
getContents() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns the list of the direct content objects; each is of type EObject.
getContents() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getContents(byte[], String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
 
getControlModel() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
getCopy() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is the object (copy) being initialized.
getCopy(EObject) - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
Return the copy of the specified object if it has one.
getCopyHelper() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is the map of objects to their copies.
getCopyHelper() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
This is the map of objects to their copies.
getCopyrightText() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Copyright Text' attribute.
getCopyrightText() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getCopyTarget(EObject, boolean) - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
Return the copy of the specified object or the object itself if it has no copy.
getCreateChildDescription(Object, Object, Object, Collection) - Method in interface org.eclipse.emf.edit.command.CreateChildCommand.Helper
This returns the description of the action of creating the specified child under the specified feature of the owner.
getCreateChildDescription(Object, Object, Object, Collection) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the description for CreateChildCommand.
getCreateChildGIFEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getCreateChildIconFileName(GenFeature, GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getCreateChildImage(Object, Object, Object, Collection) - Method in interface org.eclipse.emf.edit.command.CreateChildCommand.Helper
This returns the icon for the action of creating the specified child under the specified feature of the owner.
getCreateChildImage(Object, Object, Object, Collection) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the icon image for CreateChildCommand.
getCreateChildImage(Object, Object, Object, Collection) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getCreateChildResult(Object) - Method in interface org.eclipse.emf.edit.command.CreateChildCommand.Helper
For a given child object, this returns the complete collection of objects to be presented as the command's result.
getCreateChildResult(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the result collection for CreateChildCommand.
getCreateChildText(Object, Object, Object, Collection) - Method in interface org.eclipse.emf.edit.command.CreateChildCommand.Helper
This returns the text for the action of creating the specified child under the specified feature of the owner.
getCreateChildText(Object, Object, Object, Collection) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the label for CreateChildCommand.
getCreateChildToolTipText(Object, Object, Object, Collection) - Method in interface org.eclipse.emf.edit.command.CreateChildCommand.Helper
This returns the tool tip text for the action of creating the specified child under the specified feature of the owner.
getCreateChildToolTipText(Object, Object, Object, Collection) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the tool tip text for CreateChildCommand.
getCrossPackageChildrenClasses(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getCrossPackageChildrenClasses(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getCrossPackageChildrenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getCrossPackageChildrenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getCursor() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
getDanglingHREFException() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
getDanglingHREFException() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getData() - Method in interface org.eclipse.emf.edit.tree.TreeNode
Returns the value of the 'Data' reference.
getData() - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
getDate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getDate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getDecoratedAdapterFactory() - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This returns the adapter factory whose adapters are being decorated.
getDecoratedItemProvider() - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This returns the item provider that this decorates.
getDecoratedItemProvider() - Method in interface org.eclipse.emf.edit.provider.IItemProviderDecorator
This returns the decorated item provider, which must implement the IChangeNotifier interface.
getDefaultImage(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
getDefaultImageDescriptor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.action.CreateChildAction
This returns the image that is used if the command does not provide an override.
getDefaultImageDescriptor() - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This can be overridden to provide the image descriptor used when the command does not provide one.
getDefaultImageDescriptor() - Method in class org.eclipse.emf.edit.ui.action.CommandAction
This returns the image descriptor if the command does not provide an override.
getDefaultLoadOptions() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns the map of options that, in addition to the overriding options specified during load, are used to to control load behavior.
getDefaultLoadOptions() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getDefaultSaveOptions() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns the map of options that, in addition to the overriding options specified during save, are used to to control save behavior.
getDefaultSaveOptions() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getDefaultSourcePath() - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the project's root directory
getDefaultURIConverter() - Static method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the default URI converter that's used when there is no resource set.
getDefaultValue() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getDefaultValue() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getDefaultValue() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Default Value' attribute.
getDefaultValue() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the value of the 'Default Value' attribute.
getDefaultValue() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
getDefaultValue() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getDefaultValue() - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
getDefaultValue() - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
getDefaultValue() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
getDefaultValue(EClassifier) - Static method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
getDefaultValueLiteral() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Default Value Literal' attribute.
getDefaultValueLiteral() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
getDescription() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
getDescription() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the description by composing the descriptions of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getDescription() - Method in interface org.eclipse.emf.common.command.Command
Returns a string suitable to help describe the effect of this command.
getDescription() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getDescription method of the command.
getDescription() - Method in class org.eclipse.emf.common.command.IdentityCommand
 
getDescription() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getDescription() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the description by delegating to helper.getCreateChildDescription().
getDescription() - Method in interface org.eclipse.emf.edit.command.CommandActionDelegate
This returns the description, if any, of the action.
getDescription() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getDescription(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the description to be displayed in the property sheet when this property is selected.
getDescription(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This returns the description to be displayed in the property sheet when this property is selected.
getDescription(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns a brief description of this property.
getDetails() - Method in interface org.eclipse.emf.ecore.EAnnotation
Returns the value of the 'Details' map.
getDetails() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
getDictionaryPatterns() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
getDirectives() - Method in class org.eclipse.emf.codegen.jet.JETParser.Directive
 
getDisplayName() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getDisplayName(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the name of the property to be displayed in the property sheet.
getDisplayName(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This returns the name of the property to be displayed in the property sheet.
getDisplayName(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns the display name for this property.
getDocumentation() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getDomain() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This returns the editing domain that contains this.
getDragSource(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This attempts to extract the drag source from the event early, i.e., before the drop method.
getDrawPoints(ComposedImage.Size) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.UnderlayedImage
 
getDrawPoints(ComposedImage.Size) - Method in class org.eclipse.emf.edit.provider.ComposedImage
 
getDriverNumber() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getDriverNumber() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getDuplicates(Collection) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the collection of objects in the given collection that are also contained by this list.
getEAllAttributes() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll Attributes' reference list.
getEAllAttributes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAllContainments() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll Containments' reference list.
getEAllContainments() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAllOperations() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll Operations' reference list.
getEAllOperations() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
getEAllReferences() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll References' reference list.
getEAllReferences() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAllStructuralFeatures() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll Structural Features' reference list.
getEAllStructuralFeatures() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
getEAllSuperTypes() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll Super Types' reference list.
getEAllSuperTypes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
Returns all the supertypes in the hierarchy
getEAnnotation_Contents() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'Contents'.
getEAnnotation_Contents() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEAnnotation_Details() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the map 'Details'.
getEAnnotation_Details() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEAnnotation_EModelElement() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'EModel Element'.
getEAnnotation_EModelElement() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEAnnotation_References() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'References'.
getEAnnotation_References() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEAnnotation_Source() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Source'.
getEAnnotation_Source() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEAnnotation() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EAnnotation'.
getEAnnotation() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEAnnotation(String) - Method in interface org.eclipse.emf.ecore.EModelElement
Return the annotation with a matching source attribute.
getEAnnotation(String) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
getEAnnotations() - Method in interface org.eclipse.emf.ecore.EModelElement
Returns the value of the 'EAnnotations' containment reference list.
getEAnnotations() - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
getEAttribute_EAttributeType() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EAttribute Type'.
getEAttribute_EAttributeType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEAttribute_ID() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'ID'.
getEAttribute_ID() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEAttribute() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EAttribute'.
getEAttribute() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEAttribute() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified feature as a EReference, if it is one.
getEAttributes() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAttributes' containment reference list.
getEAttributes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
getEAttributeType() - Method in interface org.eclipse.emf.ecore.EAttribute
Returns the value of the 'EAttribute Type' reference.
getEAttributeType() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
getEBasicRemoveFromContainerGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getEBasicRemoveFromContainerGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEBoolean() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EBoolean'.
getEBoolean() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEBooleanObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EBoolean Object'.
getEBooleanObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEByte() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EByte'.
getEByte() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEByteObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EByte Object'.
getEByteObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEChar() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EChar'.
getEChar() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getECharacterObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'ECharacter Object'.
getECharacterObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_Abstract() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Abstract'.
getEClass_Abstract() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_EAllAttributes() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll Attributes'.
getEClass_EAllAttributes() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_EAllContainments() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll Containments'.
getEClass_EAllContainments() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_EAllOperations() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll Operations'.
getEClass_EAllOperations() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_EAllReferences() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll References'.
getEClass_EAllReferences() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_EAllStructuralFeatures() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll Structural Features'.
getEClass_EAllStructuralFeatures() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_EAllSuperTypes() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll Super Types'.
getEClass_EAllSuperTypes() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_EAttributes() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EAttributes'.
getEClass_EAttributes() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_EIDAttribute() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EID Attribute'.
getEClass_EIDAttribute() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_EOperations() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EOperations'.
getEClass_EOperations() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_EReferences() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EReferences'.
getEClass_EReferences() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_ESuperTypes() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'ESuper Types'.
getEClass_ESuperTypes() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass_Interface() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Interface'.
getEClass_Interface() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EClass'.
getEClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClassifier_DefaultValue() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Default Value'.
getEClassifier_DefaultValue() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClassifier_EPackage() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'EPackage'.
getEClassifier_EPackage() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClassifier_InstanceClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Instance Class'.
getEClassifier_InstanceClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClassifier_InstanceClassName() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Instance Class Name'.
getEClassifier_InstanceClassName() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClassifier() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EClassifier'.
getEClassifier() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEClassifier(String) - Method in interface org.eclipse.emf.ecore.EPackage
Returns the classifier with the given name.
getEClassifier(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
getEClassifiers() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'EClassifiers' containment reference list.
getEClassifiers() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
getEContainingClass() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'EContaining Class' reference.
getEContainingClass() - Method in interface org.eclipse.emf.ecore.EOperation
Returns the value of the 'EContaining Class' container reference.
getEContainingClass() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
getEContainingClass() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
getEContainingClass() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
getEContainingClass() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
getEcoreClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Ecore Class' reference.
getEcoreClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
getEcoreClassifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getEcoreClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getEcoreClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getEcoreClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getEcoreClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEcoreDataType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
Returns the value of the 'Ecore Data Type' reference.
getEcoreDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
getEcoreEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
Returns the value of the 'Ecore Enum' reference.
getEcoreEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
getEcoreEnumLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
Returns the value of the 'Ecore Enum Literal' reference.
getEcoreEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
getEcoreFactory() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the factory that creates the instances of the model.
getEcoreFactory() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEcoreFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Ecore Feature' reference.
getEcoreFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
getEcoreFileName() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
getEcoreModelLocation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage
 
getEcoreOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Returns the value of the 'Ecore Operation' reference.
getEcoreOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
getEcorePackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Ecore Package' reference.
getEcorePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
getEcorePackage() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns the package supported by this factory.
getEcorePackage() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
getEcoreParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
Returns the value of the 'Ecore Parameter' reference.
getEcoreParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
getEDataType_Serializable() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Serializable'.
getEDataType_Serializable() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEDataType() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EData Type'.
getEDataType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEditableValue() - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
This delegates to IItemPropertySource.getEditableValue.
getEditableValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemPropertySource.getEditableValue by simply returning the object itself.
getEditableValue(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
 
getEditableValue(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertySource
This returns the value to be edited.
getEditableValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IItemPropertySource.getEditableValue by delegating to (IItemPropertySource)ItemProviderDecorator.decoratedItemProvider.
getEditableValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
getEditDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Edit Directory' attribute.
getEditDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditDirectoryGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getEditIconsDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditIconsDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditingDomain() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomain() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomain() - Method in interface org.eclipse.emf.edit.domain.IEditingDomainProvider
This returns the editing domain.
getEditingDomain() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet
 
getEditingDomain() - Method in class org.eclipse.emf.edit.ui.action.RedoAction
This returns the action's domain.
getEditingDomain() - Method in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This returns the action's domain.
getEditingDomain() - Method in class org.eclipse.emf.edit.ui.action.UndoAction
This returns the action's domain.
getEditingDomain(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
getEditingDomainFor(EObject) - Static method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the editing domain of the given EMF object, or null, if it can't be determined.
getEditingDomainFor(Object) - Static method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the editing domain for the given aribtrary object, or null, if it can't be determined.
getEditingDomainItemProviderFor(Object) - Static method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is a convenient way to determine the adapter to which editing domain methods are delegated for a given object, by providing nothing more than the object itself.
getEditorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getEditorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getEditorDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Editor Directory' attribute.
getEditorDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorDirectoryGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getEditorEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorIconsDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorIconsDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Editor Plugin Class' attribute.
getEditorPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getEditorPluginClassEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorPluginClassEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getEditorPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getEditorPluginClassToUse() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorPluginPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginPropertiesEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorPluginPropertiesEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginXMLEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorPluginXMLEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorProjectDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorProjectDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorRequiredPlugins() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorRequiredPlugins() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Edit Plugin Class' attribute.
getEditPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getEditPluginClassEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditPluginClassEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getEditPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getEditPluginClassToUse() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditPluginPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginPropertiesEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditPluginPropertiesEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginXMLEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditPluginXMLEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditProjectDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditProjectDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditRequiredPlugins() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditRequiredPlugins() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditResourceDelegateImportedPluginClassNames() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditResourceDelegateImportedPluginClassNames() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEDouble() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EDouble'.
getEDouble() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEDoubleObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EDouble Object'.
getEDoubleObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEEList() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EE List'.
getEEList() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEEnum_ELiterals() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'ELiterals'.
getEEnum_ELiterals() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEEnum() - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Returns the value of the 'EEnum' container reference.
getEEnum() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EEnum'.
getEEnum() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEEnum() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
getEEnumerator() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EEnumerator'.
getEEnumerator() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEEnumLiteral_EEnum() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'EEnum'.
getEEnumLiteral_EEnum() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEEnumLiteral_Instance() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Instance'.
getEEnumLiteral_Instance() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEEnumLiteral_Value() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Value'.
getEEnumLiteral_Value() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEEnumLiteral() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EEnum Literal'.
getEEnumLiteral() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEEnumLiteral(int) - Method in interface org.eclipse.emf.ecore.EEnum
Returns the enum literal with the given value, or null.
getEEnumLiteral(int) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
getEEnumLiteral(String) - Method in interface org.eclipse.emf.ecore.EEnum
Returns the enum literal with the given name, or null.
getEEnumLiteral(String) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
getEExceptions() - Method in interface org.eclipse.emf.ecore.EOperation
Returns the value of the 'EExceptions' reference list.
getEExceptions() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
getEFactory_EPackage() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EPackage'.
getEFactory_EPackage() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEFactory() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EFactory'.
getEFactory() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEFactoryInstance() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'EFactory Instance' reference.
getEFactoryInstance() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
getEFloat() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EFloat'.
getEFloat() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEFloatObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EFloat Object'.
getEFloatObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEIDAttribute() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EID Attribute' reference.
getEIDAttribute() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
getEInt() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EInt'.
getEInt() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEIntegerObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EInteger Object'.
getEIntegerObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEInverseAddGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getEInverseAddGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEInverseRemoveGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getEInverseRemoveGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEJavaClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EJava Class'.
getEJavaClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEJavaObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EJava Object'.
getEJavaObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getElementIndent() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
getElements() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This returns ItemProvider.getChildren().
getElements(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.ReverseAdapterFactoryContentProvider
 
getElements(Object) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor.ReverseAdapterFactoryContentProvider
 
getElements(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IStructuredItemContentProvider.getElements by forwarding the call to getChildren.
getElements(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IStructuredItemContentProvider.getElements by returning ItemProvider.getChildren(Object).
getElements(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as IStructuredContentProvider.getElements.
getElements(Object) - Method in interface org.eclipse.emf.edit.provider.IStructuredItemContentProvider
This does the same thing as IStructuredContentProvider.getElements.
getElements(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IStructuredItemContentProvider.getElements by delegating to (IStructuredItemContentProvider)ItemProviderDecorator.decoratedItemProvider.
getElements(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This implements IStructuredContentProvider.getElements to forward the call to an object that implements IStructuredItemContentProvider.getElements.
getELiterals() - Method in interface org.eclipse.emf.ecore.EEnum
Returns the value of the 'ELiterals' containment reference list.
getELiterals() - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
getELong() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'ELong'.
getELong() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getELongObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'ELong Object'.
getELongObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEMap() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
getEModelElement_EAnnotations() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EAnnotations'.
getEModelElement_EAnnotations() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEModelElement() - Method in interface org.eclipse.emf.ecore.EAnnotation
Returns the value of the 'EModel Element' container reference.
getEModelElement() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EModel Element'.
getEModelElement() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEModelElement() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
getENamedElement_Name() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Name'.
getENamedElement_Name() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getENamedElement() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'ENamed Element'.
getENamedElement() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEncoding() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Get the XML encoding for this resource.
getEncoding() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
getEncoding() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getEndTag() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getEnumClassEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEnumClassEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEnumLiteralAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getEnumLiteralAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getEnumLiteralID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getEnumLiteralID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getEnumLiteralID(GenEnumLiteral) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getEnumLiteralID(GenEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getEnumLiteralValue(GenEnumLiteral) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getEnumLiteralValue(GenEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getEObject() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Returns the object holding a value.
getEObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EObject'.
getEObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEObject() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getEObject() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
getEObject(List) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the object based on the fragment path as a list of Strings.
getEObject(String) - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns the resolved object for the given URI fragment.
getEObject(String) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getEObject(URI, boolean) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the object resolved by the URI.
getEObject(URI, boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getEObjectByID(String) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the object based on the fragment as an ID.
getEObjectByID(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getEObjectChildren(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns an iterator over the children of the given parent EObject.
getEObjectForURIFragmentRootSegment(String) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the object associated with the URI fragment root segment.
getEObjectToIDMap() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns the Map of EObjects as keys and IDs as values.
getEObjectToIDMap() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getEOperation_EContainingClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'EContaining Class'.
getEOperation_EContainingClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEOperation_EExceptions() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EExceptions'.
getEOperation_EExceptions() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEOperation_EParameters() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EParameters'.
getEOperation_EParameters() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEOperation() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EOperation'.
getEOperation() - Method in interface org.eclipse.emf.ecore.EParameter
Returns the value of the 'EOperation' container reference.
getEOperation() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEOperation() - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
getEOperations() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EOperations' containment reference list.
getEOperations() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
getEOpposite() - Method in interface org.eclipse.emf.ecore.EReference
Returns the value of the 'EOpposite' reference.
getEOpposite() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
getEOwner() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified owner as a EObject, if it is one.
getEPackage_EClassifiers() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EClassifiers'.
getEPackage_EClassifiers() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEPackage_EFactoryInstance() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EFactory Instance'.
getEPackage_EFactoryInstance() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEPackage_ESubpackages() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'ESubpackages'.
getEPackage_ESubpackages() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEPackage_ESuperPackage() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'ESuper Package'.
getEPackage_ESuperPackage() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEPackage_NsPrefix() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Ns Prefix'.
getEPackage_NsPrefix() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEPackage_NsURI() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Ns URI'.
getEPackage_NsURI() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEPackage() - Method in interface org.eclipse.emf.ecore.EFactory
Returns the value of the 'EPackage' reference.
getEPackage() - Method in interface org.eclipse.emf.ecore.EPackage.Descriptor
Returns the package.
getEPackage() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the value of the 'EPackage' container reference.
getEPackage() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EPackage'.
getEPackage() - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
getEPackage() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEPackage() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
getEPackage(String) - Method in interface org.eclipse.emf.ecore.EPackage.Registry
Looks up the value in the map, converting EPackage.Descriptor objects to EPackage objects on demand.
getEPackage(String) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
 
getEPackageList() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
getEPackageToEcoreFileInformationMap() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
getEPackageToGenPackageMap() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
getEPackageToInformationMap() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
getEParameter_EOperation() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'EOperation'.
getEParameter_EOperation() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEParameter() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EParameter'.
getEParameter() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEParameters() - Method in interface org.eclipse.emf.ecore.EOperation
Returns the value of the 'EParameters' containment reference list.
getEParameters() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
getEReference_Container() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Container'.
getEReference_Container() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEReference_Containment() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Containment'.
getEReference_Containment() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEReference_EOpposite() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EOpposite'.
getEReference_EOpposite() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEReference_EReferenceType() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EReference Type'.
getEReference_EReferenceType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEReference_ResolveProxies() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Resolve Proxies'.
getEReference_ResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEReference() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EReference'.
getEReference() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEReference() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified feature as a EReference, if it is one.
getEReferences() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EReferences' containment reference list.
getEReferences() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
getEReferenceType() - Method in interface org.eclipse.emf.ecore.EReference
Returns the value of the 'EReference Type' reference.
getEReferenceType() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
getEResource() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EResource'.
getEResource() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getErrors() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns a list of the errors in the resource; each error will be of type Resource.Diagnostic.
getErrors() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getESetGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getESetGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEShort() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EShort'.
getEShort() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEShortObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EShort Object'.
getEShortObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEString() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EString'.
getEString() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStringToStringMapEntry_Key() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Key'.
getEStringToStringMapEntry_Key() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStringToStringMapEntry_Value() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Value'.
getEStringToStringMapEntry_Value() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStringToStringMapEntry() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EString To String Map Entry'.
getEStringToStringMapEntry() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_Changeable() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Changeable'.
getEStructuralFeature_Changeable() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_DefaultValue() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Default Value'.
getEStructuralFeature_DefaultValue() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_DefaultValueLiteral() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Default Value Literal'.
getEStructuralFeature_DefaultValueLiteral() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_EContainingClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EContaining Class'.
getEStructuralFeature_EContainingClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_LowerBound() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Lower Bound'.
getEStructuralFeature_LowerBound() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_Many() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Many'.
getEStructuralFeature_Many() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_Required() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Required'.
getEStructuralFeature_Required() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_Transient() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Transient'.
getEStructuralFeature_Transient() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_Unique() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Unique'.
getEStructuralFeature_Unique() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_Unsettable() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Unsettable'.
getEStructuralFeature_Unsettable() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_UpperBound() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Upper Bound'.
getEStructuralFeature_UpperBound() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature_Volatile() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Volatile'.
getEStructuralFeature_Volatile() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Returns the specific feature holding a value for the object.
getEStructuralFeature() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EStructural Feature'.
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
getEStructuralFeature() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified feature as a EStructuralFeature, if it is one.
getEStructuralFeature(int) - Method in interface org.eclipse.emf.ecore.EClass
Returns the feature with this ID.
getEStructuralFeature(int) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEStructuralFeature(String) - Method in interface org.eclipse.emf.ecore.EClass
Returns the feature with this name.
getEStructuralFeature(String) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getESubpackages() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'ESubpackages' containment reference list.
getESubpackages() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
getESuperAdapter() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getESuperAdapter(EClass) - Static method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
getESuperPackage() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'ESuper Package' container reference.
getESuperPackage() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
getESuperTypes() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'ESuper Types' reference list.
getESuperTypes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getESuperTypesGen() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
getETreeIterator() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'ETree Iterator'.
getETreeIterator() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEType() - Method in interface org.eclipse.emf.ecore.ETypedElement
Returns the value of the 'EType' reference.
getEType() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
getETypedElement_EType() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EType'.
getETypedElement_EType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getETypedElement() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'ETyped Element'.
getETypedElement() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
getEValue() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified value as a EObject, if it is one.
getEventType() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getEventType method of the notification.
getEventType() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the type of change that has occurred.
getEventType() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getExistingAdapter(Notifier, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the specified notifier's exisiting adapter of the specified type.
getExtensionToFactoryMap() - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
Returns a map from file extension to Resource.Factory or Resource.Factory.Descriptor.
getExtensionToFactoryMap() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
 
getExtent() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
getExtentFromTableObject(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
getFactory() - Method in class org.eclipse.emf.ecore.xmi.ClassNotFoundException
 
getFactory(URI) - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
Returns the resource factory appropriate for the given URI.
getFactory(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
Returns the resource factory appropriate for the given URI.
getFactoryClassEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getFactoryClassEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getFactoryForPrefix(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
getFactoryForPrefix(String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
getFactoryForType(Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
getFactoryForTypes(Collection) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
getFactoryInterfaceEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getFactoryInterfaceEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getFactoryInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getFactoryInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getFeature() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier's feature that this list represents.
getFeature() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getFeature method of the notification.
getFeature() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the object representing the feature of the notifier that has changed.
getFeature() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns null.
getFeature() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeature() - Method in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
getFeature() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getFeature() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getFeature() - Method in class org.eclipse.emf.ecore.xmi.IllegalValueException
 
getFeature() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getFeature() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getFeature() - Method in class org.eclipse.emf.edit.command.SetCommand
This returns the feature of the owner object upon the command will act.
getFeature() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified feature.
getFeature() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the feature of the owner object upon the command will act.
getFeature() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the feature of the owner object upon the command will act.
getFeature() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
getFeature() - Method in class org.eclipse.emf.edit.command.RemoveCommand
This returns the feature of the owner object upon the command will act.
getFeature() - Method in class org.eclipse.emf.edit.command.AddCommand
This returns the feature of the owner object upon the command will act.
getFeature(EClass, String, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the structural feature for the given namespaceURI and name.
getFeature(EClass, String, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Returns the feature for the given class with the given namespace URI and name.
getFeature(EClass, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getFeature(EClass, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
getFeature(EObject, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Get the EStructuralFeature from the metaObject for the given object and feature name.
getFeature(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
getFeature(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
getFeature(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns the feature.
getFeatureAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getFeatureAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getFeatureClass() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.Feature
 
getFeatureCount() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFeatureCount() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFeatureCountID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFeatureCountID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFeatureCountValue() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFeatureCountValue() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFeatureDefaultValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeatureDefaultValue() - Method in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
getFeatureID() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier's feature ID that this list represents.
getFeatureID() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns Notification.NO_FEATURE_ID.
getFeatureID() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the ID relative to the containing class.
getFeatureID() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
getFeatureID() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
getFeatureID() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
getFeatureID() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getFeatureID() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
getFeatureID() - Method in class org.eclipse.emf.ecore.util.EDataTypeEList
 
getFeatureID(Class) - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getFeatureID method of the notification.
getFeatureID(Class) - Method in interface org.eclipse.emf.common.notify.Notification
Returns the numeric ID of the feature relative to the given class, or Notification.NO_FEATURE_ID when not applicable.
getFeatureID(Class) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns the result of calling NotifyingListImpl.getFeatureID().
getFeatureID(Class) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeatureID(Class) - Method in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
getFeatureID(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFeatureID(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFeatureID(Notification) - Static method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
getFeatureKind() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getFeatureKind() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getFeatureKind(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Return the kind of feature.
getFeatureKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getFeatureMethod() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.Feature
 
getFeatures(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
getFeatureText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This looks up the name of the specified feature.
getFeatureText(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getFeatureValue(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFeatureValue(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFeatureWithoutMap(EClass, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getFeedback() - Method in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This returns one of the FEEDBACK_* values.
getFeedback() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getFieldMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
getFile() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
getFile(int) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
getFileId() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
getFilteredEPackageList() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
getFilteredModelAnnotations(String, String) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Returns the filtered matches xyzAttribute-name="value" or of xyxAttribute-name='value', or null.
getFilteredValues(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getFilterFlags() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getFilterFlags(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the flags used as filters in the property sheet.
getFilterFlags(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This returns the flags used as filters in the property sheet.
getFilterFlags(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns a list of filter types to which this property belongs.
getForeignModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Foreign Model' attribute list.
getForeignModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getFormattedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getFormattedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getFormattedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
This returns a name like 'XSDElementDeclaration' formatted like 'XSD Element Declaration'
getFormattedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getFormattedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getFormattedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getFormattedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getFormattedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getGenBase() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Base'.
getGenBase() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenClass_EcoreClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Class'.
getGenClass_EcoreClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenClass_GenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Features'.
getGenClass_GenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenClass_GenOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Operations'.
getGenClass_GenOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenClass_Image() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Image'.
getGenClass_Image() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenClass_LabelFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Label Feature'.
getGenClass_LabelFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenClass_Provider() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Provider'.
getGenClass_Provider() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Gen Class' container reference.
getGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Returns the value of the 'Gen Class' container reference.
getGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Class'.
getGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
getGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
getGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Gen Classes' containment reference list.
getGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
getGenClassifier_GenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Gen Package'.
getGenClassifier_GenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenClassifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Classifier'.
getGenClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Gen Classifiers' reference list.
getGenClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
getGenDataType_EcoreDataType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Data Type'.
getGenDataType_EcoreDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenDataType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Data Type'.
getGenDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenDataTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Gen Data Types' containment reference list.
getGenDataTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
getGenDataTypeType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getGenDataTypeType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getGenEnum_EcoreEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Enum'.
getGenEnum_EcoreEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenEnum_GenEnumLiterals() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Enum Literals'.
getGenEnum_GenEnumLiterals() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
Returns the value of the 'Gen Enum' container reference.
getGenEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Enum'.
getGenEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
getGenEnumLiteral_EcoreEnumLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Enum Literal'.
getGenEnumLiteral_EcoreEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenEnumLiteral_GenEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the container reference 'Gen Enum'.
getGenEnumLiteral_GenEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenEnumLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Enum Literal'.
getGenEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenEnumLiteral(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getGenEnumLiteral(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getGenEnumLiterals() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
Returns the value of the 'Gen Enum Literals' containment reference list.
getGenEnumLiterals() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
getGenEnums() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Gen Enums' containment reference list.
getGenEnums() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
getGenEnumType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getGenEnumType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getGenFeature_Children() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Children'.
getGenFeature_Children() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenFeature_EcoreFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Feature'.
getGenFeature_EcoreFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenFeature_GenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the container reference 'Gen Class'.
getGenFeature_GenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenFeature_Notify() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Notify'.
getGenFeature_Notify() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenFeature_Property() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Property'.
getGenFeature_Property() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Feature'.
getGenFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Gen Features' containment reference list.
getGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
getGenModel_CopyrightText() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Copyright Text'.
getGenModel_CopyrightText() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_CreationCommands() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Creation Commands'.
getGenModel_CreationCommands() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_DynamicTemplates() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Dynamic Templates'.
getGenModel_DynamicTemplates() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_EditDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Edit Directory'.
getGenModel_EditDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_EditorDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Editor Directory'.
getGenModel_EditorDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_EditorPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Editor Plugin Class'.
getGenModel_EditorPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_EditPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Edit Plugin Class'.
getGenModel_EditPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_ForceOverwrite() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Force Overwrite'.
getGenModel_ForceOverwrite() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_ForeignModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute list 'Foreign Model'.
getGenModel_ForeignModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_GenerateSchema() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Generate Schema'.
getGenModel_GenerateSchema() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_GenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Packages'.
getGenModel_GenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_ModelDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Model Directory'.
getGenModel_ModelDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_ModelName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Model Name'.
getGenModel_ModelName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_ModelPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Model Plugin Class'.
getGenModel_ModelPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_ModelPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Model Plugin ID'.
getGenModel_ModelPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_NonExternalizedStringTag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Non Externalized String Tag'.
getGenModel_NonExternalizedStringTag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_NonNLSMarkers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Non NLS Markers'.
getGenModel_NonNLSMarkers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_Redirection() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Redirection'.
getGenModel_Redirection() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_RuntimeJar() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Runtime Jar'.
getGenModel_RuntimeJar() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_TemplateDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Template Directory'.
getGenModel_TemplateDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_TestDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Test Directory'.
getGenModel_TestDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_UpdateClasspath() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Update Classpath'.
getGenModel_UpdateClasspath() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel_UsedGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference list 'Used Gen Packages'.
getGenModel_UsedGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Gen Model' container reference.
getGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'GenModel'.
getGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
getGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getGenModel() - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Returns the generator model.
getGenModelFactory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the factory that creates the instances of the model.
getGenModelFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenModelFile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
getGenModelFile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard
Get the file from the page.
getGenModelFile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard.GenModelModelWizardNewFileCreationPage
 
getGenModelFileName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
getGenModelGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
getGenModelName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
getGenModelName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
getGenModelName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
getGenModelName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage
 
getGenModelPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns the package supported by this factory.
getGenModelPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
getGenOperation_EcoreOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Operation'.
getGenOperation_EcoreOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenOperation_GenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the container reference 'Gen Class'.
getGenOperation_GenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenOperation_GenParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Parameters'.
getGenOperation_GenParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
Returns the value of the 'Gen Operation' container reference.
getGenOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Operation'.
getGenOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
getGenOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Gen Operations' containment reference list.
getGenOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
getGenPackage_AdapterFactory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Adapter Factory'.
getGenPackage_AdapterFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage_BasePackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Base Package'.
getGenPackage_BasePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage_EcorePackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Package'.
getGenPackage_EcorePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage_GenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Classes'.
getGenPackage_GenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage_GenClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference list 'Gen Classifiers'.
getGenPackage_GenClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage_GenDataTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Data Types'.
getGenPackage_GenDataTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage_GenEnums() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Enums'.
getGenPackage_GenEnums() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage_GenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the container reference 'Gen Model'.
getGenPackage_GenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage_NestedGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Nested Gen Packages'.
getGenPackage_NestedGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage_Prefix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Prefix'.
getGenPackage_Prefix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage_Resource() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Resource'.
getGenPackage_Resource() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
Returns the value of the 'Gen Package' reference.
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Package'.
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Gen Packages' containment reference list.
getGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getGenParameter_EcoreParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Parameter'.
getGenParameter_EcoreParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenParameter_GenOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the container reference 'Gen Operation'.
getGenParameter_GenOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Parameter'.
getGenParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Returns the value of the 'Gen Parameters' containment reference list.
getGenParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
getGenPropertyKind() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for enum 'Gen Property Kind'.
getGenPropertyKind() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenProviderKind() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for enum 'Gen Provider Kind'.
getGenProviderKind() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGenResourceKind() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for enum 'Gen Resource Kind'.
getGenResourceKind() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
getGetAccessor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getGetAccessor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getGradients() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
getHash() - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Returns the hash code of the key.
getHash() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getHash() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
getHelpContextIds() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getHelpContextIds(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
getHelpContextIds(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
getHelpContextIds(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
 
getHoverThreshold() - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This gets the amount of time, in milliseconds, to hover over an item before EditingDomainViewerDropAdapter.hover(java.lang.Object) is called.
getHREF(EObject) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns an HREF to this object from this resource
getHREF(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getId() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getId() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getID(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the value of the object's ID attribute as a String.
getID(EObject) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the xmi:id or null to supress
getID(EObject) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns the ID if there is one for the given object; if there is no ID, it returns null.
getID(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getID(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getId(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the interface name of this property.
getId(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This returns the interface name of this property.
getId(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns the id for this property.
getIDAttributeName() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Gets the name of the XML attribute that holds IDs.
getIDAttributeName() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
getIdentification(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a unique string identification of the eObject; it is structured as follows:
getIDFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getIDFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getIDREF(EObject) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns an IDREF to this object
getIDREF(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getIDToEObjectMap() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns the Map with IDs as keys and EObjects as values.
getIDToEObjectMap() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getImage() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the icon by delegating to helper.getCreateChildImage().
getImage() - Method in interface org.eclipse.emf.edit.command.CommandActionDelegate
This returns the decoration, if any, of the action.
getImage() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to getImage(this).
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
This returns EObject.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This returns EAttribute.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This returns EOperation.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This returns EEnumLiteral.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This returns EDataType.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This returns EEnum.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This returns EClass.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This returns EPackage.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This returns EFactory.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
This returns EParameter.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This returns EStringToStringMapEntry.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This returns EAnnotation.gif.
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This returns EReference.gif.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemLabelProvider.getImage by returning null.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IItemLabelProvider.getImage by returning ItemProvider.image.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ILabelProvider.getImage, it fetches the label image specific to this object instance.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IItemLabelProvider.getImage by delegating to (IItemLabelProvider)ItemProviderDecorator.decoratedItemProvider.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
getImage(Object) - Method in interface org.eclipse.emf.edit.provider.IItemLabelProvider
This does the same thing as ILabelProvider.getImage, it fetches the label image specific to this object instance.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This returns Resource.gif.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This returns ResourceSet.gif.
getImage(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
getImage(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements ILabelProvider.getImage by forwarding it to an object that implements IItemLabelProvider.getImage
getImage(String) - Method in class org.eclipse.emf.common.EMFPlugin
 
getImage(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getImage(String) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the description that can be used to create the image resource associated with the key.
getImage(String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get an image from the resource locator.
getImageDescriptor(Object) - Method in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
getImageFromObject(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
getImages() - Method in class org.eclipse.emf.edit.provider.ComposedImage
 
getImplClassName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getImplementedGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImplementedGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImplementedGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImplementedGenOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImplementedGenOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedActionBarContributorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedActionBarContributorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImportedClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedEditorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedEditorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedEditorPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedEditorPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedEditPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedEditPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedFactoryInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedFactoryInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getImportedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getImportedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getImportedInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImportedInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedItemProviderAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedItemProviderAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedMetaType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getImportedMetaType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getImportedMetaType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getImportedModelWizardClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedModelWizardClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getImportedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getImportedName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getImportedName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getImportedName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
getImportedPackageClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedPackageClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedPackageInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedPackageInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedProviderClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImportedProviderClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedResourceBaseClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedResourceBaseClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedResourceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedResourceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedResourceFactoryBaseClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedResourceFactoryBaseClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedResourceFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedResourceFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedReturnType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getImportedReturnType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getImportedType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
getImportedType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getImportedType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getImportedType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getImportedType(EClassifier, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Returns the primitive or class name for the given EClassifier.
getImportManager() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getImportManager() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getImportMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
getImports() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
getIndex() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified index.
getIndex() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the position to which the value will be moved.
getIndex() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the index at which to reinsert the replace objecs during an undo so as to achieve the original list order.
getIndex() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
getIndex() - Method in class org.eclipse.emf.edit.command.AddCommand
This returns the position at which the objects will be added.
getIndices() - Method in class org.eclipse.emf.edit.command.RemoveCommand
These returns the indices at which to reinsert the removed objects during an undo so as to achieve the original list order.
getInfo(ENamedElement) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Returns the XMLInfo object for the given Ecore construct, if there is one.
getInfo(ENamedElement) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
Returns the XMLInfo object for the given Ecore construct, if there is one.
getInheritedGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getInheritedGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInitialEClassName() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
getInitializerMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
getInitV() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getInstance() - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Returns the value of the 'Instance' attribute.
getInstance() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
getInstance() - Static method in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This returns the one instance of this transfer agent.
getInstance() - Static method in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
getInstanceClass() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the value of the 'Instance Class' attribute.
getInstanceClass() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getInstanceClass(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getInstanceClassGen() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
getInstanceClassName() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the value of the 'Instance Class Name' attribute.
getInstanceClassName() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
getInterfaceEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getInterfaceEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getInterfaceExtends() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getInterfaceExtends() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInterfaceFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getInterfaceFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
This should only be called when there is actually an interface being generated (i.e.
getInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInterfacePackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getInterfacePackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getInternalQualifiedInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInternalURIMap() - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Returns the internal version of the URI map.
getInverseEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getInverseFeatureClass() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getInverseFeatureClass() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList
 
getInverseFeatureClass() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
getInverseFeatureID() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getInverseFeatureID() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList
 
getInverseFeatureID() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
getIsName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getIsName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getItemGIFEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getItemIconFileName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getItemProviderAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getItemProviderAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getItemProviderAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getItemProviderAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getItemProviderAdapterFactoryEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getItemProviderAdapterFactoryEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getItemProviderEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getItemProviderEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getJavaEncoding(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Return a Java encoding corresponding to the given XML encoding.
getJavaEncoding(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getJavaLangConflicts() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getJavaLangConflicts() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getJavaLangTypes() - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getJavaReservedWords() - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Returns a hash of all Java's keywords and textual literals, as of Java 1.4.
getJavaSourceContainer() - Method in class org.eclipse.emf.codegen.jet.JETNature
 
getJavaSourceContainer() - Method in interface org.eclipse.emf.codegen.jet.IJETNature
Returns the container where the generated Java sources go.
getJavaSourceContainerFromFile() - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the template file from the .jetproperties file
getJControlModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getJControlModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getJETProject() - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
Returns the highlighted project in the workbench.
getKey() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getKey() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getKey() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
getKinds(EClass, EStructuralFeature[]) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
getLabel() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
getLabel() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the label by composing the labels of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getLabel() - Method in interface org.eclipse.emf.common.command.Command
Returns a string suitable to represent the label that identifies this command.
getLabel() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getLabel method of the command.
getLabel() - Method in class org.eclipse.emf.common.command.IdentityCommand
 
getLabel() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getLabelFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Label Feature' reference.
getLabelFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getLabelFeatureCandidates() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getLabelFeatureCandidates() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getLabelFeatureGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
getLabelProvider() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getLabelProvider(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the label provider that will be used to render the value of this property.
getLabelProvider(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of getting the label provider for the given object
getLabelProvider(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns the label provider for this property.
getLastMethod() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getLeadingTabReplacement() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
getLeftGradient() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
getLength() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
getLine() - Method in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
Returns the line location of the issue within the source.
getLine() - Method in class org.eclipse.emf.ecore.xmi.XMIException
 
getLineNumber() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getLineNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
getLineNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
 
getLineNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
getLineNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getLineNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getList() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified collection as a list.
getListItemType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getListItemType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getLoadOptions() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the options used during demand load.
getLoadOptions() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getLocalFeatureIndex(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getLocalFeatureIndex(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getLocalFile() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
getLocalizedMessage() - Method in class org.eclipse.emf.ecore.resource.Resource.IOWrappedException
Returns the localized message of the wrapped exception.
getLocation() - Method in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
Returns the source location of the issue.
getLocation() - Method in class org.eclipse.emf.ecore.xmi.XMIException
 
getLocation() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
getLocation() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getLocation(DropTargetEvent) - Static method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
 
getLower() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
getLower() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
getLowerBound() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getLowerBound() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getLowerBound() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Lower Bound' attribute.
getLowerBound() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
getMapEntryKeyFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getMapEntryKeyFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getMapEntryValueFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getMapEntryValueFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getMapGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getMapGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getMapItemType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getMapItemType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getMarkup() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
getMarkup() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
getMarkupMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
getMergedAffectedObjectsCollection() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns the merged collection of all command affected objects.
getMergedResultCollection() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns the merged collection of all command results.
getMessage() - Method in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
Returns a translated message describing the issue.
getMessage() - Method in class org.eclipse.emf.ecore.resource.Resource.IOWrappedException
Returns the message of the wrapped exception.
getMessage() - Method in class org.eclipse.emf.ecore.xmi.XMIException
 
getMessage(Throwable) - Static method in class org.eclipse.emf.codegen.jet.JETException
 
getMetaType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getMetaType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getMethod() - Method in class org.eclipse.emf.codegen.jet.JETEmitter
 
getMethodMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
getMethodName() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getMissingPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getMissingPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getMissingPackagesHelper(List, List) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getMixinGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getMixinGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getMixinGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getMixinGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getModelAnnotation(String) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Returns the @model annotation contents, or null.
getModelAnnotationAttribute(String, String) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Returns the unquoted value of attribute-name="value" or of attribute-name='value', or null.
getModelDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Model Directory' attribute.
getModelDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getModelFile() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Get the file from the page.
getModelFile() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardNewFileCreationPage
getModelFile() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
Get the file from the page.
getModelFile() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage
 
getModelGIFEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelIconFileName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getModelInfo(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getModelName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Model Name' attribute.
getModelName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelNameGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getModelPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Model Plugin Class' attribute.
getModelPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getModelPluginClassEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getModelPluginClassEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getModelPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelPluginClassToUse() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Model Plugin ID' attribute.
getModelPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getModelPluginPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getModelPluginPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelProjectDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getModelProjectDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelRequiredPlugins() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getModelRequiredPlugins() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelTree() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
getModelWizardClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getModelWizardClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getModelWizardEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getModelWizardEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelWizardGIFEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelWizardIconFileName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getMostRecentCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getMostRecentCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command most recently executed, undone, or redone.
getName() - Method in interface org.eclipse.emf.common.util.Enumerator
Returns the name of the enumerator.
getName() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the name of the enumerator.
getName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
getName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.TableObject
 
getName() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
getName() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
getName() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
getName() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
getName() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
getName() - Method in interface org.eclipse.emf.ecore.ENamedElement
Returns the value of the 'Name' attribute.
getName() - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
Default is ID if name is null
getName() - Method in class org.eclipse.emf.ecore.xmi.FeatureNotFoundException
 
getName() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Returns the name to use for the Ecore construct in an XML file.
getName() - Method in class org.eclipse.emf.ecore.xmi.ClassNotFoundException
 
getName() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
Returns the name to use for the Ecore construct in an XML file.
getName(ENamedElement) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the XML name of the ENamedElement
getName(ENamedElement) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getName(ENamedElement) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIHelperImpl
 
getName(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
getName(String) - Static method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
getNameGen() - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
getNestedGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Nested Gen Packages' containment reference list.
getNestedGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
getNewBooleanValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewBooleanValue method of the notification.
getNewBooleanValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type boolean.
getNewBooleanValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewByteValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewByteValue method of the notification.
getNewByteValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type byte.
getNewByteValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewCharValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewCharValue method of the notification.
getNewCharValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type char.
getNewCharValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IEditingDomainItemProvider.getNewChildDescriptors, returning CommandParameters to describe all the possible children that can be added to the specified object.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IEditingDomainItemProvider.getNewChildDescriptors, returning an empty list.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This returns a list of objects describing the different children that can be added under the specified object in the editing domain, following the specified sibling as closely as possible (if non-null).
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IEditingDomainItemProvider.getNewChildDescriptors by delegating to (IEditingDomainItemProvider)ItemProviderDecorator.decoratedItemProvider.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in interface org.eclipse.emf.edit.provider.IEditingDomainItemProvider
This does the same thing as EditingDomain.getNewChildDescriptors, i.e., it returns a collection of objects describing the children that can be added under an object in the editing domain.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
 
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
 
getNewChildDescriptors(Object, Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This delegates to IEditingDomainItemProvider.getNewChildDescriptors.
getNewChildDescriptors(Object, Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns a collection of objects describing the different children that can be added under the specified object.
getNewDoubleValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewDoubleValue method of the notification.
getNewDoubleValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type double.
getNewDoubleValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewFloatValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewFloatValue method of the notification.
getNewFloatValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type float.
getNewFloatValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewIntValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewIntValue method of the notification.
getNewIntValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type int.
getNewIntValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewLongValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewLongValue method of the notification.
getNewLongValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type long.
getNewLongValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewShortValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewShortValue method of the notification.
getNewShortValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type short.
getNewShortValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewStringValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewStringValue method of the notification.
getNewStringValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature as a String.
getNewStringValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewValue method of the notification.
getNewValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the value of the notifier's feature after the change occurred.
getNewValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNext() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
getNextBlock() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
getNextPage(IWizardPage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
getNLString() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getNode() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getNodes() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
getNodes() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getNoNamespacePackage() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Gets the package to use when there is no XML namespace in an XML file.
getNoNamespacePackage() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Gets the package to use when namespaces are not used.
getNoNamespacePackage() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getNoNamespacePackage() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
getNonDuplicates(Collection) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the collection of objects in the given collection that are not also contained by this list.
getNonExternalizedStringTag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Non Externalized String Tag' attribute.
getNonExternalizedStringTag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getNonNLS() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getNonNLS() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getNonNLS(int) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getNonNLS(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getNonNLS(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getNonNLS(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getNonNLS(String, int) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getNonNLS(String, int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getNotifier() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier that manages this list.
getNotifier() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Returns the local notifier if set; otherwise delegates to the getNotifier method of the notification.
getNotifier() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the object affected by the change.
getNotifier() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns null.
getNotifier() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNotifier() - Method in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
getNotifier() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
getNotifier() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
getNotifier() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getNotifier() - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
getNotifyFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getNotifyFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getNSName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getNSName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getNsPrefix() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getNsPrefix() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'Ns Prefix' attribute.
getNsPrefix() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
getNsURI() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getNsURI() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'Ns URI' attribute.
getNsURI() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
getNSURI() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getNSURI() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getObject() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.TableObject
 
getObject() - Method in class org.eclipse.emf.codegen.jet.JETEmitter
 
getObject() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getObject() - Method in class org.eclipse.emf.ecore.xmi.FeatureNotFoundException
 
getObject() - Method in class org.eclipse.emf.ecore.xmi.IllegalValueException
 
getObject() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getObject() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getObjectByType(Collection, EClassifier) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the first collection member that is an instance of the type.
getObjectChildren(Object) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns an empty iterator; subclasses may override this method.
getObjectInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getObjectInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getObjectsByType(Collection, EClassifier) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a collection containing each collection member that is an instance of the type.
getObjectType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getObjectType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getOldBooleanValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldBooleanValue method of the notification.
getOldBooleanValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type boolean.
getOldBooleanValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldByteValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldByteValue method of the notification.
getOldByteValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type byte.
getOldByteValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldCharValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldCharValue method of the notification.
getOldCharValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type char.
getOldCharValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldDoubleValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldDoubleValue method of the notification.
getOldDoubleValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type double.
getOldDoubleValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldFloatValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldFloatValue method of the notification.
getOldFloatValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type float.
getOldFloatValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldIndex() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the orginal position to which the object will be moved upon undo.
getOldIntValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldIntValue method of the notification.
getOldIntValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type int.
getOldIntValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldLongValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldLongValue method of the notification.
getOldLongValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type long.
getOldLongValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldShortValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldShortValue method of the notification.
getOldShortValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type short.
getOldShortValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldStringValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldStringValue method of the notification.
getOldStringValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature as a String.
getOldStringValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldValue method of the notification.
getOldValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the value of the notifier's feature before the change occurred.
getOldValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldValue() - Method in class org.eclipse.emf.edit.command.SetCommand
This returns the old value of the feature which must be restored during undo.
getOpenDirective() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getOpenExpr() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getOpenScriptlet() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getOperation() - Method in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This returns one of the DROP_* values.
getOperation() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getOperationName() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getOperations() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getOptimizeCopy() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns whether or not copy command optimizations are safe in this domain.
getOptimizeCopy() - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns whether or not copy command optimizations are safe in this domain.
getOrderedGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the list of GenClasses in the GenPackage, ordered such that a class always follows all of the classes it extends.
getOrderedGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getOrderedGenClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getOrderedGenClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getOrderingValue(ENamedElement, Map) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
 
getOverride() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This returns the command that overrides this command.
getOverride() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This returns the command that overrides this command.
getOwner() - Method in class org.eclipse.emf.edit.command.SetCommand
This returns the owner object upon which the command will act.
getOwner() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified owner.
getOwner() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is the object being copied.
getOwner() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the owner object upon which the command will act.
getOwner() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getOwner() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the owner object upon which the command will act.
getOwner() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
getOwner() - Method in class org.eclipse.emf.edit.command.RemoveCommand
This returns the owner object upon which the command will act.
getOwner() - Method in class org.eclipse.emf.edit.command.AddCommand
This returns the owner object upon which the command will act.
getOwner() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
This is the object being copied.
getOwnerList() - Method in class org.eclipse.emf.edit.command.CommandParameter
This is a safe way to get the list affected by the parameters for an add or remove specification.
getOwnerList() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the list in which the command will move an object.
getOwnerList() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the list in which the command will replace.
getOwnerList() - Method in class org.eclipse.emf.edit.command.RemoveCommand
This returns the list from which the command will remove.
getOwnerList() - Method in class org.eclipse.emf.edit.command.AddCommand
This returns the list to which the command will add.
getOwnerList(EObject, EStructuralFeature) - Static method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getPackage() - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
getPackage() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
getPackage() - Static method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
getPackage() - Static method in class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
getPackageClassEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getPackageClassEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getPackageClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageContainer(IContainer, String, IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
getPackageForURI(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Attempt to get the namespace for the given prefix, then return ERegister.getPackage() or null.
getPackageID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageInstanceVariable(GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageInstanceVariable(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageInterDependencies() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageInterDependencies() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageInterfaceEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getPackageInterfaceEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getPackageInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageName() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getPackageName() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getPackageNameToNSNameMap() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
getPackageNameToNSURIMap() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
getPackageSimpleDependencies() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageSimpleDependencies() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getParameters() - Method in class org.eclipse.emf.edit.command.CommandParameter
This yields an encoding of the owner-child relation.
getParameters(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getParent() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getParent() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This returns getParent(this).
getParent() - Method in interface org.eclipse.emf.edit.tree.TreeNode
Returns the value of the 'Parent' container reference.
getParent() - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
getParent(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.ReverseAdapterFactoryContentProvider
 
getParent(Object) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor.ReverseAdapterFactoryContentProvider
 
getParent(Object) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This can be overriden to determine the parent of an object; this implementation uses EditingDomain.getParent(java.lang.Object).
getParent(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This delegates to IEditingDomainItemProvider.getParent.
getParent(Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns the parent of the object.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements ITreeItemContentProvider.getParent by returning the MOF object's container.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements ITreeItemContentProvider.getParent by returning ItemProvider.parent.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITreeContentProvider.getParent.
getParent(Object) - Method in interface org.eclipse.emf.edit.provider.ITreeItemContentProvider
This does the same thing as ITreeContentProvider.getParent.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITreeItemContentProvider.getParent by delegating to (ITreeItemContentProvider)ItemProviderDecorator.decoratedItemProvider.
getParent(Object) - Method in interface org.eclipse.emf.edit.provider.IEditingDomainItemProvider
This does the same thing as EditingDomain.getParent, i.e., it imposes a hierarchical relation on a domain's model objects.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This returns the parent of the Resource.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This returns the parent of the ResourceSet.
getParent(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This returns the parent of the TreeNode.
getParent(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This implements ITreeContentProvider.getParent to forward the call to an object that implements ITreeItemContentProvider.getParent.
getPathMap() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
getPlatformResourceMap() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Returns the platform resource map.
getPlugin() - Static method in class org.eclipse.emf.common.CommonPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.codegen.CodeGenPlugin
Get the singleton instance.
getPlugin() - Static method in class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
Get the singleton instance.
getPlugin() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Returns the Eclipse plugin singleton.
getPlugin() - Static method in class org.eclipse.emf.ecore.provider.EcoreEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.ecore.xmi.XMIPlugin
Get the plugin singleton.
getPluginLogger() - Method in class org.eclipse.emf.common.EMFPlugin
Returns an Eclipse plugin implementation of a logger.
getPluginPropertiesEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getPluginResourceLocator() - Method in class org.eclipse.emf.common.EMFPlugin
Returns an Eclipse plugin implementation of a resource locator.
getPluginResourceLocator() - Method in class org.eclipse.emf.common.CommonPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EcoreEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginXMLEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getPluginXMLEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getPosition() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getPosition method of the notification.
getPosition() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the position within a list-based feature at which the change occurred.
getPosition() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getPosition() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getPositions() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getPositions() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getPrefix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Prefix' attribute.
getPrefix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPrefix() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getPrefixedName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPrefixGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
getPresentationPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPresentationPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPrimitiveDefault(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getPrimitiveObjectType(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getPrimitiveOrArrayClass() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getPrimitiveValueFunction() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getPrimitiveValueFunction() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getProject() - Method in class org.eclipse.emf.codegen.jet.JETNature
 
getProjectName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
getProjectPath(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getProperty() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Property' attribute.
getProperty() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
getPropertyDescriptor(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This convenience method finds a particular descriptor given its property name.
getPropertyDescriptor(Object, Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
 
getPropertyDescriptor(Object, Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertySource
This returns the property descriptor with the given ID.
getPropertyDescriptor(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IItemPropertySource.getPropertyDescriptors by delegating to (IItemPropertySource)ItemProviderDecorator.decoratedItemProvider.
getPropertyDescriptor(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
getPropertyDescriptors() - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
This delegates to IItemPropertySource.getPropertyDescriptors.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemPropertySource.getPropertyDescriptors by returning the locally stored vector of descriptors.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
 
getPropertyDescriptors(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertySource
This does the same thing as IPropertySource.getPropertyDescriptors.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IItemPropertySource.getPropertyDescriptors by delegating to (IItemPropertySource)ItemProviderDecorator.decoratedItemProvider.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This returns the property descriptors for the adapted class.
getPropertyFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getPropertyFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getPropertyImageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getPropertyImageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getPropertySheetPage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This accesses a cached version of the property sheet.
getPropertySheetPage() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This accesses a cached version of the property sheet.
getPropertySource(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This implements IPropertySourceProvider.getPropertySource to forward the call to an object that implements IItemPropertySource.
getPropertyValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This does the delegated job of getting the property value from the given object; and it sets object, which is necessary if getComboBoxObjects is called.
getPropertyValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of getting the property value from the given object
getPropertyValue(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
This fetches this descriptor's property from the object.
getPropertyValue(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
This delegates to IItemPropertyDescriptor.getPropertyValue.
getPropertyValue(Object, String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements a PropertySource by delegating to the descriptor, which is assumed to support the IItemPropertyDescriptor interface
getProtocolToFactoryMap() - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
Returns a map from protocol to Resource.Factory or Resource.Factory.Descriptor.
getProtocolToFactoryMap() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
 
getProvider() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Provider' attribute.
getProvider() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
getProviderBaseClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getProviderBaseClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getProviderClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderExtendsGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderImplementedGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderImplementedGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getProviderPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPullRules() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
getQName(EClass) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the nsName:name c.ePackage().nsName() : c.eName() If there is an XMLMap, and the target namespace is null for this eClass, just the name is returned.
getQName(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getQName(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
By default, this method returns the name of the feature.
getQName(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getQName(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getQualifiedActionBarContributorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedActionBarContributorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedEditorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedEditorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedEditorPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedEditorPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getQualifiedEditorPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedEditorPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedEditPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedEditPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getQualifiedEditPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedEditPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedFactoryInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedFactoryInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedFeatureCountID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedFeatureCountID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedFeatureID(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedFeatureID(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getQualifiedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getQualifiedInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedItemProviderAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedItemProviderAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedListItemType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getQualifiedListItemType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getQualifiedModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getQualifiedModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getQualifiedModelPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getQualifiedModelPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedModelWizardClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedModelWizardClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getQualifiedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getQualifiedName(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
getQualifiedPackageClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedPackageClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedPackageInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedPackageInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedProviderClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedProviderClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedResourceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedResourceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedResourceFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedResourceFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedTypeName(ETypedElement, String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
getQUID() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.TableObject
 
getQUID() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
getQuotedEndTag() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getQuotedStartTag() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getReachableObjectsOfType(EObject, EClassifier) - Static method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This yields all reachable references from object with a meta object which indicates that it is a subtype of type.
getReader() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getRedirect() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
getRedirection() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Redirection' attribute.
getRedirection() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getRedoCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getRedoCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command that will be redone if CommandStack.redo() is called.
getReference() - Method in class org.eclipse.emf.ecore.xmi.UnresolvedReferenceException
 
getReferenceName() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getReferences() - Method in interface org.eclipse.emf.ecore.EAnnotation
Returns the value of the 'References' reference list.
getReferences() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
getReferencesToCopy() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
getReferenceValue(EObject, EReference) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This method is called by factorRemoveCommand to retrieve the children objects of the references returned from getChildrenReferences.
getRegisteredAdapter(EObject, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the specified eObject's adapter of the specified type.
getRegularExpression() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
getResolvedTemplateURI() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
getResolveProxiesFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getResolveProxiesFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getResource() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Resource' attribute.
getResource() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
getResource() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the resource
getResource() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getResource(URI, boolean) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the resource resolved by the URI.
getResource(URI, boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getResourceChildren(Resource) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns an iterator over the children of the given parent resource.
getResourceClassEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getResourceClassEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getResourceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getResourceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getResourceFactoryClassEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getResourceFactoryClassEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getResourceFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getResourceFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getResourceFactoryRegistry() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the registry used for creating a resource of the appropriate type.
getResourceFactoryRegistry() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get the resource locator for this adapter's resources.
getResourceLocator() - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get the resource locator from the adapter of the object, if possible.
getResources() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the direct Resources being managed.
getResources() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getResourceSet() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.Rose2Ecore
 
getResourceSet() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns the containing resource set.
getResourceSet() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getResourceSet() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the resource set used to contain all created and loaded resources.
getResourceSet() - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns the resource set within which all the created and loaded resources reside.
getResourceSetChildren(ResourceSet) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns an iterator over the children of the given parent resource set.
getResult() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an empty list.
getResult() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the result by composing the results of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getResult() - Method in interface org.eclipse.emf.common.command.Command
Returns a collection of things which this command wishes to present as it's result.
getResult() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getResult method of the command.
getResult() - Method in class org.eclipse.emf.common.command.IdentityCommand
Return the identity result.
getResult() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getResult() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getResult() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the result of this command by delegating to helper.getCreateChildResult().
getResult() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getResult() - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
getReturn() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getReturnType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getReturnType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getReturnTypeClassifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getReturnTypeClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getReturnTypeGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getReturnTypeGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getReverse() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getReverse() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getRightGradient() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
getRoleMultiplicity() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getRoot() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getRoot(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
 
getRoot(Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns the root of the object, i.e., .
getRootAdapterFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootAdapterFactory() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootAdapterFactory() - Method in interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory
This convenience method returns the first adapter factory that doesn't have a parent, i.e., the root.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This returns the root adapter factory that delegates to this factory.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This returns the root adapter factory that delegates to this factory.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootContainer(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the root container; it may be this object itself and it will have a null container.
getRoseFileName() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
getRoseId() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getRoseModelLocationPath() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
getRoseNode() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
getRoseNodeType() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getRoseRefId() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getRoseSupplier() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getRoseUtil() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
getRoseUtil() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
getRuntime(IProject) - Static method in class org.eclipse.emf.codegen.jet.JETNature
Get a JETNature that corresponds to the supplied project.
getSafeName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getSafeName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getSafeUncapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getSafeUncapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getSelectedObjects() - Method in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
getSelection() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This implements ISelectionProvider to return this editor's overall selection.
getSelection() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This implements ISelectionProvider to return this editor's overall selection.
getSelector() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
getSelector() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
getSelectorFeature() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
getSerializableFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getSerializableFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getSetFeature(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the most appropriate feature of the object into which the value be set.
getSetFeatures(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
If this is defined to be something other than an empty list, it is used to implement getSetFeature and to deduce the EMF feature in the SetCommand createCommand.
getSharedClassChildrenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getSharedClassChildrenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getSize(Collection) - Method in class org.eclipse.emf.edit.provider.ComposedImage
 
getSkeleton() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
getSortRules() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
getSource() - Method in interface org.eclipse.emf.ecore.EAnnotation
Returns the value of the 'Source' attribute.
getSource() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
getSourceCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
getSourceGetFeature() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
getSourceMarkup() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
getSourceObjects() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This returns the collection of objects to be copied to the clipboard.
getSourcePatternDictionary() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
getSourceProperties() - Method in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
getSourceToTargetMap() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
getSourceToTargetMap() - Method in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
getSourceTransfer() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
getStartTag() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getStaticDefaultValue() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getStaticDefaultValue() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getStatus() - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Returns the status.
getStatus() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
getStereotype() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getString(String) - Method in class org.eclipse.emf.common.EMFPlugin
 
getString(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the string resource associated with the key.
getString(String) - Method in class org.eclipse.emf.codegen.CodeGenPlugin
This fetches a resource string from the plugin.properites file.
getString(String) - Method in class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
This fetches a resource string from the plugin.properites file.
getString(String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator.
getString(String, Object[]) - Method in class org.eclipse.emf.common.EMFPlugin
 
getString(String, Object[]) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, Object[]) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns a string resource associated with the key, and peforms substitutions.
getString(String, Object[]) - Method in class org.eclipse.emf.codegen.CodeGenPlugin
This fetches a resource string from the plugin.properites file and performs message substitution.
getString(String, Object[]) - Method in class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
This fetches a resource string from the plugin.properites file and performs message substitution.
getString(String, Object[]) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator, with substitutions.
getString(String, String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator, substituting another such translated string.
getString(String, String, String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator, substituting two other such translated strings.
getSubclasses() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
getSubGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns a list of those nestedGenPackages for which hasClassifiers() is true.
getSubGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getSuperGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the closest GenPackage-typed container for which hasClassifiers() is true, or null if there is none.
getSuperGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getSweepRules() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
getSwitchClassEmitter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getSwitchClassEmitter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getSwitchClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getSwitchClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getSwitchGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Like getAllBaseGenClasses(), this returns the GenClasses for all of the supertypes, but the result is ordered by a breadth-first search, making it appropriate for use in the switch class.
getSwitchGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getTarget() - Method in interface org.eclipse.emf.common.notify.Adapter
Returns the target from which the adapter receives notification.
getTarget() - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
 
getTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
getTargetMarkup() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
getTargetNamespace() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Gets the target namespace for the Ecore construct.
getTargetNamespace() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
getTargetPackageNames() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
getTargetPatternDictionary() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
getTargetProperties() - Method in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
getTargetPutFeature() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
getTargetTransfer() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
getTemplateContainers() - Method in class org.eclipse.emf.codegen.jet.JETNature
 
getTemplateContainers() - Method in interface org.eclipse.emf.codegen.jet.IJETNature
Returns the containers where the templates are located.
getTemplateContainersFromFile() - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the template path from the .jetproperties file.
getTemplateDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Template Directory' attribute.
getTemplateDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getTemplatePath() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Test Directory' attribute.
getTestDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getText() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the label by delegating to helper.getCreateChildText().
getText() - Method in interface org.eclipse.emf.edit.command.CommandActionDelegate
This returns the menu text, if any, of the action.
getText() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to getText(this).
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemLabelProvider.getText by simply calling toString on the argument.
getText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IItemLabelProvider.getText by returning ItemProvider.text.
getText(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ILabelProvider.getText, it fetches the label text specific to this object instance.
getText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IItemLabelProvider.getText by delegating to (IItemLabelProvider)ItemProviderDecorator.decoratedItemProvider.
getText(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getText(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
getText(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
getText(Object) - Method in interface org.eclipse.emf.edit.provider.IItemLabelProvider
This does the same thing as ILabelProvider.getlText, it fetches the label text specific to this object instance.
getText(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
getText(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements ILabelProvider.getText by forwarding it to an object that implements IItemLabelProvider.getText
getToken() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
getToolTipText() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the tool tip text by delegating to helper.getCreateChildToolTipText().
getToolTipText() - Method in interface org.eclipse.emf.edit.command.CommandActionDelegate
This returns the tool tip text, if any, of the action.
getToStringGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getToStringGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getTransientFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getTransientFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getTreeFactory() - Method in interface org.eclipse.emf.edit.tree.TreePackage
Returns the factory that creates the instances of the model.
getTreeFactory() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
getTreeNode_Children() - Method in interface org.eclipse.emf.edit.tree.TreePackage
Returns the meta object for the containment reference list 'Children'.
getTreeNode_Children() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
getTreeNode_Data() - Method in interface org.eclipse.emf.edit.tree.TreePackage
Returns the meta object for the reference 'Data'.
getTreeNode_Data() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
getTreeNode_Parent() - Method in interface org.eclipse.emf.edit.tree.TreePackage
Returns the meta object for the container reference 'Parent'.
getTreeNode_Parent() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
getTreeNode() - Method in interface org.eclipse.emf.edit.tree.TreePackage
Returns the meta object for class 'Node'.
getTreeNode() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
getTreePackage() - Method in interface org.eclipse.emf.edit.tree.TreeFactory
Returns the package supported by this factory.
getTreePackage() - Method in class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
getTreePath(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns a path list from the root object to the given object in the tree.
getTreePath(Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns a path from the root object to the given object in the tree.
getType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
getType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getType() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
getType() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getType(EClassifier, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Returns the primitive or qualified class name for the given EClassifier.
getType(String) - Static method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
getTypeClassifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
getTypeClassifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getTypeClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getTypeClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getTypedKey() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
getTypedValue() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
getTypeGenClasses(EClassifier, GenPackage, List, int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
If eType is an EClass, returns the list of GenClasses representing its non-abstract subclasses, beginning with those from the specified firstGenPackage followed by the others in genPackages, and ordered down the inheritance chains within each package.
getTypeGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
getTypeGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getTypeGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getTypeGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getTypeIds() - Method in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This returns the transfer ids that this agent supports.
getTypeMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
getTypeNames() - Method in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This returns the transfer names that this agent supports.
getTypeText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This looks up the name of the type of the specified object.
getTypeText(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getUML2MOFCorbaType() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getUncapAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getUncapAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getUncapAdapterFactoryDelegateName(GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getUncapAdapterFactoryDelegateName(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getUncapFactoryInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getUncapFactoryInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getUncapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getUncapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
This returns the name uncapitalized.
getUncapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getUncapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getUncapPackageInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getUncapPackageInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getUndoCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getUndoCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command that will be undone if CommandStack.undo() is called.
getUniqueName(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
getUniqueValuedGenEnumLiterals() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getUniqueValuedGenEnumLiterals() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getUnitTree() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
getUnitTree() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
getUnitTree() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.Rose2Ecore
 
getUnsettableFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getUnsettableFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getUpdateableText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IUpdateableItemText.getUpdateableText by simply calling ItemProviderAdapter.getText(java.lang.Object).
getUpdateableText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IUpdateableItemText.getUpdateableText, although the class doesn't declare that it implements this interface.
getUpdateableText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IUpdateableItemText.getUpdateableText by delegating to (IUpdateableItemText)ItemProviderDecorator.decoratedItemProvider.
getUpdateableText(Object) - Method in interface org.eclipse.emf.edit.provider.IUpdateableItemText
This returns the text that will be displayed when editing begins.
getUpper() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
getUpper() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
getUpperBound() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getUpperBound() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getUpperBound() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Upper Bound' attribute.
getUpperBound() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
getUpperName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getUpperName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getURI() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns the URI of this resource.
getURI() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getURI(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a URI for the eObject, i.e., either the eProxyURI, the URI of the eResource with the fragment produced by the eResource, or the URI consisting of just the fragment that would be produced by a default Resource with the eObject as its only contents.
getURI(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
getURI(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getURI(URI) - Method in interface org.eclipse.emf.ecore.resource.impl.URIConverterImpl.URIMap
Returns the remapped URI, or the URI itself.
getURI(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Returns the remapped URI, or the URI itself.
getURI(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.URIMapImpl
Returns the remapped URI, or the URI itself.
getURIConverter() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the converter used to normalize URIs and to open streams.
getURIConverter() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the URI converter.
getURIConverter() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getURIFragment(EObject) - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns the URI fragment that, when passed to getEObject will return the given object.
getURIFragment(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getURIFragment(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getURIFragmentRootSegment(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the URI fragment root segment for reaching the given direct content object.
getURIMap() - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Returns the map used for remapping a logical URI to a physical URI when normalizing.
getURIMap() - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
 
getUsedGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Used Gen Packages' reference list.
getUsedGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
getUtilitiesPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getUtilitiesPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getValue() - Method in interface org.eclipse.emf.common.util.Enumerator
Returns the intvalue of the enumerator.
getValue() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the int value of the enumerator.
getValue() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getValue() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getValue() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getValue() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
getValue() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
getValue() - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Returns the value of the 'Value' attribute.
getValue() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
getValue() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
getValue() - Method in class org.eclipse.emf.ecore.xmi.IllegalValueException
 
getValue() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getValue() - Method in class org.eclipse.emf.edit.command.SetCommand
This returns the value of to be set.
getValue() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified value.
getValue() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the value being moved.
getValue() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the value being replaced.
getValue(EObject, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the XMI value of the EObject's feature
getValue(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getValues() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getValues() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getVariableToDirectoryMap() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
getVersionTree() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
getVolatileFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getVolatileFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getWarnings() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns a list of the warnings and informational messages in the resource; each warning will be of type Resource.Diagnostic.
getWarnings() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getWord(String, int) - Static method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
getWorkspaceRoot() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Returns the workspace root, or null, if the runtime environment is stand-alone.
getWrappedException() - Method in class org.eclipse.emf.ecore.resource.Resource.IOWrappedException
Returns the wrapped exception.
getWrappedException() - Method in class org.eclipse.emf.ecore.xmi.XMIException
 
getXMLEncoding(byte[]) - Static method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Searches the array of bytes to determine the XML encoding.
getXMLEncoding(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Return an XML encoding corresponding to the given Java encoding.
getXMLEncoding(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getXMLMap() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Gets the XMLMap to use when serializing an XML file.
getXMLMap() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getXMLRepresentation() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Returns ELEMENT if the Ecore construct is to be serialized as an XML element; ATTRIBUTE if the Ecore construct is to be serialized as an XML attribute; and CONTENT if the Ecore construct is to be serialized in element content.
getXMLRepresentation() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
Returns ELEMENT if the Ecore construct is to be serialized as an XML element; ATTRIBUTE if the Ecore construct is to be serialized as an XML attribute; and CONTENT if the Ecore construct is to be serialized in element content.
getXMLSchemaModelLocation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
getXSIType() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Returns the xsi type attribute's value.
getXSIType() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
 
getXSIType() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
gotoMarker(IMarker) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
gotoMarker(IMarker) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
green - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
green - Variable in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
grow(int) - Method in class org.eclipse.emf.common.util.BasicEList
Grows the capacity of the list to ensure that no additional growth is needed until the size exceeds the specified minimun capacity.
grow(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
grow(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Grows the capacity of the map to ensure that no additional growth is needed until the size exceeds the specified minimun capacity.
grow(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
growArrays() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 

H

handleActivate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Handles activation of the editor or it's associated views.
handleActivate() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
Handles activation of the editor or it's associated views.
handleChangedResources() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Handles what to do with changed resources on activation.
handleChangedResources() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
Handles what to do with changed resources on activation.
handleCharData(char[]) - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
handleCharData(char[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
handleCharData(char[]) - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
handleContainment(Notification) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles a containment change by adding and removing the adapter as appropriate.
handleContentOutlineSelection(ISelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This deals with how we want selection in the outliner to affect the other views.
handleCrossReference(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
 
handleDanglingHREF(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
handleDirective(String, JETMark, JETMark, Map) - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
handleDirective(String, JETMark, JETMark, Map) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
handleDirective(String, JETMark, JETMark, Map) - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
handleDirtyConflict() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Shows a dialog that asks if conflicting changes should be discarded.
handleDirtyConflict() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
Shows a dialog that asks if conflicting changes should be discarded.
handleDisplayDispose() - Method in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
handleEvent(Event) - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
handleExpression(JETMark, JETMark, Map) - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
handleExpression(JETMark, JETMark, Map) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
handleExpression(JETMark, JETMark, Map) - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
handleFeature(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
The XML element represents a feature.
handleMatch(Match) - Method in class org.eclipse.emf.codegen.jmerge.JMerger.FindAndReplace
 
handleNamespaceAttribs() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Process the XML namespace declarations.
handleNamespaceAttribs() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
Handle the XML namespace attributes.
handleNamespaceAttribs() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
Handle the XML namespace attributes.
handleNewSkeleton() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
handleNewSkeleton() - Method in class org.eclipse.emf.codegen.jet.JETEmitter.MyJETCompiler
 
handleNotifyChanged(Viewer, Object, int, Object, Object, Object, int) - Static method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
handleObjectAttribs(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Process the XML attributes for the newly created object.
handleObjectAttribs(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
Process the XMI attributes for the newly created object.
handleObjectAttribs(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
Process the XML attributes for the newly created object.
handlePlatformResourceOptions(String[]) - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Handles recognized platform resource arguments and returns the stripped result.
handleProxy(InternalEObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handler - Variable in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
handleScriptlet(JETMark, JETMark, Map) - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
handleScriptlet(JETMark, JETMark, Map) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
handleScriptlet(JETMark, JETMark, Map) - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
handleSelection(ISelection) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
handleXMLNSAttribute(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleXSISchemaLocation(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
HAS_INSTANCE_CLASS - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
HAS_MANY_INVERSE - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
HAS_NAVIGABLE_INVERSE - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
HAS_PROXIES - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
hasAbsolutePath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an absolute path, or false if it is non-hierarchical, has no path, or has a relative path.
hasAuthority() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarcical URI with an authority component; false otherwise.
hasChildren() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This returns hasChildren(this).
hasChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.ReverseAdapterFactoryContentProvider
 
hasChildren(Object) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor.ReverseAdapterFactoryContentProvider
 
hasChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements ITreeItemContentProvider.hasChildren by simply testing whether getChildren returns any children.
hasChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements ITreeItemContentProvider.hasChildren by simply testing whether ItemProvider.children is empty.
hasChildren(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITreeContentProvider.hasChildren.
hasChildren(Object) - Method in interface org.eclipse.emf.edit.provider.ITreeItemContentProvider
This does the same thing as ITreeContentProvider.hasChildren.
hasChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITreeItemContentProvider.hasChildren by delegating to (ITreeItemContentProvider)ItemProviderDecorator.decoratedItemProvider.
hasChildren(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This implements ITreeContentProvider.hasChildren to forward the call to an object that implements ITreeItemContentProvider.hasChildren.
hasClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasDevice() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a device component; false otherwise.
hasDropDown - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
hasDropDownEditor(Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
hasEditorSupport() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasEditorSupport() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasEditSupport() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasEditSupport() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasEmptyPath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an empty relative path; false otherwise.
hasFragment() - Method in class org.eclipse.emf.common.util.URI
Returns true if this URI has a fragment component; false otherwise.
hash - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The cached hash code of the key.
hash - Variable in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
hashCode() - Method in class org.eclipse.emf.common.util.BasicEList
Returns a hash code computed from each object's hash code.
hashCode() - Method in class org.eclipse.emf.common.util.URI
Returns the hash code.
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap
 
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
hashCode() - Method in class org.eclipse.emf.edit.provider.ComposedImage
 
hashOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the hash code of the key.
hasImport(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
hasInPlaceEditor(Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
hasInstanceClass() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
hasInverse() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
hasInverse() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
hasInverse() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
hasInverse() - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This has an inverse
hasJavaLangConflict() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasJavaLangConflict() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasLaunched - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
hasLaunchedEditor(Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable.ManyInverse
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.ManyInverse
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable.ManyInverse
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.ManyInverse
 
hasModelContribution() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
hasModelContribution() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
hasModelContribution() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasModelContribution() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasModelPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasModelPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasModelSupport() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasMoreInput() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
hasNext() - Method in class org.eclipse.emf.common.util.BasicEList.EIterator
Returns whether there are more objects.
hasNext() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns whether there are more elements.
hasNext() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Returns whether there are more objects.
hasNext() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
hasNext() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
hasOpaquePart() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a non-hierarchical URI with an opaque part component; false otherwise.
hasPath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an absolute or relative path; false otherwise.
hasPluginSupport() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasPrevious() - Method in class org.eclipse.emf.common.util.BasicEList.EListIterator
Returns whether there are more objects for BasicEList.EListIterator.previous().
hasPrevious() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
hasPrevious() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectResolvingEList
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectResolvingEList.Unsettable
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable
 
hasQuery() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a query component; false otherwise.
hasRelativePath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a relative path, or false if it is non-hierarchical, has no path, or has an absolute path.
hasTrailingPathSeparator() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that has a path that ends with a trailing separator; false otherwise.
hasXMLDependency() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasXMLDependency() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
height - Variable in class org.eclipse.emf.edit.provider.ComposedImage.Size
 
HEIGHT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
helper - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
helper - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
helper - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
helper - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the helper object, usually the item provider for CreateChildCommand.owner, to which parts of this command's functionality are delegated.
helper(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This method is called the same way for each of the DropTargetListener methods, except during leave.
hideTabs() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
hideTabs() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom.
hookDisplayDispose(Display) - Method in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
host() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a host portion, returns it; null otherwise.
hover(Object) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called when the cursor has hovered over the given target for longer than EditingDomainViewerDropAdapter.hoverThreshold.
hoverStart - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
The is the time the mouse first started hovering over the current item.
hoverThreshold - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
The amount of time to hover over a tree item before expanding it
HREF - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 

I

IChangeNotifier - interface org.eclipse.emf.edit.provider.IChangeNotifier.
This interface is implemented by something that can handle MOF-style change notifications.
id - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
iD - Variable in class org.eclipse.emf.ecore.impl.EAttributeImpl
The cached value of the 'ID' attribute.
ID_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
ID_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EAttributeImpl
The default value of the 'ID' attribute.
idAttribute - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
idAttributeName - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
idAttributeName - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
identifiers - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
IdentityCommand - class org.eclipse.emf.common.command.IdentityCommand.
A command that always produces the same result.
IdentityCommand() - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an empty instance.
IdentityCommand(Collection) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given result collection.
IdentityCommand(Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with a result collection containing the given result object.
IdentityCommand(String) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label.
IdentityCommand(String, Collection) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label the result collection.
IdentityCommand(String, Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label and a result collection containing the given result object.
IdentityCommand(String, String) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label and description.
IdentityCommand(String, String, Collection) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label, description, result collection.
IdentityCommand(String, String, Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label, description, and a result collection containing the given result object.
IDisposable - interface org.eclipse.emf.edit.provider.IDisposable.
This is implemented by objects that need to be disposed after they are no longer needed.
IDL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
IDLSPECIFICATIONTYPE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
IDLSPECSET - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
idStack - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
idToEObjectMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
The map from ID to EObject.
idToParentMap - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
IEditingDomainItemProvider - interface org.eclipse.emf.edit.provider.IEditingDomainItemProvider.
This is the interface used by EditingDomain to impose a hierarchical relation on the model objects, and to map operations on those objects onto an underlying EMF model Commands.
IEditingDomainProvider - interface org.eclipse.emf.edit.domain.IEditingDomainProvider.
This is the interface specified by an object that is able to yield its EditingDomain.
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
IItemLabelProvider - interface org.eclipse.emf.edit.provider.IItemLabelProvider.
This is the interface implemented to provide a label text and even a label icon for an item; it receives delegated calls from ILabelProvider.
IItemPropertyDescriptor - interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor.
This interface extends IPropertyDescriptor so that the methods of IItemPropertySource can be delegated to the descriptor.
IItemPropertySource - interface org.eclipse.emf.edit.provider.IItemPropertySource.
This is the interface is needed to populate property sheet items; it is the same as IPropertySource except that the object is passed as the first parameter for each method.
IItemProviderDecorator - interface org.eclipse.emf.edit.provider.IItemProviderDecorator.
This is implemented by an item provider that decorates another item provider.
IJETNature - interface org.eclipse.emf.codegen.jet.IJETNature.
 
IllegalValueException - exception org.eclipse.emf.ecore.xmi.IllegalValueException.
 
IllegalValueException(EObject, EStructuralFeature, Object, Exception, String, int, int) - Constructor for class org.eclipse.emf.ecore.xmi.IllegalValueException
Constructor for ClassNotFoundException.
image - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Image' attribute.
image - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the image returned by getImage(Object).
IMAGE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The default value of the 'Image' attribute.
ImageDataSynthesizer.ColorInformation - class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation.
 
ImageDataSynthesizer.ColorInformation() - Constructor for class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
images - Variable in class org.eclipse.emf.common.EMFPlugin
 
images - Variable in class org.eclipse.emf.edit.provider.ComposedImage
 
imageSizes - Variable in class org.eclipse.emf.edit.provider.ComposedImage
 
IMPLEMENTATIONTYPE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
IMPORT_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
importedPackages - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
importInsertionPoint - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
importManager - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
importMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
imports - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
importStringBuffer - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
inBuild - Variable in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
includeRoot - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
Whether the first call to next returns the initial root object or begins with the first child of the root object.
includeStack - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the stack of inclusions.
incrementalBuild(IResourceDelta, IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETBuilder
Does an incremental build.
indent - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel
 
indents - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
index - Variable in class org.eclipse.emf.edit.command.CommandParameter
This the index (ususally the position indicator) of the command.
index - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the index for the new object's position under the feature.
index - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the position to which the object will be moved.
index - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is the index at which to reinsert the replaced object during an undo so as to achieve the original list order.
index - Variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This is index in the feature of the owner where the clipboard copy is pasted.
index - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the position at which the objects will be inserted.
indexOf(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry data index corresponding to the hash code.
indexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the position of the first occurrence of the object in the list.
indexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
indexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
indexOfKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns the index in the list of the entry with the given key, or -1, if there is no such entry.
indexOfKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
indices - Variable in class org.eclipse.emf.edit.command.RemoveCommand
These are the indices at which to reinsert the removed objects during an undo so as to achieve the original list order.
inFileName - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseTree
 
INHERIT_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
INHERITANCE_RELATIONSHIP - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
INHR_LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
init() - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
init() - Static method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IActionBars) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is called during startup.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is called during startup.
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
Initializes by recording the arguments.
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard
Initializes by recording the arguments.
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
This just records the information.
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
This just records the information.
init(XMLResource, Map) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
init(XMLResource, Map) - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
initEAttribute(EAttribute, EClassifier, String, String, int, int, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
Deprecated.  
initEAttribute(EAttribute, EClassifier, String, String, int, int, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEClass(EClass, Class, String, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEDataType(EDataType, Class, String, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEEnum(EEnum, Class, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEReference(EReference, EClassifier, EReference, String, String, int, int, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
Deprecated.  
initEReference(EReference, EClassifier, EReference, String, String, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initialEClassName - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
initializationIterator() - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
 
initializationList - Variable in class org.eclipse.emf.edit.command.CopyCommand.Helper
 
initialize(Collection) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
initialize(Collection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
initialize(EClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
initialize(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
initialize(EDataType) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
initialize(EDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
initialize(EEnum) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
initialize(EEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
initialize(EEnumLiteral) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
initialize(EEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
initialize(Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
initialize(Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
initialize(Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
initialize(Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
initialize(Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
initialize(EOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
initialize(EOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
initialize(EPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
initialize(EPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
initialize(EPackage) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
 
initialize(EParameter) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
initialize(EParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
initialize(EStructuralFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
initialize(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
initialize(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
initialize(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
 
initialize(String) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
InitializeCopyCommand - class org.eclipse.emf.edit.command.InitializeCopyCommand.
The initialize copy command is implementated to set the values of an object copy based on those of the original (copied) object.
InitializeCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Constructor for class org.eclipse.emf.edit.command.InitializeCopyCommand
This constructs an instance that will copy the attribute values of value to those of owner.
initializeDelegateEList() - Method in class org.eclipse.emf.common.util.BasicEMap
Initializes the BasicEMap.delegateEList.
initializeDelegateEList() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
initializePackageContents() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
Complete the initialization of the package and its meta-model.
initializerMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
initialObjectCreationPage - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
This is the file creation page.
initialObjectField - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
initJavaSourceContainer(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETNature
Initializes the Java Source Container
initTemplateContainer(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETNature
Initializes the template container.
INITV - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
innerIndex - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
INotifyChangedListener - interface org.eclipse.emf.edit.provider.INotifyChangedListener.
This interface is implemented by something that can handle MOF-style change notifications.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
The given Viewer will start (oldInput == null) or stop (newInput == null) listening for domain events.
inputFile - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
 
insertClone(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
instance - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
instance - Variable in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
The cached value of the 'Instance' attribute.
instance - Static variable in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This is initialized and returned by LocalTransfer.getInstance().
instance - Static variable in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
INSTANCE - Static variable in class org.eclipse.emf.common.CommonPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.common.command.IdentityCommand
An empty instance of this object.
INSTANCE - Static variable in class org.eclipse.emf.common.command.UnexecutableCommand
The one instance of this object.
INSTANCE - Static variable in class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin
Keep track of the singleton.
INSTANCE - Static variable in interface org.eclipse.emf.ecore.EPackage.Registry
 
INSTANCE - Static variable in class org.eclipse.emf.ecore.provider.EcoreEditPlugin
Keep track of the singleton.
INSTANCE - Static variable in class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin
Keep track of the singleton.
INSTANCE - Static variable in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
The global static resource factory registry.
INSTANCE - Static variable in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
The implementation of the global mapping registry.
INSTANCE - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
INSTANCE_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
The default value of the 'Instance Class' attribute.
INSTANCE_CLASS_NAME_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
The default value of the 'Instance Class Name' attribute.
INSTANCE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
The default value of the 'Instance' attribute.
instanceClass - Variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
The cached value of the 'Instance Class' attribute.
instanceClassName - Variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
The cached value of the 'Instance Class Name' attribute.
INTEGER_DATATYPE_IS_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
INTEGER_DATATYPE_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
INTEGER_IS_MANY_ADD - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
INTEGER_IS_MANY_MOVE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
INTEGRAL_VALUE_IMAGE - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
INTERFACE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
interface_ - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'Interface' attribute.
INTERFACE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EClassImpl
The default value of the 'Interface' attribute.
interfaceEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
interfaceTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
InternalEList - interface org.eclipse.emf.ecore.util.InternalEList.
 
InternalEObject - interface org.eclipse.emf.ecore.InternalEObject.
An internal interface implemented by all EObjects.
inverseAdd(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
inverseAdd(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
inverseAdd(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
inverseAdd(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
inverseAdd(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
inverseAdd(Object, NotificationChain) - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This implementation will call IUpdateableItemParent.setParent, if appropriate.
inverseFeatureID - Variable in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList
 
inverseFeatureID - Variable in class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
inverseRemove(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
inverseRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
inverseRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
inverseRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
inverseRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
inverseRemove(Object, NotificationChain) - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This implementation will call IUpdateableItemParent.setParent, if appropriate.
is - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
IS_ABSTRACT - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_AGGREGATE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
IS_CHANGEABLE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_COMPOSITE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_CONTAINER - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
IS_CONTAINMENT - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
IS_ENUM - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
IS_EOBJECT - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
IS_GENERATED - Static variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
IS_ID - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_INTERFACE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_LOADED - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
IS_MANY - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
IS_MANY_ADD - Static variable in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
IS_MANY_MOVE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
IS_NAVIGABLE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
IS_PRIMITIVE - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
IS_RESOLVABLE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_RESOLVE_PROXIES - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_SERIALIZABLE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_SET - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
IS_SET_CHANGE_INDEX - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
A position value which indicates that NotificationImpl.isTouch() should return false.
IS_TRANSIENT - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_UNIQUE - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
IS_UNIT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
IS_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
IS_VOLATILE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
isAbstract() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isAbstract() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isAbstract() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isAbstract() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'Abstract' attribute.
isAbstract() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
isAdapterFactory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Adapter Factory' attribute.
isAdapterFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
isAdapterForType(Object) - Method in interface org.eclipse.emf.common.notify.Adapter
Returns whether the adapter is of the given type.
isAdapterForType(Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
Returns false
isAdapterForType(Object) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAdapterForType(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
The adapter factory is used as the type key.
isAdapterForType(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This returns true, only if this adapter was created by the given factory; the adapter factory is used as the type key.
isAggregate() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isAllAttributesCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAllContainmentsCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAllOperationsCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAllowed - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
isAllReferencesCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAllStructuralFeaturesCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAllSuperCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAncestor(Collection, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns whether any EObject, Resource, or ResourceSet in the collection is an ancestor of the EObject.
isAncestor(EObject, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns whether the second object is directly or indirectly contained by the first object, i.e., whether the second object is in the content tree of the first.
isAncestor(Resource, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns whether the given resource is that of the object, i.e., whether the object is in the content tree of the resource.
isAncestor(ResourceSet, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns whether the given resource set is that of the object, i.e., whether the object is in the content tree of the resource set.
isArrayType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
isArrayType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isBidirectional() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isBidirectional() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isBidirectional() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
isBooleanType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isBooleanType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isCellEditing - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
isCellEditing - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
isChangeable() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isChangeable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isChangeable() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isChangeable() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Changeable' attribute.
isChangeable() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
isChildren() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Children' attribute.
isChildren() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
isCompatibleWith(IPropertyDescriptor) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
isCompatibleWith(Object, Object, IItemPropertyDescriptor) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This indicates whether these two property descriptors are equal.
isCompatibleWith(Object, Object, IItemPropertyDescriptor) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This indicates whether these two property descriptors are equal.
isCompatibleWith(Object, Object, IItemPropertyDescriptor) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns whether this property descriptor and the given one are compatible.
isContainer() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isContainer() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isContainer() - Method in interface org.eclipse.emf.ecore.EReference
Returns the value of the 'Container' attribute.
isContainer() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
isContainer() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
isContainment() - Method in interface org.eclipse.emf.ecore.EReference
Returns the value of the 'Containment' attribute.
isContainment() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
isContainment() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
isContainment() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList
 
isContainment() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
isContains() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isContains() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isContentZipEntry(ZipEntry) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns whether the given entry is the content entry for this resource.
isCreationCommands() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Creation Commands' attribute.
isCreationCommands() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a current document reference; that is, if it is a relative hierarchical URI with no authority, device or query components, and no path segments; false is returned otherwise.
isDelimiter() - Method in class org.eclipse.emf.codegen.jet.JETReader
Parse utils - Is current character a token delimiter ? Delimiters are currently defined to be =, >, <, ", and ' or any any space character as defined by isSpace.
isDerived() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isDirty - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
isDirty - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
isDirty - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage
 
isDirty - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
isDirty() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is for implementing IEditorPart and simply tests the command stack.
isDirty() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is for implementing IEditorPart and simply tests the command stack.
isDown - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
isDown() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
isDragCommandExecuted - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of whether execute has been called on the DragAndDropCommand.dragCommand.
isDynamicTemplates() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Dynamic Templates' attribute.
isDynamicTemplates() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
isEcorePackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
isEcorePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isEmpty() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns whether there are commands in the list.
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether the list has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a current document reference with no fragment component; false otherwise.
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether the map has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
isEmpty() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
isEmpty(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
isEnabled() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.GenerateAction
 
isEnum() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
isEnumType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isEnumType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isEObject() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isEObject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isEObject() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
isEObject() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
isEObject() - Method in class org.eclipse.emf.ecore.util.EDataTypeEList
 
isEObject() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
isError() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Returns true if there was an error in the last XML element; false otherwise.
isExecutable - Variable in class org.eclipse.emf.common.command.AbstractCommand
Keeps track of whether the command is executable.
isExternalInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
This indicates that there is already an existing interface for this class or interface, so none will be generated.
isExternalInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isFactoryForType(Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns whether this factory supports adapters for the given type.
isFactoryForType(Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns false.
isFactoryForType(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
isFactoryForType(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
isFactoryForType(Object) - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This just delegates to the DecoratorAdapterFactory.decoratedAdapterFactory.
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This also check if the type is one of the supported types.
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFile() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that may refer directly to a locally accessible file.
isForceOverwrite() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Force Overwrite' attribute.
isForceOverwrite() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
ISFROMMODEL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
isGenerateSchema() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Generate Schema' attribute.
isGenerateSchema() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
isHierarchical() - Method in class org.eclipse.emf.common.util.URI
Returns true if this a a hierarchical URI, or false if it is of the generic form.
isID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isID() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isID() - Method in interface org.eclipse.emf.ecore.EAttribute
Returns the value of the 'ID' attribute.
isID() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
isImage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Image' attribute.
isImage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
isInBuild() - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
isIncluded(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
isIncluded(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
isIncluded(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
isIncluded(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList.FeatureIteratorImpl
 
ISINCLUDEDINCH - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ISINCLUDEDINDO - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
isInstance(Object) - Method in interface org.eclipse.emf.ecore.EClassifier
Returns whether the object is an instance of this classifier.
isInstance(Object) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
Returns whether the object is an instance of this classifier.
isInstance(Object) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
Determines if the specified Object is an instance of this.
isInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isInterface() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'Interface' attribute.
isInterface() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
isJavaUtilMapEntry(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
isJETProject(IProject) - Static method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
Return whether this is a JET project.
isLabelProperty(Object, String) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This always returns true right now.
isList - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
isListMapping - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
isListType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isListType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isLoaded - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The loaded flag.
isLoaded() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isLoaded() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns whether the resource is loaded.
isLoaded() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
isMany() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Many' attribute.
isMany() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isMany() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
isMapEntry() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isMapEntry() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isMapEntryFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isMapType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isMapType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isMarkedUp(RegularExpression, IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
isModified - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The modified flag.
isModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isModified() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns whether this resource has been modified.
isModified() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
isNavigable() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isNil(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
isNonNLSMarkers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Non NLS Markers' attribute.
isNonNLSMarkers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
isNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
isNotificationRequired() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
isNotificationRequired() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
isNotificationRequired() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
isNotificationRequired() - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This always notifies.
isNotify() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Notify' attribute.
isNotify() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
isNull() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Returns true if the xsi:nil attribute is in the list of attributes.
isNull() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
Returns true if the xsi:null attribute is in the list of attributes.
isNull() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
Returns true if the xsi:nil attribute is in the list of attributes.
isPageComplete() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
isPageComplete() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
isPageComplete() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage
 
isPageComplete() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
isPageComplete() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
The framework calls this to see if the file is correct.
isPath(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
isPessimistic - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
Whether commands that have been tentatively executed need to be undone.
isPrefix() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that ends in a slash; that is, it has a trailing path separator or is the root absolute path, and has no query and no fragment; false is returned otherwise.
isPrefixMapEntry - Variable in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.MappingEntryImpl
The indicator whether this entry represents a folder to folder mapping.
isPrepared - Variable in class org.eclipse.emf.common.command.AbstractCommand
Keeps track of whether prepare needs to be called.
isPrimitive() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
isPrimitiveType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isPrimitiveType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
isPrimitiveType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isPrimitiveType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isPrimitiveType(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
isProperty() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isProperty() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isPropertySet(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This does the delegated job of determine whether the property value from the given object is set.
isPropertySet(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of determining whether the property value from the given object is set.
isPropertySet(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
This determines whether this descriptor's property for the object is set.
isPropertySet(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
This delegates to IItemPropertyDescriptor.isPropertySet.
isPropertySet(Object, String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements PropertySource by delegating to the descriptor, which is assumed to support the IItemPropertyDescriptor interface
isProviderSingleton() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isProviderSingleton() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
ISQUERYABLE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ISREADONLY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
isReferenceType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isReferenceType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isRelative() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a relative URI, or false if it is an absolute URI.
isRequired() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Required' attribute.
isRequired() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isReset() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the isReset method of the notification.
isReset() - Method in interface org.eclipse.emf.common.notify.Notification
Returns true if the notification's feature has been set to its default value.
isReset() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isResolveProxies() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isResolveProxies() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isResolveProxies() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isResolveProxies() - Method in interface org.eclipse.emf.ecore.EReference
Returns the value of the 'Resolve Proxies' attribute.
isResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
isRoot - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
isRuntimeJar() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Runtime Jar' attribute.
isRuntimeJar() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
isSaveAsAllowed() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This always returns false because it is not current supported.
isSaveAsAllowed() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This always returns true because it is not currently supported.
isSaveNeeded() - Method in class org.eclipse.emf.common.command.BasicCommandStack
Returns whether the model has changes since BasicCommandStack.saveIsDone() was call the last.
isSerializable() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
isSerializable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isSerializable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
isSerializable() - Method in interface org.eclipse.emf.ecore.EDataType
Returns the value of the 'Serializable' attribute.
isSerializable() - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
isSet - Variable in class org.eclipse.emf.ecore.util.EObjectEList.Unsettable
 
isSet - Variable in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable
 
isSet - Variable in class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable
 
isSet - Variable in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable
 
isSet - Variable in class org.eclipse.emf.ecore.util.EDataTypeUniqueEList.Unsettable
 
isSet - Variable in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable
 
isSet() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Returns whether a value is held by the feature of the object.
isSet() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
isSet() - Method in class org.eclipse.emf.ecore.util.EObjectEList.Unsettable
 
isSet() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable
 
isSet() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
isSet() - Method in class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable
 
isSet() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
isSet() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable
 
isSet() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable
 
isSetDefaultValue() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isSetDefaultValue() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isSettable - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is returned by ItemPropertyDescriptor.canSetProperty(java.lang.Object).
isSpace() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
isStringType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isStringType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isSuperTypeOf(EClass) - Method in interface org.eclipse.emf.ecore.EClass
Returns whether this class is the same as, or a super type of, some other class.
isSuperTypeOf(EClass) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified someClass parameter.
isSupportedAction(Object) - Method in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
isTextFeatureValue(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
isTextFeatureValue(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
isTouch() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the isTouch method of the notification.
isTouch() - Method in interface org.eclipse.emf.common.notify.Notification
Returns true if this notification represents an event that did not change the state of the notifying object.
isTouch() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isTrackingModification() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns whether modification tracking is enabled.
isTrackingModification() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
isTransient() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isTransient() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Transient' attribute.
isTransient() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
isTreeOnly - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
IStructuredItemContentProvider - interface org.eclipse.emf.edit.provider.IStructuredItemContentProvider.
This is the interface needed to populate the top level items in a TreeViewer, the items of a ListViewer, or the rows of a TableViewer.
isUndoable - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
The result for CompoundCommand.canUndo().
isUnique() - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether objects are constrained to appear at most once in the list.
isUnique() - Method in class org.eclipse.emf.common.util.UniqueEList
Returns true because this list requires uniqueness.
isUnique() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isUnique() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isUnique() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isUnique() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Unique' attribute.
isUnique() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
isUnique() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
isUnique() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
isUnique() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
isUnique() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
isUnique() - Method in class org.eclipse.emf.ecore.util.EDataTypeUniqueEList
 
isUnique() - Method in class org.eclipse.emf.ecore.util.EDataTypeUniqueEList.Unsettable
 
isUnsettable() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isUnsettable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isUnsettable() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isUnsettable() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Unsettable' attribute.
isUnsettable() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
isUnsettable() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
isUpdateClasspath() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Update Classpath' attribute.
isUpdateClasspath() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
isValid() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
isValidPath(String) - Static method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
isVoid() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
isVoid() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
isVolatile() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isVolatile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isVolatile() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
isVolatile() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Volatile' attribute.
isVolatile() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
ITableItemLabelProvider - interface org.eclipse.emf.edit.provider.ITableItemLabelProvider.
This is the interface needed to provide labels for items in a TableViewer.
itemDelegator - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is a convenient wrapper of the ItemPropertyDescriptor.adapterFactory.
itemDelegator - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
itemDelegator - Variable in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
itemDelegator - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
itemGIFEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
itemGIFName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
ITEMLABEL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
itemPropertyDescriptor - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
itemPropertyDescriptor - Variable in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
This is the descriptor to which we will delegate all the IPropertyDescriptor methods.
ItemPropertyDescriptor - class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.
This implementation of an item property descriptor supports delegating of the IItemPropertySource interface to the IItemPropertyDescriptor interface.
ItemPropertyDescriptor.ItemDelegator - class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator.
This class uses a static image
ItemPropertyDescriptor.ItemDelegator(ItemPropertyDescriptor, AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
ItemPropertyDescriptor.PropertyValueWrapper - class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper.
 
ItemPropertyDescriptor.PropertyValueWrapper(AdapterFactory, Object, Object, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
ItemPropertyDescriptor(AdapterFactory, String, String, EReference[]) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance where the category and filter flags are empty and the cell editor is determined for the references.
ItemPropertyDescriptor(AdapterFactory, String, String, EReference[], boolean) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance where the category and filter flags are empty and the cell editor is determined for the references.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance where the category and filter flags are empty and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance where the category and filter flags are empty and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance where the category and filter flags are empty, there is a static image used, and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, Object, String) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance where the filter flags are empty, there is a static image used and a specifed category, and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, String) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance where the filter flags are empty, there is a a specifed category, and the cell editor is determined from the type of the structural feature.
ItemPropertyDescriptorDecorator - class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator.
 
ItemPropertyDescriptorDecorator(Object, IItemPropertyDescriptor) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
itemPropertyDescriptors - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This is used to store all the property descriptors.
itemPropertySource - Variable in class org.eclipse.emf.edit.ui.provider.PropertySource
This is the descriptor to which we will delegate all the IPropertySource methods.
ItemProvider - class org.eclipse.emf.edit.provider.ItemProvider.
This item provider implementation is a convenient reusable base that can be used for an item provider that isn't an adapter for an EMF object.
ItemProvider.ItemProviderNotification - class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification.
This class implements a Notification for an ItemProvider.
ItemProvider.ItemProviderNotification(ItemProvider, int, Object, Object, int) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
ItemProvider.ItemProviderNotifyingArrayList - class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.
This class overrides the "notify" methods to fire INotifyChangedListener calls and it overrides the "inverse basic" methods to maintain referential integrity by calling IUpdateableItemParent.setParent.
ItemProvider.ItemProviderNotifyingArrayList(ItemProvider) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This constructs an empty instance.
ItemProvider.ItemProviderNotifyingArrayList(ItemProvider, Collection) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This constructs an instance with the same initial content as the given collection.
ItemProvider.ItemProviderNotifyingArrayList(ItemProvider, int) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This constructs an instance with this initial capacity.
ItemProvider() - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with an empty text that yields no children.
ItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory and an empty text that yields no children.
ItemProvider(AdapterFactory, Collection) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory that yields the given children.
ItemProvider(AdapterFactory, String) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factor and text that yields no children.
ItemProvider(AdapterFactory, String, Collection) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory and text that yields the given children.
ItemProvider(AdapterFactory, String, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory, text, and image that yields no children.
ItemProvider(AdapterFactory, String, Object, Collection) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory, text and image that yields the given children.
ItemProvider(AdapterFactory, String, Object, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory, text, image, and parent that yields no children.
ItemProvider(AdapterFactory, String, Object, Object, Collection) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory, notifier, text, image, and parent that yields the given children.
ItemProvider(Collection) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with an empty text that yields the given children.
ItemProvider(String) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text that yields the no children.
ItemProvider(String, Collection) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text that yields the given children.
ItemProvider(String, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text and image that yields the no children.
ItemProvider(String, Object, Collection) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text and image that yields the given children.
ItemProvider(String, Object, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text, image, and parent that yields no children.
ItemProvider(String, Object, Object, Collection) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text, image, and parent that yields the given children.
ItemProviderAdapter - class org.eclipse.emf.edit.provider.ItemProviderAdapter.
This adapter implementation provides a convenient reusable base for adapters that will be used as item providers.
ItemProviderAdapter(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ItemProviderAdapter
An instance is created from an adapter factory.
itemProviderAdapterFactoryEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
itemProviderAdapterFactoryTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
ItemProviderDecorator - class org.eclipse.emf.edit.provider.ItemProviderDecorator.
This implementation provides a convenient reusable base for item providers that will be used as decorators of other item providers.
ItemProviderDecorator(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ItemProviderDecorator
An instance is created from an adapter factory.
itemProviderDecorators - Variable in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
itemProviderEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
itemProviderTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
ITEMS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
itemURLPrefix - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
iterator() - Method in class org.eclipse.emf.common.util.BasicEList
Returns an iterator.
iterator() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic iterator.
iterator() - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
iterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
iterator() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
ITreeItemContentProvider - interface org.eclipse.emf.edit.provider.ITreeItemContentProvider.
This is the interface needed to populate subtrees in a TreeViewer.
IUpdateableItemParent - interface org.eclipse.emf.edit.provider.IUpdateableItemParent.
This is the interface implemented by an item provider if it supports an updateable parent relation.
IUpdateableItemText - interface org.eclipse.emf.edit.provider.IUpdateableItemText.
This is the interface implemented by an item provider if it supports an updateable item text.

J

JAVA - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
JAVA - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
JAVACAT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
javaEcoreBuilder - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The builder used for Java conversion.
JavaEcoreBuilder - class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder.
 
JavaEcoreBuilder(IFile) - Constructor for class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Creates a builder for the given file.
JavaEcoreBuilder(IFile, GenModel) - Constructor for class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
 
javaLangImports - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
javaLangTypes - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
javaReservedWords - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
javaSourceField - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
javaToNative(Object, TransferData) - Method in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This records the object and current time and encodes only the current time into the transfer data.
jControlModel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
jControlModel - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
JControlModel - class org.eclipse.emf.codegen.jmerge.JControlModel.
A control model that provides dictionaries and rules to drive a merge process.
JControlModel.DictionaryPattern - class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern.
 
JControlModel.DictionaryPattern() - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
JControlModel.DictionaryPattern(Element) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
JControlModel.Feature - class org.eclipse.emf.codegen.jmerge.JControlModel.Feature.
 
JControlModel.Feature(String, Class[]) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.Feature
 
JControlModel.PullRule - class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule.
 
JControlModel.PullRule() - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
JControlModel.PullRule(Element) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
JControlModel.SortRule - class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule.
 
JControlModel.SortRule() - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
JControlModel.SortRule(Element) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
JControlModel.SweepRule - class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule.
 
JControlModel.SweepRule() - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
JControlModel.SweepRule(Element) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
JControlModel(Element) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel
 
JControlModel(String) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel
This creates an instance.
jControlModelName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
jdomFactory - Static variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The factory used to create JDOM.
jdomFactory - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
jdomFactory - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
JET_EXTENSION - Static variable in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
JET_NATURE_PROPERTIES_FILE - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
JET_SETTINGS_NODE - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
JETAddNatureOperation - class org.eclipse.emf.codegen.jet.JETAddNatureOperation.
 
JETAddNatureOperation(Collection) - Constructor for class org.eclipse.emf.codegen.jet.JETAddNatureOperation
Creates an instance from the given collection of projects.
JETBuilder - class org.eclipse.emf.codegen.jet.JETBuilder.
 
JETBuilder() - Constructor for class org.eclipse.emf.codegen.jet.JETBuilder
Creates a new instances.
JETCharDataGenerator - class org.eclipse.emf.codegen.jet.JETCharDataGenerator.
The JETCharDataGenerator generates strings for the character data present in the template file.
JETCharDataGenerator(char[]) - Constructor for class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
JETCompiler - class org.eclipse.emf.codegen.jet.JETCompiler.
 
JETCompiler(String) - Constructor for class org.eclipse.emf.codegen.jet.JETCompiler
 
JETCompiler(String[], String) - Constructor for class org.eclipse.emf.codegen.jet.JETCompiler
 
JETCompiler(String, InputStream, String) - Constructor for class org.eclipse.emf.codegen.jet.JETCompiler
 
JETCompileTemplateOperation - class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation.
 
JETCompileTemplateOperation(IProject, Collection) - Constructor for class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Creates an instance given the collection of resources.
JETCompileTemplateOperation(IProject, Collection, Collection) - Constructor for class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Creates an instance given the collection of resources.
JETConstantDataGenerator - class org.eclipse.emf.codegen.jet.JETConstantDataGenerator.
The JETConstantDataGenerator generates constant declaration of the strings.
JETConstantDataGenerator(char[], String) - Constructor for class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
JETCoreElement - interface org.eclipse.emf.codegen.jet.JETCoreElement.
The core elements we recognize; these are stateless abstractions that represent the parsing action for a core tag.
JETEmitter - class org.eclipse.emf.codegen.jet.JETEmitter.
 
JETEmitter.MyJETCompiler - class org.eclipse.emf.codegen.jet.JETEmitter.MyJETCompiler.
 
JETEmitter.MyJETCompiler(JETEmitter, String) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter.MyJETCompiler
 
JETEmitter.MyJETCompiler(JETEmitter, String[], String) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter.MyJETCompiler
 
JETEmitter(String) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter
 
JETEmitter(String[], String) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter
 
JETException - exception org.eclipse.emf.codegen.jet.JETException.
Base class for all exceptions generated by the JET engine.
JETException(String) - Constructor for class org.eclipse.emf.codegen.jet.JETException
 
JETException(String, Throwable) - Constructor for class org.eclipse.emf.codegen.jet.JETException
Creates a JETException with the embedded exception and the reason for throwing a JETException.
JETException(Throwable) - Constructor for class org.eclipse.emf.codegen.jet.JETException
Creates a JETException with the embedded exception.
JETExpressionGenerator - class org.eclipse.emf.codegen.jet.JETExpressionGenerator.
Generator to deal with JSP expressions: <%= ...
JETExpressionGenerator(char[]) - Constructor for class org.eclipse.emf.codegen.jet.JETExpressionGenerator
 
JETGenerator - interface org.eclipse.emf.codegen.jet.JETGenerator.
The interface that all generators implement.
jetJavaSourceContainer - Variable in class org.eclipse.emf.codegen.jet.JETNature
 
JETMark - class org.eclipse.emf.codegen.jet.JETMark.
A mark represents a point in the JET input.
JETNature - class org.eclipse.emf.codegen.jet.JETNature.
 
JETNature() - Constructor for class org.eclipse.emf.codegen.jet.JETNature
Constructor for JETNature.
JETParseEventListener - interface org.eclipse.emf.codegen.jet.JETParseEventListener.
The interface for the JET code generation backend.
JETParser - class org.eclipse.emf.codegen.jet.JETParser.
This class and all those in this package is work derived from contributions of multiple authors as listed below.
JETParser.Action - interface org.eclipse.emf.codegen.jet.JETParser.Action.
 
JETParser.DelegatingListener - class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener.
 
JETParser.DelegatingListener(JETParseEventListener, JETParser.Action) - Constructor for class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
JETParser.Directive - class org.eclipse.emf.codegen.jet.JETParser.Directive.
 
JETParser.Directive() - Constructor for class org.eclipse.emf.codegen.jet.JETParser.Directive
 
JETParser.Expression - class org.eclipse.emf.codegen.jet.JETParser.Expression.
 
JETParser.Expression() - Constructor for class org.eclipse.emf.codegen.jet.JETParser.Expression
 
JETParser.QuoteEscape - class org.eclipse.emf.codegen.jet.JETParser.QuoteEscape.
Quoting in template text.
JETParser.QuoteEscape() - Constructor for class org.eclipse.emf.codegen.jet.JETParser.QuoteEscape
 
JETParser.Scriptlet - class org.eclipse.emf.codegen.jet.JETParser.Scriptlet.
 
JETParser.Scriptlet() - Constructor for class org.eclipse.emf.codegen.jet.JETParser.Scriptlet
 
JETParser(JETReader, JETParseEventListener, JETCoreElement[]) - Constructor for class org.eclipse.emf.codegen.jet.JETParser
 
jetProject - Variable in class org.eclipse.emf.codegen.jet.JETNature
 
JETPropertyPage - class org.eclipse.emf.codegen.presentation.JETPropertyPage.
 
JETPropertyPage() - Constructor for class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
JETReader - class org.eclipse.emf.codegen.jet.JETReader.
JETReader is an input buffer for the JSP parser.
JETReader(String, InputStream, String) - Constructor for class org.eclipse.emf.codegen.jet.JETReader
 
JETScriptletGenerator - class org.eclipse.emf.codegen.jet.JETScriptletGenerator.
Generator for <% ....
JETScriptletGenerator(char[]) - Constructor for class org.eclipse.emf.codegen.jet.JETScriptletGenerator
 
JETSkeleton - class org.eclipse.emf.codegen.jet.JETSkeleton.
 
JETSkeleton() - Constructor for class org.eclipse.emf.codegen.jet.JETSkeleton
 
jetTemplateContainers - Variable in class org.eclipse.emf.codegen.jet.JETNature
 
JMerger - class org.eclipse.emf.codegen.jmerge.JMerger.
This implements the method JMerger.run(java.lang.Object), which is called just like main during headless workbench invocation.
JMerger.FindAndReplace - class org.eclipse.emf.codegen.jmerge.JMerger.FindAndReplace.
 
JMerger.FindAndReplace(RegularExpression) - Constructor for class org.eclipse.emf.codegen.jmerge.JMerger.FindAndReplace
 
JMerger() - Constructor for class org.eclipse.emf.codegen.jmerge.JMerger
This creates an empty instances, an when used as a runnable.
JMerger(JControlModel, IDOMCompilationUnit, IDOMCompilationUnit) - Constructor for class org.eclipse.emf.codegen.jmerge.JMerger
 
jPackage - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
JPatternDictionary - class org.eclipse.emf.codegen.jmerge.JPatternDictionary.
A dictionary of signatures and JDOM nodes.
JPatternDictionary(IDOMCompilationUnit, JControlModel) - Constructor for class org.eclipse.emf.codegen.jmerge.JPatternDictionary
This creates an instance.
justIndex - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 

K

keepHistory - Variable in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.PlatformResourceOutputStream
 
key - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The key.
key - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
key - Variable in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
The cached value of the 'Key' attribute.
KEY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
KEY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
KEY_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
The default value of the 'Key' attribute.
keyListener - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
KEYS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
keySet - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The map key set view.
keySet() - Method in interface org.eclipse.emf.common.util.EMap
Returns a set view of the keys of the entries.
keySet() - Method in class org.eclipse.emf.common.util.BasicEMap
 
keySet() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
KEYVALUE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
kind - Variable in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 

L

label - Variable in class org.eclipse.emf.common.command.AbstractCommand
Holds the label of the command as returned by AbstractCommand.getLabel() and set by AbstractCommand.setLabel(java.lang.String).
label - Variable in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
LABEL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
LABEL - Static variable in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.SetCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.InitializeCopyCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.CopyCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.MoveCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.ReplaceCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.RemoveCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.CutToClipboardCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.AddCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.CreateCopyCommand
This caches the label.
labelFeature - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Label Feature' reference.
labelProvider - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
labelProviderListeners - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This keeps track of the label provider listeners.
LANGUAGE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
LAST_COMMAND_ALL - Static variable in class org.eclipse.emf.common.command.CompoundCommand
When CompoundCommand.resultIndex is set to this, CompoundCommand.getResult() and CompoundCommand.getAffectedObjects() are delegated to the last command, if any, in the list.
LAST_ESUPER_ADAPTER_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
lastCursor - Variable in class org.eclipse.emf.common.util.BasicEList.EIterator
The previous position of the iterator.
lastCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The last cursor in the entry data.
lastElementIsStart - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
lastEntryCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the list of entries.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the position of the last occurrence of the object in the list.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
lastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
lastSegment() - Method in class org.eclipse.emf.common.util.URI
Returns the last segment in the segment array, or null.
leadingTabs - Static variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
LEFT_PAREN - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
leftGradient - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
length - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
LENGTH - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
LESS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
lexer - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseTree
 
lexer - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
LF - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
line - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the line index.
line - Variable in class org.eclipse.emf.ecore.xmi.XMIException
 
lineCounter - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
lineNum - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
lineWidth - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
listener - Variable in class org.eclipse.emf.codegen.jet.JETParser
The backend that is notified of constructs recognized in the input...
listeners - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The CommandStackListeners.
listeners - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseComponent
 
listFeatures(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
listIterator() - Method in class org.eclipse.emf.common.util.BasicEList
Returns a list iterator.
listIterator() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic list iterator.
listIterator() - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
listIterator() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
listIterator(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns a list iterator advanced to the given index.
listIterator(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic list iterator advanced to the index.
listIterator(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
listIterator(int) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
listKinds(EStructuralFeature[]) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
listViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This shows how a list view works.
Literals - class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals.
Utility class for converting primitive values, strings, and classes to literals that could appear in code.
load(InputStream, Map) - Method in interface org.eclipse.emf.ecore.resource.Resource
Loads the resource from the input stream using the specified options.
load(InputStream, Map) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
load(Map) - Method in interface org.eclipse.emf.ecore.resource.Resource
Loads the resource using the specified options.
load(Map) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
load(XMLResource, InputStream, Map) - Method in interface org.eclipse.emf.ecore.xmi.XMLLoad
 
load(XMLResource, InputStream, Map) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
Start parsing with the default handler; either XMI or XML.
loaded() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
loader - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseTree
 
loadFromEcore - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
loadFromJavaAnnotations - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
loadFromRose - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
loadFromXMLSchema - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
loadNothing - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
loadOptions - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
The load options.
loadResource(String) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is a convenience method to load a resource, you could use the resource set returned by AdapterFactoryEditingDomain.getResourceSet() directly.
loadResource(String) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This loads the specified resource into this editing domain's resource set.
loadTree(RoseNode, UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
LocalTransfer - class org.eclipse.emf.edit.ui.dnd.LocalTransfer.
This derived implementation of a byte array transfer short circuits the transfer process so that a local transfer does not serialize the object and hence can and will return the original object, not just a clone.
LocalTransfer() - Constructor for class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This creates an instance; typically you get one from LocalTransfer.getInstance().
location - Variable in class org.eclipse.emf.ecore.xmi.XMIException
 
location - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the location of the drag and drop.
location - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand.Detail
 
location - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
LOCATION - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
locator - Variable in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
 
locator - Variable in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
log(Object) - Method in class org.eclipse.emf.common.EMFPlugin
 
log(Object) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
log(Object) - Method in interface org.eclipse.emf.common.util.Logger
Logs an entry.
Logger - interface org.eclipse.emf.common.util.Logger.
A logger of log entries.
LOGICAL_MODELS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
LOGICAL_PRESENTATIONS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
LOGICAL_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
lower - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
lower - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
LOWER_BOUND_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Lower Bound' attribute.
lowerBound - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The cached value of the 'Lower Bound' attribute.
lowerLocationBound - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the lower range of locations in which the effect of this command remains unchanged.

M

main(String[]) - Static method in class org.eclipse.emf.codegen.ecore.Generator
This supports a non-headless invocation.
main(String[]) - Static method in class org.eclipse.emf.codegen.ecore.rose2ecore.Rose2Ecore
 
makeAbsolute(URI, URI) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
makeDefaultHandler() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
makeDefaultHandler() - Method in class org.eclipse.emf.ecore.xmi.impl.XMILoadImpl
 
makeParser() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
Make either a validating or non-validating parser; throw an if one could not be made.
makeRelative(URI, URI) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
MANAGEDCAT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
map - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The map view.
map - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
map() - Method in interface org.eclipse.emf.common.util.EMap
Returns a map view.
map() - Method in class org.eclipse.emf.common.util.BasicEMap
 
map() - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Returns a map view that implements URIConverterImpl.URIMap.
map(IDOMNode, IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
MAPASOBJECTRELATIONSHIP - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
mapChildren(IDOMNode, IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
mappingRoot - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
mapProperties - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
mark() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
mark() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
mark() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
markedLineWidth - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
markImportLocation(StringBuffer) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
markImportLocation(StringBuffer) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
markImportLocation(StringBuffer, GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
markImportLocation(StringBuffer, GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
markup - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
markup - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
markupMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
master - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
match(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
matches(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
matchesIgnoreCase(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
MAX_HEIGHT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
MAX_WIDTH - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This populates the pop-up menu before it appears.
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This implements org.eclipse.jface.action.IMenuListener to help fill the context menus with contributions from the Edit menu.
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This implements org.eclipse.jface.action.IMenuListener to help fill the context menus with contributions from the Edit menu.
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This populates the pop-up menu before it appears.
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This implements org.eclipse.jface.action.IMenuListener to help fill the context menus with contributions from the Edit menu.
MERGE_COMMAND_ALL - Static variable in class org.eclipse.emf.common.command.CompoundCommand
When CompoundCommand.resultIndex is set to this, CompoundCommand.getResult() and CompoundCommand.getAffectedObjects() are set to the result of merging the corresponding collection of each command in the list.
merge() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
merge() - Method in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
merge(Notification) - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the merge method of the notification.
merge(Notification) - Method in interface org.eclipse.emf.common.notify.Notification
Returns whether the notification can be and has been merged with this one.
merge(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
metaObjectID - Variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
method - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
methodMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
modCount - Variable in class org.eclipse.emf.common.util.BasicEMap
The modification indicator used to ensure iterator integrity.
MODEL_DIRECTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Model Directory' attribute.
MODEL_NAME_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Model Name' attribute.
MODEL_PLUGIN_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Model Plugin Class' attribute.
MODEL_PLUGIN_ID_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Model Plugin ID' attribute.
modelAnnotationExpression - Static variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The pattern for extracting the @model annotations.
modelDirectory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Model Directory' attribute.
modelFile - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The GenModel file to be opened in an editor.
modelFile - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard.GenModelModelWizardNewFileCreationPage
Remember the model file.
modelFile - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardNewFileCreationPage
Remember the model file.
modelFile - Variable in class org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage
Remember the model file.
modelGIFEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
modelGIFName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
modelName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Model Name' attribute.
modelPackage - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.emf.ecore.util.EcoreSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.emf.edit.tree.util.TreeSwitch
The cached model package
modelPluginClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Model Plugin Class' attribute.
modelPluginClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
modelPluginID - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Model Plugin ID' attribute.
modelPluginTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
modelSwitch - Variable in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
The switch the delegates to the createXXX methods.
modelSwitch - Variable in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
The switch the delegates to the createXXX methods.
modelSwitch - Variable in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
The switch the delegates to the createXXX methods.
modelTree - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
modelTree - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
modelWizardEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
modelWizardGIFEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
modelWizardGIFName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
modelWizardTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
modificationTrackingAdapter - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The modification tracking adapter.
modified() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
modifiedState - Variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
mostRecentCommand - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The command most recently executed, undone, or redone.
MOVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been moved within a list-based feature of the notifier.
move(int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
move(int, int) - Method in interface org.eclipse.emf.common.util.EList
Moves the object from the old position to the new position.
move(int, int) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
move(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Moves the object to the index of the list.
move(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
move(int, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
move(int, Object) - Method in interface org.eclipse.emf.common.util.EList
Moves the object to the new position, if is in the list.
move(int, Object) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
MoveCommand - class org.eclipse.emf.edit.command.MoveCommand.
The move command logically acts upon an owner object that has a collection-based feature containing an object that is to be moved to a new position within the collection.
MoveCommand(EditingDomain, EList, Object, int) - Constructor for class org.eclipse.emf.edit.command.MoveCommand
This constructs a primitive command to move a particular value to a particular index of the specified extent.
MoveCommand(EditingDomain, EObject, EStructuralFeature, Object, int) - Constructor for class org.eclipse.emf.edit.command.MoveCommand
This constructs a primitive command to move a particular value to a particular index of the specified many-valued feature of the owner.
MSVC - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 

N

name - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
name - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
name - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
name - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
name - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
name - Variable in class org.eclipse.emf.ecore.impl.ENamedElementImpl
The cached value of the 'Name' attribute.
name - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
NAME - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
NAME_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.ENamedElementImpl
The default value of the 'Name' attribute.
NATIVE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
nativeToJava(TransferData) - Method in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This decodes the time of the transfer and returns the recorded the object if the recorded time and the decoded time match.
NATURE_ID - Static variable in interface org.eclipse.emf.codegen.jet.IJETNature
The unique identifier for the JET Nature.
NESTEDCLASSES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
nestedGenPackages - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Nested Gen Packages' containment reference list.
nestedPropertySource - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
NEW_FILE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
NEW_LINE_BEGIN - Static variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
NEW_LINE_END - Static variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
NEW_LINE_MIDDLE - Static variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
NEW_PROJECT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
newChildDescriptor - Variable in class org.eclipse.emf.codegen.ecore.genmodel.action.CreateChildAction
This is the descriptor for the child to be created.
newCollection() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return a collection to use for storing settings.
newContentsIterator() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return a tree iterator over the content trees of this cross referencer's objects.
newContentZipEntry() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns a new zip entry for saving the resource contents.
newData(int) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Returns new data storage of type Notification[].
newData(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns new allocated data storage.
newData(int) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
newData(int) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
newData(int) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
newData(int) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
newEntry(int, Object, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a new entry.
newEntry(int, Object, Object) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Creates an URIMappingRegistryImpl.MappingEntryImpl.
newEntry(int, Object, Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
newEntryData(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Returns new allocated entry data storage.
newFileCreationPage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard
This is the one and only page.
newFileCreationPage - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
This is the file creation page.
newFileCreationPage - Variable in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
This is the file creation page.
newIEEEPrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The old value for the case of NotificationImpl.PRIMITIVE_TYPE_DOUBLE, and NotificationImpl.PRIMITIVE_TYPE_FLOAT.
newIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
newJavaSourceContainer - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
newList() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a new allocated list of entries.
newList() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
newListIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
newListIterator() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
newProjectCreationPage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The standard project creation page.
newSimplePrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The new value for the case of NotificationImpl.PRIMITIVE_TYPE_BOOLEAN, NotificationImpl.PRIMITIVE_TYPE_BYTE, NotificationImpl.PRIMITIVE_TYPE_CHAR, NotificationImpl.PRIMITIVE_TYPE_INT, NotificationImpl.PRIMITIVE_TYPE_LONG, and NotificationImpl.PRIMITIVE_TYPE_SHORT.
newTemplateContainers - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
newValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The new value for the case of NotificationImpl.PRIMITIVE_TYPE_OBJECT.
next() - Method in class org.eclipse.emf.common.util.BasicEList.EIterator
Returns the next object and advances the iterator.
next() - Method in class org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator
Returns the next object and advances the iterator.
next() - Method in class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Returns the next object and advances the iterator.
next() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns the next object and advances the iterator.
next() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Returns the next object and advances the iterator.
next() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
next() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
nextChar() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
nextContent() - Method in class org.eclipse.emf.codegen.jet.JETReader
Gets Content until the next potential JSP element.
nextIndex() - Method in class org.eclipse.emf.common.util.BasicEList.EListIterator
Returns the index of the object that would be returned by calling next.
nextIndex() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
nextIndex() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
nextPruneIterator - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The iterator that would be cut short by a call to AbstractTreeIterator.prune().
nextRemoveIterator - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The iterator to which a AbstractTreeIterator.remove() call will delegated.
NIL - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
NIL_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
NL_DECLARATION - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
NL_DECLARATION_TAIL - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
nlString - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
NO_FEATURE_ID - Static variable in interface org.eclipse.emf.common.notify.Notification
An ID indicating that no feature ID information is applicable.
NO_INDEX - Static variable in interface org.eclipse.emf.common.notify.Notification
An index indicating that no position information is applicable.
NO_INDEX - Static variable in class org.eclipse.emf.edit.command.CommandParameter
This value is used to indicate that the optional positional index indicator is unspecified.
NO_INDEX - Static variable in class org.eclipse.emf.edit.command.CreateChildCommand
This value is used to indicate that an optional positional index indicator is unspecified.
noArguments - Static variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
noArguments - Static variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
node - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
nodes - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
nodes - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
noLogicalPresentation - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
NON_EXTERNALIZED_STRING_TAG_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Non Externalized String Tag' attribute.
NON_NLS_MARKERS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Non NLS Markers' attribute.
noNamespacePackage - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
noNamespacePkg - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
NONE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
The 'None' literal value.
NONE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
The 'None' literal value.
NONE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'None' literal value.
NONE_LITERAL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
The 'None' literal object.
NONE_LITERAL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
The 'None' literal object.
NONE_LITERAL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'None' literal object.
nonExternalizedStringTag - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Non Externalized String Tag' attribute.
nonNLSMarkers - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Non NLS Markers' attribute.
noParameterTypes - Static variable in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
noParameterTypes - Static variable in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
noQualify - Static variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
normalize(URI) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Returns the normalized form of the URI.
normalize(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Returns the normalized form of the URI.
NOT_A_DIRECTORY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
notationDecl(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
notFeatures - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
NOTHING - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
notification - Variable in class org.eclipse.emf.common.notify.NotificationWrapper
The notification that is being wrapped.
Notification - interface org.eclipse.emf.common.notify.Notification.
A description of a feature change that has occurred for some notifier.
NotificationChain - interface org.eclipse.emf.common.notify.NotificationChain.
An accumulator of notifications.
NotificationChainImpl - class org.eclipse.emf.common.notify.impl.NotificationChainImpl.
A list that acts as a notification chain.
NotificationChainImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Creates an empty instance.
NotificationChainImpl(int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Creates an empty instance with a given capacity.
NotificationImpl - class org.eclipse.emf.common.notify.impl.NotificationImpl.
An extensible notification implementation.
NotificationImpl(int, boolean, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, boolean, boolean, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, byte, byte) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, byte, byte, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, char, char) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, char, char, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, double, double) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, double, double, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, float, float) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, float, float, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, int, int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, int, int, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, long, long) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, long, long, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object, int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, short, short) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, short, short, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationWrapper - class org.eclipse.emf.common.notify.NotificationWrapper.
A notification that wraps another notification.
NotificationWrapper(Notification) - Constructor for class org.eclipse.emf.common.notify.NotificationWrapper
Create an instance with the specified notification.
NotificationWrapper(Object, Notification) - Constructor for class org.eclipse.emf.common.notify.NotificationWrapper
Create an instance with the specified notifier and notification.
notifier - Variable in class org.eclipse.emf.common.notify.NotificationWrapper
An optional override value for the notification's notifier.
notifier - Variable in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
Notifier - interface org.eclipse.emf.common.notify.Notifier.
A source of notification delivery.
NotifierImpl - class org.eclipse.emf.common.notify.impl.NotifierImpl.
An extensible notifier implementation.
NotifierImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotifierImpl
Creates a blank new instance.
notify - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Notify' attribute.
NOTIFY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Notify' attribute.
notifyChanged(Notification) - Method in interface org.eclipse.emf.common.notify.Adapter
Notifies that a change to some feature has occurred.
notifyChanged(Notification) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
Does nothing; clients may override so that it does something.
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ModificationTrackingAdapter
 
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles a notification by calling selfAdapter.
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This will be called by the ItemProviderDecorator.decoratedItemProvider when it normally fires a notification to it's adapter factory.
notifyChanged(Notification) - Method in interface org.eclipse.emf.edit.provider.INotifyChangedListener
 
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
 
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
NotifyChangedToViewerRefresh - class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh.
This class calls optimized refresh apis for all the standard Viewer subclasses.
NotifyChangedToViewerRefresh() - Constructor for class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
NotifyingList - interface org.eclipse.emf.common.notify.NotifyingList.
A managed list that dispatches feature change notification to a notifier.
NotifyingListImpl - class org.eclipse.emf.common.notify.impl.NotifyingListImpl.
An extensible implementation of a notifying list.
NotifyingListImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an empty instance.
NotifyingListImpl(Collection) - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an instance that is a copy of the collection.
NotifyingListImpl(int) - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an empty instance with the given capacity.
notifyListeners() - Method in class org.eclipse.emf.common.command.BasicCommandStack
This is called to ensure that CommandStackListener.commandStackChanged(java.util.EventObject) is called for each listener.
NS_PREFIX - Static variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
NS_PREFIX_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The default value of the 'Ns Prefix' attribute.
NS_URI - Static variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
NS_URI_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The default value of the 'Ns URI' attribute.
nsPrefix - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The cached value of the 'Ns Prefix' attribute.
nsURI - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The cached value of the 'Ns URI' attribute.
NULL_CHAR_ARRAY - Static variable in class org.eclipse.emf.codegen.jet.JETCompiler
 

O

OB - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
object - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The root object for which the iteration is initiated.
object - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
object - Variable in class org.eclipse.emf.ecore.xmi.FeatureNotFoundException
 
object - Variable in class org.eclipse.emf.ecore.xmi.IllegalValueException
 
object - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
object - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
object - Variable in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This records the data being transferred.
object - Variable in class org.eclipse.emf.edit.ui.provider.PropertySource
This is the object for which this class is a property source.
object - Variable in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
This is the object for which this class is a property source.
OBJECT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
OBJECT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
OBJECT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
OBJECT_ARGUMENT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
OBJECT_CONTAIN_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_CONTAIN_MANY_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_CONTAIN_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_CONTAIN_SINGLE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_MANY_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_SINGLE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
objects - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
objectToImageDescriptor(Object) - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
If necessary, this converts any image representation into an image descriptor.
objectToImageDescriptor(Object) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
 
OBPROJECTDIR - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
okPressed() - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
oldClipboard - Variable in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This is the original clipboard value before execute.
oldClipboard - Variable in class org.eclipse.emf.edit.command.CutToClipboardCommand
This is the original clipboard value before execute.
oldGenModelVersion - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The old version to against which to reconcile.
oldIEEEPrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The old value for the case of NotificationImpl.PRIMITIVE_TYPE_DOUBLE, and NotificationImpl.PRIMITIVE_TYPE_FLOAT.
oldIndex - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the orginal position to which the object will be moved upon undo.
oldJavaSoureContainer - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
oldSimplePrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The old value for the case of NotificationImpl.PRIMITIVE_TYPE_BOOLEAN, NotificationImpl.PRIMITIVE_TYPE_BYTE, NotificationImpl.PRIMITIVE_TYPE_CHAR, NotificationImpl.PRIMITIVE_TYPE_INT, NotificationImpl.PRIMITIVE_TYPE_LONG, and NotificationImpl.PRIMITIVE_TYPE_SHORT.
oldStyleProxyURIs - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
oldTemplateContainers - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
oldValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The old value for the case of NotificationImpl.PRIMITIVE_TYPE_OBJECT.
oldValue - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
oldValue - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
oldValue - Variable in class org.eclipse.emf.edit.command.SetCommand
This is the old value of the feature which must be restored during undo.
opaquePart() - Method in class org.eclipse.emf.common.util.URI
If this is a non-hierarchical URI, returns the opaque part component; null otherwise.
openDirective - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
openExpr - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
openScriptlet - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
openStream(String) - Static method in class org.eclipse.emf.codegen.jet.JETCompiler
 
operation - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the current operation that will be returned by DragAndDropCommand.getOperation().
operation - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand.Detail
 
operation - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
OPERATION - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
OPERATIONISONEWAY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
operations - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the permitted operations.
operations - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand.Detail
 
operations - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
OPERATIONS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
OPERATIONS - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
OPERATIONS_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
OPEXPORTCONTROL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
optimize - Variable in class org.eclipse.emf.edit.command.CopyCommand
This controls whether or not to optimize the canExecute (prepare)
optimize - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This controls whether or not to optimize the DragAndDropCommand.prepare().
optimize - Variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This controls whether or not to optimize the canExecute (prepare)
optimizeCopy - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This controls whether or not copy command optimizations are safe in this domain.
optimizedCanExecute() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
optimizedCanExecute() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
optimizedDropCommandOwner - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This is to remember which owner to use for the drop command in the optimized mode.
OPTION_DECLARE_XML - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Begin a save with this line:
OPTION_DISABLE_NOTIFY - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Disable notifications during load, and enable them at the end of a load.
OPTION_LINE_WIDTH - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Attribute formatting that exceeds the specified width will cause a line break so that formatting will continue indented on the next line.
OPTION_PROCESS_DANGLING_HREF - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This can be one of "THROW", "DISCARD", "RECORD", where "THROW" is the default.
OPTION_PROCESS_DANGLING_HREF_DISCARD - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
OPTION_PROCESS_DANGLING_HREF_RECORD - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
OPTION_PROCESS_DANGLING_HREF_THROW - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
OPTION_SCHEMA_LOCATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Produce an xsi:schemaLocation in the saved result.
OPTION_SKIP_ESCAPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Skip processing for values that contain characters special to XML Faster for large computer-generated files
OPTION_USE_ENCODED_ATTRIBUTE_STYLE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
All EObject references will be uniformly encoded as one or more QName URI pairs, where the QName is optional depending on whether the referenced object's type is not identicle to that of the feature.
OPTION_USE_XMI_TYPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
Write the type of an element as "xmi:type" instead of "xsi:type" which is useful for models with multiple inheritance that may conflict with XML schema types
OPTION_XML_MAP - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This save option allows you to tailor the XML serialization of objects.
options - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
options - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
options() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
ORACLE8 - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
orderedSourceChildrenMap - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
org.eclipse.emf.codegen - package org.eclipse.emf.codegen
 
org.eclipse.emf.codegen.action - package org.eclipse.emf.codegen.action
 
org.eclipse.emf.codegen.ecore - package org.eclipse.emf.codegen.ecore
 
org.eclipse.emf.codegen.ecore.genmodel - package org.eclipse.emf.codegen.ecore.genmodel
 
org.eclipse.emf.codegen.ecore.genmodel.action - package org.eclipse.emf.codegen.ecore.genmodel.action
 
org.eclipse.emf.codegen.ecore.genmodel.impl - package org.eclipse.emf.codegen.ecore.genmodel.impl
 
org.eclipse.emf.codegen.ecore.genmodel.presentation - package org.eclipse.emf.codegen.ecore.genmodel.presentation
 
org.eclipse.emf.codegen.ecore.genmodel.provider - package org.eclipse.emf.codegen.ecore.genmodel.provider
 
org.eclipse.emf.codegen.ecore.genmodel.util - package org.eclipse.emf.codegen.ecore.genmodel.util
 
org.eclipse.emf.codegen.ecore.java2ecore - package org.eclipse.emf.codegen.ecore.java2ecore
 
org.eclipse.emf.codegen.ecore.rose2ecore - package org.eclipse.emf.codegen.ecore.rose2ecore
 
org.eclipse.emf.codegen.ecore.rose2ecore.parser - package org.eclipse.emf.codegen.ecore.rose2ecore.parser
 
org.eclipse.emf.codegen.jet - package org.eclipse.emf.codegen.jet
 
org.eclipse.emf.codegen.jmerge - package org.eclipse.emf.codegen.jmerge
 
org.eclipse.emf.codegen.presentation - package org.eclipse.emf.codegen.presentation
 
org.eclipse.emf.common - package org.eclipse.emf.common
Provides a collection of subpackages to support the EMF infrastructure.
org.eclipse.emf.common.command - package org.eclipse.emf.common.command
Provides a framework for implementing and composing commands.
org.eclipse.emf.common.notify - package org.eclipse.emf.common.notify
Provides a notification framework.
org.eclipse.emf.common.notify.impl - package org.eclipse.emf.common.notify.impl
Provides a basic implementation of the notification framework.
org.eclipse.emf.common.util - package org.eclipse.emf.common.util
Provides basic utilities.
org.eclipse.emf.ecore - package org.eclipse.emf.ecore
Provides an API for the Ecore dialect of UML.
org.eclipse.emf.ecore.impl - package org.eclipse.emf.ecore.impl
Provides an implementation of Ecore.
org.eclipse.emf.ecore.plugin - package org.eclipse.emf.ecore.plugin
Provides platform neutral integration with Eclipse.
org.eclipse.emf.ecore.presentation - package org.eclipse.emf.ecore.presentation
Provides sample editor support for Ecore.
org.eclipse.emf.ecore.provider - package org.eclipse.emf.ecore.provider
Provides item providers for Ecore.
org.eclipse.emf.ecore.resource - package org.eclipse.emf.ecore.resource
Provides an API for modeling abstract persistent resources.
org.eclipse.emf.ecore.resource.impl - package org.eclipse.emf.ecore.resource.impl
Provides an implementation of the resource API.
org.eclipse.emf.ecore.util - package org.eclipse.emf.ecore.util
Provides utilities.
org.eclipse.emf.ecore.xmi - package org.eclipse.emf.ecore.xmi
 
org.eclipse.emf.ecore.xmi.impl - package org.eclipse.emf.ecore.xmi.impl
 
org.eclipse.emf.edit.command - package org.eclipse.emf.edit.command
This provides a framework for implementing and composing Commands as well as implementations of all primitive EMF commands.
org.eclipse.emf.edit.domain - package org.eclipse.emf.edit.domain
This provides support for an EditingDomain, which acts a centralized control mechanism for managing a set of interrelated models and the Commands which modify them.
org.eclipse.emf.edit.provider - package org.eclipse.emf.edit.provider
This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomains.
org.eclipse.emf.edit.provider.resource - package org.eclipse.emf.edit.provider.resource
 
org.eclipse.emf.edit.tree - package org.eclipse.emf.edit.tree
 
org.eclipse.emf.edit.tree.impl - package org.eclipse.emf.edit.tree.impl
 
org.eclipse.emf.edit.tree.provider - package org.eclipse.emf.edit.tree.provider
 
org.eclipse.emf.edit.tree.util - package org.eclipse.emf.edit.tree.util
 
org.eclipse.emf.edit.ui.action - package org.eclipse.emf.edit.ui.action
This provides a reusable implementation of an IAction that delegates to a CommandActionDelegate, which is usually also a Command.
org.eclipse.emf.edit.ui.celleditor - package org.eclipse.emf.edit.ui.celleditor
 
org.eclipse.emf.edit.ui.dnd - package org.eclipse.emf.edit.ui.dnd
This provides a supplementary support for drag and drop based on delegation to the command framework.
org.eclipse.emf.edit.ui.provider - package org.eclipse.emf.edit.ui.provider
 
ORIGIN_X - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ORIGIN_Y - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
originalGenModel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The original GenModel being reloaded.
originalOperation - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This keeps track of the original operation that was in effect before we set the event.detail in here.
ORIGINX - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ORIGINY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
OTHER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
outerIndex - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
outFileName - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseTree
 
OverrideableCommand - interface org.eclipse.emf.edit.command.OverrideableCommand.
This represents a command that can be overridden by another command.
overrideCommand - Variable in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This is the command that overrides this command.
owner - Variable in class org.eclipse.emf.ecore.util.EcoreEList
 
owner - Variable in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
owner - Variable in class org.eclipse.emf.edit.command.SetCommand
This is the owner object upon which the command will act.
owner - Variable in class org.eclipse.emf.edit.command.CommandParameter
This is the object that is the target or subject of the command.
owner - Variable in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is the object being copied.
owner - Variable in class org.eclipse.emf.edit.command.CopyCommand
This keeps track of the owner in the command parameter from the constructor.
owner - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the object to which the child will be added.
owner - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the owner object upon which the command will act.
owner - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the owner that is the target of the drag and drop.
owner - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is the owner object upon which the command will act.
owner - Variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This is object where the clipboard copy is pasted.
owner - Variable in class org.eclipse.emf.edit.command.RemoveCommand
This is the owner object upon which the command will act.
owner - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the owner object upon which the command will act.
owner - Variable in class org.eclipse.emf.edit.command.CreateCopyCommand
This is the object being copied.
ownerList - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the list in which the command will move an object.
ownerList - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is the list from which the command will replace.
ownerList - Variable in class org.eclipse.emf.edit.command.RemoveCommand
This is the list from which the command will remove.
ownerList - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the list to which the command will add the collection.

P

packageClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
packageClassTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
packageInformationMap - Variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
packageInterfaceEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
packageInterfaceTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
packageNameToEPackageMap - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
The map from a package name to the corresponding package.
PackageNotFoundException - exception org.eclipse.emf.ecore.xmi.PackageNotFoundException.
 
PackageNotFoundException(String, String, int, int) - Constructor for class org.eclipse.emf.ecore.xmi.PackageNotFoundException
Constructor for PackageNotFoundException.
packagePage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The page where the packages are specified.
packages - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
packages() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the packages in getQName()
packages() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
packagesCheckboxTableViewer - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
pageChange(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is used to track the active viewer.
pageChange(int) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is used to track the active viewer.
paintControl(PaintEvent) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
paintListener - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
PARAMETER - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
PARAMETERS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
parent - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
parent - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the parent returned by getParent(Object).
PARENT_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
parentAdapterFactory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentAdapterFactory - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentAdapterFactory - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentAdapterFactory - Variable in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This is used to implement the ComposeableAdapterFactory interface.
parentAdapterFactory - Variable in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This is used to implement the ComposeableAdapterFactory interface.
parentAdapterFactory - Variable in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentAdapterFactory - Variable in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentReferences - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is the set of single-valued references that act as a parent, only one can have a non null value at a time.
parentViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This inverts the roll of parent and child in the content provider and show parents as a tree.
parse() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
parse() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
parse() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
parse(JETCoreElement[], Class[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
parse(String) - Method in class org.eclipse.emf.codegen.jet.JETParser
 
parse(String) - Method in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
parse(String, Class[]) - Method in class org.eclipse.emf.codegen.jet.JETParser
 
parseAttributeValue(HashMap) - Method in class org.eclipse.emf.codegen.jet.JETReader
Parse an attribute/value pair, and store it in provided hash table.
parseChar(String) - Static method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
parseJETSettings() - Method in class org.eclipse.emf.codegen.jet.JETNature
Parse the JET settings file for the root element.
parseName(String, char) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
This method breaks sourceName into words delimited by sourceSeparator and/or mixed-case naming.
parser - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseTree
 
parser - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
parseString(String) - Static method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
parseTagAttributes() - Method in class org.eclipse.emf.codegen.jet.JETReader
Parse some tag attributes.
parseTagAttributesBean() - Method in class org.eclipse.emf.codegen.jet.JETReader
Parse some tag attributes for Beans.
parseToken(boolean) - Method in class org.eclipse.emf.codegen.jet.JETReader
Parse a space delimited token.
partListener - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This listens for when the outline becomes active
partListener - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This listens for when the outline becomes active
pasteAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement paste.
PasteAction - class org.eclipse.emf.edit.ui.action.PasteAction.
A paste action is implemented by creating a PasteFromClipboardCommand.
PasteAction() - Constructor for class org.eclipse.emf.edit.ui.action.PasteAction
 
PasteAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.PasteAction
 
PasteFromClipboardCommand - class org.eclipse.emf.edit.command.PasteFromClipboardCommand.
This works exactly like an AddCommand but the things to be added are copied from the EditingDomain clipboard.
PasteFromClipboardCommand(EditingDomain, Object, Object, int) - Constructor for class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This constructs an instance from the domain, which provides access the clipboard collection via EditingDomain.getCommandStack().
PasteFromClipboardCommand(EditingDomain, Object, Object, int, boolean) - Constructor for class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
PATH_NOT_VALID - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
PATH_OK - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
path() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a path, returns a string representation of the path; null otherwise.
pathMap - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
pathMapTableViewer - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
peek() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyStack
 
peekChar() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
peekNext() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
performApply() - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
performDefaults() - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
performFinish() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
Do the work after everything is specified.
performFinish() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard.GenModelModelWizardNewFileCreationPage
Store the dialog field settings upon completion.
performFinish() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Do the work after everything is specified.
performFinish() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardNewFileCreationPage
Store the dialog field settings upon completion.
performFinish() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
Store the dialog field settings upon completion.
performFinish() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
Do the work after everything is specified.
performFinish() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage
Store the dialog field settings upon completion.
performOk() - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
PERSISTENCE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
PERSISTENT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
PHYSICAL_MODELS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
PHYSICAL_PRESENTATIONS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
PKGUUIDTOOBDIRINFO - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
plugin - Static variable in class org.eclipse.emf.ecore.xmi.XMIPlugin
 
pluginPropertiesEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
pluginPropertiesTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
pluginXMLEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
pluginXMLTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
POINTS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
pop() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyStack
 
popFile() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
popStream() - Method in class org.eclipse.emf.codegen.jet.JETMark
Restores this mark's state to a previously stored stream.
populateEEnumFromDocumentation(EEnum, String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
populateManager(IContributionManager, Collection, String) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
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.
port() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a port portion, returns it; null otherwise.
position - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The position.
positions - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
prefix - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Prefix' attribute.
PREFIX - Static variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
PREFIX_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Prefix' attribute.
prefixesToFactories - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
prefixesToURIs - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
prefixMaps - Variable in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
A list of lists of prefix URIs; it is indexed by segment count to yield a list of prefixes of that length.
prepare() - Method in class org.eclipse.emf.common.command.AbstractCommand
Called at most once in AbstractCommand.canExecute() to give the command an opportunity to ready itself for execution.
prepare() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns whether all the commands can execute so that AbstractCommand.isExecutable can be cached.
prepare() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Returns false if any command on the list returns false for Command.canExecute(), or if some command before the last one can't be undone and hence we can't test all the commands for executability.
prepare() - Method in class org.eclipse.emf.common.command.CommandWrapper
Returns whether the command can execute.
prepare() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.SetCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.CopyCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This implementation of prepare is called again to implement validate.
prepare() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.AddCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
prepared - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
preparedFeature - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
preparedResult - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
prepareDropCopyInsert(Object, Collection, int) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop copy insert operation.
prepareDropCopyOn() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop copy on operation.
prepareDropInsert() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop insert operation.
prepareDropLinkInsert(Object, Collection, int) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop link insert operation.
prepareDropLinkOn() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop link on operation.
prepareDropMoveInsert(Object, Collection, int) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop move insert operation.
prepareDropMoveOn() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop move on operation.
prepareDropOn() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop on operation.
PRESENTATIONFOR - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
previous() - Method in class org.eclipse.emf.common.util.BasicEList.EListIterator
Returns the previous object and advances the iterator.
previous() - Method in class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Returns the previous object and advances the iterator.
previous() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
previous() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
previousIndex() - Method in class org.eclipse.emf.common.util.BasicEList.EListIterator
Returns the index of the object that would be returned by calling previous.
previousIndex() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
previousIndex() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
previousItem - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This keeps track of the most recent item for the EditingDomainViewerDropAdapter.hoverStart.
PRIMARYKEY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
PRIMITIVE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
PRIMITIVE_TYPE_BOOLEAN - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a boolean.
PRIMITIVE_TYPE_BYTE - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a byte.
PRIMITIVE_TYPE_CHAR - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a char.
PRIMITIVE_TYPE_DOUBLE - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a double.
PRIMITIVE_TYPE_FLOAT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a float.
PRIMITIVE_TYPE_INT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a int.
PRIMITIVE_TYPE_LONG - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a long.
PRIMITIVE_TYPE_OBJECT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is not a primitive type.
PRIMITIVE_TYPE_SHORT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a short.
primitiveType - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The type of the feature.
print(PrintStream, Collection) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Print the specified collection of settings to the specified stream.
print(PrintStream, Map) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Print the specified cross reference map to the specified stream.
printGenerateUsage() - Method in class org.eclipse.emf.codegen.ecore.Generator
 
printNeighbors() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
printStackTrace() - Method in class org.eclipse.emf.common.util.WrappedException
Prints both wrapped exception's stack and this one's.
printStackTrace() - Method in class org.eclipse.emf.ecore.resource.Resource.IOWrappedException
Prints the stack trace of the wrapped exception.
printStackTrace() - Method in class org.eclipse.emf.ecore.xmi.XMIException
 
printStackTrace(PrintStream) - Method in class org.eclipse.emf.common.util.WrappedException
Prints both wrapped exception's stack and this one's.
printStackTrace(PrintStream) - Method in class org.eclipse.emf.ecore.resource.Resource.IOWrappedException
Prints the stack trace of the wrapped exception.
printStackTrace(PrintStream) - Method in class org.eclipse.emf.ecore.xmi.XMIException
 
printStackTrace(PrintWriter) - Method in class org.eclipse.emf.common.util.WrappedException
Prints both wrapped exception's stack and this one's.
printStackTrace(PrintWriter) - Method in class org.eclipse.emf.ecore.resource.Resource.IOWrappedException
Prints the stack trace of the wrapped exception.
printStackTrace(PrintWriter) - Method in class org.eclipse.emf.ecore.xmi.XMIException
 
printStatus(String, IStatus) - Method in class org.eclipse.emf.codegen.ecore.Generator
 
printStream - Variable in class org.eclipse.emf.codegen.CodeGen.StreamProgressMonitor
 
printUsage() - Method in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
PROCESS_DIAGRAM - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
PROCESS_STRUCTURE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
processDanglingHREF - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
processDanglingHREF - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
processElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
processElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
PROCESSES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
processingInstruction(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
processObject(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Add object to appropriate stacks.
processObject(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
processTopObject(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Add object to extent and call processObject.
processToTheEnd(String, int) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
processUnitTree(UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
processValueToTheEnd(String, int) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
PROCSNDVES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
PROGRESS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
PROGRESS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
progressIncrement - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
progressIncrement - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
progressMonitor - Variable in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.PlatformResourceOutputStream
 
project - Variable in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
project - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
projects - Variable in class org.eclipse.emf.codegen.action.AddJETNatureAction
 
projects - Variable in class org.eclipse.emf.codegen.jet.JETAddNatureOperation
 
PROPERTIES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
property - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Property' attribute.
PROPERTY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Property' attribute.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseTree
 
propertyChanged(Object, int) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
PropertyDescriptor - class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.
This is used to encapsulate an IItemPropertyDescriptor along with the object for which it is an item property source and make it behave like an IPropertyDescriptor.
PropertyDescriptor.EDataTypeCellEditor - class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor.
This cell editor ensures that only Integer values are supported
PropertyDescriptor.EDataTypeCellEditor(EDataType, Composite) - Constructor for class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
PropertyDescriptor.FloatCellEditor - class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.FloatCellEditor.
This cell editor ensures that only Float values are supported
PropertyDescriptor.FloatCellEditor(Composite) - Constructor for class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.FloatCellEditor
 
PropertyDescriptor.IntegerCellEditor - class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.IntegerCellEditor.
This cell editor ensures that only Integer values are supported
PropertyDescriptor.IntegerCellEditor(Composite) - Constructor for class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.IntegerCellEditor
 
PropertyDescriptor(Object, IItemPropertyDescriptor) - Constructor for class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
An instance is constructed from an object and its item property source.
propertyLine - Static variable in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
PropertyMerger - class org.eclipse.emf.codegen.jmerge.PropertyMerger.
This implements the method PropertyMerger.run(java.lang.Object), which is called just like main during headless workbench invocation.
PropertyMerger() - Constructor for class org.eclipse.emf.codegen.jmerge.PropertyMerger
This creates an empty instances, when used as a runnable.
propertySheetPage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the property sheet page.
propertySheetPage - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the property sheet page.
PropertySource - class org.eclipse.emf.edit.ui.provider.PropertySource.
This is used to encapsulate an IItemPropertySource along with the object for which it is an item property source and make it behave like an IPropertySource.
PropertySource(Object, IItemPropertySource) - Constructor for class org.eclipse.emf.edit.ui.provider.PropertySource
An instance is constructed from an object and its item property source.
propertyValue - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
protocolToFactoryMap - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
The protocol map.
provider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Provider' attribute.
PROVIDER_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The default value of the 'Provider' attribute.
prune() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Prunes the iterator so that it skips over all the nodes below the most recent result of calling next().
prune() - Method in interface org.eclipse.emf.common.util.TreeIterator
Prunes the iterator so that it skips over all the nodes below the most recent result of calling next().
pullRules - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel
 
pullTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pullTargetField(IDOMField) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pullTargetImport(IDOMImport) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pullTargetInitializer(IDOMInitializer) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pullTargetMethod(IDOMMethod) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pullTargetPackage(IDOMPackage) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pullTargetType(IDOMType) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
push(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyStack
 
pushSourceCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pushSourceField(IDOMField) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pushSourceImport(IDOMImport) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pushSourceInitializer(IDOMInitializer) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pushSourceMethod(IDOMMethod) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pushSourcePackage(IDOMPackage) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pushSourceType(IDOMType) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
pushStream(char[], int, String, String) - Method in class org.eclipse.emf.codegen.jet.JETMark
Sets this mark's state to a new stream.
put(Object, Object) - Method in interface org.eclipse.emf.common.util.EMap
Associates the key with the value and returns the value previously associated with the key, or null.
put(Object, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
put(Object, Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
put(Object, Object) - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
 
putAll(Map) - Method in interface org.eclipse.emf.common.util.EMap
Puts each Map.Entry of the given map into this one.
putAll(Map) - Method in class org.eclipse.emf.common.util.BasicEMap
 
putAll(Map) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
putEntry(BasicEMap.Entry, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Sets the value of the entry, and returns the former value.

Q

query() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a query component, returns it; null otherwise.
quid - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
QUID - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
QUIDU - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
QUOTE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
QUOTE - Static variable in class org.eclipse.emf.codegen.jet.JETParser.QuoteEscape
 
QUOTE - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
quotedEndTag - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
quotedStartTag - Variable in class org.eclipse.emf.codegen.jet.JETParser
 

R

rainbow - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
rainbow - Variable in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
readBuffer() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
readContentsAsBytes(InputStream) - Static method in class org.eclipse.emf.codegen.jet.JETNature
Reads an input stream and converts it to bytes
reader - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
reader - Variable in class org.eclipse.emf.codegen.jet.JETParser
The input source we read from...
reader - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the reader that owns this mark.
readJETSettingFile() - Method in class org.eclipse.emf.codegen.jet.JETNature
Open the JET Settings file and return a StringReader on the contents
readLine() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
readLines() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
READONLY - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
The 'Readonly' literal value.
READONLY_LITERAL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
The 'Readonly' literal object.
REAL_VALUE_IMAGE - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
REALIZE_REL_LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
REALIZE_RELATIONSHIP - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
REALIZE_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
REALIZED_INTERFACES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
reconcile() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
reconcile(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
reconcile(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
reconcile(GenDataType) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
reconcile(GenDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
reconcile(GenEnum) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
reconcile(GenEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
reconcile(GenEnumLiteral) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
reconcile(GenEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
reconcile(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
reconcile(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
reconcile(GenModel) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Restore all the corresponding settings of the old version into this version.
reconcile(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
reconcile(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
reconcile(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
reconcile(GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
reconcile(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
reconcile(GenParameter) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
reconcile(GenParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
reconcileSettings(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
reconcileSettings(GenDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
reconcileSettings(GenEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
reconcileSettings(GenEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
reconcileSettings(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
reconcileSettings(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
reconcileSettings(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
reconcileSettings(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
reconcileSettings(GenParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
red - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
red - Variable in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
redirect - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel
 
redirection - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Redirection' attribute.
REDIRECTION_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Redirection' attribute.
redo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.redo() for each command in the list.
redo() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.redo() for each command in the list.
redo() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required to redo the effect after undoing the effect.
redo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
redo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the redo method of the command.
redo() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
redo() - Method in interface org.eclipse.emf.common.command.CommandStack
Moves the top of the stack up, redoing the new top command.
redo() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Throws an exception if it should ever be called.
redo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
redo() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This redoes the wrapped command and sets the affected objects to the collection returned by helper.getCreateChildResult().
redo() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
redo() - Method in class org.eclipse.emf.edit.command.CutToClipboardCommand
 
redoAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement redo.
RedoAction - class org.eclipse.emf.edit.ui.action.RedoAction.
An redo action is implemented by using the CommandStack.
RedoAction() - Constructor for class org.eclipse.emf.edit.ui.action.RedoAction
 
RedoAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.RedoAction
 
ref1 - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
ref2 - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
reference - Variable in class org.eclipse.emf.ecore.xmi.UnresolvedReferenceException
 
REFERENCE_THRESHOLD - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
referencedEPackageList - Variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
referencedGenModels - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
referencedGenModelsCheckboxTreeViewer - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
referencedGenModelsLabel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
referencedGenModelsTreeBrowseButton - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
references - Variable in class org.eclipse.emf.ecore.impl.EAnnotationImpl
The cached value of the 'References' reference list.
REFERENCES - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
REFERENCES_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
ReflectiveItemProvider - class org.eclipse.emf.edit.provider.ReflectiveItemProvider.
This adapter implementation provides reflective support that emulates the behaviour of a default generated item provider.
ReflectiveItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
reflectiveItemProviderAdapter - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
The singleton reflective instance.
ReflectiveItemProviderAdapterFactory - class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory.
This is the factory that is used to provide the interfaces needed to support Viewers reflectively.
ReflectiveItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This constructs an instance.
refresh(Viewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshAbstractTreeViewer(AbstractTreeViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshEcoreModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage
 
refreshListViewer(ListViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshPackagesTable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
refreshPathMapTable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
refreshStructuredViewer(StructuredViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshTableTreeViewer(TableTreeViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshTableViewer(TableViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshTreeViewer(TreeViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshViewer(Viewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshXMLSchemaModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
registerSelectionListener(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
registerSourceFile(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
Register a new source file.
regularExpression - Variable in class org.eclipse.emf.codegen.jmerge.JMerger.FindAndReplace
 
regularExpression - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
RELATIONSHIPIMPL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
RELOAD - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
reloadAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
ReloadFromRoseAction - class org.eclipse.emf.codegen.ecore.genmodel.action.ReloadFromRoseAction.
Generate Java beans from the XML Schema
ReloadFromRoseAction() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.action.ReloadFromRoseAction
 
REMOVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been removed from a list-based feature of the notifier.
REMOVE_MANY - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a several values have been removed from a list-based feature of the notifier.
remove() - Method in class org.eclipse.emf.common.util.BasicEList.EIterator
Removes the last object returned by BasicEList.EIterator.next() from the list, it's an optional operation.
remove() - Method in class org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator
Throws and exception.
remove() - Method in class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Throws an exception.
remove() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Removes the last object returned by AbstractTreeIterator.next() from the underlying tree; it's an optional operation.
remove() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Removes the entry of the last object returned by BasicEMap.BasicEMapIterator.next() from the map, it's an optional operation.
remove() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
remove() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
remove(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Removes the object from its containing resource or its containing object.
remove(EObject, EStructuralFeature, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Removes the value from the feature of the object.
remove(EStructuralFeature.Setting, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Removes the value from the setting.
remove(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes the object at the index from the list and returns it.
remove(int) - Method in class org.eclipse.emf.common.util.BasicEList
Removes the object at the index from the list and returns it.
remove(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
remove(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Removes the object from the list and returns whether the object was actually contained by the list.
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
remove(Object) - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
 
removeAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
removeAll(Collection) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection) - Method in class org.eclipse.emf.common.util.BasicEList
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
removeAll(Collection) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
RemoveCommand - class org.eclipse.emf.edit.command.RemoveCommand.
The remove command logically acts upon an owner object that has a collection-type feature from which objects can be removed.
RemoveCommand(EditingDomain, EList, Collection) - Constructor for class org.eclipse.emf.edit.command.RemoveCommand
This constructs a primitive command to remove a collection of values from the specified extent.
RemoveCommand(EditingDomain, EList, Object) - Constructor for class org.eclipse.emf.edit.command.RemoveCommand
This constructs a primitive command to remove a particular value from the specified extent.
RemoveCommand(EditingDomain, EObject, EStructuralFeature, Collection) - Constructor for class org.eclipse.emf.edit.command.RemoveCommand
This constructs a primitive command to remove a collection of values from the specified feature of the owner.
RemoveCommand(EditingDomain, EObject, EStructuralFeature, Object) - Constructor for class org.eclipse.emf.edit.command.RemoveCommand
This constructs a primitive command to remove a particular value from the specified feature of the owner.
removeCommandStackListener(CommandStackListener) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
removeCommandStackListener(CommandStackListener) - Method in interface org.eclipse.emf.common.command.CommandStack
Removes a listener from the command stack.
removeEntry(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
Removes the fully indexed entry from the map and returns it's value.
removeKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Disassociates the key from its value, and returns the value formerly associated with the key.
removeKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
removeLast() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
removeListener(ILabelProviderListener) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Since we won't ever add listeners, we can just ignore this.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This removes a listener.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This removes a listener.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProvider
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This removes a listener.
removeListener(INotifyChangedListener) - Method in interface org.eclipse.emf.edit.provider.IChangeNotifier
This removes a listener.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ChangeNotifier
This removes a listener.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This removes a listener.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This removes a listener.
removeModificationTrackingAdapters(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Removes modification tracking adapters to the object and it's content tree.
removeQuotes(char[]) - Static method in class org.eclipse.emf.codegen.jet.JETScriptletGenerator
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This implements ISelectionProvider.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This implements ISelectionProvider.
REMOVING_ADAPTER - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that an adapter is being removed from the notifier.
replace(EObject, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Replace the object in its containing resource or its containing object, with the replacement object.
replace(EObject, EStructuralFeature, Object, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Replaces the old value in the object's feature with the new value.
replace(EStructuralFeature.Setting, Object, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Replaces the old value in the setting with the new value.
replace(int, char[], int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
replace(int, int, String) - Method in class org.eclipse.emf.codegen.jmerge.JMerger.FindAndReplace
 
ReplaceCommand - class org.eclipse.emf.edit.command.ReplaceCommand.
The replace command logically acts upon an owner object that has a collection-type feature in which an object can be replaced by a collection of other objects.
ReplaceCommand(EditingDomain, EList, Object, Collection) - Constructor for class org.eclipse.emf.edit.command.ReplaceCommand
This constructs a primitive command to replace a particular value in the specified extent with the given collection of replacements.
ReplaceCommand(EditingDomain, EList, Object, Object) - Constructor for class org.eclipse.emf.edit.command.ReplaceCommand
This constructs a primitive command to replace a particular value in the specified extent with the given replacement.
ReplaceCommand(EditingDomain, EObject, EStructuralFeature, Object, Collection) - Constructor for class org.eclipse.emf.edit.command.ReplaceCommand
This constructs a primitive command to replace a particular value in the specified feature of the owner with the specified collection of replacements.
ReplaceCommand(EditingDomain, EObject, EStructuralFeature, Object, Object) - Constructor for class org.eclipse.emf.edit.command.ReplaceCommand
This constructs a primitive command to replace a particular value in the specified feature of the owner with the specified replacement.
replacePrefix(URI, URI) - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI reference and oldPrefix is a prefix of it, this returns the URI formed by replacing it by newPrefix; null otherwise.
reset() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This restores the command to its default initialized state, disposing an command that may have been contained.
reset(JETMark) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
resetPropertyValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This does the delegated job of resetting property value back to it's default value.
resetPropertyValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of resetting property value back to it's default value.
resetPropertyValue(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
This resets this descriptor's property for the object.
resetPropertyValue(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
This delegates to IItemPropertyDescriptor.resetPropertyValue.
resetPropertyValue(Object, String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements PropertySource.resetPropertyValue by delegating to the descriptor, which is assumed to support the IItemPropertyDescriptor interface
resetToMark(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
resetToMark(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
resolve - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
RESOLVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been resolved from a proxy.
RESOLVE_PROXIES_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The default value of the 'Resolve Proxies' attribute.
resolve() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return true if cross references that are proxies should be resolved.
resolve() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Return true if potential cross references that are proxies should be resolved.
resolve() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
resolve() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
resolve() - Method in class org.eclipse.emf.ecore.util.EContentsEList.ResolvingFeatureIteratorImpl
 
resolve() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList.ResolvingFeatureIteratorImpl
 
resolve(EModelElement, String) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
 
resolve(EModelElement, String, boolean) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
 
resolve(EObject, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the resolved object represented by proxy.
resolve(EObject, Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the resolved object represented by proxy.
resolve(EObject, ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the resolved object represented by proxy.
resolve(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Resolves the object at the index and returns the result.
resolve(int, Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
resolve(Object, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns the object itself.
resolve(Object, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Resolves the value associated with the key and returns the result.
resolve(URI) - Method in class org.eclipse.emf.common.util.URI
Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
resolve(URI, boolean) - Method in class org.eclipse.emf.common.util.URI
Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
resolve(URI, URI) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
resolve(URI, URI) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
resolveEntity(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
resolveFileName(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
resolveLocation(String[], String, String) - Static method in class org.eclipse.emf.codegen.jet.JETCompiler
 
resolveMapEntry(EPackage, EClassifier, EClassifier) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
 
resolvePlatformResourcePath(String) - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Resolves a platform resource path of the form "/project/path" against the platform resource map.
resolveProxies - Variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The cached value of the 'Resolve Proxies' attribute.
resolveProxy(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
resolveProxy(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
resource - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Resource' attribute.
resource - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
resource - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
Resource - interface org.eclipse.emf.ecore.resource.Resource.
A persistent document.
RESOURCE__CONTENTS - Static variable in interface org.eclipse.emf.ecore.resource.Resource
The Resource.getContents() feature ID.
RESOURCE__ERRORS - Static variable in interface org.eclipse.emf.ecore.resource.Resource
The Resource.getErrors() feature ID.
RESOURCE__IS_LOADED - Static variable in interface org.eclipse.emf.ecore.resource.Resource
The Resource.isLoaded() feature ID.
RESOURCE__IS_MODIFIED - Static variable in interface org.eclipse.emf.ecore.resource.Resource
The Resource.isModified() feature ID.
RESOURCE__IS_TRACKING_MODIFICATION - Static variable in interface org.eclipse.emf.ecore.resource.Resource
The Resource.isTrackingModification() feature ID.
RESOURCE__RESOURCE_SET - Static variable in interface org.eclipse.emf.ecore.resource.Resource
The Resource.getResourceSet() feature ID.
RESOURCE__URI - Static variable in interface org.eclipse.emf.ecore.resource.Resource
The Resource.getURI() feature ID.
RESOURCE__WARNINGS - Static variable in interface org.eclipse.emf.ecore.resource.Resource
The Resource.getWarnings() feature ID.
RESOURCE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Resource' attribute.
RESOURCE_SET__RESOURCES - Static variable in interface org.eclipse.emf.ecore.resource.ResourceSet
The ResourceSet.getResources() feature ID.
Resource.Diagnostic - interface org.eclipse.emf.ecore.resource.Resource.Diagnostic.
A noteworthy issue in a document.
Resource.Factory - interface org.eclipse.emf.ecore.resource.Resource.Factory.
A factory for creating resources.
Resource.Factory.Descriptor - interface org.eclipse.emf.ecore.resource.Resource.Factory.Descriptor.
A descriptor used by a resource factory registry to defer factory creation.
Resource.Factory.Registry - interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry.
A registry of resource factories.
Resource.Internal - interface org.eclipse.emf.ecore.resource.Resource.Internal.
An internal interface implemented by all resources.
Resource.IOWrappedException - exception org.eclipse.emf.ecore.resource.Resource.IOWrappedException.
An IO exception that wraps another exception.
Resource.IOWrappedException(Exception) - Constructor for class org.eclipse.emf.ecore.resource.Resource.IOWrappedException
Creates an instance which wraps the given exception.
resourceBundle - Variable in class org.eclipse.emf.common.EMFPlugin
 
resourceChangeListener - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This listens for workspace changes.
resourceChangeListener - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This listens for workspace changes.
resourceClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
resourceFactoryClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
ResourceFactoryImpl - class org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl.
A trivial implementation of a resource factory.
ResourceFactoryImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
Creates an instance.
resourceFactoryRegistry - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
The local resource factory registry.
ResourceFactoryRegistryImpl - class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl.
An extensible implementation of a resource factory registry.
ResourceFactoryRegistryImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
Creates an instance.
resourceFactoryTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
ResourceImpl - class org.eclipse.emf.ecore.resource.impl.ResourceImpl.
A highly extensible resource implementation.
ResourceImpl.ContentsEList - class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList.
A notifying list implementation for supporting Resource.getContents().
ResourceImpl.ContentsEList(ResourceImpl) - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
ResourceImpl.ModificationTrackingAdapter - class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ModificationTrackingAdapter.
An adapter implementation for tracking resource modification.
ResourceImpl.ModificationTrackingAdapter(ResourceImpl) - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ModificationTrackingAdapter
 
ResourceImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Creates a empty instance.
ResourceImpl(URI) - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Creates an instance with the given URI.
ResourceItemProvider - class org.eclipse.emf.edit.provider.resource.ResourceItemProvider.
This is the item provider adpater for a Resource object.
ResourceItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This constructs an instance from a factory and a notifier.
ResourceItemProviderAdapterFactory - class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory.
This is the factory that is used to provide the interfaces needed to support Viewers.
ResourceItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This constructs an instance.
ResourceLocator - interface org.eclipse.emf.common.util.ResourceLocator.
A locator of Java resources.
resourcePackage - Static variable in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
 
resources - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
The contained resources.
resourceSet - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.Rose2Ecore
 
resourceSet - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The containing resource set.
resourceSet - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
resourceSet - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is the resource set used to contain all created and loaded resources.
ResourceSet - interface org.eclipse.emf.ecore.resource.ResourceSet.
A collection of related persistent documents.
ResourceSetImpl - class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.
An extensible resource set implementation.
ResourceSetImpl.ResourcesEList - class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList.
A notifying list implementation for supporting ResourceSet.getResources().
ResourceSetImpl.ResourcesEList(ResourceSetImpl) - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
ResourceSetImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Creates an empty instance.
ResourceSetItemProvider - class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider.
This is the item provider adpater for a ResourceSet object.
ResourceSetItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This constructs an instance from a factory and a notifier.
resourceTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
resourceURI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
resourceURLPrefix - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
result - Variable in class org.eclipse.emf.common.command.IdentityCommand
Keeps track of the result returned from IdentityCommand.getResult().
result - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
RESULT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
resultIndex - Variable in class org.eclipse.emf.common.command.CompoundCommand
The index of the command whose result and affected objects are forwarded.
retainAll(Collection) - Method in class org.eclipse.emf.common.util.BasicEList
Removes from the list each object not contained by the collection and returns whether any object was actually removed.
retainAll(Collection) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
retainAll(Collection) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
RIGHT_PAREN - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
rightGradient - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
rightMostExecutedCommandIndex - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
Remember to call redo instead of execute for any command at or before this index in the list.
RISET - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ROLE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ROLE_LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ROLE_SEQ - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ROLE_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
role1 - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
role2 - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
ROLES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ROLEVIEW_LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ROLEVIEWS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ROOT_CATEGORY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ROOT_SUBSYSTEM - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ROOT_USECASE_PACKAGE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
ROSE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
ROSE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
Rose2Ecore - class org.eclipse.emf.codegen.ecore.rose2ecore.Rose2Ecore.
Converts a Rose model to an Ecore model.
Rose2Ecore() - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.Rose2Ecore
 
Rose2GenModel - class org.eclipse.emf.codegen.ecore.Rose2GenModel.
This implements the method Rose2GenModel.run(java.lang.Object), which is called just like main during headless workbench invocation.
Rose2GenModel() - Constructor for class org.eclipse.emf.codegen.ecore.Rose2GenModel
This creates an instance.
RoseComponent - class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseComponent.
A common class for property change event producers.
RoseComponent() - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseComponent
 
roseFileName - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
RoseLexer - class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer.
A lexical analyzer that creates vector of tokens out of Rose file.
RoseLexer(RoseLoader) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
roseLoader - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
RoseLoader - class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader.
A loader that creates Buffered Reader.
RoseLoader(String) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
roseModelLocationText - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
roseModelPage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The page where the Rose model is specified.
roseNode - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
RoseNode - class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode.
Is used to build a tree for Rose file.
RoseNode(String, String, int) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
RoseParser - class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser.
A parser for Rose files.
RoseParser(RoseLexer) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
RoseParser(RoseLexer, boolean) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
RoseParser(RoseLexer, boolean, boolean) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
RoseStrings - class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings.
 
RoseStrings() - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
RoseToken - class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken.
This is the RoseToken class.
RoseToken(int, String) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
RoseTree - class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseTree.
A tree navigator.
RoseTree(String[]) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseTree
 
ROSETYPE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
roseUtil - Variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
roseUtil - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
roseUtil - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
roseUtil - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeBuilder
 
roseUtil - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
roseUtil - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.Rose2Ecore
 
RoseUtil - class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil.
Provide functions to process a rose file.
RoseUtil() - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
RoseVisitor - interface org.eclipse.emf.codegen.ecore.rose2ecore.RoseVisitor.
 
RoseWalker - class org.eclipse.emf.codegen.ecore.rose2ecore.RoseWalker.
Traverses the Rose file a second time to create mapping object.
RoseWalker(RoseNode) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.RoseWalker
 
RoseWriter - class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter.
Creates a Rose file from Rose Tree.
RoseWriter(String, RoseNode, RoseNode) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
run() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.ReloadAction
 
run() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.GenerateAction
 
run() - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This executes the command.
run() - Method in class org.eclipse.emf.edit.ui.action.RedoAction
 
run() - Method in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This simply execute the command.
run() - Method in class org.eclipse.emf.edit.ui.action.UndoAction
 
run() - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
run(IAction) - Method in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
run(IAction) - Method in class org.eclipse.emf.codegen.action.AddJETNatureAction
 
run(IAction) - Method in class org.eclipse.emf.codegen.ecore.genmodel.action.ReloadFromRoseAction
 
run(IAction) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
The action must have been enabled for this to have been called, so we must have stored the selection already by this point.
run(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Invokes the builder.
run(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETAddNatureOperation
Perform this operation.
run(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
run(IProgressMonitor, boolean) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Invokes the builder.
run(Object) - Method in class org.eclipse.emf.codegen.CodeGen
This is called with the command line arguments of a headless workbench invocation.
run(Object) - Method in class org.eclipse.emf.codegen.ecore.Generator
This is called with the command line arguments of a headless workbench invocation.
run(Object) - Method in class org.eclipse.emf.codegen.ecore.Rose2GenModel
This is called with the command line arguments of a headless workbench invocation.
run(Object) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.Rose2Ecore
 
run(Object) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
This is called with the command line arguments of a headless workbench invocation.
run(Object) - Method in class org.eclipse.emf.codegen.jmerge.PropertyMerger
This is called with the command line arguments of a headless workbench invocation.
RUNTIME_JAR_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Runtime Jar' attribute.
runtimeJar - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Runtime Jar' attribute.

S

safeName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
safeName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
SAME_DOC - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
sameDocMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
sameDocSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
sameEditEditorProject() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
sameEditEditorProject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
sameModelEditorProject() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
sameModelEditorProject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
sameModelEditProject() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
sameModelEditProject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
save(Map) - Method in interface org.eclipse.emf.ecore.resource.Resource
Saves the resource using the specified options.
save(Map) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
save(OutputStream, Map) - Method in interface org.eclipse.emf.ecore.resource.Resource
Saves the resource to the output stream using the specified options.
save(OutputStream, Map) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Saves the resource to the output stream using the specified options.
save(XMLResource, OutputStream, Map) - Method in interface org.eclipse.emf.ecore.xmi.XMLSave
 
save(XMLResource, OutputStream, Map) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveContainedMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveContainedSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveDataTypeElementSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveDataTypeMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveDataTypeSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveEcoreFiles(ResourceSet) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
saveElement(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementID(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementReference(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementReferenceMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementReferenceSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveEObjectMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveEObjectSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveFeatures(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveHref(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveHRefMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveHRefSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveIDRefMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveIDRefSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveIndex - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The value of BasicCommandStack.top when BasicCommandStack.saveIsDone() is called.
saveIsDone() - Method in class org.eclipse.emf.common.command.BasicCommandStack
Called after a save has been successfully performed.
saveManyEmpty(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveNil(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveString(Map, List, String) - Static method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
saveTypeAttribute(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveTypeAttribute(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
SAXWrapper - class org.eclipse.emf.ecore.xmi.impl.SAXWrapper.
This class wraps an XMLHandler with a SAX DefaultHandler.
SAXWrapper(XMLHandler) - Constructor for class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Constructor for SAXWrapper.
SAXXMIHandler - class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler.
This class is a SAX handler for creating MOF2 objects from an XMI 2.0 file.
SAXXMIHandler(XMLResource, XMLHelper, Map) - Constructor for class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
Constructor.
SAXXMLHandler - class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler.
This class implements the XML deserializer which creates EObjects from XML files.
SAXXMLHandler(XMLResource, XMLHelper, Map) - Constructor for class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
Constructor.
scale(int, double) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
scale(int, double) - Method in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
scan() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Scans to the new entry.
SCHEMA_LOCATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
SCHEMA_LOCATION_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
scheme() - Method in class org.eclipse.emf.common.util.URI
If this is an absolute URI, returns the scheme component; null otherwise.
scrollIfNeeded(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This returns whether a scroll was performed based on the given drag coordinates.
SEGLABEL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
segment(int) - Method in class org.eclipse.emf.common.util.URI
Provides fast, indexed access to individual segments in the path segment array.
segmentCapacity - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
segmentCount() - Method in class org.eclipse.emf.common.util.URI
Returns the number of elements in the segment array that would be returned by URI.segments().
segments() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a path, returns an array containing the segments of the path; an empty array otherwise.
segmentsList() - Method in class org.eclipse.emf.common.util.URI
Returns an unmodifiable list containing the same segments as the array returned by URI.segments().
selection - Variable in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
selection - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The selection in effect during initialization, which is used for populating the default container.
selection - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Remember the selection during initialization for populating the default container.
selection - Variable in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
Remember the selection during initialization for populating the default container.
selection - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the collection of objects that were selected when this command was created.
selection - Variable in class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This keeps track of the selection that is in effect at the start of the drag operation
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.codegen.action.AddJETNatureAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.action.ReloadFromRoseAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
This is invoked by the framework so that the action state can be updated.
selectionChanged(ISelection) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
selectionChanged(IWorkbenchPart, ISelection) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This implements ISelectionChangedListener, refreshing the "Generate..." action contribution managers in the pull-down menu.
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
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.
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
selectionChangedListener - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This listens to which ever viewer is active.
selectionChangedListener - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This listens to which ever viewer is active.
selectionChangedListeners - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This keeps track of all the ISelectionChangedListeners that are listening to this editor.
selectionChangedListeners - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This keeps track of all the ISelectionChangedListeners that are listening to this editor.
selectionProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This keeps track of the current selection provider.
selectionProvider - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This keeps track of the current selection provider.
selectionViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the viewer that shadows the selection in the content outline.
selector - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
selector - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
selectorFeature - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
selfAdapt(Notification) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles a notification by calling handleContainment for any containment-based notification.
serializable - Variable in class org.eclipse.emf.ecore.impl.EDataTypeImpl
The cached value of the 'Serializable' attribute.
SERIALIZABLE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EDataTypeImpl
The default value of the 'Serializable' attribute.
SERVICESCAT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
SET - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been set.
set(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Sets the object at the index and returns the old object at the index.
set(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
set(int, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
set(Object) - Method in class org.eclipse.emf.common.util.BasicEList.EListIterator
Sets the object at the index of the last call to next or previous.
set(Object) - Method in class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Throws an exception.
set(Object) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Set the value held by the feature of the object.
set(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
set(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
set(Object) - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
set(Object) - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
set(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
setAbstract(boolean) - Method in interface org.eclipse.emf.ecore.EClass
Sets the value of the 'Abstract' attribute.
setAbstract(boolean) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
setActionState(IAction) - Method in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
setActiveEditor(IAction, IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
The framework calls this so that we can register against this editor.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
When the active editor changes, this remembers the change,
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
When the active editor changes, this remembers the change, and registers with it as a selection provider.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.RedoAction
 
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.PasteAction
 
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.CopyAction
 
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.CutAction
 
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.DeleteAction
 
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.UndoAction
 
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
setActivePage(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
setActiveView(IViewPart) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
Deprecated.  
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This sets the adapter factory after the domain is already created.
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This sets the optional adapter factory.
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This sets the wrapped factory.
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Set the wrapped AdapterFactory.
setAdapterFactory(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Adapter Factory' attribute.
setAdapterFactory(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
setAllAttributesCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAllContainmentsCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAllOperationsCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAllReferencesCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAllStructuralFeaturesCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAllSuperCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAttributes(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Sets the current attributes and returns the old ones.
setAttributes(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
 
setAttributes(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
setAttribValue(EObject, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create a feature with the given name for the given object with the given values.
setBasePackage(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Base Package' attribute.
setBasePackage(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
setBody(List) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setCanGenerate(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
setCanGenerate(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setChangeable(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Changeable' attribute.
setChangeable(boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
setChildren(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Children' attribute.
setChildren(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
setClassifierID(int) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setClassName(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setClipboard(Collection) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This sets the clipboard of the editing domain.
setClipboard(Collection) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This sets the clipboard of the editing domain.
SetCommand - class org.eclipse.emf.edit.command.SetCommand.
The set command logically acts upon an owner object to set a particular feature to a specified value.
SetCommand(EditingDomain, EObject, EStructuralFeature, Object) - Constructor for class org.eclipse.emf.edit.command.SetCommand
This constructs a primitive command to set the owner's feature to the specified value.
setCommit(boolean) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
setCompilationUnitContents(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setConstants(List) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setContainer(UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.TableObject
 
setContainerClass(Class) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setContainerValue(IContainer, Element, String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Sets the template container location in the settings file
setContainerValues(List, Element, String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Sets the template container locations in the settings file
setContainment(boolean) - Method in interface org.eclipse.emf.ecore.EReference
Sets the value of the 'Containment' attribute.
setContainment(boolean) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
setControlModel(JControlModel) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
setConvertToStandardBraceStyle(boolean) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
setCopyrightText(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Copyright Text' attribute.
setCopyrightText(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setCreationCommands(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Creation Commands' attribute.
setCreationCommands(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setCurrentViewer(Viewer) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one.
setCurrentViewer(Viewer) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
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.eclipse.emf.ecore.presentation.EcoreEditor
setData(EObject) - Method in interface org.eclipse.emf.edit.tree.TreeNode
Sets the value of the 'Data' reference.
setData(EObject) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
setDecoratedAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This sets the adapter factory whose adapters will be decorated.
setDecoratedItemProvider(IChangeNotifier) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This sets the item provider that this decorates; it also hooks up the INotifyChangedListener.
setDecoratedItemProvider(IChangeNotifier) - Method in interface org.eclipse.emf.edit.provider.IItemProviderDecorator
This set the decorated item provider, which must implement the IChangeNotifier interface.
setDefaults(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETNature
Sets the containers to their defaults.
setDefaultValue(Object) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
A convenience method for setting the 'Default Value Literal' attribute.
setDefaultValue(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setDefaultValueLiteral(String) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Default Value Literal' attribute.
setDefaultValueLiteral(String) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setDefaultValueLiteralGen(String) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
setDescription(String) - Method in class org.eclipse.emf.common.command.AbstractCommand
Sets the description after construction.
setDirty(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
setDocumentLocator(Locator) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
setDown(boolean) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
 
setDynamicTemplates(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Dynamic Templates' attribute.
setDynamicTemplates(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setEAttributeProperties(RoseNode, EAttribute) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEClassProperties(RoseNode, EClass) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEcoreClass(EClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Sets the value of the 'Ecore Class' reference.
setEcoreClass(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
setEcoreDataType(EDataType) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
Sets the value of the 'Ecore Data Type' reference.
setEcoreDataType(EDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
setEcoreEnum(EEnum) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
Sets the value of the 'Ecore Enum' reference.
setEcoreEnum(EEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
setEcoreEnumLiteral(EEnumLiteral) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
Sets the value of the 'Ecore Enum Literal' reference.
setEcoreEnumLiteral(EEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
setEcoreFeature(EStructuralFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Ecore Feature' reference.
setEcoreFeature(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
setEcoreFileName(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
setEcoreOperation(EOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Sets the value of the 'Ecore Operation' reference.
setEcoreOperation(EOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
setEcorePackage(EPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Ecore Package' reference.
setEcorePackage(EPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
setEcoreParameter(EParameter) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
Sets the value of the 'Ecore Parameter' reference.
setEcoreParameter(EParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
setEDataTypeProperties(RoseNode, EDataType) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEditDirectory(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Edit Directory' attribute.
setEditDirectory(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setEditingDomain(EditingDomain) - Method in class org.eclipse.emf.edit.ui.action.RedoAction
This sets the action's domain.
setEditingDomain(EditingDomain) - Method in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This sets the action's domain.
setEditingDomain(EditingDomain) - Method in class org.eclipse.emf.edit.ui.action.UndoAction
This sets the action's domain.
setEditorDirectory(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Editor Directory' attribute.
setEditorDirectory(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setEditorPluginClass(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Editor Plugin Class' attribute.
setEditorPluginClass(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setEditPluginClass(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Edit Plugin Class' attribute.
setEditPluginClass(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setEEnumLiteralProperties(RoseNode, EEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEEnumProperties(RoseNode, EEnum) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEEnums() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEFactoryInstance(EFactory) - Method in interface org.eclipse.emf.ecore.EPackage
Sets the value of the 'EFactory Instance' reference.
setEFactoryInstance(EFactory) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
setEList(EList, Collection) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Sets the eList's contents and order to be exactly that of the prototype collection.
setEModelElement(EModelElement) - Method in interface org.eclipse.emf.ecore.EAnnotation
Sets the value of the 'EModel Element' container reference.
setEModelElement(EModelElement) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
setEncoding(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Set the XML encoding for this resource.
setEncoding(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
setEndTag(String) - Method in class org.eclipse.emf.codegen.jet.JETParser
 
setEndTag(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
setEOperationProperties(RoseNode, EOperation) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEOpposite(EReference) - Method in interface org.eclipse.emf.ecore.EReference
Sets the value of the 'EOpposite' reference.
setEOpposite(EReference) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
setEPackage(EPackage) - Method in interface org.eclipse.emf.ecore.EFactory
Sets the value of the 'EPackage' reference.
setEPackage(EPackage) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
setEPackageProperties(RoseNode, EPackage, String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEParameterProperties(RoseNode, EParameter) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEReferenceDefaultMultiplicity(EReference) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEReferenceIsContainment(EReference, RoseNode, RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEReferenceProperties(RoseNode, EReference) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEReferences() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEStructuralFeatureProperties(RoseNode, EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setEType(EClassifier) - Method in interface org.eclipse.emf.ecore.ETypedElement
Sets the value of the 'EType' reference.
setEType(EClassifier) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
setETypeClassifier() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setExtent(EList) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
setFeatureID(int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setFeatureValue(EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
setFeatureValue(EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Set the given feature of the given object to the given value.
setFeatureValues(XMLHandler.ManyReference) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Set the values for the given multi-valued forward reference.
setFocus() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
setFocus() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
setForceOverwrite(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Force Overwrite' attribute.
setForceOverwrite(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setGenClass(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Gen Class' container reference.
setGenClass(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Sets the value of the 'Gen Class' container reference.
setGenClass(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
setGenClass(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
setGenEnum(GenEnum) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
Sets the value of the 'Gen Enum' container reference.
setGenEnum(GenEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
setGenerateSchema(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Generate Schema' attribute.
setGenerateSchema(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setGenModel(GenModel) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Gen Model' container reference.
setGenModel(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
setGenOperation(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
Sets the value of the 'Gen Operation' container reference.
setGenOperation(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
setGenPackageDetails(List) - Method in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
setHash(int) - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Sets the hash code of the key.
setHash(int) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
setHash(int) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
setHoverThreshold(int) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This set the amount of time, in milliseconds, to hover over an item before EditingDomainViewerDropAdapter.hover(java.lang.Object) is called.
setID(boolean) - Method in interface org.eclipse.emf.ecore.EAttribute
Sets the value of the 'ID' attribute.
setID(boolean) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
setID(EObject, String) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Sets the value of the object's ID attribute according to the value represented by the String.
setID(EObject, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Sets the ID for the given object.
setID(EObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
Sets the ID of the object.
setId(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
setIDAttributeName(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Sets the name of the XML attribute that holds IDs.
setIDAttributeName(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
setIDs(EObject, EObject) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setIDs(UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
setImage(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Sets the value of the 'Image' attribute.
setImage(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
setImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to setImage(this, image).
setImage(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This allows ItemProvider.image to be set.
setImportManager(GenBaseImpl.ImportManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
setImportManager(GenBaseImpl.ImportManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setInBuild(boolean) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
setInstance(Enumerator) - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Sets the value of the 'Instance' attribute.
setInstance(Enumerator) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
setInstanceClass(Class) - Method in interface org.eclipse.emf.ecore.EClassifier
Sets the value of the 'Instance Class' attribute.
setInstanceClass(Class) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setInstanceClassGen(Class) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
setInstanceClassGen(Class) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
setInstanceClassName(String) - Method in interface org.eclipse.emf.ecore.EClassifier
Sets the value of the 'Instance Class Name' attribute.
setInstanceClassName(String) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setInstanceClassNameGen(String) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
setInstanceGen(Enumerator) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
setInterface(boolean) - Method in interface org.eclipse.emf.ecore.EClass
Sets the value of the 'Interface' attribute.
setInterface(boolean) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
setJavaSourceContainer(IContainer) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
setJavaSourceContainer(IContainer) - Method in interface org.eclipse.emf.codegen.jet.IJETNature
Sets the container where the generated Java sources go.
setJavaSourceContainerToFile(IContainer) - Method in class org.eclipse.emf.codegen.jet.JETNature
Writes the Java Source Container Location to a file
setKey(Object) - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Sets the key.
setKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
setKey(Object) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
setLabel(String) - Method in class org.eclipse.emf.common.command.AbstractCommand
Sets the label after construction.
setLabelFeature(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Sets the value of the 'Label Feature' reference.
setLabelFeature(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
setLeadingTabReplacement(String) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
 
setLoaded(boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Sets the load state as indicated, and returns a notification, if required.
setLocator(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Sets the object that might be used for determining the line and column number.
setLocator(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
 
setLocator(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
setLower(int) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
setLower(int) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
setLowerBound(int) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Lower Bound' attribute.
setLowerBound(int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
setManyReference(XMLHelper.ManyReference, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
setManyReference(XMLHelper.ManyReference, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setMarkup(RegularExpression) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
setMarkup(RegularExpression) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
setMethod(JETEmitter, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setMethod(Method) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
 
setModelDirectory(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Model Directory' attribute.
setModelDirectory(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setModelName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Model Name' attribute.
setModelName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setModelPluginClass(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Model Plugin Class' attribute.
setModelPluginClass(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setModelPluginID(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Model Plugin ID' attribute.
setModelPluginID(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setModified(boolean) - Method in interface org.eclipse.emf.ecore.resource.Resource
Sets whether this resource has been modified.
setModified(boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
setName(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.TableObject
 
setName(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
setName(String) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
setName(String) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
setName(String) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
setName(String) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
setName(String) - Method in interface org.eclipse.emf.ecore.ENamedElement
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
setName(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Set the name to be used in an XML file.
setName(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
Set the name to be used in an XML file.
setNamespaceURI(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
setNLString(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setNode(Object) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
setNoNamespacePackage(EPackage) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Sets the package to use when there is no XML namespace in an XML file.
setNoNamespacePackage(EPackage) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Sets the package to use when namespaces are not used in an XML file; this affects loading only.
setNoNamespacePackage(EPackage) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setNoNamespacePackage(EPackage) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
setNonExternalizedStringTag(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Non Externalized String Tag' attribute.
setNonExternalizedStringTag(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setNonExternalizedStringTagGen(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setNonNLSMarkers(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Non NLS Markers' attribute.
setNonNLSMarkers(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setNonNLSMarkersGen(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setNotify(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Notify' attribute.
setNotify(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
setNsPrefix(String) - Method in interface org.eclipse.emf.ecore.EPackage
Sets the value of the 'Ns Prefix' attribute.
setNsPrefix(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
setNsURI(String) - Method in interface org.eclipse.emf.ecore.EPackage
Sets the value of the 'Ns URI' attribute.
setNsURI(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
setObject(Object) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.TableObject
 
setObject(Object) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
 
setOptimizeCopy(boolean) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This sets whether or not copy command optimizations are safe in this domain.
setOverride(Command) - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This sets the command that overrides this command.
setOverride(Command) - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This sets the command that overrides this command.
setOwner(Object) - Method in class org.eclipse.emf.edit.command.CommandParameter
This sets the owner to the specified value.
setPackageName(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setParent(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This calls setParent(this, parent).
setParent(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IUpdateableItemParent.setParent by delegating to ItemProvider.setParent(Object).
setParent(Object, Object) - Method in interface org.eclipse.emf.edit.provider.IUpdateableItemParent
This sets the given object's parent to be parent.
setParent(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
setParent(TreeNode) - Method in interface org.eclipse.emf.edit.tree.TreeNode
Sets the value of the 'Parent' container reference.
setParent(TreeNode) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentAdapterFactory(ComposedAdapterFactory) - Method in interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory
This sets the direct parent adapter factory into which this factory is composed.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This sets the direct parent adapter factory into which this factory is composed.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This sets the direct parent adapter factory into which this factory is composed.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setPrefix(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Prefix' attribute.
setPrefix(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
setProcessDanglingHREF(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
setProcessDanglingHREF(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setProgressIncrement(int) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
setProgressIncrement(int) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
setProject(IProject) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
setProperty(GenPropertyKind) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Property' attribute.
setProperty(GenPropertyKind) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
setPropertyValue(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This does the delegated job of setting the property to the given value.
setPropertyValue(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of setting the property to the given value.
setPropertyValue(Object, Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
This sets this descriptor's property for the object to the given value.
setPropertyValue(Object, Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
This delegates to IItemPropertyDescriptor.setPropertyValue.
setPropertyValue(Object, String, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements PropertySource by delegating to the descriptor, which is assumed to support the IItemPropertyDescriptor interface
setProvider(GenProviderKind) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Sets the value of the 'Provider' attribute.
setProvider(GenProviderKind) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
setQUID(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.TableObject
 
setQUID(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
setRedirection(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Redirection' attribute.
setRedirection(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setRegularExpression(RegularExpression) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
setResolveProxies(boolean) - Method in interface org.eclipse.emf.ecore.EReference
Sets the value of the 'Resolve Proxies' attribute.
setResolveProxies(boolean) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
setResource(GenResourceKind) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Resource' attribute.
setResource(GenResourceKind) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
setResource(XMLResource) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setResourceFactoryRegistry(Resource.Factory.Registry) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Sets the registry used for creating resource of the appropriate type.
setResourceFactoryRegistry(Resource.Factory.Registry) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
setResultType(RoseNode, EOperation) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setRoseFileName(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
setRoseNode(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
setRuntimeJar(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Runtime Jar' attribute.
setRuntimeJar(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setSelection(ISelection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This implements ISelectionProvider to set this editor's overall selection.
setSelection(ISelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This implements ISelectionProvider to set this editor's overall selection.
setSelectionToViewer(Collection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This sets the selection into whichever viewer is active.
setSelectionToViewer(Collection) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This sets the selection into whichever viewer is active.
setSelector(Class) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
 
setSelector(Class) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
 
setSelectorFeature(JControlModel.Feature) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
setSerializable(boolean) - Method in interface org.eclipse.emf.ecore.EDataType
Sets the value of the 'Serializable' attribute.
setSerializable(boolean) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
setSource(String) - Method in interface org.eclipse.emf.ecore.EAnnotation
Sets the value of the 'Source' attribute.
setSource(String) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
setSourceCompilationUnit(IDOMCompilationUnit) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
setSourceGetFeature(JControlModel.Feature) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
setSourceMarkup(RegularExpression) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
setSourcePatternDictionary(JPatternDictionary) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
setSourceProperties(String) - Method in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
setSourceToTargetMap(Map) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
setSourceTransfer(RegularExpression) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
setStartTag(String) - Method in class org.eclipse.emf.codegen.jet.JETParser
 
setStartTag(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
setStatusLineManager(ISelection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
setStatusLineManager(ISelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
setSuper() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
setTarget(Notifier) - Method in interface org.eclipse.emf.common.notify.Adapter
Sets the target from which the adapter will receive notification.
setTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
 
setTarget(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles installation of the adapter by adding the adapter to each of the directly contained objects.
setTarget(Notifier) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
 
setTarget(Notifier) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
setTargetCompilationUnit(IDOMCompilationUnit) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
setTargetMarkup(RegularExpression) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
setTargetNamespace(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Set the target namespace for the Ecore construct.
setTargetNamespace(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
setTargetPatternDictionary(JPatternDictionary) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
setTargetProperties(String) - Method in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
setTargetPutFeature(JControlModel.Feature) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
setTargetTransfer(RegularExpression) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
setTaskName(String) - Method in class org.eclipse.emf.codegen.CodeGen.StreamProgressMonitor
 
setTemplateContainers(List) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
setTemplateContainers(List) - Method in interface org.eclipse.emf.codegen.jet.IJETNature
Sets the containers where the templates are located.
setTemplateContainersToFile(List) - Method in class org.eclipse.emf.codegen.jet.JETNature
Writes the Template Container Location to a file
setTemplateDirectory(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Template Directory' attribute.
setTemplateDirectory(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setTestDirectory(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Test Directory' attribute.
setTestDirectory(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setText(Object, String) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IUpdateableItemText.setText, although the class doesn't declare that it implements this interface.
setText(Object, String) - Method in interface org.eclipse.emf.edit.provider.IUpdateableItemText
This sets the given object's label text to the given text.
setText(String) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to setText(this, text).
setTrackingModification(boolean) - Method in interface org.eclipse.emf.ecore.resource.Resource
Sets whether modification tracking is enabled.
setTrackingModification(boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
setTransient(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Transient' attribute.
setTransient(boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
setTypedKey(String) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
setTypedValue(String) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
setUnique(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Unique' attribute.
setUnique(boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
setUnique(int, Object) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnsettable(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Unsettable' attribute.
setUnsettable(boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
setUpdateClasspath(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Update Classpath' attribute.
setUpdateClasspath(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
setUpper(int) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
setUpper(int) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
setUpperBound(int) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Upper Bound' attribute.
setUpperBound(int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
setURI(URI) - Method in interface org.eclipse.emf.ecore.resource.Resource
Sets the URI of this resource.
setURI(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
setURIConverter(URIConverter) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Sets the converter used to normalize URIs and to open streams.
setURIConverter(URIConverter) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
setUseZip(boolean) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Set whether the contents will be zipped.
setUseZip(boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
setValue(EObject, EStructuralFeature, Object, int) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Set the value of the feature for the object.
setValue(EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setValue(int) - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Sets the value of the 'Value' attribute.
setValue(int) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
setValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
setValue(Object) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
setValue(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
setValueFromId(EObject, EReference, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create a ValueLine object and put it in the list of references to resolve at the end of the document.
setVariable(String, String) - Static method in class org.eclipse.emf.codegen.jet.JETEmitter
 
setVisible(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
setVisible(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
setVisible(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.EcoreModelPage
 
setVisible(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
setVisible(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.DetailsPage
 
setVolatile(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Volatile' attribute.
setVolatile(boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
setXMLMap(XMLResource.XMLMap) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Sets the XMLMap to use when serializing an XML file.
setXMLMap(XMLResource.XMLMap) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setXMLRepresentation(int) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Set attribute to true to serialize a feature as an XML attribute.
setXMLRepresentation(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
Set attribute to true to serialize a feature as an XML attribute.
shareGlobalActions(IPage, IActionBars) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
shortNameToImportMap - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ImportManager
 
shouldCompile() - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Returns true if there are files to compile.
showRoseUnitTree(UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
shrink() - Method in class org.eclipse.emf.common.util.BasicEList
Shrinks the capacity of the list to the minimal requirements.
shrink() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
SINGLETON - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
The 'Singleton' literal value.
SINGLETON_LITERAL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
The 'Singleton' literal object.
size - Variable in class org.eclipse.emf.common.util.BasicEList
The size of the list.
size - Variable in class org.eclipse.emf.common.util.BasicEMap
The size of the map.
size - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
size() - Method in class org.eclipse.emf.common.util.BasicEList
Returns the number of objects in the list.
size() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns the number of entries in the map.
size() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
size() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
skeleton - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
SKELETON_COMPILATION_UNIT - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
SKIP - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
skippedEntity(String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
skipSpaces() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
skipUntil(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
Skip until the given string is matched in the stream.
sort(EList, Map) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
 
sortRules - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel
 
sortTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
source - Variable in class org.eclipse.emf.ecore.impl.EAnnotationImpl
The cached value of the 'Source' attribute.
source - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is the collection of source objects being dragged.
source - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
SOURCE_CONTAINER_NODE - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
SOURCE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EAnnotationImpl
The default value of the 'Source' attribute.
SOURCE_SUPPLIER - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
SOURCE_TARGET - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
sourceCompilationUnit - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
sourceFiles - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
sourceGetFeature - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
sourceMarkup - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
sourceObjects - Variable in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This is the collection of objects to be copied to the clipboard.
sourcePatternDictionary - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
sourceProperties - Variable in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
sourceToTargetMap - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
sourceToTargetMap - Variable in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
sourceTransfer - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
stackStream(String, InputStream, String) - Method in class org.eclipse.emf.codegen.jet.JETReader
Stack a stream for parsing
standardBraceStyle - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel
 
startAttribute(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
startDocument() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
startDocument() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
startElement(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
startElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
This method determines whether to make an object or not, then makes an object based on the XML attributes and the metamodel.
startElement(String, String, String, Attributes) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
startPrefixMapping(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
startPrefixMapping(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
startTag - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
startTagInitialChar - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
startTime - Variable in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This records the time at which the transfer data was recorded.
startup() - Method in class org.eclipse.emf.ecore.plugin.EcorePlugin.Implementation
Starts up this plugin by reading some extensions and populating the relevant registries.
startup() - Method in class org.eclipse.emf.ecore.xmi.XMIPlugin
 
STATEFUL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
The 'Stateful' literal value.
STATEFUL_LITERAL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
The 'Stateful' literal object.
STATIC - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
staticImage - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is the image that will be used with the value no matter what type of object it is.
StaticSelectionCommandAction - class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction.
This class is used as a basis for implementing an IAction on the menubar, the toolbar, or a popup menu by delegating all required behaviour to a Command, only when it is guaranteed that the selection will not change during the life of the action.
StaticSelectionCommandAction() - Constructor for class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This constructs an instance without a specified editor.
StaticSelectionCommandAction(IEditorPart) - Constructor for class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This constructs an instance for a command to be executed via editorPart's editing domain.
STATICSTRING - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
status - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
 
STEREOTYPE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
stream - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the stream of characters.
StrictCompoundCommand - class org.eclipse.emf.common.command.StrictCompoundCommand.
A composite command which assumes that later commands in the list may depend on the results and side-effects of earlier commands in the list.
StrictCompoundCommand() - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an empty instance.
StrictCompoundCommand(List) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given command list.
StrictCompoundCommand(String) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label.
StrictCompoundCommand(String, List) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label and command list.
StrictCompoundCommand(String, String) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label and description.
StrictCompoundCommand(String, String, List) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label, description, and command list.
string - Variable in class org.eclipse.emf.codegen.jmerge.JMerger.FindAndReplace
 
STRING - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
STRING - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
STRING_BUFFER_DECLARATION - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
STRING_BUFFER_RETURN - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
STRING_SEQ - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
stringBuffer - Variable in class org.eclipse.emf.codegen.jmerge.JMerger.FindAndReplace
 
stringParameterType - Static variable in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
 
strings - Variable in class org.eclipse.emf.common.EMFPlugin
 
StringSegment - class org.eclipse.emf.ecore.xmi.impl.StringSegment.
A String Buffer that never reallocates
StringSegment.Element - class org.eclipse.emf.ecore.xmi.impl.StringSegment.Element.
 
StringSegment.SegmentIterator - class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator.
 
StringSegment() - Constructor for class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
StringSegment(int) - Constructor for class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
StringSegment(int, int) - Constructor for class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
stripFirstNewLineWithBlanks(char[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
stripLastNewLineWithBlanks(char[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
STRUCTURAL_FEATURES_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
STRUCTURE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
subclasses - Variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
subList(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
SUBSYSTEM - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
subTask(String) - Method in class org.eclipse.emf.codegen.CodeGen.StreamProgressMonitor
 
SUNCAT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
SUPERCLASSES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
SUPERS - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
SUPERS_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
SUPPLIER - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
supportedTypes - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportedTypes - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportedTypes - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportedTypes - Variable in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportedTypes - Variable in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
sweepRules - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel
 
sweepTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
 
switchClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
switchClassTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
SYNCHRONIZED - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
SYNCHRONOUS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 

T

TAB - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
table - Variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
TableObject - class org.eclipse.emf.codegen.ecore.rose2ecore.TableObject.
 
TableObject(String, String, UnitTreeNode) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.TableObject
 
tableOffset1 - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
 
tableOffset2 - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
 
tableTreeViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This shows how a table view works.
tableViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This shows how a table view works.
target - Variable in class org.eclipse.emf.common.notify.impl.AdapterImpl
The last notifier set to this adapter.
target - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
TARGET_SOURCE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
TARGET_SUPPLIER - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
targetCompilationUnit - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
targetMarkup - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
targetNamespace - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
targetPackageNames - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
targetPatternDictionary - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
targetProperties - Variable in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
targetPutFeature - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
targets - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This keeps track of all the targets to which this adapter is set.
targetToSourceMap - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
 
targetToSourceMap - Variable in class org.eclipse.emf.codegen.jmerge.PropertyMerger
 
targetTransfer - Variable in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
 
TEMPLATE_CONTAINER_NODE - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
TEMPLATE_DIRECTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Template Directory' attribute.
templateContainerField - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
templateDirectory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Template Directory' attribute.
templatePath - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
templateURI - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
templateURI - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
templateURIPath - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
templateURIPath - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
TEST_DIRECTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Test Directory' attribute.
testDirectory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Test Directory' attribute.
text - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
text - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the text returned by getText(Object).
TEXT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
TEXT_VALUE_IMAGE - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
theEcorePackage - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
toArray() - Method in class org.eclipse.emf.common.util.BasicEList
Returns an array containing all the objects in sequence.
toArray() - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
toArray() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
toArray(Object[]) - Method in class org.eclipse.emf.common.util.BasicEList
Returns an array containing all the objects in sequence.
toArray(Object[]) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
toArray(Object[]) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
toBooleanLiteral(boolean) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns the literal expression for the given boolean value.
toByteLiteral(byte) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns the decimal literal expression for the given byte value.
toChar() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
toCharLiteral(char) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given char value.
toClassLiteral(Class) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given Class value.
toDoubleLiteral(double) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given double value.
toFileString() - Method in class org.eclipse.emf.common.util.URI
If this URI may refer directly to a locally accessible file, as determined by URI.isFile(), returns the URI formatted as a pathname to that file; null otherwise.
toFloatLiteral(float) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given float value.
toIntLiteral(int) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns the decimal literal expression for the given int value.
tokens - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLexer
 
tokenType - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
tokenValue - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
toKeyString() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
If an implementation uses IDs and stores the IDs as part of the resource rather than as objects, this method should return a string representation of the ID to object mapping, which might be implemented as a Java Map.
toKeyString() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
Returns a string representation of the ID map.
toLiteral(Object) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Convenience dispatch method.
toLongLiteral(long) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns the decimal literal expression for the given long value.
TOOL - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
top - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The current position within the list from which the next execute, undo, or redo, will be performed.
topNode - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeBuilder
 
toShortLiteral(short) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns the decimal literal expression for the given short value.
toShortString() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
toString() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.common.command.CompoundCommand
 
toString() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
 
toString() - Method in class org.eclipse.emf.common.command.CommandWrapper
 
toString() - Method in class org.eclipse.emf.common.util.BasicEList
Returns a string of the form "[object1, object2]".
toString() - Method in class org.eclipse.emf.common.util.URI
Returns the string representation of this URI.
toString() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the name of the enumerator.
toString() - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
toString() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
toString() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
toString() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
toString() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
toString() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
toString() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
toString() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
toString() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
toString() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
toString() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
toString() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
toString() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
toString() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
toString() - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
toString() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
toString() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
toString() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
toString() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Returns a standard label with the list of resources.
toString() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Returns a string representation of this cross referencer.
toString() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.SetCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.CommandParameter
 
toString() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.CopyCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This gives an abbreviated name using this object's own class name, without package qualification, followed by a space-separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.MoveCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.RemoveCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.CutToClipboardCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.AddCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This returns the super result with the ItemProvider.text appended to it.
toString() - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
 
toStringGen() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
toStringLiteral(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given String.
TRANSIENT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
TRANSIENT - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
transient_ - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The cached value of the 'Transient' attribute.
TRANSIENT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Transient' attribute.
traverse() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseTree
 
traverse(IContainer, Set) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Walks the container recursively.
traverse(IFile) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
Analyzes .java files as JDOM compilation units.
traverse(List) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
traverse(RoseVisitor) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseWalker
 
traverse(String, RoseNode, UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeBuilder
 
traverseEPackages(List) - Method in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
traverseGenPackages(List) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
traverseOut(UnitTreeNode, int) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
traversePackages(Collection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
traversePackages(UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
traverseTree(List) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
traverseUnitTree(UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
TREE_NODE - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The meta object id for the 'Node' class.
TREE_NODE__CHILDREN - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The feature id for the 'Children' containment reference list.
TREE_NODE__DATA - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The feature id for the 'Data' reference.
TREE_NODE__PARENT - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The feature id for the 'Parent' container reference.
TREE_NODE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The number of structural features of the the 'Node' class.
TreeAdapterFactory - class org.eclipse.emf.edit.tree.util.TreeAdapterFactory.
The Adapter Factory for the model.
TreeAdapterFactory() - Constructor for class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
Creates an instance of the adapter factory.
TreeFactory - interface org.eclipse.emf.edit.tree.TreeFactory.
The Factory for the model.
TreeFactoryImpl - class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl.
An implementation of the model Factory.
TreeFactoryImpl() - Constructor for class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
Creates and instance of the factory.
TreeItemProviderAdapterFactory - class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory.
This is the factory that is used to provide the interfaces needed to support Viewers.
TreeItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This constructs an instance.
TreeIterator - interface org.eclipse.emf.common.util.TreeIterator.
A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
treeIterator(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns a tree iterator that will yield the object, the children of the object, their children, and so on.
treeIterator(Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns a tree iterator that will yield the object, the children of the object, their children, and so on.
TreeNode - interface org.eclipse.emf.edit.tree.TreeNode.
A representation of the model object 'Node'.
TreeNodeImpl - class org.eclipse.emf.edit.tree.impl.TreeNodeImpl.
An implementation of the model object 'Node'.
TreeNodeImpl() - Constructor for class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
TreeNodeItemProvider - class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider.
This is the item provider adpater for a TreeNode object.
TreeNodeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This constructs an instance from a factory and a notifier.
TreePackage - interface org.eclipse.emf.edit.tree.TreePackage.
The Package for the model.
TreePackageImpl - class org.eclipse.emf.edit.tree.impl.TreePackageImpl.
An implementation of the model Package.
TreeSwitch - class org.eclipse.emf.edit.tree.util.TreeSwitch.
The Switch for the model's inheritance hierarchy.
TreeSwitch() - Constructor for class org.eclipse.emf.edit.tree.util.TreeSwitch
Creates an instance of the switch.
treeViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This shows how a tree view works.
trimFileExtension() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null URI.fileExtension(), returns the URI formed by removing it; this URI unchanged, otherwise.
trimFragment() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null URI.fragment(), returns the URI formed by removing it; this URI unchanged, otherwise.
trimQuery() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null URI.query(), returns the URI formed by removing it; this URI unchanged, otherwise.
trimQuotes(String) - Static method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
trimSegments(int) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by trimming the specified number of segments (including empty segments, such as one representing a trailing separator) from the end of the path of this URI, if hierarchical; otherwise, this URI is returned unchanged.
TRUE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
type - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
TYPE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
TYPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
TYPE_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
TYPE_ID - Static variable in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This is the ID that is registered to the name.
TYPE_NAME - Static variable in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This is the register transfer type name.
typeMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
 
types - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 

U

UABSTRACT - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
UID - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
UIMPLEMENTATION - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
UMLNOTATION - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
UNBOUNDED_MULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.EStructuralFeature
 
uncapName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
uncapName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
uncapPrefixedName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
uncapPrefixedName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
undo() - Method in class org.eclipse.emf.common.command.AbstractCommand
Throws a runtime exception.
undo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.undo() for each command in the list, in reverse order.
undo() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.undo() for each command in the list.
undo() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required to undo the effects of a preceding execute (or redo).
undo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
undo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the undo method of the command.
undo() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
undo() - Method in interface org.eclipse.emf.common.command.CommandStack
Moves the top of the stack down, undoing what was formerly the top command.
undo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
undo() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This undoes the wrapped command and sets the affected objects to the original selection.
undo() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
undo() - Method in class org.eclipse.emf.edit.command.CutToClipboardCommand
 
undoAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement undo.
UndoAction - class org.eclipse.emf.edit.ui.action.UndoAction.
An undo action is implemented by using the CommandStack.
UndoAction() - Constructor for class org.eclipse.emf.edit.ui.action.UndoAction
 
UndoAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.UndoAction
 
UnexecutableCommand - class org.eclipse.emf.common.command.UnexecutableCommand.
A singleton UnexecutableCommand.INSTANCE that cannot execute.
unique - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The cached value of the 'Unique' attribute.
UNIQUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Unique' attribute.
UniqueEList - class org.eclipse.emf.common.util.UniqueEList.
A BasicEList that allows only unique elements.
UniqueEList() - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an empty instance with no initial capacity.
UniqueEList(Collection) - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an instance that is a copy of the collection, with duplicates removed.
UniqueEList(int) - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an empty instance with the given capacity.
UNIT_REFERENCE_LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
unitTree - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.RoseModelPage
 
unitTree - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.PackagePage
 
unitTree - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.Rose2Ecore
 
UnitTreeBuilder - class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeBuilder.
Traverses the Rose files the first time to build unit tree and class information.
UnitTreeBuilder(RoseUtil) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeBuilder
 
UnitTreeNode - class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode.
 
UnitTreeNode(String, String, String) - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.UnitTreeNode
 
unload() - Method in interface org.eclipse.emf.ecore.resource.Resource
Clears the contents, errors, and warnings of the resource and marks it as unloaded.
unload() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
unloaded(InternalEObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Called when the object is unloaded.
unmodifiableEList(EList) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an unmodifiable view of the list.
UNNAMED - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
unparsedEntityDecl(String, String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
unregisterSelectionListener(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
UnresolvedReferenceException - exception org.eclipse.emf.ecore.xmi.UnresolvedReferenceException.
 
UnresolvedReferenceException(String, String, int, int) - Constructor for class org.eclipse.emf.ecore.xmi.UnresolvedReferenceException
Constructor for UnresolvedReferenceException.
UNSET - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been unset.
unset() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Unsets the value held by the feature of the object.
unset() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
unset() - Method in class org.eclipse.emf.ecore.util.EObjectEList.Unsettable
 
unset() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable
 
unset() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
unset() - Method in class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable
 
unset() - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
unset() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable
 
unset() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable
 
unsettable - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The cached value of the 'Unsettable' attribute.
UNSETTABLE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Unsettable' attribute.
unsettablePrimitive - Static variable in class org.eclipse.emf.codegen.ecore.Rose2GenModel
 
UNSPECIFIED - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
These constants are used to specify the XML representation of an Ecore construct.
unwrap() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns one of three things: UnexecutableCommand.INSTANCE, if there are no commands, the one command, if there is exactly one command, or this, if there are multiple commands; this command is CompoundCommand.dispose()d in the first two cases.
UOPERATIONS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
UPARAMETERS - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
UPDATE_CLASSPATH_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Update Classpath' attribute.
update() - Method in class org.eclipse.emf.edit.ui.action.RedoAction
 
update() - Method in class org.eclipse.emf.edit.ui.action.UndoAction
 
update() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
updateClasspath - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Update Classpath' attribute.
updateFileName(String, String) - Static method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
updateSelection(IStructuredSelection) - Method in class org.eclipse.emf.edit.ui.action.CommandActionHandler
When the selection changes, this will call CommandActionHandler.createCommand(java.util.Collection) with the appopriate collection of selected objects.
upper - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
upper - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
UPPER_BOUND_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Upper Bound' attribute.
upperBound - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The cached value of the 'Upper Bound' attribute.
upperCaseName(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
upperLocationBound - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the upper range of locations in which the effect of this command remains unchanged.
UPROPERTIES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
uri - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The URI.
uri - Variable in class org.eclipse.emf.ecore.xmi.PackageNotFoundException
 
URI - class org.eclipse.emf.common.util.URI.
A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
URI_MAP - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
The global static URI map.
uri() - Method in class org.eclipse.emf.ecore.xmi.PackageNotFoundException
 
uriConverter - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
The URI converter.
URIConverter - interface org.eclipse.emf.ecore.resource.URIConverter.
A converter to normalize a URI or to produce an input or output stream for a URI.
URIConverterImpl - class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.
A highly functional and extensible URI converter implementation.
URIConverterImpl.PlatformResourceOutputStream - class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.PlatformResourceOutputStream.
An output stream that transfers its contents to an IFile upon closing.
URIConverterImpl.PlatformResourceOutputStream(IFile, boolean, boolean, IProgressMonitor) - Constructor for class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.PlatformResourceOutputStream
 
URIConverterImpl.URIMap - interface org.eclipse.emf.ecore.resource.impl.URIConverterImpl.URIMap.
A map that remaps URIs.
URIConverterImpl.WorkbenchHelper - class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.WorkbenchHelper.
Isolated Eclipse workbench utilities.
URIConverterImpl.WorkbenchHelper() - Constructor for class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.WorkbenchHelper
 
URIConverterImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Creates an instance.
uriMap - Variable in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
The URI map.
URIMappingRegistryImpl - class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.
An extensible implementation of a URI mapping registry.
URIMappingRegistryImpl.MappingEntryImpl - class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.MappingEntryImpl.
An extended implementation that maintains a bit indicating if the entry represents a folder to folder mapping.
URIMappingRegistryImpl.MappingEntryImpl(URIMappingRegistryImpl, int, Object, Object) - Constructor for class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.MappingEntryImpl
Creates an instance.
URIMappingRegistryImpl.URIMapImpl - class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.URIMapImpl.
A map that is a URIConverterImpl.URIMap.
URIMappingRegistryImpl.URIMapImpl(URIMappingRegistryImpl) - Constructor for class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.URIMapImpl
Creates an isntance.
URIMappingRegistryImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Creates an instance.
urisToLocations - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
urisToNamesToClassifiers - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
USE_CASE_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
USED_NODES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
used(EModelElement) - Method in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
 
usedGenPackages - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Used Gen Packages' reference list.
usedGenPackages - Variable in class org.eclipse.emf.codegen.ecore.java2ecore.JavaEcoreBuilder
All the used GenPackages.
useEncodedAttributeStyle - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
useEquals() - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether equals rather than == should be used to compare members.
useEquals() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
useEquals() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
useEquals() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
useEqualsForKey() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether equals rather than == should be used to compare keys.
useEqualsForValue() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether equals rather than == should be used to compare values.
useIDs() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
useIsSet() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
useIsSet() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
userInfo() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a user info portion, returns it; null otherwise.
USES_REL_LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
USES_RELATIONSHIP - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
USES_VIEW - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
useZip - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
useZip() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns whether contents will be compressed.
useZip() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns whether the contents will be zipped.
useZip() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
USTATICSTRING - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
Util - class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util.
 
Util() - Constructor for class org.eclipse.emf.codegen.ecore.rose2ecore.parser.Util
 
UUID - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
UUID_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 

V

valid - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseLoader
 
validate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
validate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
validate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
validate(EObject) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
validate(int, Object) - Method in class org.eclipse.emf.common.util.BasicEList
Validates a new content object and returns the validated object.
validate(int, Object) - Method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
validate(Object, float, int, int, Collection) - Method in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is called repeatedly as the drag and drop information changes.
validate(Object, float, int, int, Collection) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This is called by EditingDomainViewerDropAdapter to determine if the drag and drop operation is still enabled.
validate(UnitTreeNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseUtil
 
validateKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Validates a new key.
validateKey(Object) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Validates that the key is a URI.
validatePage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelModelWizard.GenModelModelWizardNewFileCreationPage
The framework calls this to see if the file is correct.
validatePage() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardNewFileCreationPage
The framework calls this to see if the file is correct.
validatePage() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage
The framework calls this to see if the file is correct.
validateValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Validates a new key.
validateValue(Object) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Validates that the value is a URI.
validAuthority(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the authority component of a URI; false otherwise.
validDevice(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the device component of a URI; false otherwise.
validFragment(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the fragment component of a URI; false otherwise.
validName(String) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
validName(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
validOpaquePart(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the opaque part component of a URI; false otherwise.
validQuery(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the query component of a URI; false otherwise.
validScheme(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the scheme component of a URI; false otherwise.
validSegment(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be a valid path segment of a URI; false otherwise.
validSegments(String[]) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be a valid path segment array of a URI; false otherwise.
value - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The value.
value - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
value - Variable in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
The cached value of the 'Value' attribute.
value - Variable in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
The cached value of the 'Value' attribute.
value - Variable in class org.eclipse.emf.ecore.xmi.IllegalValueException
 
value - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
value - Variable in class org.eclipse.emf.edit.command.SetCommand
This is the value of to be set.
value - Variable in class org.eclipse.emf.edit.command.CommandParameter
This is the single value involved in the command.
value - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the value being moved within the owner list.
value - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is value that is being replaced.
VALUE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
VALUE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
VALUE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseNode
 
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
The default value of the 'Value' attribute.
values - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The values collection view.
values - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
values - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
VALUES - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
A public read-only list of all the 'Gen Provider Kind' enumerators.
VALUES - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
A public read-only list of all the 'Gen Property Kind' enumerators.
VALUES - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
A public read-only list of all the 'Gen Resource Kind' enumerators.
values() - Method in interface org.eclipse.emf.common.util.EMap
Returns a collection view the values of the entries.
values() - Method in class org.eclipse.emf.common.util.BasicEMap
 
values() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
VERSION_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
VERSION_NAME - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
VERSION_VALUE - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
versionTree - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseParser
 
versionTree - Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
VERTICAL_BAR - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
 
VERTICES - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
view - Variable in class org.eclipse.emf.common.util.BasicEMap
The various alternative views of the map.
viewer - Variable in class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This keeps track of the viewer to which we are listening.
viewer - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is the viewer for which this is a drop target listener.
viewer - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This keeps track of the one viewer using this content provider.
ViewerDragAdapter - class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter.
This is an implemention of DragSourceListener.
ViewerDragAdapter(Viewer) - Constructor for class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This creates an instance for the given viewer.
VISIBILITY_REL_LIST - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
VISIBILITY_RELATIONSHIP - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
VISIBLE_CATEGORY - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
visitList(RoseNode) - Method in interface org.eclipse.emf.codegen.ecore.rose2ecore.RoseVisitor
 
visitList(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
visitObject(RoseNode) - Method in interface org.eclipse.emf.codegen.ecore.rose2ecore.RoseVisitor
 
visitObject(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
VISUALBASIC - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
VOLATILE - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
volatile_ - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The cached value of the 'Volatile' attribute.
VOLATILE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Volatile' attribute.

W

warning(SAXParseException) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
 
warning(String) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.EcoreBuilder
 
warning(XMIException) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
warnings - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The warnings.
which - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
 
which - Variable in class org.eclipse.emf.edit.ui.provider.ImageDataSynthesizer.ColorInformation
 
whichModel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
whichStyle - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
width - Variable in class org.eclipse.emf.edit.provider.ComposedImage.Size
 
WIDTH - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
WITHJDK116 - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 
workbench - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The workbench in effect during initialization.
workbench - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Remember the workbench during initialization.
workbench - Variable in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
Remember the workbench during initialization.
workspaceRoot - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
workspaceRoot - Static variable in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
The cached Eclipse workspace.
wrappedException - Variable in class org.eclipse.emf.common.util.WrappedException
The exception being wrapped.
WrappedException - exception org.eclipse.emf.common.util.WrappedException.
A runtime exception that wraps another exception.
WrappedException(Exception) - Constructor for class org.eclipse.emf.common.util.WrappedException
Creates an instance that wraps the exception.
WrappedException(String, Exception) - Constructor for class org.eclipse.emf.common.util.WrappedException
Creates an instance with it's own message that wraps the exception.
wrapperClassFor(Class) - Static method in class org.eclipse.emf.ecore.util.EcoreDynamicEList
 
write() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
write(Exception) - Static method in class org.eclipse.emf.codegen.CodeGenPlugin
 
write(Exception) - Static method in class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
 
write(OutputStreamWriter) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeAscii(OutputStream) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeObject(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
writePair(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 
writer - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
writer - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
writeRose() - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseTree
 
writeTopObject(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeTopObjects(List) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeTopObjects(List) - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
writeValue(RoseNode) - Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseWriter
 

X

x - Variable in class org.eclipse.emf.edit.provider.ComposedImage.Point
 
XMI - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'XMI' literal value.
XMI_ELEMENT_NAME - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
XMI_ELEMENT_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
XMI_ID - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
XMI_ID_NS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMI_LITERAL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'XMI' literal object.
XMI_NS - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
XMI_TAG_NAME - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
XMI_TAG_NS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMI_TYPE_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
XMI_TYPE_NS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMI_URI - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
XMI_UUID - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
XMI_VER_NS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMI_XMLNS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMIException - exception org.eclipse.emf.ecore.xmi.XMIException.
 
XMIException(Exception) - Constructor for class org.eclipse.emf.ecore.xmi.XMIException
 
XMIException(Exception, String, int, int) - Constructor for class org.eclipse.emf.ecore.xmi.XMIException
 
XMIException(String) - Constructor for class org.eclipse.emf.ecore.xmi.XMIException
 
XMIException(String, Exception) - Constructor for class org.eclipse.emf.ecore.xmi.XMIException
 
XMIException(String, Exception, String, int, int) - Constructor for class org.eclipse.emf.ecore.xmi.XMIException
 
XMIException(String, String, int, int) - Constructor for class org.eclipse.emf.ecore.xmi.XMIException
 
XMIHandler - class org.eclipse.emf.ecore.xmi.impl.XMIHandler.
This class is a SAX handler for creating MOF2 objects from an XMI 2.0 file.
XMIHandler(XMLResource, XMLHelper, Map) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIHandler
Constructor.
XMIHelper - interface org.eclipse.emf.ecore.xmi.XMIHelper.
Configuration class for XMI
XMIHelperImpl - class org.eclipse.emf.ecore.xmi.impl.XMIHelperImpl.
 
XMIHelperImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIHelperImpl
 
XMIHelperImpl(XMLResource) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIHelperImpl
 
XMILoadImpl - class org.eclipse.emf.ecore.xmi.impl.XMILoadImpl.
This class creates an XMIHandler rather than an XMLHandler so an XMI file can be loaded.
XMILoadImpl(XMLHelper) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMILoadImpl
Constructor for XMILoad.
XMIPlugin - class org.eclipse.emf.ecore.xmi.XMIPlugin.
 
XMIPlugin(IPluginDescriptor) - Constructor for class org.eclipse.emf.ecore.xmi.XMIPlugin
 
XMIResource - interface org.eclipse.emf.ecore.xmi.XMIResource.
A resource that serializes to XMI.
XMIResourceFactoryImpl - class org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl.
 
XMIResourceFactoryImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl
Constructor for XMIResourceFactoryImpl.
XMIResourceImpl - class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl.
This class represents an XMIResource.
XMIResourceImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
Constructor for XMIResourceImpl.
XMIResourceImpl(URI) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
Constructor for XMIResourceImpl.
XMISaveImpl - class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl.
 
XMISaveImpl(Map, XMLHelper, String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMISaveImpl(XMLHelper) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
xmiType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XML - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'XML' literal value.
XML_LITERAL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'XML' literal object.
XML_NS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
XML_VERSION - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XMLHandler - class org.eclipse.emf.ecore.xmi.impl.XMLHandler.
This class is a generic interface for loading XML files and creating EObjects from them.
XMLHandler.ManyReference - class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference.
 
XMLHandler.MyStack - class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyStack.
 
XMLHandler.MyStack() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyStack
 
XMLHandler.SingleReference - class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference.
For unresolved forward references, the line number where the incorrect id appeared in an XML resource is needed, so the Value for the forward reference and the line number where the forward reference occurred must be saved until the end of the XML resource is encountered.
XMLHandler.SingleReference(EObject, EStructuralFeature, Object, int, int, int) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
XMLHandler(XMLResource, XMLHelper, Map) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
XMLHelper - interface org.eclipse.emf.ecore.xmi.XMLHelper.
Configuration class for XML.
XMLHelper.ManyReference - interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference.
 
XMLHelperImpl - class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.
This class handles the package to use when there is no XML namespace in an XML file.
XMLHelperImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
XMLHelperImpl(XMLResource) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
XMLInfoImpl - class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl.
This class is used with the XMLMap class to describe how to serialize objects and features.
XMLInfoImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
xmlLoad - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
XMLLoad - interface org.eclipse.emf.ecore.xmi.XMLLoad.
This defines the methods for the interface that XMLResourceImpl uses to load the resource.
XMLLoadImpl - class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.
This class begins parsing with the given input stream using the XML deserializer.
XMLLoadImpl(XMLHelper) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
xmlMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
xmlMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
XMLMapImpl - class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl.
This class represents a mapping from Ecore constructs to the XML representation of those constructs.
XMLMapImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
Constructor for XMLMap.
xmlRepresentation - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
xmlResource - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
XMLResource - interface org.eclipse.emf.ecore.xmi.XMLResource.
This interface represents an XML resource.
XMLResource.XMLInfo - interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo.
This interface is used with the XMLMap interface to describe how to serialize objects and features.
XMLResource.XMLMap - interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap.
This interface represents a mapping from Ecore constructs to the XML representation of those constructs.
XMLResourceFactoryImpl - class org.eclipse.emf.ecore.xmi.impl.XMLResourceFactoryImpl.
This class creates XMLResourceImpl objects.
XMLResourceFactoryImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLResourceFactoryImpl
Constructor for XMLResourceFactoryImpl.
XMLResourceImpl - class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.
This class implements the XMLResource interface.
XMLResourceImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
Constructor for XMLResourceImpl.
XMLResourceImpl(URI) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
Constructor for XMLResourceImpl.
xmlSave - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
XMLSave - interface org.eclipse.emf.ecore.xmi.XMLSave.
This defines the methods for the interface that XMLResourceImpl uses to save the resource.
XMLSaveImpl - class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.
This implements the XML serializer, possibly using an XMLMap if one is provided as a save option.
XMLSaveImpl.Escape - class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape.
 
XMLSaveImpl.Lookup - class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup.
 
XMLSaveImpl(Map, XMLHelper, String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
Constructor for XMLSave.
XMLSaveImpl(XMLHelper) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
xmlSchemaModelLocationText - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard.XMLSchemaModelPage
 
xmlSchemaModelPage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
The page where the Rose model is specified.
XMLString - class org.eclipse.emf.ecore.xmi.impl.XMLString.
 
XMLString(int) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLString
 
XSD - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.EMFProjectWizard
 
XSD2ECORE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
XSI_NIL - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XSI_NS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
XSI_SCHEMA_LOCATION - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XSI_TYPE_NS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XSI_URI - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
XSI_XMLNS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 

Y

y - Variable in class org.eclipse.emf.edit.provider.ComposedImage.Point
 
yield(BasicEMap.Entry) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Called to yield the iterator result for the entry.
yield(BasicEMap.Entry) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapKeyIterator
Called to yield the iterator result for the entry.
yield(BasicEMap.Entry) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapValueIterator
Called to yield the iterator result for the entry.

Z

ZOOM - Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.RoseStrings
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright 2001-2002 IBM Corporation and others.
All Rights Reserved.