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 

I

IdentityCommand - Class in org.eclipse.emf.common.command
A command that always produces the same result.
IdentityCommand() - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an empty instance.
IdentityCommand(Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with a result collection containing the given result object.
IdentityCommand(Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given result collection.
IdentityCommand(String) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label.
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, Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label the result collection.
IdentityCommand(String, String) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label and description.
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.
IdentityCommand(String, String, Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label, description, result collection.
images - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
A cache of the image descriptions.
Implementation() - Constructor for class org.eclipse.emf.common.CommonPlugin.Implementation
Creates an instance.
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.
index(int, int) - Static method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns the index in the WeakInterningHashSet.entries for the given hash code and capacity.
indexOf(Object) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the position of the first occurrence of the object in the list.
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(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.BasicEMap
indexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the first occurrence of the object in the list.
indexOf(List<?>, Object, int) - Static method in class org.eclipse.emf.common.util.ECollections
Searches for the first occurrence of the given argument in list starting from a specified index.
indexOfKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
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.
INFO - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x1 for a severity indicating there is an informational message.
initializeDelegateEList() - Method in class org.eclipse.emf.common.util.BasicEMap
Initializes the BasicEMap.delegateEList.
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.common.CommonPlugin
The singleton instance of the plugin.
intern(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned value for the string.
intern(char[], int, int) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned string value for the subsequence of characters.
intern(String, int, int) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned string value for the subsequence of characters.
intern(CharSequence) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned string value for the char sequence.
intern(E) - Method in interface org.eclipse.emf.common.util.InterningSet
Returns either the instance already contained in the set that's equal to the given object, or adds the object to the set and returns it.
intern(E) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
intern(String, String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the string representation of a segment sequence, splitting it into appropriate segments based on the delimiter.
intern(boolean, boolean, String, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the segments, taking into account the delimiter, copying the array, when needed, and interning the segments themselves, when needed.
intern(int, String, String[], String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the segments along with the one additional segment, taking into account the delimiter and interning the additional segment.
intern(int, String, String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the composed segments, taking into account the delimiter.
intern(String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a single segment.
intern(String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a single segment that's a substring of a larger string.
intern(String[], int, String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern segments and one additional segment.
intern(int, String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern segments and a substring of one additional segment.
intern(String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern subsegments and a substring of one additional segment.
intern(String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a range of segments.
intern(String[], int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a range of segments.
intern(boolean, boolean, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern segments that may need copying or interning.
intern(String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern the composition of two sequences of segments.
intern(String[], int, int, String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern the composition of two subsequences.
intern(String) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a URI from its string representation, parsing if necessary.
intern(String, String, boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a platform URI from its path representation, parsing if necessary.
intern(boolean, int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a URI from its component parts.
intern(boolean, boolean, String, String, String, boolean, String[], String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a URI from its component parts.
intern(String) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(boolean, String) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(String, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(char[], int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(char[], int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns either the instance already contained in the set that's equal to the given object, or adds the object to the set and returns it.
InternalHelper(Plugin) - Constructor for class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
internalQueue - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
A queue used when creating internal entries and cleaning garbage collected references.
internalWorked(double) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
internalWorked(double) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
internalWorked(double) - Method in interface org.eclipse.emf.common.util.Monitor
Called by subprogress monitors to do fractional work.
internArray(String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
internArray(int, String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
internArray(String[], int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
 
internArray(String[], int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
internFile(String) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a file URI from its path representation, parsing if necessary.
InterningSet<E> - Interface in org.eclipse.emf.common.util
A set that supports intern and get.
internString(char[], int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
 
internString(String) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
internString(String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
internToLowerCase(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns the interned version of the lower case version of this string.
internToUpperCase(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns the interned version of the upper case version of this string.
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
IS_ARCHIVE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isArchive().
IS_CURRENT_DOCUMENT_REFERENCE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
IS_ECLIPSE_RUNNING - Static variable in class org.eclipse.emf.common.EMFPlugin
 
IS_FILE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isFile().
IS_PLATFORM - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isPlatform().
IS_PLATFORM_PLUGIN - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
IS_PLATFORM_RESOURCE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
IS_PREFIX - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isPrefix().
IS_RESOURCES_BUNDLE_AVAILABLE - Static variable in class org.eclipse.emf.common.EMFPlugin
 
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.
isAbsoluteFile - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
Whether the file path represents an absolute file.
isAbsolutePath - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
Whether the path itself is absolute.
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.common.notify.impl.SingletonAdapterImpl
Returns false
isArchive() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isArchive() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isArchive() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is an archive URI.
isArchiveScheme(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the scheme of an archive URI; false otherwise.
isBase() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isBase() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isBase() - Method in class org.eclipse.emf.common.util.URI
 
isCanceled() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
isCanceled() - Method in class org.eclipse.emf.common.util.BasicMonitor
 
isCanceled() - Method in interface org.eclipse.emf.common.util.Monitor
Returns whether the activity has been canceled.
isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
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.
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.ArrayDelegatingEList
Returns whether the list has zero size.
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.BasicEMap.DelegatingMap
 
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.DelegatingEList
Returns whether the list has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isEmpty() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
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.
isEscaped(String, int) - Static method in class org.eclipse.emf.common.util.URI
 
isExecutable - Variable in class org.eclipse.emf.common.command.AbstractCommand
Keeps track of whether the command is executable.
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.
isFeatureUnsettable() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isFile() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isFile() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
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.
isHierarchical() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isHierarchical() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
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.
isInstance(Object) - Method in interface org.eclipse.emf.common.util.Reflect.Helper
Do an instanceof test.
isInstance(Class<?>, Object) - Static method in class org.eclipse.emf.common.util.Reflect
Do an instanceof test.
isNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns false.
isNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
isPessimistic - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
Whether commands that have been tentatively executed need to be undone.
isPlatform() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isPlatform() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isPlatform() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform URI, that is, an absolute, hierarchical URI, with "platform" scheme, no authority, and at least two segments; false is returned otherwise.
isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform plug-in URI, that is, a platform URI whose first segment is "plugin"; false is returned otherwise.
isPlatformResource() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isPlatformResource() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isPlatformResource() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform resource URI, that is, a platform URI whose first segment is "resource"; false is returned otherwise.
isPrefix() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
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.
isPrepared - Variable in class org.eclipse.emf.common.command.AbstractCommand
Keeps track of whether prepare needs to be called.
isRelative() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isRelative() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
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.
isReset() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
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.NotificationWrapper
Delegates to the isReset method of the notification.
isSaveNeeded() - Method in class org.eclipse.emf.common.command.BasicCommandStack
Returns whether the model has changes since BasicCommandStack.saveIsDone() was call the last.
isSet() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns whether the list is considered set, i.e., whether it's not empty.
isSet() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns whether the list is considered set, i.e., whether it's not empty.
isTouch() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
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.NotificationWrapper
Delegates to the isTouch method of the notification.
isUndoable - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
The result for Command.canUndo().
isUnique() - Method in class org.eclipse.emf.common.util.AbstractEList
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.
iterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns an iterator.
iterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
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
iterator() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Returns the basic iterator.
iterator() - Method in class org.eclipse.emf.common.util.Pool
Callers of the iterator must ensure that they hold the shared read lock for the lifetime of the iterator's usage.
iterator() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Skip navigation links
Eclipse EMF 2.15 API Specification

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