org.eclipse.emf.emfstore.client.ui
Interface ESClassFilter


public interface ESClassFilter

A filter interface that is used to separate specific types and mark them as 'filtered' in the UI. Filtered types are considered as non-critical for an understanding of the problem domain and therefore are treated special in the UI, e.g. by grouping all operations involving only filtered type as is the case in the update, commit and merge details dialog.

Author:
emueller

Method Summary
 Set<org.eclipse.emf.ecore.EClass> getFilteredEClasses()
          Returns the EClasses that are considered as filtered.
 String getLabel()
          A label that groups all filtered EClasses.
 

Method Detail

getFilteredEClasses

Set<org.eclipse.emf.ecore.EClass> getFilteredEClasses()
Returns the EClasses that are considered as filtered.

Returns:
the filtered EClasses

getLabel

String getLabel()
A label that groups all filtered EClasses.

Returns:
the label used for grouping the filtered types


Copyright © 2015. All Rights Reserved.