org.eclipse.gmt.modisco.infra.query.ui.views.queryExecution
Interface QueryResultDisplayer


public interface QueryResultDisplayer

Implemented by a view or editor that wants to be used to display the results of a model query.


Method Summary
 void displayQueryResult(java.util.List<ModelQueryResult> result)
           
 

Method Detail

displayQueryResult

void displayQueryResult(java.util.List<ModelQueryResult> result)