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 _

C

cache - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
cachedEType - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
cachedIsFeatureMap - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
CAN - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
CANCEL - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x1 for a severity indicating that the diagnosis was canceled.
cancel() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.  
CANCEL_INSTANCE - Static variable in interface org.eclipse.emf.common.util.Diagnostic
A diagnostic indicating that the diagnosis was canceled.
cancelEditing() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.  
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns !
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns !
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.common.util.DelegatingEList
Returns whether null is a valid object for the list.
canContainNull() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.ContentHandlerList
 
canContainNull() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIHandlerList
 
canContainNull() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
canContainNull() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
canContainNull() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
canContainNull() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
canContainNull() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
canContinue(Diagnostic) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Determines whether code generation can continue, based on the given Diagnostic.
canConvert(EPackage) - Method in class org.eclipse.emf.converter.ModelConverter
Returns true if the EPackage can be converted.
canConvert(EPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
 
canConvert(EPackage) - Method in class org.eclipse.emf.importer.ModelImporter
 
canCreateMapping(Collection<?>, Collection<?>, Mapping) - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreMappingRootImpl
 
canCreateMapping(Collection<?>, Collection<?>, Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
canCreateMapping(Collection<?>, Collection<?>, Mapping) - Method in interface org.eclipse.emf.mapping.MappingRoot
If mapping is null, this checks if a mapping can be created with the given inputs and outputs.
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 command 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 interface org.eclipse.emf.edit.command.CommandActionDelegate
This returns whether the action should be enabled.
canExecute() - Method in class org.eclipse.emf.edit.command.CopyCommand
 
canExecute() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate
 
canFinish() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
canFinish() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
canGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
 
canGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Returns whether code can be generated for the given object and project type.
canGenerate(Object, Object) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Returns whether code of the given object type can be generated for the specified object.
canGenerate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
canGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Based on the given project type, dispatches to one of GenBaseGeneratorAdapter.canGenerateModel(Object), GenBaseGeneratorAdapter.canGenerateEdit(Object), GenBaseGeneratorAdapter.canGenerateEditor(Object), or GenBaseGeneratorAdapter.canGenerateTests(Object).
canGenerate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
canGenerate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
canGenerate - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerateEdit() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
canGenerateEdit(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Delegates to the GenModel element's canGenerateEdit() method.
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerateEditor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
canGenerateEditor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Delegates to the GenModel element's canGenerateEditor() method.
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerateModel(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Delegates to the GenModel element's canGenerate() method.
canGenerateSchema() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
Deprecated. In EMF 2.2, schema generation is properly done via a model exporter. This method will be removed after 2.2.
canGenerateSchema() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated. In EMF 2.2, schema generation is properly done via a model exporter. This method will be removed after 2.2.
canGenerateSchema() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated. In EMF 2.2, schema generation is properly done via a model exporter. This method will be removed after 2.2.
canGenerateSchema() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Deprecated. In EMF 2.2, schema generation is properly done via a model exporter. This method will be removed after 2.2.
canGenerateTests() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
canGenerateTests(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Delegates to the GenModel element's canGenerateTests() method.
canGenerateTests() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
canGenerateTests() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
canGenerateTests() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerateTests() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
canHandle(URI) - Method in interface org.eclipse.emf.ecore.resource.ContentHandler
Returns whether this handler can describe the contents for the given URI.
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
This implementations always return true; clients are generally expected to override this.
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
Returns whether the URI is one that this implementation should treat as a supported Eclipse File System scheme.
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl
 
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
 
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
This implementation always returns true; clients are generally expected to override this.
canHandle(URI) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
Returns whether this handler is appropriate for the given URI.
canHandle(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
Returns true if the RootXMLContentHandlerImpl.extensions are null or empty, of if the URI's file extension matches one of the extension's values.
canImport() - Method in class org.eclipse.emf.importer.java.JavaImporter
 
canMerge() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.  
canMerge() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
canMerge() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
canMerge() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
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.
canRemoveMapping(Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
canRemoveMapping(Mapping) - Method in interface org.eclipse.emf.mapping.MappingRoot
This checks if the given mapping can be removed.
canSetProperty(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.GenItemPropertyDescriptor
 
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).
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 class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Substitutes the wrapper owner for the selected object and invokes the base implementation.
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.BasicCommandStack
 
canUndo() - Method in interface org.eclipse.emf.common.command.Command
Returns whether the command can be undone.
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.CommandWrapper
Delegates to the canUndo method of the command.
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 class org.eclipse.emf.common.command.UnexecutableCommand
Returns false.
canUndo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
canUndo() - Method in class org.eclipse.emf.edit.command.ChangeCommand
 
canUndo - Variable in class org.eclipse.emf.edit.command.SetCommand
This specified whether or not this command can be undone.
canvas - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.  
canYieldWrongJavadoc() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns whether this facade implementation may return the wrong Javadoc for a node when there are 2 or more javadoc blocks preceding the node.
canYieldWrongJavadoc() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
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
 
capName(String, Locale) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
capName(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
capName(String) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
CARDINALITY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
caseChangeDescription(ChangeDescription) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'Description'
caseComplexTypeConverter(ComplexTypeConverter) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Complex Type Converter'
caseEAnnotation(EAnnotation) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EAnnotation'
caseEAttribute(EAttribute) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EAttribute'
caseEClass(EClass) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EClass'
caseEClassifier(EClassifier) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EClassifier'
caseEcore2EcoreMappingRoot(Ecore2EcoreMappingRoot) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreSwitch
Returns the result of interpreting the object as an instance of 'Mapping Root'
caseEDataType(EDataType) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EData Type'
caseEEnum(EEnum) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EEnum'
caseEEnumLiteral(EEnumLiteral) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EEnum Literal'
caseEFactory(EFactory) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EFactory'
caseEGenericType(EGenericType) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EGeneric Type'
caseEModelElement(EModelElement) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EModel Element'
caseENamedElement(ENamedElement) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'ENamed Element'
caseENamedElementToXMLInfoMapEntry(Map.Entry<ENamedElement, XMLInfo>) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLSwitch
Returns the result of interpreting the object as an instance of 'ENamed Element To XML Info Map Entry'
caseEObjectToChangesMapEntry(Map.Entry<EObject, EList<FeatureChange>>) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'EObject To Changes Map Entry'
caseEOperation(EOperation) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EOperation'
caseEPackage(EPackage) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EPackage'
caseEParameter(EParameter) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EParameter'
caseEReference(EReference) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EReference'
caseEStringToStringMapEntry(Map.Entry<String, String>) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting 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 interpreting the object as an instance of 'EStructural Feature'
caseETypedElement(ETypedElement) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'ETyped Element'
caseETypeParameter(ETypeParameter) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EType Parameter'
caseFeatureChange(FeatureChange) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'Feature Change'
caseFeatureMapEntry(FeatureMapEntry) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'Feature Map Entry'
caseFunctionNamePair(FunctionNamePair) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Function Name Pair'
caseFunctionPair(FunctionPair) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Function Pair'
caseGenAnnotation(GenAnnotation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Annotation'
caseGenBase(GenBase) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting 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 interpreting 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 interpreting 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 interpreting 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 interpreting 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 interpreting 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 interpreting 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 interpreting the object as an instance of 'Gen Model'
caseGenOperation(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting 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 interpreting 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 interpreting the object as an instance of 'Gen Parameter'
caseGenTypedElement(GenTypedElement) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Typed Element'
caseGenTypeParameter(GenTypeParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Type Parameter'
caseListChange(ListChange) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'List Change'
caseMapping(Mapping) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreSwitch
Returns the result of interpreting the object as an instance of 'Mapping'
caseMapping(Mapping) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Mapping'
caseMappingHelper(MappingHelper) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Helper'
caseMappingRoot(MappingRoot) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreSwitch
Returns the result of interpreting the object as an instance of 'Root'
caseMappingRoot(MappingRoot) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Root'
caseMappingStrategy(MappingStrategy) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Strategy'
caseResourceChange(ResourceChange) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'Resource Change'
caseTreeNode(TreeNode) - Method in class org.eclipse.emf.edit.tree.util.TreeSwitch
Returns the result of interpreting the object as an instance of 'Node'
caseTypeConverter(TypeConverter) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Type Converter'
caseXMLInfo(XMLInfo) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLSwitch
Returns the result of interpreting the object as an instance of 'XML Info'
caseXMLMap(XMLMap) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLSwitch
Returns the result of interpreting the object as an instance of 'XML Map'
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.importer.rose.builder.RoseStrings
 
CATFILETOPKGUUID - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CAUSE_BACK - Static variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
CAUSE_CANCEL - Static variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
CAUSE_FINISH - Static variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
CAUSE_NEXT - Static variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
CAUSE_UNKNOWN - Static variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
cDATA - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
center(Rectangle, int) - Static method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated. Centers the Rectangle vertically, within a surrounding space of the given height.
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
Deprecated.  
change - Variable in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
change(String, String, String) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
CHANGE_DESCRIPTION - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The meta object id for the 'Description' class
CHANGE_DESCRIPTION - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Description' class
CHANGE_DESCRIPTION__OBJECT_CHANGES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Object Changes' map
CHANGE_DESCRIPTION__OBJECT_CHANGES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Object Changes' map feature
CHANGE_DESCRIPTION__OBJECTS_TO_ATTACH - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Objects To Attach' containment reference list
CHANGE_DESCRIPTION__OBJECTS_TO_ATTACH - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Objects To Attach' containment reference list feature
CHANGE_DESCRIPTION__OBJECTS_TO_DETACH - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Objects To Detach' reference list
CHANGE_DESCRIPTION__OBJECTS_TO_DETACH - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Objects To Detach' reference list feature
CHANGE_DESCRIPTION__RESOURCE_CHANGES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Resource Changes' containment reference list
CHANGE_DESCRIPTION__RESOURCE_CHANGES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Resource Changes' containment reference list feature
CHANGE_DESCRIPTION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The number of structural features of the 'Description' class
CHANGE_KIND - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The meta object id for the 'Kind' enum
CHANGE_KIND - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Kind' enum
CHANGEABLE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Changeable' attribute
CHANGEABLE_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The flag representing the value of the 'Changeable' attribute
ChangeAdapterFactory - Class in org.eclipse.emf.ecore.change.util
The Adapter Factory for the model.
ChangeAdapterFactory() - Constructor for class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates an instance of the adapter factory
ChangeCommand - Class in org.eclipse.emf.edit.command
This command uses the Change Model facilities to enable a group of modifications to be executed as one single command.
ChangeCommand(ChangeRecorder) - Constructor for class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeCommand(ChangeRecorder, Notifier) - Constructor for class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeCommand(Notifier) - Constructor for class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeCommand(ChangeRecorder, Collection<Notifier>) - Constructor for class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeCommand(Collection<Notifier>) - Constructor for class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeDescription - Interface in org.eclipse.emf.ecore.change
A representation of the model object 'Description'
changeDescription - Variable in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
changeDescription - Variable in class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeDescriptionImpl - Class in org.eclipse.emf.ecore.change.impl
An implementation of the model object 'Description'
ChangeDescriptionImpl() - Constructor for class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
ChangeDescriptionImpl.OldContainmentInformation - Class in org.eclipse.emf.ecore.change.impl
 
ChangeDescriptionImpl.OldContainmentInformation(EObject, EReference) - Constructor for class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl.OldContainmentInformation
 
ChangeDescriptionItemProvider - Class in org.eclipse.emf.ecore.change.provider
This is the item provider adapter for a ChangeDescription object
ChangeDescriptionItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.change.provider.ChangeDescriptionItemProvider
This constructs an instance from a factory and a notifier
changeDescriptionItemProvider - Variable in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This keeps track of the one adapter used for all ChangeDescription instances
changedResources - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Resources that have been changed since last activation
changedResources - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
Resources that have been changed since last activation
changedResources - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Resources that have been changed since last activation.
ChangeEditPlugin - Class in org.eclipse.emf.ecore.change.provider
This is the central singleton for the Change edit plugin
ChangeEditPlugin() - Constructor for class org.eclipse.emf.ecore.change.provider.ChangeEditPlugin
Create the instance
ChangeEditPlugin.Implementation - Class in org.eclipse.emf.ecore.change.provider
The actual implementation of the Eclipse Plugin
ChangeEditPlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.change.provider.ChangeEditPlugin.Implementation
Creates an instance
ChangeFactory - Interface in org.eclipse.emf.ecore.change
The Factory for the model.
ChangeFactoryImpl - Class in org.eclipse.emf.ecore.change.impl
An implementation of the model Factory
ChangeFactoryImpl() - Constructor for class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
Creates an instance of the factory
ChangeItemProviderAdapterFactory - Class in org.eclipse.emf.ecore.change.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
ChangeItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This constructs an instance
ChangeKind - Enum in org.eclipse.emf.ecore.change
A representation of the literals of the enumeration 'Kind', and utility methods for working with them
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.change.provider.ChangeItemProviderAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This is used to implement IChangeNotifier
ChangeNotifier - Class in org.eclipse.emf.edit.provider
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
 
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.DelegatingWrapperItemProvider
Records any listeners for this wrapper and fires notifications to them.
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.ItemProviderAdapter
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.ReflectiveItemProviderAdapterFactory
This is used to implement IChangeNotifier.
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 - Variable in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
This is where IChangeNotifier is delegated.
changeNotifier - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This is used to implement IChangeNotifier.
ChangePackage - Interface in org.eclipse.emf.ecore.change
The Package for the model.
ChangePackage.Literals - Interface in org.eclipse.emf.ecore.change
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type ChangePackageImpl - Class in org.eclipse.emf.ecore.change.impl
An implementation of the model Package
ChangePlugin - Class in org.eclipse.emf.ecore.change
This is the central singleton for the Change model plugin
ChangePlugin() - Constructor for class org.eclipse.emf.ecore.change.ChangePlugin
Create the instance
ChangePlugin.Implementation - Class in org.eclipse.emf.ecore.change
The actual implementation of the Eclipse Plugin
ChangePlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.change.ChangePlugin.Implementation
Creates an instance
ChangeRecorder - Class in org.eclipse.emf.ecore.change.util
A change recorder for the tree contents of a collection of EObjects.
ChangeRecorder() - Constructor for class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
ChangeRecorder(EObject) - Constructor for class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
ChangeRecorder(Resource) - Constructor for class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
ChangeRecorder(ResourceSet) - Constructor for class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
ChangeRecorder(Collection<?>) - Constructor for class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
changeRecorder - Variable in class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeSwitch<T> - Class in org.eclipse.emf.ecore.change.util
The Switch for the model's inheritance hierarchy.
ChangeSwitch() - Constructor for class org.eclipse.emf.ecore.change.util.ChangeSwitch
Creates an instance of the switch
characters - Variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
characters - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
characters - Variable in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream.Buffer
 
characters - Variable in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream.Buffer
 
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.  
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.DataFrame
 
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.Handler
 
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
 
charContent - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
 
chars - Variable in class org.eclipse.emf.codegen.jet.JETScriptletGenerator
 
CHARSET_PROPERTY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler
A content description property describing the character set encoding used by the bytes of the content.
CheatSheetsPlugin - Class in org.eclipse.emf.cheatsheets
The Plugin for the EMF Cheat Sheets.
CheatSheetsPlugin.Implementation - Class in org.eclipse.emf.cheatsheets
The actual implementation of the Eclipse Plugin.
CheatSheetsPlugin.Implementation() - Constructor for class org.eclipse.emf.cheatsheets.CheatSheetsPlugin.Implementation
Creates an instance.
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETTask
 
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.EMFTask
All the attribute checks should be performed in this method.
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.RemoveVersionTask
 
checkAttributes() - Method in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
checkChildren(TreeItem, boolean) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
checkConflictFileName(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
checkEcoreFileNames() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
Checks the ecore file names and returns null if everything is OK or the error message otherwise.
checkEcoreModelFileName(String, String) - Method in class org.eclipse.emf.importer.ModelImporter
 
checkEPackageArtifactLocation(String, String) - Method in class org.eclipse.emf.exporter.ModelExporter
 
checkFileName(UnitTreeNode, String) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
checkForDuplicates - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
checkGenModelFileName() - Method in class org.eclipse.emf.importer.ModelImporter
 
checkModCount() - Method in class org.eclipse.emf.common.util.BasicEList.EIterator
Checks that the modification count is as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.DelegatingEList.EIterator
Checks that the modification count is as expected.
checkModCount() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
Checks that the modification count is as expected.
checkSelection(String, JControlModel.DictionaryPattern, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
Checks the selection to fix the problem with facade implementations that assign wrong javadoc to the node.
checkStateChanged(TreeItem, boolean) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
child - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the child object to be added.
CHILD_CREATION_EXTENDERS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Child Creation Extenders' attribute
ChildCreationExtenderManager - Class in org.eclipse.emf.edit.provider
A child creation extension manager encapsulates a list of child creation extenders for a particular package.
ChildCreationExtenderManager(ResourceLocator, String) - Constructor for class org.eclipse.emf.edit.provider.ChildCreationExtenderManager
Creates an instance for the given primary resource locator to manage the extensions for the given namespace.
childCreationExtenders - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Child Creation Extenders' attribute
childCreationExtenders - Variable in class org.eclipse.emf.edit.provider.ChildCreationExtenderManager
The list of child creation extenders.
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.common.util.BasicDiagnostic
The message.
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
childrenFeatures - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This is used to store all the children features.
childrenMap - Variable in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
The wrapped children are cached here, keyed by the children returned by the delegate item provider.
childrenReferences - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated. As of EMF 2.0, replaced by ItemProviderAdapter.childrenFeatures.
childrenStoreMap - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
When ItemProviderAdapter.ChildrenStores are to be used to cache children (typically to hold wrappers for non-EObject children), this maps adapted objects to their corresponding stores.
ChildrenToCopyProvider - Interface in org.eclipse.emf.edit.command
This interface is implemented by commands that need to support specialized copying of children.
childToBeChanged(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
 
childToBeChanged(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Notifies the node that the child will be changed.
choiceOfValues - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
Class - Class in org.eclipse.emf.codegen.ecore.templates.model
 
Class() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.Class
 
CLASS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASS_ATTR_LIST - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASS_ATTRIBUTES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASS_CATEGORY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASS_DIAGRAM - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
CLASS_PACKAGE_SUFFIX_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Class Package Suffix' attribute
CLASS_PREFIX - Static variable in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.  
CLASS_PREFIX - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
CLASS_TAG - Static variable in class org.eclipse.emf.common.ui.URIEditorInput
 
CLASS_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASSATTRIBUTE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
classEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated. In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
classes - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
classForClassName(String) - Static method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated. in 2.2.0. Use JControlModel.classForClassName(String, String) instead.
classForClassName(String, String) - Static method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
classLoader - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
classLoader - Variable in class org.eclipse.emf.codegen.jet.JETEmitter.MyBaseJETCompiler
 
classLoader - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack
 
classLoader - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack.Decoder
 
classLoaderToRegistryMap - Static variable in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
A map from class loader to its associated registry.
className - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.JETEmitterDescriptor
 
className - Variable in exception org.eclipse.emf.ecore.xmi.ClassNotFoundException
 
ClassNotFoundException - Exception in org.eclipse.emf.ecore.xmi
 
ClassNotFoundException(String, EFactory, String, int, int) - Constructor for exception org.eclipse.emf.ecore.xmi.ClassNotFoundException
 
classPackageSuffix - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Class Package Suffix' attribute
classpathEntries - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
classTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated. In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
clear() - Method in class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
clear() - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.Registry
Clears the registry of all descriptor registrations.
clear() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
clear() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Clears the list of all objects.
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
 
clear() - Method in class org.eclipse.emf.common.util.DelegatingEList
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
clear() - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
clear() - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
clear() - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
clear(InternalEObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
clear(InternalEObject, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Removes all values form the content of the object's feature
clear(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
clear(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
clear(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
clear() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
clear(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
clear() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyEObjectStack
 
clear() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
clear() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Clears the children of all features in the store.
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor
 
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
clearBlocked() - Method in interface org.eclipse.emf.common.util.Monitor
Clears the reason for the activity being blocked.
clearCache() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
clearCache() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Clear the cache for unique naming information.
clearCache() - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
clearEPackageConvertInfoCache() - Method in class org.eclipse.emf.converter.ModelConverter
 
clearEPackagesCollections() - Method in class org.eclipse.emf.converter.ModelConverter
 
clearEPackagesCollections() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
clearImportManager() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Clears the cached ImportManager.
clearImportManager() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Clears the import manager and removes it from the GenModel.
clearReferenceGenPackageConvertInfoCache() - Method in class org.eclipse.emf.converter.ModelConverter
 
CLIENT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLIENT_CARDINALITY - Static variable in class org.eclipse.emf.importer.rose.builder.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.
clone() - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
 
clone() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
cloneField(ASTJField, ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Copies the ASTJField node.
cloneNode(Object, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Creates a copy of the node to be inserted in the tree that context node belongs to.
cloneNode(Object, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Clones the specified node, returning an object that is related to the given context.
cloneNode(Object, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
close() - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
 
close() - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
 
close() - Method in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
close() - Method in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
 
close() - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
close() - Method in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
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
Deprecated.  
code(String) - Method in class org.eclipse.emf.codegen.util.GIFEmitter
 
code - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The code.
CODE_FORMATTING_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Code Formatting' attribute
codeFormatterOptions - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
Code formatter options to be used instead of the defaults for Java code formatting.
codeFormatterOptions - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated. In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
codeFormatting - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
Whether Eclipse JDT code formatting should be applied to generated Java code.
codeFormatting - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Code Formatting' attribute
CodeGen - Class in org.eclipse.emf.codegen
This class implements some reusable static utility methods.
CodeGen() - Constructor for class org.eclipse.emf.codegen.CodeGen
 
CodeGen.PlatformRunnable - Class in org.eclipse.emf.codegen
 
CodeGen.PlatformRunnable() - Constructor for class org.eclipse.emf.codegen.CodeGen.PlatformRunnable
 
CodeGen.StreamProgressMonitor - Class in org.eclipse.emf.codegen
Deprecated. As of EMF 2.1.0, moved to CodeGenUtil.
CodeGen.StreamProgressMonitor(PrintStream) - Constructor for class org.eclipse.emf.codegen.CodeGen.StreamProgressMonitor
Deprecated.  
CodeGenEcorePlugin - Class in org.eclipse.emf.codegen.ecore
The Plugin for the EMF.CodeGen.Ecore library.
CodeGenEcorePlugin.Implementation - Class in org.eclipse.emf.codegen.ecore
The actual implementation of the Eclipse Plugin.
CodeGenEcorePlugin.Implementation() - Constructor for class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin.Implementation
Creates an instance.
CodeGenPlugin - Class in org.eclipse.emf.codegen
The Plugin for the model EMF.CodeGen library.
CodeGenPlugin.Implementation - Class in org.eclipse.emf.codegen
The actual implementation of the Eclipse Plugin.
CodeGenPlugin.Implementation() - Constructor for class org.eclipse.emf.codegen.CodeGenPlugin.Implementation
Creates an instance.
CodeGenUIPlugin - Class in org.eclipse.emf.codegen.presentation
This is the central singleton for the emf.codegen plugin.
CodeGenUIPlugin() - Constructor for class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
Create the instance.
CodeGenUtil - Class in org.eclipse.emf.codegen.util
This class contains convenient static methods for EMF code generation.
CodeGenUtil() - Constructor for class org.eclipse.emf.codegen.util.CodeGenUtil
 
CodeGenUtil.EclipseUtil - Class in org.eclipse.emf.codegen.util
 
CodeGenUtil.EclipseUtil() - Constructor for class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
 
CodeGenUtil.EclipseUtil.StreamProgressMonitor - Class in org.eclipse.emf.codegen.util
 
CodeGenUtil.EclipseUtil.StreamProgressMonitor(PrintStream) - Constructor for class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil.StreamProgressMonitor
 
CodeGenUtil.StreamProgressMonitor - Class in org.eclipse.emf.codegen.util
Deprecated. As of EMF 2.2, moved to EcoreUtil.
CodeGenUtil.StreamProgressMonitor(PrintStream) - Constructor for class org.eclipse.emf.codegen.util.CodeGenUtil.StreamProgressMonitor
Deprecated.  
col - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the column index.
COLLAPSE_WHITE_SPACE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The white space kind ID for collapse (all contiguous white space characters to a single space).
collapseWhiteSpace(String) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
collectGenClasses(List<EClass>, 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.
collectGenConstraints(List<? extends GenClassifier>, List<String>, GenBaseImpl.GenConstraintFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Iterate over the lists returned by calling getGenConstraints() on items in the list of genClassifiers, and then over the list of genConstraints.
collectGenFeatures(List<GenClass>, List<GenFeature>, 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(GenClass, List<GenClass>, List<GenOperation>, 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.AddCommand
This is the collection of objects being added to the owner list.
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.DeleteCommand
This is the collection of objects to be deleted.
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.RemoveCommand
This is the collection of objects being removed.
collection - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is the collection of replacements.
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.
collection - Variable in class org.eclipse.emf.mapping.action.CreateMappingAction.DelegateCommand
 
collection - Variable in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction.DelegateCommand
 
collection - Variable in class org.eclipse.emf.mapping.action.NameMatchMappingAction.DelegateCommand
 
collection - Variable in class org.eclipse.emf.mapping.action.RemoveMappingAction.CommandDelegate
 
collection - Variable in class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
 
collection - Variable in class org.eclipse.emf.mapping.command.AddMappingCommand
This keeps track of the input and output objects that are to be mapped.
collection - Variable in class org.eclipse.emf.mapping.command.RemoveMappingCommand
This keeps track of the input and output objects that are to be mapped.
collectionToString(Collection<?>) - Static method in class org.eclipse.emf.edit.command.CommandParameter
 
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.ETypeParameterItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This adds to newChildDescriptors, a collection of new child descriptors.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
This adds CommandParameters describing the children that can be created under this object
collectPackages(List<GenPackage>, List<GenPackage>, 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<EObject>, Collection<EObject>, 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.
COLOR_PROVIDERS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Color Providers' attribute
colorProviders - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Color Providers' attribute
column - Variable in exception org.eclipse.emf.ecore.xmi.XMIException
 
columnResizeTime - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter
 
COM - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
combineArrayAndList(String[], List<String>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Adds strings from strings list to existing array of strings, returns resulting string array, and clears the list of strings.
comboSelected(Event) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage.ReferencedGenPackageTreeEditorHelper
 
Command - Interface in org.eclipse.emf.common.command
An interface that every command is expected to support.
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.CommandAction
This records the command that is created each time the selection changes.
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.StaticSelectionCommandAction
This records the command.
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_STACK_EDEFAULT - Static variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
The default value of the 'Command Stack' attribute
CommandAction - Class in org.eclipse.emf.edit.ui.action
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 in org.eclipse.emf.edit.command
This is the interface used by a CommandAction to delegate all of the set methods of an IAction to a Command.
CommandActionHandler - Class in org.eclipse.emf.edit.ui.action
 
CommandActionHandler(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.CommandActionHandler
This constructs and instance in this editing domain.
CommandActionHandler(EditingDomain, String) - Constructor for class org.eclipse.emf.edit.ui.action.CommandActionHandler
This constructs and instance in this editing domain.
commandCreationMap - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack
This keeps track of the mapping between commands and their PersistentCommandStack.CommandCreationRecords.
commandline - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
commandList - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The list of commands.
commandList - Variable in class org.eclipse.emf.common.command.CompoundCommand
The list of subcommands.
commandOwner - Variable in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.DelegatingWrapperItemPropertyDescriptor
 
commandOwner - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
If non-null, this object will be the owner of commands created to set the property's value.
CommandParameter - Class in org.eclipse.emf.edit.command
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, 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, int) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, a value, and an index.
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, 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.
CommandStack - Interface in org.eclipse.emf.common.command
A simple and obvious interface for an undoable stack of commands with a listener.
commandStack - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is the command stack that was passed into the constructor.
commandStack - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
The cached value of the 'Command Stack' attribute
commandStackChanged(EventObject) - Method in interface org.eclipse.emf.common.command.CommandStackListener
Called when the CommandStack's state has changed.
commandStackChanged(EventObject) - Method in class org.eclipse.emf.mapping.action.CreateMappingAction
 
commandStackChanged(EventObject) - Method in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction
 
commandStackChanged(EventObject) - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction
 
commandStackChanged(EventObject) - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction
 
commandStackChanged(EventObject) - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction
 
CommandStackListener - Interface in org.eclipse.emf.common.command
A listener to a CommandStack.
commandStackListener - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
commandTarget - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This records the object for which the EditingDomainViewerDropAdapter.command was created.
CommandWrapper - Class in org.eclipse.emf.common.command
A command that wraps another command.
CommandWrapper(Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance for the given command.
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, Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance with the given label and description for the given command.
CommandWrapper() - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance.
CommandWrapper(String) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance, with the given label.
CommandWrapper(String, String) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance, with the given label and description.
comment - Static variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.  
comment - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
Cached value of member comment.
COMMENT - Static variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
comment(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.  
comment(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
comment - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
commentArray - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Array of comments from compilation unit
CommentAwareSourceRangeComputer - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Class that computes the ranges for the nodes for use by ASTRewrite.
CommentAwareSourceRangeComputer(CompilationUnit, String) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
 
commentedOutPositions - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Map of commented out nodes to their tracked positions
commentEndPositions - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
End positions of all comments
commentOut(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
commentOut() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Commenting out a field results in splitting of the fields, and then commenting out only the field that is commented out.
commentOut() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Comments out this node.
commentOut(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Comment out the node and its children.
commentOutEachLine(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Comments out each line but the first one in the given text, and returns resulting new text.
commentOutLines(TextEdit, int, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Creates and adds InsertEdits that comment out all lines between firstLine and lastLine inclusively.
commentOutReplaceEdit(ReplaceEdit) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Replaces given ReplaceEdit by new ReplaceEdit with each line commented out.
commentStartPositions - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Start positions of all comments
commit - Variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
commitXML(Document) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
CommonPlugin - Class in org.eclipse.emf.common
The Plugin for the model EMF.Common library.
CommonPlugin.Implementation - Class in org.eclipse.emf.common
The actual implementation of the Eclipse Plugin.
CommonPlugin.Implementation() - Constructor for class org.eclipse.emf.common.CommonPlugin.Implementation
Creates an instance.
CommonUIPlugin - Class in org.eclipse.emf.common.ui
The Plugin for the model EMF.Common.UI library.
CommonUIPlugin.Implementation - Class in org.eclipse.emf.common.ui
The actual implementation of the Eclipse Plugin.
CommonUIPlugin.Implementation() - Constructor for class org.eclipse.emf.common.ui.CommonUIPlugin.Implementation
Creates an instance.
compare(XMLCalendar, XMLCalendar) - Static method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
compare(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
compare(XMLDuration, XMLDuration) - Static method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
compare(Duration) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
compareCalendar(Object, Object) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
compareDuration(Object, Object) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
COMPARTMENT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
COMPARTMENTITEMS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
compilationUnit - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
compilationUnit - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.  
compilationUnit - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Compilation unit used to get extended ranges of the nodes
CompileTemplateAction - Class in org.eclipse.emf.codegen.action
Compile the JET template.
CompileTemplateAction() - Constructor for class org.eclipse.emf.codegen.action.CompileTemplateAction
 
COMPLEX_TYPE_CONVERTER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The meta object id for the 'Complex Type Converter' class
COMPLEX_TYPE_CONVERTER - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Complex Type Converter' class
COMPLEX_TYPE_CONVERTER__HELPED_OBJECT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Helped Object' reference
COMPLEX_TYPE_CONVERTER__IN2OUT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'In2out' reference
COMPLEX_TYPE_CONVERTER__IN2OUT - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'In2out' reference feature
COMPLEX_TYPE_CONVERTER__MAPPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Mapper' container reference
COMPLEX_TYPE_CONVERTER__NESTED - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested' containment reference list
COMPLEX_TYPE_CONVERTER__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested In' container reference
COMPLEX_TYPE_CONVERTER__OUT2IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Out2in' reference
COMPLEX_TYPE_CONVERTER__OUT2IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Out2in' reference feature
COMPLEX_TYPE_CONVERTER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The number of structural features of the 'Complex Type Converter' class
ComplexTypeConverter - Interface in org.eclipse.emf.mapping
A representation of the model object 'Complex Type Converter'
ComplexTypeConverterImpl - Class in org.eclipse.emf.mapping.impl
An implementation of the model object 'Complex Type Converter'
ComplexTypeConverterImpl() - Constructor for class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
ComplexTypeConverterItemProvider - Class in org.eclipse.emf.mapping.provider
This is the item provider adpater for a ComplexTypeConverter object.
ComplexTypeConverterItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.provider.ComplexTypeConverterItemProvider
This constructs an instance from a factory and a notifier.
complexTypeConverterItemProvider - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This keeps track of the one adapter used for all ComplexTypeConverter instances.
COMPLIANCE_LEVEL_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Compliance Level' attribute
complianceLevel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Compliance Level' attribute
COMPONENT_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ComposeableAdapterFactory - Interface in org.eclipse.emf.edit.provider
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 in org.eclipse.emf.edit.provider
This provides support for composing several factories for different models into a single factory serving the union of the model objects.
ComposedAdapterFactory() - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory(AdapterFactory[]) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory(Collection<? extends AdapterFactory>) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory.Descriptor - Interface in org.eclipse.emf.edit.provider
A descriptor can create an adapter factory.
ComposedAdapterFactory.Descriptor.Registry - Interface in org.eclipse.emf.edit.provider
A registry is an index that takes a collection of keys, typically a pair consisting of an EPackage or java.lang.Package, and a java.lang.Class, and maps it to a descriptor.
ComposedAdapterFactory.Descriptor.Registry.Impl - Class in org.eclipse.emf.edit.provider
A simple registry implementation that supports delegation.
ComposedAdapterFactory.Descriptor.Registry.Impl(ComposedAdapterFactory.Descriptor.Registry) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory.Descriptor.Registry.Impl
Creates an instance.
ComposedImage - Class in org.eclipse.emf.edit.provider
This implements a wrapper that can be used to specify how a composed image should look.
ComposedImage(Collection<?>) - Constructor for class org.eclipse.emf.edit.provider.ComposedImage
This creates an empty instance.
ComposedImage.Point - Class in org.eclipse.emf.edit.provider
 
ComposedImage.Point() - Constructor for class org.eclipse.emf.edit.provider.ComposedImage.Point
 
ComposedImage.Size - Class in org.eclipse.emf.edit.provider
 
ComposedImage.Size() - Constructor for class org.eclipse.emf.edit.provider.ComposedImage.Size
 
ComposedSelection - Class in org.eclipse.emf.mapping.presentation
 
ComposedSelection(ISelection, ISelection[]) - Constructor for class org.eclipse.emf.mapping.presentation.ComposedSelection
 
composeMessage(Diagnostic, Diagnostic) - Method in class org.eclipse.emf.common.ui.MarkerHelper
Returns the message that will be used with the marker associated with the given diagnostic.
composeMessage(Diagnostic, Diagnostic) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction.EclipseResourcesUtil
 
composite - Variable in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
compositeDisposed() - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
compositeEditor - Variable in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
compositeSelected(Event) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
CompoundCommand - Class in org.eclipse.emf.common.command
A command that comprises a sequence of subcommands.
CompoundCommand() - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an empty instance.
CompoundCommand(String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label.
CompoundCommand(String, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label and description.
CompoundCommand(List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given list.
CompoundCommand(String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates instance with the given label and list.
CompoundCommand(String, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label, description, and list.
CompoundCommand(int) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an empty instance with the given result index.
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, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index, label, and description.
CompoundCommand(int, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index and list.
CompoundCommand(int, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given resultIndex, label, and list.
CompoundCommand(int, String, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index, label, description, and list.
computeActionCode(Diagnostic) - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
computeArtifactURI(String) - Method in class org.eclipse.emf.exporter.ModelExporter
Returns the artifact URI for a given artifact location.
computeDefaultGenModelFileName() - Method in class org.eclipse.emf.importer.ModelImporter
 
computeDefaultSourceRange(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Calculates the default range for the node.
computeDiagnostic(Resource, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Computes a Diagnostic from the errors and warnings stored in the specified resource.
computeEditorToOpen() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
computeEndOfTrailingComments(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Finds the end position of trailing comments of the given node.
computeEPackages(Monitor, ModelImporter) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
computeEPackages() - Method in class org.eclipse.emf.importer.java.ui.JavaPackagePage
 
computeEPackages(Monitor) - Method in class org.eclipse.emf.importer.java.ui.JavaPackagePage
 
computeEPackages(Monitor) - Method in class org.eclipse.emf.importer.ModelImporter
 
computeEPackages(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
computeEPackagesBeingReloaded() - Method in class org.eclipse.emf.importer.ModelImporter
 
computeEPackagesToConvert() - Method in class org.eclipse.emf.converter.ModelConverter
 
computeFeatureKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
computeGenModelContainerPath(IPath) - Method in class org.eclipse.emf.importer.ModelImporter
 
computeMissingUsedGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
computeMissingUsedGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
computeMissingUsedGenPackages(List<EPackage>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
computeModelProjectName() - Method in class org.eclipse.emf.importer.ModelImporter
 
computePlatformPluginToPlatformResourceMap() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Computes a map from platform:/plugin/<plugin-id>/ URI to platform:/resource/<plugin-location>/ URI for each plugin project in the workspace.
computePlatformResourceToPlatformPluginMap(Collection<URI>) - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Computes a map from platform:/resource/<plugin-location>/ URI to platform:/plugin/<plugin-id>/ URI for each URI in the collection of the form platform:/plugin/<plugin-id>/...
computePlatformURIMap() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Computes a map so that plugins in the workspace will override those in the environment and so that plugins with Ecore and GenModels will look like projects in the workspace.
computePrefix(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
computeQualifiedName(JInitializer) - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
computeQualifiedName(JAbstractType) - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
computeQualifiedName(JMethod) - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Same as the getName().
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJInitializer
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJInitializer
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
computeRequiredPackages(EPackage) - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
computeResourcesToBeSaved() - Method in class org.eclipse.emf.importer.ModelImporter
 
computeRoseModelFile() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
computeSortedImports() - Method in class org.eclipse.emf.codegen.util.ImportManager
 
computeSourceRange(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Calculates the range of a node as follows: For any node the range is at least the range returned by CommentAwareSourceRangeComputer.computeDefaultSourceRange(ASTNode).
computeStartOfPrecedingComments(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Finds the start position of preceding comments of the given node.
computeSuggestedDescriptor() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
computeUniqueLabels(Object, Collection<?>) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider.ItemPropertyDescriptorWithUniqueChoiceOfValueLabels
 
computeValidReferencedGenPackages() - Method in class org.eclipse.emf.converter.ModelConverter
 
computeValidReferencedGenPackages() - Method in class org.eclipse.emf.converter.ModelConverter.ReferencedEPackageFilter
 
concatName(List<String>) - Method in class org.eclipse.emf.mapping.command.NameMatchMappingCommand
 
CONCURRENCY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ConfigurationCache - Class in org.eclipse.emf.ecore.xmi.impl
This class represents a configuration that can be used to enable caching and therefore improves performance of EMF serialization.
ConfigurationCache() - Constructor for class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
configurationElement - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
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.common.ui.dialogs.DiagnosticDialog
 
configureShell(Shell) - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
configureShell(Shell) - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
connect() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Record that this is connected.
consider(String) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Adds the URI.
consider(URI, URI, File) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
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.
consider(IContainer) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Considers all the files of a container and all its subcontainer.
considerSubtypes - Variable in class org.eclipse.emf.ecore.xmi.impl.ElementHandlerImpl
 
CONSISTENT_ARGUMENTS_INCORRECT_NUMBER - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_ARGUMENTS_INVALID_SUBSTITUTION - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_ARGUMENTS_NONE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_ARGUMENTS_NONE_ALLOWED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_BOUNDS - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_BOUNDS_NO_BOUNDS_WITH_TYPE_PARAMETER_OR_CLASSIFIER - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_BOUNDS_NO_LOWER_AND_UPPER - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_BOUNDS_NOT_ALLOWED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_KEYS - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_OPPOSITE_BAD_TRANSIENT - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_OPPOSITE_BOTH_CONTAINMENT - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_OPPOSITE_NOT_FROM_TYPE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_OPPOSITE_NOT_MATCHING - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_SUPER_TYPES_CONFLICT - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_SUPER_TYPES_DUPLICATE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TRANSIENT - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_CLASS_NOT_PERMITTED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_CLASS_REQUIRED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_DATA_TYPE_NOT_PERMITTED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_NO_TYPE_PARAMETER_AND_CLASSIFIER - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_PRIMITIVE_TYPE_NOT_PERMITTED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_TYPE_PARAMETER_NOT_IN_SCOPE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_WILDCARD_NOT_PERMITTED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
consolidateChanges() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
Consolidates the changes that have happen since the last consolidation.
consolidateChanges() - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
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.importer.rose.builder.RoseStrings
 
CONSTVALUE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
container - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
container - Variable in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl.OldContainmentInformation
 
CONTAINER_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The default value of the 'Container' attribute
containerClass - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
containers - Variable in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
containingClass - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
CONTAINMENT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
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.
CONTAINMENT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CONTAINMENT_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_DYNAMIC_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The default value of the 'Containment' attribute
CONTAINMENT_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The flag representing the value of the 'Containment' attribute
CONTAINMENT_INVERSE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_DYNAMIC_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_UNSETTABLE_DYNAMIC_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_UNSETTABLE_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_PROXIES_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Containment Proxies' attribute
CONTAINMENT_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_UNSETTABLE_DYNAMIC_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_UNSETTABLE_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
containmentFeature - Variable in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl.OldContainmentInformation
 
containmentProxies - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Containment Proxies' attribute
containments() - Method in interface org.eclipse.emf.ecore.impl.EClassImpl.FeatureSubsetSupplier
 
CONTAINMENTS_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
contains(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
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.common.util.DelegatingEList
Returns whether the list contains the object.
contains(InternalEObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
contains(InternalEObject, EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns whether the content of the object's feature contains the given value.
contains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
contains(EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
contains(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
Resolve to compare objects but do not modify list
contains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
contains(EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
contains(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList
Resolve to compare objects but do not modify list
contains(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
contains(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
contains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
contains(int[], int) - Method in class org.eclipse.emf.edit.command.RemoveCommand
Returns whether the given int array contains the given target value.
contains(EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Returns whether the store handles children of the specified feature.
contains(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ModifiableSingletonEList
 
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.
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the list contains each object in the collection.
containsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
containsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
containsAll(EStructuralFeature, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
containsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
containsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
containsExact(Collection<?>, Object) - Method in class org.eclipse.emf.edit.command.RemoveCommand
Returns whether the given collection contains the given target object itself (according to ==, not .equals()).
containsKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
containsKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
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.ecore.impl.EPackageRegistryImpl
Returns whether this map or the delegate map contains this key.
containsKey(Object) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
containsKey(Object) - Method in class org.eclipse.emf.ecore.impl.EValidatorRegistryImpl
 
containsKey(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLRegistryImpl
 
containsName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
containsValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
containsValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
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.ecore.impl.EPackageRegistryImpl.Delegator
 
CONTENT - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
 
CONTENT_DESCRIPTION_OPTIONS - Static variable in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
A constant read only map of options used to request just the content type.
CONTENT_ELEMENT - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
CONTENT_HANDLER_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
CONTENT_KINDS - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The strings used to represent the various content kinds in extended metadata annotations, indexed by kind ID.
CONTENT_PARSER_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
CONTENT_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
The content type ID for EMOF.
CONTENT_TYPE_ID - Static variable in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
The key in the parameters map representing the content type identifier String.
CONTENT_TYPE_ID - Static variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The key in the constructor's parameter map representing the content type identifier String.
CONTENT_TYPE_IDENTIFIER_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Content Type Identifier' attribute
CONTENT_TYPE_PROPERTY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler
A content description property describing the content's type identity.
CONTENT_VALUE_PATTERN - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
contentCreated - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
contentDescription(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in interface org.eclipse.emf.ecore.resource.ContentHandler
Returns a map of properties that describe the content of the given URI's corresponding input stream.
contentDescription(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
This base implementation handles looking up the ContentHandler.BYTE_ORDER_MARK_PROPERTY if that's a requested property.
contentDescription(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
contentDescription(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformContentHandlerImpl
This implementation delegates to the platform's content description support,
contentDescription(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
This implementation delegates to the URI converter's content handlers.
contentDescription(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Returns a map from String properties to their corresponding values representing a description the given URI's contents.
contentDescription(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
Returns a map from String properties to their corresponding values representing a description the given URI's contents.
contentDescription(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
Returns a valid content description if the XML content of the input stream has an element that matches the element names and namespace.
contentDescription(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl
This implementation augments the base implementation by computing the character set property.
contentDescription(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl.XMI
Returns a valid content description if the XML content of the input stream has an XMI version attribute.
ContentHandler - Interface in org.eclipse.emf.ecore.resource
A handler for describing the contents of URIs.
contentHandler - Variable in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
The content handler delegate.
ContentHandler.ByteOrderMark - Enum in org.eclipse.emf.ecore.resource
A value specifying the byte order mark of a content description.
ContentHandler.Registry - Interface in org.eclipse.emf.ecore.resource
A registry of content handlers based on a priority order; lower values indicate have higher priority.
ContentHandler.Validity - Enum in org.eclipse.emf.ecore.resource
A value specifying the validity of a content description.
ContentHandlerImpl - Class in org.eclipse.emf.ecore.resource.impl
An implementation of a content handler.
ContentHandlerImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
Creates an instance.
ContentHandlerImpl.Describer - Class in org.eclipse.emf.ecore.resource.impl
An implementation of a describer that delegates to a ContentHandler.
ContentHandlerImpl.Describer() - Constructor for class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
 
ContentHandlerRegistryImpl - Class in org.eclipse.emf.ecore.resource.impl
 
ContentHandlerRegistryImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ContentHandlerRegistryImpl
 
contentHandlers() - Method in interface org.eclipse.emf.ecore.resource.ContentHandler.Registry
Returns a read only list of all the content handlers in the map in priority order.
contentHandlers() - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerRegistryImpl
 
contentHandlers - Variable in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
contentKind - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
contentOutlineFilterAction - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
contentOutlinePage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the content outline page
contentOutlinePage - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the content outline page
contentOutlinePage - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is the content outline page
contentOutlinePage - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This is the content outline page.
contentOutlineStatusLineManager - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is a kludge
contentOutlineStatusLineManager - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is a kludge
contentOutlineStatusLineManager - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is a kludge
contentOutlineStatusLineManager - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This is a kludge...
contentOutlineViewer - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the content outline page's viewer
contentOutlineViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the content outline page's viewer
contentOutlineViewer - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is the content outline page's viewer
contentOutlineViewer - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This is the content outline page's viewer.
contentProvider - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
contentRefresh - Variable in class org.eclipse.emf.edit.provider.ViewerNotification
Whether the content under the element should be structurally refreshed.
contents - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
The cached value of the 'Contents' containment reference list
contents - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotation
Cached contents of this annotation
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.
contentTypeID - Variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The content type identifier for content that matches this handler.
contentTypeIdentifier - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Content Type Identifier' attribute
contentTypeIdentifierToFactoryMap - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
The content type identifier map.
contentURI - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
context - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
contextFeature - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
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
 
contributeToMenu(IMenuManager) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items
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
 
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreActionBarContributor
This adds Separators for editor additions to the tool bar.
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This adds Separators for editor additions to the tool bar
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
 
control - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
CONTROL_CHARACTERS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
CONTROL_OFFSET - Static variable in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
ControlAction - Class in org.eclipse.emf.edit.ui.action
A control action moves a contained object into a new resource or restores it to its containers' resource.
ControlAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.ControlAction
 
ControlAction() - Constructor for class org.eclipse.emf.edit.ui.action.ControlAction
 
controlAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to control or uncontrol a contained object.
ControlAction.ControlResourceDialog - Class in org.eclipse.emf.edit.ui.action
A save-type resource dialog that attempts to create the specified resource and load it, if it already exists.
ControlAction.ControlResourceDialog(Shell, EditingDomain, Resource) - Constructor for class org.eclipse.emf.edit.ui.action.ControlAction.ControlResourceDialog
 
ControlAction.SelfAffectingCommand - Class in org.eclipse.emf.edit.ui.action
 
controlModel - Variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
controlModel - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
controlModel - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
controlResized(ControlEvent) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter
 
conversionPage - Variable in class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard
 
convert(JAbstractType, Class<? extends JAbstractType>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter
 
convert() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.Converter
 
convert() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
Converts enum to the class declaration.
convert() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
Converts type to the enum.
convert(JAbstractType, Class<? extends JAbstractType>) - Method in interface org.eclipse.emf.codegen.merge.java.facade.NodeConverter
Converts the specified abstract type to an instance of the given class and returns the converted node.
convert - Variable in class org.eclipse.emf.converter.ModelConverter.EPackageConvertInfo
 
convert(Object) - Static method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
 
convert(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
convert(EDataType, Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
convertAnySimpleType(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertAnySimpleType(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Any Simple Type'
convertAnySimpleTypeToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertAnyURI(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertAnyURI(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Any URI'
convertAnyURIToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertASTNodeListToStringArray(List<? extends ASTNode>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Convert a given list of nodes to an array of strings.
convertBase64Binary(byte[]) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertBase64Binary(byte[]) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Base64 Binary'
convertBase64BinaryToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertBoolean(boolean) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertBoolean(boolean) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Boolean'
convertBooleanObject(Boolean) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertBooleanObject(Boolean) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Boolean Object'
convertBooleanObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertBooleanToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertByte(byte) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertByte(byte) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Byte'
convertByteObject(Byte) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertByteObject(Byte) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Byte Object'
convertByteObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertByteToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertCase(String, int, int, char) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
convertChangeKindToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
convertData - Variable in class org.eclipse.emf.converter.ModelConverter.EPackageConvertInfo
 
convertDate(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDate(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated. 
convertDate(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Date'
convertDate(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated. 
convertDateTime(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDateTime(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated. 
convertDateTime(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Date Time'
convertDateTime(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated. 
convertDateTimeToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDateToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDecimal(BigDecimal) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDecimal(BigDecimal) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Decimal'
convertDecimalToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDouble(double) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDouble(double) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Double'
convertDoubleObject(Double) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDoubleObject(Double) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Double Object'
convertDoubleObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDoubleToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDuration(Duration) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDuration(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated. 
convertDuration(Duration) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Duration'
convertDuration(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated. 
convertDurationToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertEBigDecimalToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEBigIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEBooleanObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEBooleanToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEByteArrayToString(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
 
convertEDateToString(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
 
convertEJavaObjectToString(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
 
convertENTITIES(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertENTITIES(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'ENTITIES'
convertENTITIESBase(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertENTITIESBase(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'ENTITIES Base'
convertENTITIESBaseToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertENTITIESToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertENTITY(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertENTITY(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'ENTITY'
convertENTITYToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertEnumConstToField(ASTJEnumConstant) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
Converts enum constant to field.
ConverterPlugin - Class in org.eclipse.emf.converter
The Plugin for the model converter.
ConverterPlugin.Implementation - Class in org.eclipse.emf.converter
The actual implementation of the Eclipse Plugin.
ConverterPlugin.Implementation() - Constructor for class org.eclipse.emf.converter.ConverterPlugin.Implementation
Creates an instance.
ConverterUIUtil - Class in org.eclipse.emf.converter.util
 
ConverterUIUtil() - Constructor for class org.eclipse.emf.converter.util.ConverterUIUtil
 
ConverterUIUtil.DiagnosticHandler - Class in org.eclipse.emf.converter.util
 
ConverterUIUtil.DiagnosticHandler() - Constructor for class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
ConverterUIUtil.TreeCheckStateManager - Class in org.eclipse.emf.converter.util
 
ConverterUIUtil.TreeCheckStateManager(Tree) - Constructor for class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
ConverterUtil - Class in org.eclipse.emf.converter.util
 
ConverterUtil() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil
 
ConverterUtil.DecodedAction - Class in org.eclipse.emf.converter.util
 
ConverterUtil.DecodedAction() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.DecodedAction
 
ConverterUtil.EPackageList - Class in org.eclipse.emf.converter.util
 
ConverterUtil.EPackageList() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.EPackageList
 
ConverterUtil.EPackageList(Collection<? extends EPackage>) - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.EPackageList
 
ConverterUtil.EPackageList(int) - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.EPackageList
 
ConverterUtil.GenPackageList - Class in org.eclipse.emf.converter.util
 
ConverterUtil.GenPackageList() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.GenPackageList
 
ConverterUtil.GenPackageList(Collection<? extends GenPackage>) - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.GenPackageList
 
ConverterUtil.GenPackageList(int) - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.GenPackageList
 
ConverterUtil.ShellFinder - Class in org.eclipse.emf.converter.util
 
ConverterUtil.ShellFinder() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.ShellFinder
 
ConverterUtil.WorkspaceResourceValidator - Class in org.eclipse.emf.converter.util
 
ConverterUtil.WorkspaceResourceValidator() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.WorkspaceResourceValidator
 
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
 
convertFieldToEnumConst(ASTJField) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
Converts given field to enum constant if possible.
convertFloat(float) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertFloat(float) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Float'
convertFloatObject(Float) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertFloatObject(Float) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Float Object'
convertFloatObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertFloatToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertFormat(String, boolean, String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
convertGDay(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGDay(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGDay(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'GDay'
convertGDay(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated. 
convertGDayToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGenDelegationKindToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenJDKLevelToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenPropertyKindToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenProviderKindToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenResourceKindToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenRuntimeVersionToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGMonth(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGMonth(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated. 
convertGMonth(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'GMonth'
convertGMonth(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated. 
convertGMonthDay(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGMonthDay(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated. 
convertGMonthDay(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'GMonth Day'
convertGMonthDay(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated. 
convertGMonthDayToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGMonthToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGYear(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGYear(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated. 
convertGYear(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'GYear'
convertGYear(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated. 
convertGYearMonth(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGYearMonth(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated. 
convertGYearMonth(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'GYear Month'
convertGYearMonth(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated. 
convertGYearMonthToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGYearToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertHexBinary(byte[]) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertHexBinary(byte[]) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Hex Binary'
convertHexBinaryToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertID(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertID(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'ID'
convertIDREF(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDREF(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'IDREF'
convertIDREFS(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDREFS(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'IDREFS'
convertIDREFSBase(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDREFSBase(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'IDREFS Base'
convertIDREFSBaseToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDREFSToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDREFToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertInt(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertInt(int) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Int'
convertInteger(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertInteger(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Integer'
convertIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIntObject(Integer) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIntObject(Integer) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Int Object'
convertIntObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIntToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertJavaInstanceTypeName(StringBuilder, EGenericType) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EGenericTypeConverter
Converts a generic type to its Java representation in the result.
convertLangTypeNullToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
convertLangTypeToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
convertLanguage(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertLanguage(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Language'
convertLanguageToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertLineFeed(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
convertLines(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
convertLong(long) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertLong(long) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Long'
convertLongObject(Long) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertLongObject(Long) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Long Object'
convertLongObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertLongToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertName(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertName(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Name'
convertName(String, char, int, List<String>, List<String>, char, int, List<String>, List<String>) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
convertNameForm(String, List<String>, List<String>) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
convertNameToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNCName(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNCName(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'NC Name'
convertNCNameToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNegativeInteger(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNegativeInteger(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Negative Integer'
convertNegativeIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKEN(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKEN(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'NMTOKEN'
convertNMTOKENS(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKENS(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'NMTOKENS'
convertNMTOKENSBase(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKENSBase(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'NMTOKENS Base'
convertNMTOKENSBaseToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKENSToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKENToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNonNegativeInteger(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNonNegativeInteger(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Non Negative Integer'
convertNonNegativeIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNonPositiveInteger(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNonPositiveInteger(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Non Positive Integer'
convertNonPositiveIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNormalizedString(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNormalizedString(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Normalized String'
convertNormalizedStringToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNOTATION(QName) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNOTATION(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated. 
convertNOTATION(QName) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'NOTATION'
convertNOTATION(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated. 
convertNOTATIONToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertPositiveInteger(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertPositiveInteger(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Positive Integer'
convertPositiveIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertPropertyFeatures() - Method in interface org.eclipse.emf.ecore.xmi.impl.EMOFHandler.Helper
 
convertPropertyFeatures() - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
convertQName(QName) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertQName(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated. 
convertQName(QName) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'QName'
convertQName(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated. 
convertQNameToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertSeparator(String, char, char, int) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
convertShort(short) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertShort(short) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Short'
convertShortObject(Short) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertShortObject(Short) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Short Object'
convertShortObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertShortToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertSpaceTypeObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
convertSpaceTypeToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
convertString(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertString(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'String'
convertStringToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertTarget(JAbstractType, Class<? extends JAbstractType>) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
Converts the target abstract type to be compatible with the given source node class
convertText(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
convertTime(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertTime(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated. 
convertTime(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Time'
convertTime(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated. 
convertTimeToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
ConvertToJETProjectWizard - Class in org.eclipse.emf.codegen.presentation
 
ConvertToJETProjectWizard() - Constructor for class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard
 
ConvertToJETProjectWizard.ConversionPage - Class in org.eclipse.emf.codegen.presentation
 
ConvertToJETProjectWizard.ConversionPage() - Constructor for class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard.ConversionPage
 
convertToken(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertToken(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Token'
convertTokenToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertToNode(Object) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
convertToStandardBraceStyle() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
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.EcoreFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
convertToString(Object) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
convertToString(EDataType, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Converts an instance of the data type to a string literal representation.
convertToString(EFactory, EDataType, Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
convertToString(EFactory, EDataType, Object) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Converts the given data value to a string while saving an XML document.
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedByte(short) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedByte(short) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Byte'
convertUnsignedByteObject(Short) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedByteObject(Short) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Byte Object'
convertUnsignedByteObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedByteToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedInt(long) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedInt(long) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Int'
convertUnsignedIntObject(Long) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedIntObject(Long) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Int Object'
convertUnsignedIntObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedIntToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedLong(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedLong(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Long'
convertUnsignedLongToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedShort(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedShort(int) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Short'
convertUnsignedShortObject(Integer) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedShortObject(Integer) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Short Object'
convertUnsignedShortObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedShortToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertURI(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
copy(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns a copy of the given eObject.
copy(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a self-contained copy of the eObject.
copy - Variable in class org.eclipse.emf.edit.command.CreateCopyCommand
This is the copy.
copy - Variable in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is the object (copy) being initialized.
copy() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
Concrete subclasses must implement this to copy and return the value and wrapper.
copy() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand
Concrete subclasses must implement this to copy and return the value and wrapper.
copy - Variable in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
This is the copy.
COPY_COMMAND_DESCRIPTION - Static variable in class org.eclipse.emf.edit.provider.WrapperItemProvider
A description for copy command inner classes, the same as in CopyCommand.
COPY_COMMAND_LABEL - Static variable in class org.eclipse.emf.edit.provider.WrapperItemProvider
A label for copy command inner classes, the same one used by CopyCommand.
CopyAction - Class in org.eclipse.emf.edit.ui.action
A copy action is implemented by creating a CopyToClipboardCommand.
CopyAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.CopyAction
 
CopyAction() - Constructor for class org.eclipse.emf.edit.ui.action.CopyAction
 
copyAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement copy.
copyAll(Collection<? extends T>) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns a collection containing a copy of each EObject in the given collection.
copyAll(Collection<? extends T>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a collection of the self-contained copies of each EObject in eObjects.
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 - Class in org.eclipse.emf.edit.command
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(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
copyCommand - Variable in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This is the command that does the actual copying.
CopyCommand.Helper - Class in org.eclipse.emf.edit.command
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
 
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.
CopyFileFromPluginAction - Class in org.eclipse.emf.cheatsheets.actions
Action that copies a file from plugin to project.
CopyFileFromPluginAction() - Constructor for class org.eclipse.emf.cheatsheets.actions.CopyFileFromPluginAction
 
copyFileToProject(IProject, String, String, IProgressMonitor) - Method in class org.eclipse.emf.cheatsheets.actions.CopyFileFromPluginAction
Copy a file from plugin to project
copyFileToWorkspaceFolder(String) - Method in class org.eclipse.emf.cheatsheets.actions.CopyFileFromPluginAction
 
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
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.mapping.command.CreateCopyOverrideCommand
This is a map of objects to their copies
copyProxyURI(EObject, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Copies the proxy URI from the original to the copy, if present.
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 - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
copyright - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
COPYRIGHT_FIELDS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Copyright Fields' attribute
COPYRIGHT_TEXT_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Copyright Text' attribute
copyrightFields - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Copyright Fields' attribute
copyrightText - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Copyright Text' attribute
CopyToClipboardCommand - Class in org.eclipse.emf.edit.command
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.
CopyToClipboardOverrideCommand - Class in org.eclipse.emf.mapping.command
This command overrides the CopyToClipboardCommand for cross-domain copies.
CopyToClipboardOverrideCommand(MappingDomain, Collection<?>, Collection<?>) - Constructor for class org.eclipse.emf.mapping.command.CopyToClipboardOverrideCommand
This constructs a command that copies the given collections of objects to the clipboard.
CORBA - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
coreElements - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
count - Variable in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
 
countCreateChildIcons(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
countCreateChildIcons(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
CPLUSPLUS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CR - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
create(EClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
create(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
CREATE - Static variable in interface org.eclipse.emf.common.notify.Notification
Deprecated.  
create(EClass) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
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.EcoreFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
create(EClass) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Creates a new instance of the class.
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.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
create() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame
 
create() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame
 
create() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame
 
create() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
create() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
 
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, 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.
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) - Static method in class org.eclipse.emf.edit.command.CopyCommand
This creates a command that copies the given object.
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.CopyToClipboardCommand
This creates a command that copies the given collection of objects 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, 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, 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) - 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, 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, 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, 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) - Static method in class org.eclipse.emf.edit.command.DeleteCommand
This creates a command that deletes the given object.
create(EditingDomain, Collection<?>) - Static method in class org.eclipse.emf.edit.command.DeleteCommand
This creates a command that deletes the objects in the given collection.
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, CopyCommand.Helper) - Static method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
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) - 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, 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) - Static method in class org.eclipse.emf.edit.command.RemoveCommand
This creates a command to remove an object.
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, Collection<?>) - Static method in class org.eclipse.emf.edit.command.RemoveCommand
This creates a command to remove multiple objects.
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, 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, 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) - 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, int) - Static method in class org.eclipse.emf.edit.command.SetCommand
This creates a command to set the owner's feature to the specified value at the specified index.
create(EClass) - Method in class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
 
create(MappingDomain, Collection<?>) - Static method in class org.eclipse.emf.mapping.command.AddMappingCommand
This creates a command that adds the new mappings in the collection into the appropriate place in the mapping root's.
create(MappingDomain, Mapping) - Static method in class org.eclipse.emf.mapping.command.AddMappingCommand
This creates a command that adds the new mappings in the collection into the appropriate place in the mapping root's.
create(MappingDomain, Collection<?>) - Static method in class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping involving the given domain's collection of input and output objects.
create(MappingDomain, Object, Object) - Static method in class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping between the given input and output.
create(MappingDomain, Collection<?>, Collection<?>) - Static method in class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping with the given collections of inputs and outputs.
create(MappingDomain, Collection<?>, Object) - Static method in class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping with the given collection of inputs and output.
create(MappingDomain, Object, Collection<?>) - Static method in class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping with the given input and collection of outputs.
create(MappingDomain, Mapping) - Static method in class org.eclipse.emf.mapping.command.NameMatchMappingCommand
This creates a command that creates a new child mappings for the given mapping by attempting to match by name input children with output children.
create(MappingDomain, Mapping) - Static method in class org.eclipse.emf.mapping.command.RemoveMappingCommand
This creates a command that removes the mapping from the mapping root.
create(MappingDomain, Collection<?>) - Static method in class org.eclipse.emf.mapping.command.RemoveMappingCommand
This creates a command that removes the mappings in the collection from the mapping root.
create(MappingDomain) - Static method in class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
This creates a command that removes the mapping from the mapping root.
create(MappingDomain, Mapping) - Static method in class org.eclipse.emf.mapping.command.TypeMatchMappingCommand
This creates a command that creates a new child mappings for the given mapping by attempting to match by type input children with output children.
create(EClass) - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
CREATE_CHILD_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Create Child' attribute
CREATE_CHILD_ICON_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
CREATE_CHILD_ICON_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
CREATE_METHOD_DECLARATION_HEAD - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
CREATE_METHOD_DECLARATION_MIDDLE - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
CREATE_METHOD_DECLARATION_MIDDLE2 - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
CREATE_METHOD_DECLARATION_TAIL - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
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.CommandAction
This method must be implemented to create the command for this action, given the editing domain and the collection of selected objects.
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.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.StaticSelectionCommandAction
This should be implemented to create a command that performs the action.
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.action.CreateMappingAction
Create the command for this action
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction
Create the command for this action
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction
Match the command for this action
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction
Create the command for this action
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction
Match the command for this action
createAdapter(Notifier, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
Calls AbstractGeneratorAdapterFactory.createAdapter(Notifier) to create an adapter for the given Notifier and sets its adapter factory to this.
createAdapter(Notifier) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
Override this to create the adapter for a Notifier.
createAdapter(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
Calls AbstractGeneratorAdapterFactory.createAdapter(Object) to create an adapter for the given object and sets its adapter factory to this.
createAdapter(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
The given object is returned if it is, itself, a GeneratorAdapter.
createAdapter(Notifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
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).
createAdapter(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an AdapterImpl.
createAdapter(Notifier) - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
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) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Creates an adapter for the target
createAdapter(Notifier) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Creates an adapter for the target
createAdapter(Notifier) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
 
createAdapter(Notifier) - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates an adapter for the target
createAdapterFactory() - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor
Creates and returns an instance of a particular type of GeneratorAdapterFactory.
createAdapterFactory() - Method in interface org.eclipse.emf.edit.provider.ComposedAdapterFactory.Descriptor
Creates an adapter factory.
createAddCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive AddCommand.
createAddCommand(EditingDomain, EObject, EReference, Collection<?>, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated. As of EMF 2.0, replaced by createAddCommand.
createAddCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>, int) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
createAddListChange(EList<Object>, EList<ListChange>, Object, int) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
Convenience method added to allow subclasses to modify the default implementation for the scenario in which an element was added to the monitored list.
createAddMappingCommand(MappingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This creates a primitive AddMappingCommand.
createAddOverrideCommand(AddCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createAnySimpleType(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createAnySimpleType(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Any Simple Type' corresponding the given literal
createAnySimpleTypeFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createAnyType() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createAnyType() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a new object of class 'Any Type'
createAnyURI(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createAnyURI(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Any URI' corresponding the given literal
createAnyURIFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createArchive(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
createArchive(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.  
createArchiveInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. Creates an input stream for the archive paths and returns it.
createArchiveOutputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. Creates an output stream for the archive access.
createArg() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
createASTParser() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Creates and returns ASTParser.
createBadDataValueDiagnostic(EObject, EAttribute, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
createBase64Binary(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createBase64Binary(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Base64 Binary' corresponding the given literal
createBase64BinaryFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createBoolean(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createBoolean(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Boolean' corresponding the given literal
createBooleanFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createBooleanObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createBooleanObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Boolean Object' corresponding the given literal
createBooleanObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createButtonsForButtonBar(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
 
createByte(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createByte(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Byte' corresponding the given literal
createByteFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createByteObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createByteObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Byte Object' corresponding the given literal
createByteObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createCDATAEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createChangeDescription() - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
Returns a new object of class 'Description'
createChangeDescription() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createChangeDescription() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
createChangeDescriptionAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a ChangeDescription
createChangeDescriptionAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'Description'
createChangeKindFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createChangeRecorder() - Method in class org.eclipse.emf.edit.command.ChangeCommand
 
createCheckEvent(TreeItem) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
createChild - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Create Child' attribute
CreateChildAction - Class in org.eclipse.emf.codegen.ecore.genmodel.action
This performs child creation by delegating to 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 described by newChildDescriptor.
CreateChildAction - Class in org.eclipse.emf.edit.ui.action
A child creation action is implemented by creating a CreateChildCommand.
CreateChildAction(IWorkbenchPart, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateChildAction
This constructs an instance of an action that uses the workbench part's editing domain to create a child specified by descriptor for the single object in the selection.
CreateChildAction(IEditorPart, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateChildAction
This constructor is simply retained for binary compatibility.
CreateChildAction(EditingDomain, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateChildAction
This constructs an instance of an action that uses the given editing domain to create 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
createChildActions - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider
CreateChildCommand - Class in org.eclipse.emf.edit.command
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(EditingDomain, EObject, EStructuralFeature, Object, 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, EStructuralFeature, Object, 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, EStructuralFeature, Object, 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, EStructuralFeature, Object, 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.
CreateChildCommand.Helper - Interface in org.eclipse.emf.edit.command
This is the helper interface to which CreateChildCommand functionality is delegated.
createChildCreationExtender() - Method in interface org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor
Creates a child creation extender.
createChildESet - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
This is true if the Create Child attribute has been set
createChildGIFEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated. In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
createChildGIFName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated. In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
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
createChildMenuManager - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
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.
createChildrenStore(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Consults isWrappingNeeded to decide whether to create a store for the children of the given object.
createChildURLPrefix - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
createClassifier - Variable in class org.eclipse.emf.codegen.ecore.genmodel.GenClass.ChildCreationData
 
createCodeFormatter(Map<?, ?>, URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
When running under Eclipse, returns a code formatter; when stand-alone, returns null.
createCodeFormatter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createCodeFormatter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createCommand(Collection<?>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.CreateAction
 
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(Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This delegates to IEditingDomainItemProvider.createCommand.
createCommand(Class<? extends Command>, 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(Object, EditingDomain, Class<? extends Command>, 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<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to create a command for the delegate value, and then calls wrapCommand to return an appropriate wrapper-substituting command wrapper for it.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Uses the delegate item provider or the base wrapper implementation to create a command.
createCommand(Object, EditingDomain, Class<? extends Command>, 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.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IEditingDomainItemProvider.createCommand(), returning the unexecutable command.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements delegated command creation for the given object.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IEditingDomainItemProvider.createCommand by delegating to (IEditingDomainItemProvider)ItemProviderDecorator.decoratedItemProvider.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
{IEditingDomainItemProvider#createCommand IEditingDomainItemProvider.createCommand} is implemented via baseCreateCommand to create set, copy, and drag-and-drop commands, only.
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.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(Collection<?>) - Method in class org.eclipse.emf.edit.ui.action.PasteAction
 
createCommand() - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
createCommand() - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction.CommandDelegate
 
createCommand(Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
 
createCommentEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createCompilationUnit(String, String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
createCompilationUnit(String, String) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
createCompilationUnit(String, String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
createCompilationUnitForContents(String) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated. Create a JDOM from contents.
createCompilationUnitForContents(String) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
createCompilationUnitForInputStream(InputStream) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.  
createCompilationUnitForInputStream(InputStream) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
createCompilationUnitForInputStream(InputStream, String) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
createCompilationUnitForURI(String) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated. Create a JDOM from a URI.
createCompilationUnitForURI(String) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
Creates a JCompilationUnit from a URI.
createCompilationUnitForURI(String, String) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
Creates a JCompilationUnit from a URI.
createComplexTypeConverter() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createComplexTypeConverter() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Complex Type Converter'
createComplexTypeConverterAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a ComplexTypeConverter.
createComplexTypeConverterAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Complex Type Converter'
createComposedAdapterFactory(AdapterFactory, AdapterFactory, AdapterFactory) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createComposedAdapterFactory(AdapterFactory[]) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createComposite() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.  
createContainer(IContainer) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
 
createContentDescription(ContentHandler.Validity) - Static method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
Creates a map with a single entry from ContentHandler.VALIDITY_PROPERTY to the given validity value.
createContentHandler(Map<String, String>) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
Returns the new content handler for the given parameters that were supplied by the registration of the Eclipse content type.
createContentHandler(Map<String, String>) - Method in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl.Describer
Creates a RootXMLContentHandlerImpl instance.
createContentHandler(Map<String, String>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl.XMI.Describer
Creates a RootXMLContentHandlerImpl instance.
createContentProvider() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
createContents(Composite) - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
createContextMenuFor(StructuredViewer) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
createContextMenuFor(StructuredViewer) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
createContextMenuFor(StructuredViewer) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
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.mapping.presentation.MappingEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension.
createContextMenuForGen(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
createContextMenuForGen(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.presentation.ConvertToJETProjectWizard.ConversionPage
 
createControl(Composite) - Method in class org.eclipse.emf.common.ui.ViewerPane
 
createControl(Composite) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
createControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
createControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
createControl(Composite) - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
createControl(Composite) - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
createControl(Composite) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
 
createControl(Composite) - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
 
createControl(Composite) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
 
createControlEditor(Composite) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
createControlEditor(Composite) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.TreeEditorHelper
 
createControlGen(Composite) - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
createControls(Composite) - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
createConverter(Object, Object) - Method in class org.eclipse.emf.databinding.EMFUpdateListStrategy
 
createConverter(Object, Object) - Method in class org.eclipse.emf.databinding.EMFUpdateValueStrategy
 
createCopy(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns a new instance of the object's target class.
CreateCopyCommand - Class in org.eclipse.emf.edit.command
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) - 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.
createCopyCommand(EditingDomain, Object, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
Returns a WrapperItemProvider.SimpleCopyCommand that copies the value by converting it into a string and back, using the factory methods.
createCopyCommand(EditingDomain, Object, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
This is only called for null or attribute values; it returns a WrapperItemProvider.SimpleCopyCommand that copies the wrapper.
createCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive CopyCommand.
createCopyCommand(EditingDomain, Object, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns an UnexecutableCommand.
CREATECOPYHELPER - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CreateCopyOverrideCommand - Class in org.eclipse.emf.mapping.command
This command overrides the CreateCopyCommand for cross-domain copies.
CreateCopyOverrideCommand(MappingDomain, CreateCopyCommand) - Constructor for class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
This creates a command instance that creates a copy of owner.
createCopyToClipboardOverrideCommand(CopyToClipboardCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createCreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, int, Collection<?>) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
 
createCreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, int, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive CreateChildCommand.
createCreateChildCommand(EditingDomain, EObject, EReference, EObject, int, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated. As of EMF 2.0, replaced by createCreateChildCommand.
createCreateCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive CreateCopyCommand.
createCreateCopyOverrideCommand(CreateCopyCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createCreateMappingCommand(MappingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This creates a primitive CreateMappingCommand.
createDataValueDelegatingList() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
Creates the data value delegating list
createDate(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDate(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Date' corresponding the given literal
createDateFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDateTime(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDateTime(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Date Time' corresponding the given literal
createDateTimeFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDecimal(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDecimal(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Decimal' corresponding the given literal
createDecimalFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDecoder(MappingRoot, ResourceSet, ClassLoader) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack
You can overide this to create your own type of decoder.
createDefaultContext() - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
createDefaultDiagnostic(EObject) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
createDefaultDiagnostic(EDataType, Object) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
createDefaultHandler() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
createDefaultHandler() - Method in interface org.eclipse.emf.ecore.xmi.XMLLoad
 
createDefaultJETSettingsFile(List<Object>, IContainer) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
createDefaultJETSettingsFile(List<Object>, List<Object>, IContainer) - Method in class org.eclipse.emf.codegen.jet.JETNature
Writes the default file
createDefaultViewerFilter(boolean) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
createDetailsButton(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Create the details button if it should be included.
createDeviceURI(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated. Use createURI, which now has explicit device support enabled. The two methods now operate identically.
createDiagnostic(Diagnostic, String, int) - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
createDiagnostic(int, String, int, String, Object[], Object[]) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Creates a new basic diagnostic.
createDiagnostic(int, String, int, String, Object[], Object[], Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
Creates a new basic diagnostic.
createDiagnosticComposite(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Create the diagnostic composite.
createDialogAndButtonArea(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
 
createDialogArea(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
This implementation of the Dialog framework method creates and lays out a composite.
createDialogArea(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
Creates and returns the contents of the upper part of this dialog.
createDialogArea(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
createDialogArea(Composite) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.ExtendedLoadResourceDialog
 
createDialogArea(Composite) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.RegisteredPackageDialog
 
createDialogArea(Composite) - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
createDictionaryPattern(String, Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.  
createDictionaryPattern(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createDirectory(String) - Static method in class org.eclipse.emf.importer.rose.parser.Util
 
createDirectoryImportOperation(AbstractExampleInstallerWizard.ProjectDescriptor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
createDocumentRoot(String, String, String, EFactory, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
createDocumentRoot(String, String, String, EFactory, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
createDouble(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDouble(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Double' corresponding the given literal
createDoubleFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDoubleObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDoubleObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Double Object' corresponding the given literal
createDoubleObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDragAndDropCommand(EditingDomain, Object, float, int, int, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive DragAndDropCommand.
createDragAndDropCommand(EditingDomain, Object, float, int, int, Collection<?>) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Creates a DragAndDropCommand.
createDragAndDropOverrideCommand(DragAndDropCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createDropDownEditor(Composite, Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.  
createDuration(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDuration(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Duration' corresponding the given literal
createDurationFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
CreateDynamicInstanceAction - Class in org.eclipse.emf.ecore.action
Create a dynamic instance of an EClass.
CreateDynamicInstanceAction() - Constructor for class org.eclipse.emf.ecore.action.CreateDynamicInstanceAction
 
createDynamicSetting(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
createDynamicSetting(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
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'
createEBigDecimalFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEBigIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEBooleanFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEBooleanObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEByteArrayFromString(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'
createEClassifierExtendedMetaData(EClassifier) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
createEContentsEList(EObject) - Static method in class org.eclipse.emf.ecore.util.EContentsEList
 
createEcore2EcoreMappingRoot() - Method in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreFactory
Returns a new object of class 'Mapping Root'
createEcore2EcoreMappingRoot() - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreFactoryImpl
 
createEcore2EcoreMappingRootAdapter() - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This creates an adapter for a Ecore2EcoreMappingRoot
createEcore2EcoreMappingRootAdapter() - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Creates a new adapter for an object of class 'Mapping Root'
createEcoreAnnotations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
Initializes the annotations for http://www.eclipse.org/emf/2002/Ecore
createEcoreAnnotations() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Initializes the annotations for http://www.eclipse.org/emf/2002/Ecore
createEcoreBuilder(Map<?, ?>, ExtendedMetaData) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
createEcoreBuilder() - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
createECrossReferenceEList(EObject) - Static method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
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'
createEDataTypeCellEditor(EDataType, Composite) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
createEDateFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEditorControl(Widget) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage.ReferencedGenPackageTreeEditorHelper
 
createEditorControl(Widget) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
createEdits(TextEdit, IDocument) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.AbstractRewriter
Creates additional edits to be applied on the document
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
 
createEFSInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. Creates an input stream for the URI, assuming it's a URI recognized by the Eclipse File System, and returns it.
createEFSOutputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. Creates an output stream for the URI, assuming it's a URI recognized by the Eclipse File System, and returns it.
createEGenericType() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EGeneric Type'
createEGenericType() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEGenericType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
createEGenericType() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEGenericType(ETypeParameter) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEGenericType(EClassifier) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEGenericTypeAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EGenericType
createEGenericTypeAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EGeneric Type'
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
 
createEJavaObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createElement(IMemento) - Method in class org.eclipse.emf.common.ui.URIEditorInputFactory
 
createELongFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createELongObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEMFModelWizard() - Method in class org.eclipse.emf.cheatsheets.actions.OpenEMFModelWizardAction
Create a new EMF model wizard
createEMFModelWizard() - Method in class org.eclipse.emf.cheatsheets.actions.OpenEMFProjectWizardAction
Create a new EMF model wizard
createEMFProject(IPath, IPath, List<IProject>, IProgressMonitor, int) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
createEMFProject(IPath, IPath, List<IProject>, IProgressMonitor, int, List<?>) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
createEMFProject(IPath, IPath, List<IProject>, Monitor, int) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
createEMFProject(IPath, IPath, List<IProject>, Monitor, int, List<?>) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
createEMFProject(IPath, URI, List<IProject>, Monitor, int, List<?>) - 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'
createENamedElementToXMLInfoMapEntry() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
 
createENamedElementToXMLInfoMapEntryAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This creates an adapter for a Map.Entry
createENamedElementToXMLInfoMapEntryAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Creates a new adapter for an object of class 'ENamed Element To XML Info Map Entry'
createEncodedURI(String) - Method in class org.eclipse.emf.exporter.ModelExporter
 
createEncoder() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack
You can overide this to create your own type of encoder.
createENTITIES(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createENTITIES(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'ENTITIES' corresponding the given literal
createENTITIESBase(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createENTITIESBase(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'ENTITIES Base' corresponding the given literal
createENTITIESBaseFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createENTITIESFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createENTITY(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createENTITY(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'ENTITY' corresponding the given literal
createENTITYFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createEntry(Object) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
createEntry(InternalEObject) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
createEntry(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
 
createEntry(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
 
createEntry(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
 
createEntry(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
 
createEntry(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleContentFeatureMapEntry
 
createEntry(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleFeatureMapEntry
 
createEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
createEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
createEntry(Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Entry.Internal
 
createEntry(InternalEObject) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Entry.Internal
 
createEntry(EStructuralFeature, Object) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
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.change.util.ChangeAdapterFactory
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
createEObjectAdapter() - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Creates a new adapter for the default case
createEObjectAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Creates a new adapter for the default case
createEObjectAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for the default case
createEObjectToChangesMapEntry(EObject) - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
 
createEObjectToChangesMapEntry() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createEObjectToChangesMapEntry(EObject) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createEObjectToChangesMapEntryAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a Map.Entry
createEObjectToChangesMapEntryAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'EObject To Changes Map Entry'
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'
createEPackageDataColumnTableEditor() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
createEPackageExtendedMetaData(EPackage) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
createEPackageExtendedMetaData(EPackage) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
createEPackageForRootClasses(EList<EObject>, RoseNode, String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
createEPackageInfo(EPackage) - Method in class org.eclipse.emf.converter.ModelConverter
 
createEPackageInfo(EPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
 
createEPackageInfo(EPackage) - Method in class org.eclipse.emf.importer.ModelImporter
 
createEPackagesList() - Method in class org.eclipse.emf.converter.ModelConverter
 
createEPackagesList() - Method in class org.eclipse.emf.exporter.ModelExporter
 
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'
createErrorDiagnostic(Throwable, boolean) - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
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'
createEStructuralFeatureExtendedMetaData(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
createETypedElementAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'ETyped Element'
createETypeParameter() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EType Parameter'
createETypeParameter() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createETypeParameterAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a ETypeParameter
createETypeParameterAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EType Parameter'
createExecutableExtension(String) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
createExtendedMetaData() - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
This methods can be used to provide a different ExtendedMetaData.
createExtendedMetaDataAnnotations() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData
createExtendedMetaDataAnnotations() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData
createExtendedMetaDataAnnotations() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData
createExtent(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
createExtent4RoseUnitTree(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
createExternalGenModelResourceSet() - Method in class org.eclipse.emf.converter.ModelConverter
 
createExternalGenModelResourceSet() - Method in class org.eclipse.emf.importer.ModelImporter
 
createFactory() - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory.Descriptor
Creates a factory and returns it.
createFeature - Variable in class org.eclipse.emf.codegen.ecore.genmodel.GenClass.ChildCreationData
 
createFeature(String, String, Class[]) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
Deprecated.  
createFeature(String, String, Class[]) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
Deprecated.  
createFeature(String, String, Class<?>[]) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
createFeature(String, String, Class<?>[]) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
createFeature(String, String, Class<?>[]) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
createFeature(EClass, String, EGenericType) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
createFeatureChange() - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
Returns a new object of class 'Feature Change'
createFeatureChange(EStructuralFeature, Object, boolean) - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
 
createFeatureChange() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createFeatureChange(EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createFeatureChange(EObject, EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
createFeatureChangeAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a FeatureChange
createFeatureChangeAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'Feature Change'
createFeatureMap(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
createFeatureMap(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
createFeatureMapEntry() - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
Returns a new object of class 'Feature Map Entry'
createFeatureMapEntry(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
 
createFeatureMapEntry() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createFeatureMapEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createFeatureMapEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
createFeatureMapEntryAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a FeatureMapEntry
createFeatureMapEntryAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'Feature Map Entry'
createFeatureMapSettingDelegate() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
createFileControl(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
createFileImportOperation(AbstractExampleInstallerWizard.ProjectDescriptor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
createFileInputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. Creates an input stream for the file path and returns it.
createFileOutputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. Creates an output stream for the file path and returns it.
createFileURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a File path string.
createFileURI(String) - Method in class org.eclipse.emf.importer.ModelImporter
 
createFloat(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createFloat(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Float' corresponding the given literal
createFloatFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createFloatObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createFloatObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Float Object' corresponding the given literal
createFloatObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createFromContribution(IConfigurationElement) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
createFromContribution(IConfigurationElement) - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
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.EcoreFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
createFromString(String) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
createFromString(EDataType, String) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Creates an instance of the datatype.
createFromString(EFactory, EDataType, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createFunctionNamePair() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createFunctionNamePair() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Function Name Pair'
createFunctionNamePairAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a FunctionNamePair.
createFunctionNamePairAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Function Name Pair'
createFunctionPair() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createFunctionPair() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Function Pair'
createFunctionPairAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a FunctionPair.
createFunctionPairAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Function Pair'
createGDay(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGDay(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'GDay' corresponding the given literal
createGDayFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGenAnnotation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenAnnotation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Annotation'
createGenAnnotation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenAnnotation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenAnnotationAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenAnnotation
createGenAnnotationAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Annotation'
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.GenModel
 
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
 
createGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenClassAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Returns a singleton GenClassGeneratorAdapter.
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.GenModel
 
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
 
createGenDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
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'
createGenDelegationKindFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
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
 
createGenEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenEnumAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Returns a singleton GenEnumGeneratorAdapter.
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.GenModel
 
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
 
createGenEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
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.GenModel
 
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
 
createGenFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
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'
createGenJDKLevelFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenModel(String[]) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
createGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Model'
createGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenModel(String[]) - Method in class org.eclipse.emf.importer.ecore.taskdefs.EcoreGeneratorTask
 
createGenModel(String[]) - Method in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
createGenModel(String[]) - Method in class org.eclipse.emf.importer.rose.taskdefs.RoseGeneratorTask
 
createGenModelAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Returns a singleton GenModelGeneratorAdapter.
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 'Gen Model'
createGenModelNameControl(Composite) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
createGenOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.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
 
createGenOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
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.GenModel
 
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
 
createGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenPackageAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Returns a singleton GenPackageGeneratorAdapter.
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'
createGenPackageConvertInfo(GenPackage) - Method in class org.eclipse.emf.converter.ModelConverter
 
createGenPackageConvertInfo(GenPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
 
createGenParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
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
 
createGenParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenParameterAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Parameter'
createGenPropertyKindFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenProviderKindFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenResourceKindFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenRuntimeVersionFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenTypedElementAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Typed Element'
createGenTypeParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenTypeParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Type Parameter'
createGenTypeParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenTypeParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenTypeParameterAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Type Parameter'
createGIFEmitter(String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates a GIFEmitter based on the image at the give template-path-relative file name.
createGlobalRegistry() - Static method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
Creates the instance of the global registry.
createGMonth(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGMonth(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'GMonth' corresponding the given literal
createGMonthDay(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGMonthDay(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'GMonth Day' corresponding the given literal
createGMonthDayFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGMonthFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGYear(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGYear(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'GYear' corresponding the given literal
createGYearFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGYearMonth(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGYearMonth(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'GYear Month' corresponding the given literal
createGYearMonthFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createHexBinary(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createHexBinary(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Hex Binary' corresponding the given literal
createHexBinaryFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
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.
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) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a relative hierarchical URI with relative path.
createID(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createID(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'ID' corresponding the given literal
createIDFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREF(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREF(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'IDREF' corresponding the given literal
createIDREFFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREFS(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREFS(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'IDREFS' corresponding the given literal
createIDREFSBase(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREFSBase(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'IDREFS Base' corresponding the given literal
createIDREFSBaseFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREFSFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createImagePadding(int) - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.  
CREATEIMPLEMENTATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
createImportManager(String, String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates and caches an ImportManager for use in generating Java code.
createImportManager(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Creates the import manager and stores it on the GenModel, for use its in computing names.
createImportOperation(AbstractExampleInstallerWizard.ProjectDescriptor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
createInitializeCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This creates a custom initialize copy command that specially handles the eOpposite like it is bidirectional, itself.
createInitializeCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive InitializeCopyCommand.
createInitializeCopyOverrideCommand(InitializeCopyCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createInitializeCopyOverrideCommand(InitializeCopyCommand) - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor.Ecore2EcoreMappingDomain
 
createInitialModel() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Create a new model
createInitialModel() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
Create a new model
createInitialModelGen() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
Create a new model
createInputStream(URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates an InputStream for the file identified by the given workspace path URI.
createInputStream(URI) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createInputStream(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.  
createInputStream(String) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates an input stream for the nested URL by calling opening a stream on it.
createInputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
Creates an input stream for the URI, assuming it's a URI recognized by the Eclipse File System, and returns it.
createInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl
Creates an input stream for the file path and returns it.
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
Creates an input stream for the platform resource path and returns it.
createInputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.Archive
Deprecated.  
createInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. Creates an input stream for the URI and returns it.
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.  
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
Creates an input stream for the URI, assuming it's a URL, and returns it.
createInputStream(URI) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Creates an input stream for the URI and returns it; it has the same effect as calling createInputStream(uri, null).
createInputStream(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Creates an input stream for the URI and returns it.
createInputStream(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
Creates an input stream for the URI and returns it.
createInstance() - Method in class org.eclipse.emf.ecore.plugin.RegistryReader.PluginClassDescriptor
 
createInt(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createInt(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Int' corresponding the given literal
createInteger(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createInteger(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Integer' corresponding the given literal
createIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIntFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIntObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIntObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Int Object' corresponding the given literal
createIntObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createInverseCrossReferencer() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
createItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, boolean, boolean, Object, String, String[]) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
 
createItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, Object, String, String[]) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates an item provider descriptor that uses a resource locator; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
createItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, boolean, boolean, Object, String, String[]) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Creates an instance that uses a resource locator; indicates whether to be multi-line and to sort choices; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
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).
createItemProviderDecorator(Object, Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
createItems(List<T>, ILabelProvider, boolean) - Static method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
createItems(List<T>, ILabelProvider, String, boolean) - Static method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
createJETCompiler() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
createJETEmitter() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
createJETEmitter(AbstractGeneratorAdapter.JETEmitterDescriptor) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates and initializes a JETEmitter according to the given descriptor.
createJETEmitter(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createJMerger() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
CREATEKEY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
createLabelProvider() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
createLangTypeFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createLangTypeNullFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createLanguage(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createLanguage(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Language' corresponding the given literal
createLanguageFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createLaunchedEditor(Composite, Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.  
createLaunchedOverviewSummaryColumnEditor(Composite, Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
createLineBreakAfterNode(ITrackedNodePosition, ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
Creates line break at the end of the node when there is another node declared at the same line.
createLineBreakBeforeNode(ITrackedNodePosition, ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
Creates line break at the beginning of the node when there is another node declared at the same line.
createLineBreakString(int, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
Creates line break string containing line delimiter, line comment string if isCommentedOut is true, and same indent string as the line that break is inserted at.
createLineBreakString(String, int, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
Creates line break string containing line delimiter, line comment string if isCommentedOut is true, and indent string that is the same as of the line that break is inserted at.
createList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
createList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
createList(EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Returns a list, either a full list implementation or a fixed-sized modifiable singleton list, depending on the multiplicity of the feature.
createListChange() - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
Returns a new object of class 'List Change'
createListChange() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createListChange(EList<ListChange>, ChangeKind, int) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
createListChange(EList<ListChange>, ChangeKind, int) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
createListChange(EList<ListChange>, ChangeKind, int) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
Creates a ListChange, initializes the main attributes, and adds it to the specified listChanges.
createListChangeAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a ListChange
createListChangeAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'List Change'
createListChanges(EList<Object>, EList<?>, EList<ListChange>) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
 
createLong(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createLong(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Long' corresponding the given literal
createLongFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createLongObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createLongObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Long Object' corresponding the given literal
createLongObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createMappedObjectStateAdapter(Notifier) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
By default, this creates a new instance of MappingRootImpl.MappedObjectStateAdapter.
createMappedObjectStateAdapterFactory() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
By default, this creates an adapter factory that delegates createAdapter to createMappedObjectStateAdapter.
createMapping() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createMapping(Collection<?>, Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
createMapping() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
createMapping() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Mapping'
createMapping(Collection<?>, Collection<?>) - Method in interface org.eclipse.emf.mapping.MappingRoot
This creates a new, appropriately-parented, mapping object with the given collections of input and output objects.
CreateMappingAction - Class in org.eclipse.emf.mapping.action
 
CreateMappingAction() - Constructor for class org.eclipse.emf.mapping.action.CreateMappingAction
 
createMappingAction - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
 
CreateMappingAction.DelegateCommand - Class in org.eclipse.emf.mapping.action
 
CreateMappingAction.DelegateCommand(EditingDomain, CommandParameter) - Constructor for class org.eclipse.emf.mapping.action.CreateMappingAction.DelegateCommand
 
createMappingAdapter() - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Creates a new adapter for an object of class 'Mapping'
createMappingAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a Mapping.
createMappingAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Mapping'
createMappingCommand - Variable in class org.eclipse.emf.mapping.action.NameMatchMappingAction.DelegateCommand
 
createMappingCommand - Variable in class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
 
CreateMappingCommand - Class in org.eclipse.emf.mapping.command
The create mapping command creates a new mapping in a MappingDomain from a set of the domain's input and output objects.
CreateMappingCommand(MappingDomain, Collection<?>, int) - Constructor for class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated.  
CreateMappingCommand(MappingDomain, Collection<?>) - Constructor for class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping involving the given domain's collection of input and output objects.
createMappingDomain() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor
 
createMappingDomain() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
createMappingHelper() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createMappingHelper() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Helper'
createMappingHelperAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a MappingHelper.
createMappingHelperAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Helper'
createMappingRoot(EPackage, EPackage) - Static method in class org.eclipse.emf.mapping.ecore2ecore.action.MapToEcoreActionDelegate
 
createMappingRoot() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createMappingRoot() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Root'
createMappingRootAdapter() - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Creates a new adapter for an object of class 'Root'
createMappingRootAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a MappingRoot.
createMappingRootAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Root'
createMappingStrategy() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createMappingStrategy() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Strategy'
createMappingStrategyAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a MappingStrategy.
createMappingStrategyAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Strategy'
createMarkers() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
createMarkers(Diagnostic) - Method in class org.eclipse.emf.common.ui.MarkerHelper
Creates a marker based on the information available in the specified diagnostic.
createMarkers(IResource, Diagnostic, Diagnostic) - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
createMarkers(Resource, Diagnostic) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction.EclipseResourcesUtil
 
createMatchRule(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createModel() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
createModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input
createModel() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
createModel() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor.XML
 
createModel() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input
createModelConverter() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
createModelConverter() - Method in class org.eclipse.emf.importer.ecore.ui.EcoreImporterWizard
 
createModelConverter() - Method in class org.eclipse.emf.importer.java.ui.JavaImporterWizard
 
createModelConverter() - Method in class org.eclipse.emf.importer.rose.ui.RoseImporterWizard
 
createModelConverterDescriptorImpl() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
createModelConverterDescriptorImpl() - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager
 
createModelConverterDescriptorImpl() - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
createModelConverterDescriptorWizardNode(D) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
createModelConverterDescriptorWizardNode(ModelExporterDescriptor) - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager
 
createModelConverterDescriptorWizardNode(ModelImporterDescriptor) - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
createModelConverterDescriptorWizardNodeMap() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
createModelGen() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input
createModelImporter() - Method in class org.eclipse.emf.importer.ecore.EcoreImporterApplication
 
createModelImporter() - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
createModelImporter() - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
createModelImporter() - Method in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
createModelToTargetUpdateValueStrategy(IObservableValue, IObservableValue) - Method in class org.eclipse.emf.databinding.EMFDataBindingContext
 
createModificationTrackingAdapter() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Creates a modification tracking adapter.
createMonitor(Monitor, int) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates and returns a sub-monitor for the given progress monitor.
createMonitor(Monitor, int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createMonitor(Monitor, int) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
createMonitor(IProgressMonitor, int) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
 
createMoveCommand(EditingDomain, EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive MoveCommand.
createMoveCommand(EditingDomain, EObject, EReference, EObject, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated. As of EMF 2.0, replaced by createMoveCommand.
createMoveCommand(EditingDomain, EObject, EStructuralFeature, EObject, int) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This creates a primitive MoveCommand.
createMoveListChange(EList<?>, EList<ListChange>, Object, int, int) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
Convenience method added to allow subclasses to modify the default implementation for the scenario in which an element was moved in the monitored list.
createMoveOverrideCommand(MoveCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createName(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createName(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Name' corresponding the given literal
createNameFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNameMatchMappingCommand(MappingDomain, Mapping) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This creates a primitive NameMatchMappingCommand.
createNamespaceAnnotations() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
Initializes the annotations for http://www.w3.org/XML/1998/namespace
createNCName(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNCName(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'NC Name' corresponding the given literal
createNCNameFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNegativeInteger(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNegativeInteger(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Negative Integer' corresponding the given literal
createNegativeIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNewFolderControl(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
createNMTOKEN(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNMTOKEN(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'NMTOKEN' corresponding the given literal
createNMTOKENFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNMTOKENS(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNMTOKENS(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'NMTOKENS' corresponding the given literal
createNMTOKENSBase(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNMTOKENSBase(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'NMTOKENS Base' corresponding the given literal
createNMTOKENSBaseFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNMTOKENSFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNonNegativeInteger(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNonNegativeInteger(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Non Negative Integer' corresponding the given literal
createNonNegativeIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNonPositiveInteger(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNonPositiveInteger(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Non Positive Integer' corresponding the given literal
createNonPositiveIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNormalizedString(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNormalizedString(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Normalized String' corresponding the given literal
createNormalizedStringFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNOTATION(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNOTATION(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'NOTATION' corresponding the given literal
createNOTATIONFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates a notification.
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates a notification.
createNotification(int, EStructuralFeature, Object, Object, int, boolean) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
createNotification(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
createNotification(int, EStructuralFeature, Object, Object, int, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
createNotification(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
createNotification(int, Object, Object, int, boolean) - 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.DelegatingNotifyingListImpl
Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances.
createNotificationChain(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances.
createNotificationChain(int) - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
 
createNullAnnotations() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
Initializes the annotations for null
createObject(EFactory, EClassifier) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
createObject(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
createObject(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create an object based on the given feature and attributes.
createObject(EFactory, EClassifier, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
createObject(EFactory, EClassifier) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
createObject(EFactory, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
Deprecated. since 2.2
createObject(EFactory, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Deprecated. since 2.2. Instead use #createObject(EFactory, EClassifier) and #getType(EFactory, String)
createObject(EFactory, EClassifier) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Create an object given an EFactory and a type
createObjectByType(String, String, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create an object based on the prefix and type name.
createObjectFromFactory(EFactory, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Deprecated. since 2.2 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.
CreateOneSidedMappingAction - Class in org.eclipse.emf.mapping.action
 
CreateOneSidedMappingAction() - Constructor for class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction
 
createOneSidedMappingAction - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
 
CreateOneSidedMappingAction.DelegateCommand - Class in org.eclipse.emf.mapping.action
 
CreateOneSidedMappingAction.DelegateCommand(EditingDomain, CommandParameter) - Constructor for class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction.DelegateCommand
 
createOutputStream(URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates an OutputStream for the file identified by the given workspace path URI.
createOutputStream(URI) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createOutputStream(String) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates an output stream for the nested URL by calling opening a stream on it.
createOutputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
Creates an output stream for the URI, assuming it's a URI recognized by the Eclipse File System, and returns it.
createOutputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl
Creates an output stream for the file path and returns it.
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
Creates an output stream for the platform resource path and returns it.
createOutputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.Archive
Deprecated.  
createOutputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. Creates an output stream for the URI and returns it.
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.  
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
Creates an output stream for the URI, assuming it's a URL, and returns it.
createOutputStream(URI) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Creates an output stream for the URI and returns it; it has the same effect as calling createOutputStream(uri, null).
createOutputStream(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Creates an output stream for the URI and returns it.
createOutputStream(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
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.
createOverrideCommand(OverrideableCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createOverviewDecoratorAdapterFactory() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
createOverviewViewer(Composite) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
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.change.impl.ChangePackageImpl
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.ecore.xml.namespace.impl.XMLNamespacePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
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.
createPackageContents() - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcorePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
Creates the meta-model objects for the package.
createPackageControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
createPackageName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
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
createPages() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is the method used by the framework to install your own controls
createPages() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This is the method used by the framework to install your own controls.
createPartControl(Composite) - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
createPasteFromClipboardOverrideCommand(PasteFromClipboardCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createPatternMatcher(String) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
createPlatformPluginURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a plug-in-based path string, with an option to encode the created URI.
createPlatformResourceInputStream(String, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
Creates an input stream for the given IFile path.
createPlatformResourceInputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. 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
Deprecated. since 2.4; use PlatformResourceURIHandlerImpl.WorkbenchHelper.createPlatformResourceInputStream(String, Map) directly.
createPlatformResourceOutputStream(String, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
Creates an output stream for the given IFile path.
createPlatformResourceOutputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. 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
Deprecated. since 2.4; use PlatformResourceURIHandlerImpl.WorkbenchHelper.createPlatformResourceOutputStream(String, Map) directly.
createPlatformResourceURI(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated. org.eclipse.emf.common 2.3 Use URI.createPlatformResourceURI(String, boolean) instead.
createPlatformResourceURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a workspace-relative path string, with an option to encode the created URI.
createPositiveInteger(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createPositiveInteger(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Positive Integer' corresponding the given literal
createPositiveIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createProcessingInstruction() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createProcessingInstruction() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a new object of class 'Processing Instruction'
createProcessingInstructionEntry(String, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createProject(String, IProgressMonitor) - Method in class org.eclipse.emf.cheatsheets.actions.NewJavaProjectAction
Create a new Java project
createProject(String, IProgressMonitor) - Method in class org.eclipse.emf.cheatsheets.actions.NewProjectAction
Creates a new project
createProject(AbstractExampleInstallerWizard.ProjectDescriptor, IProgressMonitor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
createProject(Monitor, IProject, Collection<GenModel>) - Method in class org.eclipse.emf.importer.ModelImporter
 
createPropertiesForInputStream(InputStream) - Method in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
createPropertiesForURI(String) - Method in class org.eclipse.emf.codegen.merge.properties.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
 
createPropertyDescriptorDecorator(Object, IItemPropertyDescriptor) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider.TypeMappingHelperWrapper
 
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.codegen.ecore.genmodel.provider.GenBaseItemProvider.GenItemPropertyDescriptor
 
createPropertyValueWrapper(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
createPullRule(String, Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.  
createPullRule(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createPullTargetVisitor() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
createPushRule(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createPushSourceVisitor() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
createQName(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createQName(String, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createQName(String, String, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createQName(String, String, String) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
Creates a new QName object with the specified values
createQName(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'QName' corresponding the given literal
createQName(String, String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'QName' corresponding to the given namespace URI and local part.
createQName(String, String, String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'QName' corresponding to the given namespace URI, local part, and prefix.
createQNameFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createRawCDATAEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createRawCommentEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createRawEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
createRawEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
createRawEntry(EStructuralFeature, Object) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createRawProcessingInstructionEntry(String, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createRawTextEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createReferencedEPackageFilter() - Method in class org.eclipse.emf.converter.ModelConverter
 
createReferencedEPackageFilterToConvert() - Method in class org.eclipse.emf.converter.ModelConverter
 
createReferencedEPackageFilterToConvert() - Method in class org.eclipse.emf.exporter.ModelExporter
 
createReferencedGenModelControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
createReferencedGenPackagesList() - Method in class org.eclipse.emf.converter.ModelConverter
 
createReferencedGenPackagesList() - Method in class org.eclipse.emf.exporter.ModelExporter
 
createRegex(String, String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.REUtil
Creates a RegularExpression instance.
createRemoveCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive RemoveCommand.
createRemoveCommand(EditingDomain, EObject, EReference, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated. As of EMF 2.0, replaced by createRemoveCommand.
createRemoveCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
createRemoveListChange(EList<?>, EList<ListChange>, Object, int) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
Convenience method added to allow subclasses to modify the default implementation for the scenario in which an element was removed from the monitored list.
createRemoveMappingCommand(MappingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This creates a primitive RemoveMappingCommand.
createRemoveOverrideCommand(RemoveCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createReplaceCommand(EditingDomain, EObject, EStructuralFeature, EObject, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive ReplaceCommand.
createReplaceCommand(EditingDomain, EObject, EReference, EObject, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated. As of EMF 2.0, replaced by createReplaceCommand.
createReplaceOverrideCommand(ReplaceCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createResource(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
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, String) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
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 interface org.eclipse.emf.ecore.resource.ResourceSet
Creates a new resource, of the appropriate type, and returns it.
createResource(URI, String) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Creates a new resource, of the appropriate type, and returns it.
createResource(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.EcoreResourceFactoryImpl
 
createResource(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceFactoryImpl
 
createResource(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceFactoryImpl
 
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.
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.importer.rose.builder.RoseUtil
 
createResource(URI) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreResourceFactoryImpl
Creates an instance of the resource
createResource(URI) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLResourceFactoryImpl
Creates an instance of the resource
createResourceAdapter() - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This creates an adapter for a Resource.
createResourceChange() - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
Returns a new object of class 'Resource Change'
createResourceChange(Resource, EList<Object>) - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
 
createResourceChange() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createResourceChange(Resource, EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createResourceChange(Resource, EList<Object>) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
createResourceChangeAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a ResourceChange
createResourceChangeAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'Resource Change'
createResourceSet() - Method in class org.eclipse.emf.converter.ModelConverter
 
createResourceSet() - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
createResourceSet() - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
createResourceSet() - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
createResourceSetAdapter() - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This creates an adapter for a ResourceSet.
createRestoreInitialStateCommand(MappingDomain) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This creates a primitive RestoreInitialStateCommand.
createRoseUnitTreeAndTable(String, UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
createRoseUtil() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
createSaveSettingsControl(Composite) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
 
createSetCommand(EditingDomain, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
Returns a wrapped set command that returns as its affected object the replacement wrapper for the value.
createSetCommand(EditingDomain, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Returns a wrapped set command that returns as its affected object the replacement wrapper for the value.
createSetCommand(EditingDomain, EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive SetCommand.
createSetCommand(EditingDomain, EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returned a primitive SetCommand, but it has been replaced, since this command can now take an index.
createSetCommand(EditingDomain, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Return an UnexecutableCommand.
createSetCommand(EditingDomain, Object, Object, Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Returns a command that will set the value on the model object.
createSetCommand(EditingDomain, EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This creates a primitive SetCommand.
createSetOverrideCommand(SetCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createShort(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createShort(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Short' corresponding the given literal
createShortFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createShortObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createShortObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Short Object' corresponding the given literal
createShortObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
CreateSiblingAction - Class in org.eclipse.emf.edit.ui.action
A sibling creation action is implemented by creating a CreateChildCommand.
CreateSiblingAction(IWorkbenchPart, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateSiblingAction
This constructs an instance of an action that uses the workbench part's editing domain to create a sibling specified by descriptor.
CreateSiblingAction(IEditorPart, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateSiblingAction
This constructor is simply retained for binary compatibility.
CreateSiblingAction(EditingDomain, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateSiblingAction
This constructs an instance of an action that uses the given editing domain to create 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
createSiblingActions - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
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
createSiblingMenuManager - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateSibling actions
createSimpleAnyType() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createSimpleAnyType() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a new object of class 'Simple Any Type'
createSortRule(String, Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.  
createSortRule(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createSpaceTypeFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createSpaceTypeObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createString(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createString(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'String' corresponding the given literal
createStringFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createSubmenuManager() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
 
createSubmenuManager() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.Reflective
 
createSweepRule(String, Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.  
createSweepRule(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createTargetToModelUpdateValueStrategy(IObservableValue, IObservableValue) - Method in class org.eclipse.emf.databinding.EMFDataBindingContext
 
createTextEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createTime(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createTime(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Time' corresponding the given literal
createTimeFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createTitleBar() - Method in class org.eclipse.emf.common.ui.ViewerPane
Create a title bar for the pane which includes the view icon and title to the far left, and the close X icon to the far right.
createToken(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createToken(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Token' corresponding the given literal
createTokenFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createTopObject(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
createTreeNode() - Method in class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
 
createTreeNode() - Method in interface org.eclipse.emf.edit.tree.TreeFactory
Returns a new object of class 'Node'
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'
createTypeConverter() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createTypeConverter() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Type Converter'
createTypeConverterAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a TypeConverter.
createTypeConverterAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Type Converter'
createTypeMatchMappingCommand(MappingDomain, Mapping) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This creates a primitive TypeMatchMappingCommand.
createUnsignedByte(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedByte(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Byte' corresponding the given literal
createUnsignedByteFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedByteObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedByteObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Byte Object' corresponding the given literal
createUnsignedByteObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedInt(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedInt(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Int' corresponding the given literal
createUnsignedIntFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedIntObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedIntObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Int Object' corresponding the given literal
createUnsignedIntObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedLong(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedLong(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Long' corresponding the given literal
createUnsignedLongFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedShort(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedShort(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Short' corresponding the given literal
createUnsignedShortFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedShortObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedShortObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Short Object' corresponding the given literal
createUnsignedShortObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a URI string, with explicit device support and handling for archive URIs enabled.
createURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method that encodes and parses the given URI string.
createURI(String, boolean, int) - Static method in class org.eclipse.emf.common.util.URI
Static factory method that encodes and parses the given URI string.
createURIControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
createURIWithCache(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated. Please use createURI instead.
createURLInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. 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
Deprecated. Creates an output stream for the URI, assuming it's a URL, and returns it.
createValueIterator(Object) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
createVariable() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
createViewer(Composite) - Method in class org.eclipse.emf.common.ui.ViewerPane
 
createViewer(Composite) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyViewerPane
 
createWizard() - Method in class org.eclipse.emf.cheatsheets.actions.AbstractOpenWizardAction
 
createWizard() - Method in class org.eclipse.emf.cheatsheets.actions.OpenEMFModelWizardAction
Create a new wizard
createWizard() - Method in class org.eclipse.emf.cheatsheets.actions.OpenEmptyEMFProjectWizardAction
Create a new wizard
createWizard() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
createWizard(IWorkbench, Shell, IFile) - Method in class org.eclipse.emf.converter.ui.OpenWizardActionDelegate
 
createWizard() - Method in interface org.eclipse.emf.exporter.ui.contribution.ModelExporterDescriptor
 
createWizard() - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager.ModelExporterDescriptorImpl
 
createWizard() - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager.ModelExporterDescriptorWizardNode
 
createWizard(IWorkbench, Shell, IFile) - Method in class org.eclipse.emf.exporter.ui.GenModelExportActionDelegate
 
createWizard() - Method in interface org.eclipse.emf.importer.ui.contribution.ModelImporterDescriptor
 
createWizard() - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager.ModelImporterDescriptorImpl
 
createWizard() - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager.ModelImporterDescriptorWizardNode
 
createWizard(IWorkbench, Shell, IFile) - Method in class org.eclipse.emf.importer.ui.GenModelReloadActionDelegate
 
createWrapper(Object, Object, AdapterFactory) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Creates a new instance of this wrapper for the given value, owner, and adapter factory.
createWrapper(EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Creates and returns a wrapper for the given value, at the given index in the given feature of the given object if such a wrapper is needed; otherwise, returns the original value.
createXMLHelper() - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceImpl
 
createXMLHelper() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
createXMLHelper() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createXMLInfo(String) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceFactoryImpl
 
createXMLInfo() - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceFactoryImpl
 
createXMLInfo(EObject) - Static method in class org.eclipse.emf.mapping.ecore2xml.action.GenerateEcore2XMLActionDelegate
 
createXMLInfo() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLFactory
Returns a new object of class 'XML Info'
createXMLInfo() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
 
createXMLInfoAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This creates an adapter for a XMLInfo
createXMLInfoAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Creates a new adapter for an object of class 'XML Info'
createXMLLoad() - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceImpl
 
createXMLLoad() - Method in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl
 
createXMLLoad() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
createXMLLoad() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createXMLMap(Ecore2EcoreMappingRoot) - Static method in class org.eclipse.emf.mapping.ecore2xml.action.GenerateEcore2XMLActionDelegate
 
createXMLMap() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLFactory
Returns a new object of class 'XML Map'
createXMLMap() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
 
createXMLMapAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This creates an adapter for a XMLMap
createXMLMapAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Creates a new adapter for an object of class 'XML Map'
createXMLNamespaceDocumentRoot() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createXMLNamespaceDocumentRoot() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceFactory
Returns a new object of class 'Document Root'
createXMLResource() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl
Creates a specialized XML resource for consuming just the root elements as well as the first nested element, if the root element is an XMI root element.
createXMLSave() - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceImpl
 
createXMLSave() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
createXMLSave() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createXMLTypeDocumentRoot() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createXMLTypeDocumentRoot() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a new object of class 'Document Root'
createZipImportOperation(AbstractExampleInstallerWizard.ProjectDescriptor, File) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
CREATION_COMMANDS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Creation Commands' attribute
CREATION_ICONS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Creation Icons' attribute
CREATION_SUBMENUS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Creation Submenus' attribute
creationCommands - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Creation Commands' attribute
creationIcons - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Creation Icons' attribute
creationSubmenus - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Creation Submenus' attribute
crop(String) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
crop(String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This crops the given text to exclude any control characters.
CROSS_DOC - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
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 considered a cross reference by this cross referencer.
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.ExternalCrossReferencer
Return true if the specified eReference from eObject to crossReferencedEObject should be considered 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 considered 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.
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 considered a cross reference by this cross referencer.
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
crossReferences() - Method in interface org.eclipse.emf.ecore.impl.EClassImpl.FeatureSubsetSupplier
 
CryptoCipherImpl - Class in org.eclipse.emf.ecore.resource.impl
Deprecated. Deprecated in 2.3.0. Use DESCipherImpl or AESCipherImpl instead. This class will be removed in future versions of EMF.
CryptoCipherImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.CryptoCipherImpl
Deprecated.  
CryptoCipherImpl(String) - Constructor for class org.eclipse.emf.ecore.resource.impl.CryptoCipherImpl
Deprecated.  
current - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
currentColumn - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.  
currentContext - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
currentElement - Variable in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
currentLength - Variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
currentLineWidth - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
currentNode - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
currentResource - Variable in class org.eclipse.emf.edit.ui.action.ControlAction.ControlResourceDialog
 
currentSize - Variable in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
currentTableItem - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.  
currentTableTreeItem - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.  
currentTableTreeItemData - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.  
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
currentViewer - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
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.mapping.presentation.MappingEditor
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.mapping.ecore2xml.presentation.Ecore2XMLEditor
This keeps track of the active viewer pane, in the book
currentViewerPane - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This keeps track of the current viewer pane of the page book.
cursor - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the character offset.
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.common.util.DelegatingEList.EIterator
The current position of the iterator.
cursor - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
cursor - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
cursor - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
cursorIndex - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
CutAction - Class in org.eclipse.emf.edit.ui.action
A cut action is implemented by creating a CutToClipboardCommand.
CutAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.CutAction
 
CutAction() - Constructor for class org.eclipse.emf.edit.ui.action.CutAction
 
cutAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement cut.
CutToClipboardCommand - Class in org.eclipse.emf.edit.command
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 yields the result of the given command as its clipboard.

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.
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 _