Skip navigation links
Eclipse EMF 2.15 API Specification
A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

AbortExecutionException - Exception in org.eclipse.emf.common.command
An exception thrown when a command's execution is to be silently aborted.
AbortExecutionException() - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs an new instance.
AbortExecutionException(String, Throwable) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message and cause.
AbortExecutionException(String) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message.
AbortExecutionException(Throwable) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message and cause.
absoluteCharacters - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The buffer for absolute file paths.
AbstractCommand - Class in org.eclipse.emf.common.command
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.
AbstractCommand.NonDirtying - Interface in org.eclipse.emf.common.command
A marker interface implemented by commands that don't dirty the model.
AbstractEList<E> - Class in org.eclipse.emf.common.util
A highly extensible abstract list implementation.
AbstractEList() - Constructor for class org.eclipse.emf.common.util.AbstractEList
Creates an empty instance with no initial capacity.
AbstractEList.BasicIndexOutOfBoundsException - Exception in org.eclipse.emf.common.util
An IndexOutOfBoundsException that constructs a message from the argument data.
AbstractEList.EIterator<E1> - Class in org.eclipse.emf.common.util
An extensible iterator implementation.
AbstractEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
An extensible list iterator implementation.
AbstractEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only iterator that does not resolve objects.
AbstractEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only list iterator that does not resolve objects.
AbstractEnumerator - Class in org.eclipse.emf.common.util
An extensible enumerator implementation.
AbstractEnumerator(int, String) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator
Creates an initialized instance.
AbstractEnumerator(int, String, String) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator
Creates an initialized instance.
AbstractTreeIterator<E> - Class in org.eclipse.emf.common.util
An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
AbstractTreeIterator(E) - 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.
access(boolean, Pool.AccessUnit<E>) - Method in class org.eclipse.emf.common.util.Pool
Collect all the values with a matching hash code.
accessCount - Variable in class org.eclipse.emf.common.util.Pool
Record the number of accesses so that the Pool.cleanup() can be called occasionally.
AccessUnit(Pool.AccessUnit.Queue<E>) - Constructor for class org.eclipse.emf.common.util.Pool.AccessUnit
 
AccessUnitBase(Pool.AccessUnit.Queue<SegmentSequence>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.AccessUnitBase
 
AccessUnitBase(Pool.AccessUnit.Queue<String[]>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
accumulate(String[], int, String, boolean) - Static method in class org.eclipse.emf.common.util.URI.Hierarchical
 
Activator() - Constructor for class org.eclipse.emf.common.CommonPlugin.Implementation.Activator
 
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(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(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(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
 
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.
Adapter - Interface in org.eclipse.emf.common.notify
A receiver of notifications.
Adapter.Internal - Interface in org.eclipse.emf.common.notify
An internal interface implemented by adapters.
AdapterFactory - Interface in org.eclipse.emf.common.notify
A factory for creating adapters and associating them with notifiers.
AdapterFactoryImpl - Class in org.eclipse.emf.common.notify.impl
An extensible adapter factory implementation.
AdapterFactoryImpl() - Constructor for class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an instance.
AdapterImpl - Class in org.eclipse.emf.common.notify.impl
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.
add(E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
add(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
add(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Adds or merges a new notification.
add(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
Adds or merges a new notification.
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(Notification) - Method in interface org.eclipse.emf.common.notify.NotificationChain
Adds a notification to the chain.
add(E) - Method in class org.eclipse.emf.common.util.AbstractEList
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(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the given index in the list.
add(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Adds the object at the next index and advances the iterator past it.
add(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Throws an exception.
add(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
add(E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
add(int, E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
add(Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
add(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
add(E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
add(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
add(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
Adds the diagnostic to the chain.
add(E, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Add a value to the Pool.AccessUnit.values incrementing the Pool.AccessUnit.valuesLength.
add(E) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
add(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
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.
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection to the end of the list.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added.
addAll(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.common.util.BasicEMap
addAll(int, Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.common.util.BasicEMap
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
addAll(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
Adds the children of the diagnostic to the chain.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
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(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array to the end of the list; it does no uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - 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(int, Collection<? extends E>) - 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(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array to the end of the list and returns whether any objects were added; it does no uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
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(Object[], int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
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(Object[], int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - 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<? extends E>) - 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.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList
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(Object[], int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
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.
added(Notifier, Adapter) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList.Listener
Called when the given adapter is added to the given notifier.
addEntry(boolean, E, Pool.AccessUnit<E>) - Method in class org.eclipse.emf.common.util.Pool
Adds an entry to the pool, but first checks if the entry has been added by another thread since the time when the pool was accessed without holding any locks.
addEntry(int, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Adds a new entry to the set at the given given index in the WeakInterningHashSet.entries.
addListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
addListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Adds another listener from the adapter list.
addUnique(E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - 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(int, E) - 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(E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.BasicEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - 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(E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
ALPHA_HI - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHA_LO - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHANUM_HI - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHANUM_LO - Static variable in class org.eclipse.emf.common.util.URI
 
append(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Adds a command to this compound command's list of commands.
append(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns an instance with the given additional segments.
append(String) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns an instance with the additional segment or segments, if the given segment contains '/'.
append(String...) - Method in class org.eclipse.emf.common.util.SegmentSequence
 
append(String) - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Appends a string to the builder and returns the builder itself.
append(char) - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Appends a string representation of the character to the builder and returns the builder itself.
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.
appendEscaped(StringBuffer, byte) - Static method in class org.eclipse.emf.common.util.URI
 
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.
appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
appendFragment(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed from this URI and the given fragment.
appendFragment(String) - Method in class org.eclipse.emf.common.util.URI.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.
appendQuery(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed from this URI and the given query.
appendQuery(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendQuery(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
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.
appendSegment(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendSegment(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
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.
appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
ARCHIVE_IDENTIFIER - Static variable in class org.eclipse.emf.common.util.URI
 
ARCHIVE_SCHEMES - Static variable in class org.eclipse.emf.common.util.URI
 
ARCHIVE_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
ArchiveURLConnection - Class in org.eclipse.emf.common.archive
A connection that can access an entry in an archive, and then recursively an entry in that archive, and so on.
ArchiveURLConnection(URL) - Constructor for class org.eclipse.emf.common.archive.ArchiveURLConnection
Constructs a new connection for the URL.
ArchiveURLConnection(String) - Constructor for class org.eclipse.emf.common.archive.ArchiveURLConnection
Constructs a new archive accessor.
ArrayDelegatingEList<E> - Class in org.eclipse.emf.common.util
A highly extensible abstract list implementation logically backed by an array that is never modified.
ArrayDelegatingEList() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an empty instance with no initial capacity.
ArrayDelegatingEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an instance that is a copy of the collection.
ArrayDelegatingEList(Object[]) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an initialized instance that directly uses the given arguments.
ArrayDelegatingEList.EIterator<E1> - Class in org.eclipse.emf.common.util
An extensible iterator implementation.
ArrayDelegatingEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
An extensible list iterator implementation.
ArrayDelegatingEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only iterator that does not resolve objects.
ArrayDelegatingEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only list iterator that does not resolve objects.
asEList(List<T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an EList view of the specified list.
asEList(T...) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a mutable, fixed-size, random access EList backed by the given array.
asEMap(Map<K, V>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a mutable EMap view of the specified map.
asInstance(Object) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Checks whether the object is string array and casts it or return null
asInstance(Object) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns the result of casting the object to E, or null if the object is not an instance of E.
asLocalURI(URI) - Static method in class org.eclipse.emf.common.CommonPlugin
Use the platform, if available, to convert to a local URI.
asLocalURI(URI) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
Use the platform to convert to a local URI.
assign(Object[], int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Assigns the object into the data storage at the given index and returns the object that's been stored.
assign(int, E) - 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.
authority() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component, returns it; null otherwise.
authority() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
authority - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
The authority of the hierarchical URI.
authority() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
AUTHORITY_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
AUTHORITY_SEPARATOR_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Eclipse EMF 2.15 API Specification

Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature