| Package | Description |
|---|---|
| org.eclipse.emf.ecore |
Provides an API for the Ecore dialect of
UML.
|
| org.eclipse.emf.ecore.impl |
Provides an implementation of Ecore.
|
| org.eclipse.emf.ecore.resource.impl |
Provides an implementation of the resource API.
|
| org.eclipse.emf.ecore.util |
Provides utilities.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureMap.Entry.Internal |
EStructuralFeature.Internal.getFeatureMapEntryPrototype()
Returns the appropriately behaving feature map entry for this feature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EStructuralFeature.Internal.setFeatureMapEntryPrototype(FeatureMap.Entry.Internal prototype)
Sets the appropriately behaving feature map entry for this feature.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EStructuralFeatureImpl.BasicFeatureMapEntry |
static class |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry |
class |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry |
static class |
EStructuralFeatureImpl.SimpleContentFeatureMapEntry |
static class |
EStructuralFeatureImpl.SimpleFeatureMapEntry |
| Modifier and Type | Field and Description |
|---|---|
protected FeatureMap.Entry.Internal |
EStructuralFeatureImpl.prototypeFeatureMapEntry |
| Modifier and Type | Method and Description |
|---|---|
FeatureMap.Entry.Internal |
EStructuralFeatureImpl.BasicFeatureMapEntry.createEntry(InternalEObject value) |
FeatureMap.Entry.Internal |
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry.createEntry(InternalEObject value) |
FeatureMap.Entry.Internal |
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry.createEntry(InternalEObject value) |
FeatureMap.Entry.Internal |
EStructuralFeatureImpl.BasicFeatureMapEntry.createEntry(java.lang.Object value) |
FeatureMap.Entry.Internal |
EStructuralFeatureImpl.SimpleFeatureMapEntry.createEntry(java.lang.Object value) |
FeatureMap.Entry.Internal |
EStructuralFeatureImpl.SimpleContentFeatureMapEntry.createEntry(java.lang.Object value) |
FeatureMap.Entry.Internal |
EStructuralFeatureImpl.getFeatureMapEntryPrototype() |
| Modifier and Type | Method and Description |
|---|---|
void |
EStructuralFeatureImpl.setFeatureMapEntryPrototype(FeatureMap.Entry.Internal prototype) |
| Modifier and Type | Field and Description |
|---|---|
protected FeatureMap.Entry.Internal[][] |
BinaryResourceImpl.BinaryIO.featureMapEntryDataArrayBuffer |
| Modifier and Type | Method and Description |
|---|---|
protected FeatureMap.Entry.Internal[] |
BinaryResourceImpl.BinaryIO.allocateFeatureMapEntryArray(int length) |
FeatureMap.Entry.Internal |
BinaryResourceImpl.EObjectInputStream.loadFeatureMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BinaryResourceImpl.BinaryIO.recycle(FeatureMap.Entry.Internal[] values) |
void |
BinaryResourceImpl.EObjectOutputStream.saveFeatureMapEntry(FeatureMap.Entry.Internal entry) |
| Modifier and Type | Method and Description |
|---|---|
FeatureMap.Entry.Internal |
FeatureMap.Entry.Internal.createEntry(InternalEObject value) |
FeatureMap.Entry.Internal |
FeatureMap.Entry.Internal.createEntry(java.lang.Object value) |
static FeatureMap.Entry.Internal |
FeatureMapUtil.createRawCDATAEntry(java.lang.String value) |
static FeatureMap.Entry.Internal |
FeatureMapUtil.createRawCommentEntry(java.lang.String value) |
static FeatureMap.Entry.Internal |
FeatureMapUtil.createRawEntry(EStructuralFeature eStructuralFeature,
java.lang.Object value) |
protected FeatureMap.Entry.Internal |
DelegatingFeatureMap.createRawEntry(EStructuralFeature eStructuralFeature,
java.lang.Object value) |
protected FeatureMap.Entry.Internal |
BasicFeatureMap.createRawEntry(EStructuralFeature eStructuralFeature,
java.lang.Object value) |
static FeatureMap.Entry.Internal |
FeatureMapUtil.createRawProcessingInstructionEntry(java.lang.String target,
java.lang.String data) |
static FeatureMap.Entry.Internal |
FeatureMapUtil.createRawTextEntry(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FeatureMapUtil.FeatureEList.addAllUnique(FeatureMap.Entry.Internal[] entries,
int start,
int end) |
boolean |
FeatureMap.Internal.addAllUnique(FeatureMap.Entry.Internal[] entries,
int start,
int end) |
boolean |
DelegatingFeatureMap.addAllUnique(FeatureMap.Entry.Internal[] entries,
int start,
int end) |
boolean |
BasicFeatureMap.addAllUnique(FeatureMap.Entry.Internal[] entries,
int start,
int end) |
boolean |
FeatureMapUtil.FeatureEList.addAllUnique(int index,
FeatureMap.Entry.Internal[] entries,
int start,
int end) |
boolean |
FeatureMap.Internal.addAllUnique(int index,
FeatureMap.Entry.Internal[] entries,
int start,
int end) |
boolean |
DelegatingFeatureMap.addAllUnique(int index,
FeatureMap.Entry.Internal[] entries,
int start,
int end) |
boolean |
BasicFeatureMap.addAllUnique(int index,
FeatureMap.Entry.Internal[] entries,
int start,
int end) |
void |
FeatureMapUtil.FeatureEList.addUnique(FeatureMap.Entry.Internal entry) |
void |
FeatureMap.Internal.addUnique(FeatureMap.Entry.Internal entry) |
void |
DelegatingFeatureMap.addUnique(FeatureMap.Entry.Internal entry) |
void |
BasicFeatureMap.addUnique(FeatureMap.Entry.Internal entry) |
NotificationChain |
BasicFeatureMap.inverseAdd(FeatureMap.Entry.Internal entry,
NotificationChain notifications) |
NotificationChain |
BasicFeatureMap.inverseRemove(FeatureMap.Entry.Internal entry,
NotificationChain notifications) |
NotificationChain |
BasicFeatureMap.shadowAdd(FeatureMap.Entry.Internal entry,
NotificationChain notifications) |
NotificationChain |
BasicFeatureMap.shadowRemove(FeatureMap.Entry.Internal entry,
NotificationChain notifications) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature