Uses of Interface
org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenClassFilter

Packages that use GenBaseImpl.GenClassFilter
org.eclipse.emf.codegen.ecore.genmodel.impl   
 

Uses of GenBaseImpl.GenClassFilter in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenBaseImpl.GenClassFilter
protected  List GenBaseImpl.filterGenClasses(List genClasses, GenBaseImpl.GenClassFilter filter)
          Return all GenClasses in the specified genClasses list that are accepted by filter; all are accepted if filter is null.
protected  List GenBaseImpl.collectGenClasses(List eClasses, GenBaseImpl.GenClassFilter filter)
          Iterate over the specified eClasses list, finding the GenClass corresponding to each EClass.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.