Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
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
_
B
BASE
- Static variable in class org.eclipse.emf.codegen.ecore.
Rose2GenModel
BASE64_BINARY
- Static variable in interface org.eclipse.emf.ecore.xml.type.
XMLTypePackage
The meta object id for the '
Base64 Binary
' data type
BASE_COLUMN
- Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.
EMFProjectWizard.PackagePage
BASE_EDEFAULT
- Static variable in class org.eclipse.emf.ecore.xml.namespace.impl.
XMLNamespaceDocumentRootImpl
The default value of the '
Base
' attribute
BASE_PACKAGE_EDEFAULT
- Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.
GenPackageImpl
The default value of the '
Base Package
' attribute
BASE_URI
- Static variable in class org.eclipse.emf.ecore.xml.type.internal.
DataValue.URI
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
BOIMCAT
- Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.
RoseStrings
BOOLEAN
- Static variable in interface org.eclipse.emf.ecore.xml.type.
XMLTypePackage
The meta object id for the '
Boolean
' data type
BOOLEAN_OBJECT
- Static variable in interface org.eclipse.emf.ecore.xml.type.
XMLTypePackage
The meta object id for the '
Boolean Object
' data type
BOOLEAN_VALUE_IMAGE
- Static variable in class org.eclipse.emf.edit.provider.
ItemPropertyDescriptor
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
BUILDER
- Static variable in class org.eclipse.emf.codegen.jet.
JETNature
BYTE
- Static variable in interface org.eclipse.emf.ecore.xml.type.
XMLTypePackage
The meta object id for the '
Byte
' data type
BYTE_OBJECT
- Static variable in interface org.eclipse.emf.ecore.xml.type.
XMLTypePackage
The meta object id for the '
Byte Object
' data type
BY_VALUE
- Static variable in class org.eclipse.emf.codegen.ecore.rose2ecore.
RoseStrings
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.
BasicDiagnostic
- class org.eclipse.emf.common.util.
BasicDiagnostic
.
A basic implementation of a diagostic that that also acts as a chain.
BasicDiagnostic(String, int, String, Object[])
- Constructor for class org.eclipse.emf.common.util.
BasicDiagnostic
BasicDiagnostic(int, String, int, String, Object[])
- Constructor for class org.eclipse.emf.common.util.
BasicDiagnostic
BasicDiagnostic(String, int, List, String, Object[])
- Constructor for class org.eclipse.emf.common.util.
BasicDiagnostic
BasicEList
- class org.eclipse.emf.common.util.
BasicEList
.
A highly extensible list implementation.
BasicEList()
- Constructor for class org.eclipse.emf.common.util.
BasicEList
Creates an empty instance with no initial capacity.
BasicEList(int)
- Constructor for class org.eclipse.emf.common.util.
BasicEList
Creates an empty instance with the given capacity.
BasicEList(Collection)
- Constructor for class org.eclipse.emf.common.util.
BasicEList
Creates an instance that is a copy of the collection.
BasicEList(int, Object[])
- Constructor for class org.eclipse.emf.common.util.
BasicEList
Creates an initialized instance that directly uses the given arguments.
BasicEList.BasicIndexOutOfBoundsException
- exception org.eclipse.emf.common.util.
BasicEList.BasicIndexOutOfBoundsException
.
An IndexOutOfBoundsException that constructs a message from the argument data.
BasicEList.BasicIndexOutOfBoundsException(int, int)
- Constructor for class org.eclipse.emf.common.util.
BasicEList.BasicIndexOutOfBoundsException
Constructs an instance with a message based on the arguments.
BasicEList.EIterator
- class org.eclipse.emf.common.util.
BasicEList.EIterator
.
An extensible iterator implementation.
BasicEList.EIterator()
- 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()
- Constructor for class org.eclipse.emf.common.util.
BasicEList.EListIterator
Creates an instance.
BasicEList.EListIterator(int)
- Constructor for class org.eclipse.emf.common.util.
BasicEList.EListIterator
Creates an instance advanced to the index.
BasicEList.FastCompare
- class org.eclipse.emf.common.util.
BasicEList.FastCompare
.
A BasicEList that
uses
== instead of equals to compare members.
BasicEList.FastCompare()
- Constructor for class org.eclipse.emf.common.util.
BasicEList.FastCompare
Creates an empty instance with no initial capacity.
BasicEList.FastCompare(int)
- Constructor for class org.eclipse.emf.common.util.
BasicEList.FastCompare
Creates an empty instance with the given capacity.
BasicEList.FastCompare(Collection)
- Constructor for class org.eclipse.emf.common.util.
BasicEList.FastCompare
Creates an instance that is a copy of the collection.
BasicEList.NonResolvingEIterator
- class org.eclipse.emf.common.util.
BasicEList.NonResolvingEIterator
.
An extended read-only iterator that does not
resolve
objects.
BasicEList.NonResolvingEIterator()
- 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()
- Constructor for class org.eclipse.emf.common.util.
BasicEList.NonResolvingEListIterator
Creates an instance.
BasicEList.NonResolvingEListIterator(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.
BasicEMap
- class org.eclipse.emf.common.util.
BasicEMap
.
A highly extensible map implementation.
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.
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()
- 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(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.
BasicEObjectImpl
- class org.eclipse.emf.ecore.impl.
BasicEObjectImpl
.
An implementation of the model object '
EObject
'.
BasicEObjectImpl()
- Constructor for class org.eclipse.emf.ecore.impl.
BasicEObjectImpl
Creates a basic EObject.
BasicEObjectImpl.EPropertiesHolder
- interface org.eclipse.emf.ecore.impl.
BasicEObjectImpl.EPropertiesHolder
.
An internal interface for holding less frequently members variables.
BasicEObjectImpl.EPropertiesHolderImpl
- class org.eclipse.emf.ecore.impl.
BasicEObjectImpl.EPropertiesHolderImpl
.
An internal class for holding less frequently members variables.
BasicEObjectImpl.EPropertiesHolderImpl()
- Constructor for class org.eclipse.emf.ecore.impl.
BasicEObjectImpl.EPropertiesHolderImpl
BasicExtendedMetaData
- class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
.
This is a basic implementation of the extended metadata API.
BasicExtendedMetaData()
- Constructor for class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
BasicExtendedMetaData(EPackage.Registry)
- Constructor for class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
BasicExtendedMetaData(String, EPackage.Registry)
- Constructor for class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
BasicExtendedMetaData.EClassExtendedMetaDataImpl
- class org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EClassExtendedMetaDataImpl
.
BasicExtendedMetaData.EClassExtendedMetaDataImpl(EClass)
- Constructor for class org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EClassExtendedMetaDataImpl
BasicExtendedMetaData.EClassifierExtendedMetaData
- interface org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EClassifierExtendedMetaData
.
BasicExtendedMetaData.EClassifierExtendedMetaData.Holder
- interface org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EClassifierExtendedMetaData.Holder
.
BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
- class org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
.
BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl(EDataType)
- Constructor for class org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
BasicExtendedMetaData.EPackageExtendedMetaData
- interface org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EPackageExtendedMetaData
.
BasicExtendedMetaData.EPackageExtendedMetaData.Holder
- interface org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EPackageExtendedMetaData.Holder
.
BasicExtendedMetaData.EPackageExtendedMetaDataImpl
- class org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EPackageExtendedMetaDataImpl
.
BasicExtendedMetaData.EPackageExtendedMetaDataImpl(EPackage)
- Constructor for class org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EPackageExtendedMetaDataImpl
BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
- interface org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
.
BasicExtendedMetaData.EStructuralFeatureExtendedMetaData.Holder
- interface org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EStructuralFeatureExtendedMetaData.Holder
.
BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
- class org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
.
BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl(EStructuralFeature)
- Constructor for class org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
BasicFeatureMap
- class org.eclipse.emf.ecore.util.
BasicFeatureMap
.
BasicFeatureMap(InternalEObject, int)
- Constructor for class org.eclipse.emf.ecore.util.
BasicFeatureMap
BasicFeatureMap.FeatureEIterator
- class org.eclipse.emf.ecore.util.
BasicFeatureMap.FeatureEIterator
.
-------------------------------------------
BasicFeatureMap.FeatureEIterator(EStructuralFeature, FeatureMap.Internal)
- Constructor for class org.eclipse.emf.ecore.util.
BasicFeatureMap.FeatureEIterator
BasicFeatureMap.FeatureMapEObjectImpl
- class org.eclipse.emf.ecore.util.
BasicFeatureMap.FeatureMapEObjectImpl
.
Temporary for testing purposes only.
BasicFeatureMap.FeatureMapEObjectImpl()
- Constructor for class org.eclipse.emf.ecore.util.
BasicFeatureMap.FeatureMapEObjectImpl
BasicFeatureMap.ResolvingFeatureEIterator
- class org.eclipse.emf.ecore.util.
BasicFeatureMap.ResolvingFeatureEIterator
.
-------------------------------------------
BasicFeatureMap.ResolvingFeatureEIterator(EStructuralFeature, FeatureMap.Internal)
- Constructor for class org.eclipse.emf.ecore.util.
BasicFeatureMap.ResolvingFeatureEIterator
BasicNotifierImpl
- class org.eclipse.emf.common.notify.impl.
BasicNotifierImpl
.
An extensible notifier implementation.
BasicNotifierImpl()
- Constructor for class org.eclipse.emf.common.notify.impl.
BasicNotifierImpl
Creates a blank new instance.
BasicNotifierImpl.EAdapterList
- class org.eclipse.emf.common.notify.impl.
BasicNotifierImpl.EAdapterList
.
BasicNotifierImpl.EAdapterList(Notifier)
- Constructor for class org.eclipse.emf.common.notify.impl.
BasicNotifierImpl.EAdapterList
BuildProperties
- class org.eclipse.emf.codegen.ecore.templates.edit.
BuildProperties
.
BuildProperties()
- Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.
BuildProperties
BuildProperties
- class org.eclipse.emf.codegen.ecore.templates.editor.
BuildProperties
.
BuildProperties()
- Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.
BuildProperties
BuildProperties
- class org.eclipse.emf.codegen.ecore.templates.model.
BuildProperties
.
BuildProperties()
- Constructor for class org.eclipse.emf.codegen.ecore.templates.model.
BuildProperties
base
- Variable in class org.eclipse.emf.ecore.xml.namespace.impl.
XMLNamespaceDocumentRootImpl
The cached value of the '
Base
' attribute
baseCreateCommand(Object, EditingDomain, Class, CommandParameter)
- Method in class org.eclipse.emf.edit.provider.
WrapperItemProvider
Implements creation of copy and drag-and-drop commands by calling out to
createCopyCommand
or
createDragAndDropCommand
.
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
baseType
- Variable in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
baseURL
- Variable in class org.eclipse.emf.common.
EMFPlugin
basicAdd(Object, NotificationChain)
- Method in class org.eclipse.emf.common.notify.impl.
DelegatingNotifyingListImpl
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 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(EStructuralFeature, Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
BasicFeatureMap
basicAdd(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList.UnmodifiableEList
basicAdd(EStructuralFeature, Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
DelegatingFeatureMap
basicAdd(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
EContentsEList
basicAdd(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
EcoreEList.UnmodifiableEList
basicAdd(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
EcoreEMap
Add the object without updating the inverse.
basicAdd(EStructuralFeature, Object, NotificationChain)
- Method in interface org.eclipse.emf.ecore.util.
FeatureMap.Internal
basicAdd(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureEList
basicAdd(EStructuralFeature, Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureFeatureMap
basicAdd(Object, NotificationChain)
- Method in interface org.eclipse.emf.ecore.util.
InternalEList
Adds the object without updating the inverse.
basicCreate(EClass)
- Method in class org.eclipse.emf.ecore.impl.
EFactoryImpl
basicGet(int)
- Method in class org.eclipse.emf.common.util.
BasicEList
Returns the object at the index without
resolving
it.
basicGet(int)
- Method in class org.eclipse.emf.common.util.
DelegatingEList
Returns the object at the index without
resolving
it.
basicGet(int)
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList.UnmodifiableEList
basicGet(int)
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList
basicGet(int)
- Method in class org.eclipse.emf.ecore.util.
EContentsEList
basicGet(int)
- Method in class org.eclipse.emf.ecore.util.
EcoreEMap
basicGet(int)
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureEList
basicGet(int)
- Method in interface org.eclipse.emf.ecore.util.
InternalEList
Returns the unresolved value.
basicGetAffiliation(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetAttributeValue(String, String)
- Method in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.
RoseNode
basicGetBaseType(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetContentKind(EClass)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetData()
- Method in class org.eclipse.emf.edit.tree.impl.
TreeNodeImpl
basicGetDerivationKind(EClassifier)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetEAttributeType()
- Method in class org.eclipse.emf.ecore.impl.
EAttributeImpl
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
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
basicGetEnumerationFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetFeature()
- Method in class org.eclipse.emf.ecore.change.impl.
FeatureChangeImpl
basicGetFeature()
- Method in class org.eclipse.emf.ecore.change.impl.
ListChangeImpl
basicGetFeatureKind(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetFractionDigitsFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetGroup(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetHelpedObject()
- Method in class org.eclipse.emf.mapping.impl.
MappingHelperImpl
basicGetIn2out()
- Method in class org.eclipse.emf.mapping.impl.
ComplexTypeConverterImpl
basicGetIn2out()
- Method in class org.eclipse.emf.mapping.impl.
FunctionPairImpl
basicGetItemType(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetLabelFeature()
- Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.
GenClassImpl
basicGetLengthFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetMaxExclusiveFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetMaxInclusiveFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetMaxLengthFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetMemberTypes(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetMinExclusiveFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetMinInclusiveFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetMinLengthFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetName(EClassifier)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetName(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetNamespace(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetOut2in()
- Method in class org.eclipse.emf.mapping.impl.
ComplexTypeConverterImpl
basicGetOut2in()
- Method in class org.eclipse.emf.mapping.impl.
FunctionPairImpl
basicGetPatternFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetProcessingKind(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetReferenceValue()
- Method in class org.eclipse.emf.ecore.change.impl.
FeatureChangeImpl
basicGetTotalDigitsFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetTypeMapping()
- Method in class org.eclipse.emf.mapping.impl.
MappingImpl
basicGetTypedKey()
- Method in class org.eclipse.emf.ecore.change.impl.
EObjectToChangesMapEntryImpl
basicGetWhiteSpaceFacet(EDataType)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicGetWildcards(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
basicIsQualified(EPackage)
- Method in class org.eclipse.emf.ecore.util.
BasicExtendedMetaData
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.common.util.
DelegatingEList
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(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
BasicFeatureMap
basicIterator()
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList.UnmodifiableEList
basicIterator()
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList
basicIterator(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
DelegatingFeatureMap
basicIterator()
- Method in class org.eclipse.emf.ecore.util.
EContentsEList
basicIterator()
- Method in class org.eclipse.emf.ecore.util.
ECrossReferenceEList
basicIterator()
- Method in class org.eclipse.emf.ecore.util.
EcoreEList.UnmodifiableEList
basicIterator()
- Method in class org.eclipse.emf.ecore.util.
EcoreEList
basicIterator()
- Method in class org.eclipse.emf.ecore.util.
EcoreEMap
Returns an iterator that yields unresolved values.
basicIterator(EStructuralFeature)
- Method in interface org.eclipse.emf.ecore.util.
FeatureMap.Internal
basicIterator()
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureEList
basicIterator(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureFeatureMap
basicIterator()
- Method in interface org.eclipse.emf.ecore.util.
InternalEList
Returns an iterator that yields unresolved values.
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.common.util.
DelegatingEList
Returns an unsafe list that provides a
non-resolving
view of the backing store list.
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(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
BasicFeatureMap
basicList()
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList.UnmodifiableEList
basicList()
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList
basicList(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
DelegatingFeatureMap
basicList()
- Method in class org.eclipse.emf.ecore.util.
EContentsEList
basicList()
- Method in class org.eclipse.emf.ecore.util.
ECrossReferenceEList
basicList()
- Method in class org.eclipse.emf.ecore.util.
EcoreEList.UnmodifiableEList
basicList()
- Method in class org.eclipse.emf.ecore.util.
EcoreEList
basicList()
- Method in class org.eclipse.emf.ecore.util.
EcoreEMap
basicList(EStructuralFeature)
- Method in interface org.eclipse.emf.ecore.util.
FeatureMap.Internal
basicList()
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureEList.Basic
basicList()
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureEList
basicList(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureFeatureMap
basicList()
- Method in interface org.eclipse.emf.ecore.util.
InternalEList
Returns an unmodifiable list that yields unresolved values.
basicListIterator()
- Method in class org.eclipse.emf.common.util.
BasicEList
Returns a read-only list iterator that does not
resolve
objects.
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()
- Method in class org.eclipse.emf.common.util.
DelegatingEList
Returns a read-only list iterator that does not
resolve
objects.
basicListIterator(int)
- Method in class org.eclipse.emf.common.util.
DelegatingEList
Returns a read-only list iterator advanced to the given index that does not
resolve
objects.
basicListIterator()
- Method in class org.eclipse.emf.ecore.resource.impl.
ResourceImpl.ContentsEList
basicListIterator(int)
- Method in class org.eclipse.emf.ecore.resource.impl.
ResourceImpl.ContentsEList
basicListIterator()
- Method in class org.eclipse.emf.ecore.resource.impl.
ResourceSetImpl.ResourcesEList
basicListIterator(int)
- Method in class org.eclipse.emf.ecore.resource.impl.
ResourceSetImpl.ResourcesEList
basicListIterator(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
BasicFeatureMap
basicListIterator(EStructuralFeature, int)
- Method in class org.eclipse.emf.ecore.util.
BasicFeatureMap
basicListIterator()
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList.UnmodifiableEList
basicListIterator(int)
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList.UnmodifiableEList
basicListIterator()
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList
basicListIterator(int)
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList
basicListIterator(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
DelegatingFeatureMap
basicListIterator(EStructuralFeature, int)
- Method in class org.eclipse.emf.ecore.util.
DelegatingFeatureMap
basicListIterator()
- Method in class org.eclipse.emf.ecore.util.
EContentsEList
basicListIterator(int)
- Method in class org.eclipse.emf.ecore.util.
EContentsEList
basicListIterator()
- Method in class org.eclipse.emf.ecore.util.
ECrossReferenceEList
basicListIterator(int)
- Method in class org.eclipse.emf.ecore.util.
ECrossReferenceEList
basicListIterator()
- Method in class org.eclipse.emf.ecore.util.
EcoreEList.UnmodifiableEList
basicListIterator(int)
- Method in class org.eclipse.emf.ecore.util.
EcoreEList.UnmodifiableEList
basicListIterator()
- Method in class org.eclipse.emf.ecore.util.
EcoreEList
basicListIterator(int)
- Method in class org.eclipse.emf.ecore.util.
EcoreEList
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.ecore.util.
EcoreEMap
Returns a list iterator that yields unresolved values.
basicListIterator(EStructuralFeature)
- Method in interface org.eclipse.emf.ecore.util.
FeatureMap.Internal
basicListIterator(EStructuralFeature, int)
- Method in interface org.eclipse.emf.ecore.util.
FeatureMap.Internal
basicListIterator()
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureEList
basicListIterator(int)
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureEList
basicListIterator(EStructuralFeature)
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureFeatureMap
basicListIterator(EStructuralFeature, int)
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureFeatureMap
basicListIterator()
- Method in interface org.eclipse.emf.ecore.util.
InternalEList
Returns a list iterator that yields unresolved values.
basicListIterator(int)
- Method in interface org.eclipse.emf.ecore.util.
InternalEList
Returns a list iterator that yields unresolved values.
basicRemove(Object, NotificationChain)
- Method in class org.eclipse.emf.common.notify.impl.
DelegatingNotifyingListImpl
Removes the object from the list and returns the potentially updated notification chain; it does no
inverse
updating.
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(EStructuralFeature, Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
BasicFeatureMap
basicRemove(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
BasicFeatureMap
basicRemove(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
DelegatingEcoreEList.UnmodifiableEList
basicRemove(EStructuralFeature, Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
DelegatingFeatureMap
basicRemove(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
DelegatingFeatureMap
basicRemove(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
EContentsEList
basicRemove(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
EcoreEList.UnmodifiableEList
basicRemove(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
EcoreEMap
Remove the object with without updating the inverse.
basicRemove(EStructuralFeature, Object, NotificationChain)
- Method in interface org.eclipse.emf.ecore.util.
FeatureMap.Internal
basicRemove(Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureEList
basicRemove(EStructuralFeature, Object, NotificationChain)
- Method in class org.eclipse.emf.ecore.util.
FeatureMapUtil.FeatureFeatureMap
basicRemove(Object, NotificationChain)
- Method in interface org.eclipse.emf.ecore.util.
InternalEList
Removes the object with without updating the inverse.
basicSet(int, Object, NotificationChain)
- Method in class org.eclipse.emf.common.notify.impl.
DelegatingNotifyingListImpl
Sets the object at the index and returns the potentially updated notification chain; it does no
inverse
updating.
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
basicSetHelper(MappingHelper, NotificationChain)
- Method in class org.eclipse.emf.mapping.impl.
MappingImpl
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 class org.eclipse.emf.codegen.jet.
JETCompiler
beginPageProcessing()
- Method in interface org.eclipse.emf.codegen.jet.
JETParseEventListener
beginPageProcessing()
- Method in class org.eclipse.emf.codegen.jet.
JETParser.DelegatingListener
beginRecording(Collection)
- Method in class org.eclipse.emf.ecore.change.util.
ChangeRecorder
Begins recording any changes made to the elements of the specifed collection.
beginTask(String, int)
- Method in class org.eclipse.emf.codegen.
CodeGen.StreamProgressMonitor
blockPattern
- Variable in class org.eclipse.emf.codegen.jmerge.
JControlModel
blue
- Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.
GenBaseImpl.ColorInformation
booleanValueOf(String)
- Method in class org.eclipse.emf.ecore.impl.
EcoreFactoryImpl
booleanValueOf(String)
- Method in class org.eclipse.emf.ecore.xml.type.impl.
XMLTypeFactoryImpl
bottomImage
- Variable in class org.eclipse.emf.mapping.presentation.
MappingEditor
bottomLabel
- Variable in class org.eclipse.emf.mapping.presentation.
MappingEditor
bottomLabelCase
- Variable in class org.eclipse.emf.mapping.domain.
AdapterFactoryMappingDomain
bottomLabelLongForms
- Variable in class org.eclipse.emf.mapping.domain.
AdapterFactoryMappingDomain
bottomLabelSeparator
- Variable in class org.eclipse.emf.mapping.domain.
AdapterFactoryMappingDomain
bottomLabelShortForms
- Variable in class org.eclipse.emf.mapping.domain.
AdapterFactoryMappingDomain
bottomToTopTypeTable
- Variable in class org.eclipse.emf.mapping.domain.
AdapterFactoryMappingDomain
bounded
- Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.
EcoreBuilder
braceLine
- Static variable in class org.eclipse.emf.codegen.jmerge.
JMerger
buddies
- Variable in class org.eclipse.emf.common.ui.
ViewerPane
buffWriter
- Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.
RoseWriter
buffer
- Variable in class org.eclipse.emf.ecore.xmi.impl.
StringSegment
buffer
- Variable in class org.eclipse.emf.mapping.command.
PersistentCommandStack.Encoder
bufferPosition
- Variable in class org.eclipse.emf.ecore.xmi.impl.
StringSegment
bufferedReader
- Variable in class org.eclipse.emf.codegen.ecore.rose2ecore.parser.
RoseLoader
build(RoseNode, Object, ENamedElement)
- Method in class org.eclipse.emf.codegen.ecore.rose2ecore.
EcoreBuilder
build(int, Map, IProgressMonitor)
- Method in class org.eclipse.emf.codegen.jet.
JETBuilder
buildPropertiesEmitter
- Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.
GenModelImpl
buildPropertiesTemplateName
- Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.
GenModelImpl
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
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
_