Package | Description |
---|---|
org.eclipse.emf.compare.match.eobject | |
org.eclipse.emf.compare.match.eobject.internal |
Modifier and Type | Method and Description |
---|---|
static EObjectIndex.Side |
EObjectIndex.Side.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EObjectIndex.Side[] |
EObjectIndex.Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<EObjectIndex.Side,EObject> |
EObjectIndex.findClosests(Comparison inProgress,
EObject eObj,
EObjectIndex.Side side)
Return the closest EObjects found in other sides than the one given.
|
Modifier and Type | Method and Description |
---|---|
Map<EObjectIndex.Side,EObject> |
EObjectIndex.findClosests(Comparison inProgress,
EObject eObj,
EObjectIndex.Side side)
Return the closest EObjects found in other sides than the one given.
|
Iterable<EObject> |
EObjectIndex.getValuesStillThere(EObjectIndex.Side side)
return the list of EObjects of a given side still available in the index.
|
void |
EObjectIndex.index(EObject eObj,
EObjectIndex.Side side)
Register an Object in the index with the given side.
|
void |
EObjectIndex.remove(EObject eObj,
EObjectIndex.Side side)
Remove an object from the index.
|
Modifier and Type | Method and Description |
---|---|
Map<EObjectIndex.Side,EObject> |
ProximityIndex.findClosests(Comparison inProgress,
EObject eObj,
EObjectIndex.Side passedObjectSide)
Return the closest EObjects found in other sides than the one given.
|
Map<EObjectIndex.Side,EObject> |
ByTypeIndex.findClosests(Comparison inProgress,
EObject obj,
EObjectIndex.Side side)
Return the closest EObjects found in other sides than the one given.
|
Modifier and Type | Method and Description |
---|---|
Map<EObjectIndex.Side,EObject> |
ProximityIndex.findClosests(Comparison inProgress,
EObject eObj,
EObjectIndex.Side passedObjectSide)
Return the closest EObjects found in other sides than the one given.
|
Map<EObjectIndex.Side,EObject> |
ByTypeIndex.findClosests(Comparison inProgress,
EObject obj,
EObjectIndex.Side side)
Return the closest EObjects found in other sides than the one given.
|
Collection<EObject> |
ProximityIndex.getValuesStillThere(EObjectIndex.Side side)
return the list of EObjects of a given side still available in the index.
|
Iterable<EObject> |
ByTypeIndex.getValuesStillThere(EObjectIndex.Side side)
return the list of EObjects of a given side still available in the index.
|
Iterable<EObject> |
ProximityIndex.getValuesToMatchAhead(EObjectIndex.Side left)
Return EObjects to match ahead of time if there are some.
|
Iterable<EObject> |
ByTypeIndex.getValuesToMatchAhead(EObjectIndex.Side side)
Return EObjects to match ahead of time if there are some.
|
Iterable<EObject> |
MatchAheadOfTime.getValuesToMatchAhead(EObjectIndex.Side side)
Return EObjects to match ahead of time if there are some.
|
void |
ProximityIndex.index(EObject eObject,
EObjectIndex.Side side)
Register an Object in the index with the given side.
|
void |
ByTypeIndex.index(EObject eObjs,
EObjectIndex.Side side)
Register an Object in the index with the given side.
|
void |
ProximityIndex.remove(EObject obj,
EObjectIndex.Side side)
Remove an object from the index.
|
void |
ByTypeIndex.remove(EObject obj,
EObjectIndex.Side side)
Remove an object from the index.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.