|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.ui.views.scm.FilterOperations
public class FilterOperations
A class that divides an given input into operations that may be filtered via
the EClassFilter.
| Constructor Summary | |
|---|---|
FilterOperations(ModelElementIdToEObjectMapping idToEObjectMapping)
Constructor. |
|
FilterOperations(ModelElementIdToEObjectMapping idToEObjectMapping,
Class<? extends org.eclipse.emf.ecore.EObject> ignoredClass)
Constructor. |
|
| Method Summary | |
|---|---|
FilteredOperationsResult |
filter(Object[] input)
Filters the given input according to the filtering rules of the EClassFilter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterOperations(ModelElementIdToEObjectMapping idToEObjectMapping)
idToEObjectMapping - a mapping from EObjects to their IDs. Used to resolve EObjects involved within
operations
public FilterOperations(ModelElementIdToEObjectMapping idToEObjectMapping,
Class<? extends org.eclipse.emf.ecore.EObject> ignoredClass)
idToEObjectMapping - a mapping from EObjects to their IDs. Used to resolve EObjects involved within
operationsignoredClass - a type that is completely ignored while filtering, i.e.
instances of this type are ignored by the FilteredOperationsResult type| Method Detail |
|---|
public FilteredOperationsResult filter(Object[] input)
EClassFilter.
input - the input to be filtered
FilteredOperationsResult containing the filtered and non-filtered types
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||