Interface ModelUtils.IModelFinder<M extends IModel,E>
-
- Type Parameters:
M- the model typeE- the model element type
- All Known Implementing Classes:
VilModelQuery,VtlModelQuery
- Enclosing class:
- ModelUtils
public static interface ModelUtils.IModelFinder<M extends IModel,E>A model finder for a certain model. Model imports are handled by caller.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EfindElement(M model, java.lang.String name)Tries to find an element declaration forname.
-