public class QueryFactory extends Object
"query sources". The lookup
 proceeds through the available query sources calling
 querySource.lookup(),
 and returns the first non-null result. If no result is found, an exception is
 thrown.| Modifier and Type | Field and Description | 
|---|---|
| protected QuerySource[] | sourcessources available for lookups. | 
| Constructor and Description | 
|---|
| QueryFactory(QuerySource... querySources)main constructor which takes a non-null array of query sources as its
 only argument. | 
protected QuerySource[] sources
public QueryFactory(QuerySource... querySources)
querySources - Array of query sources. Not null.public <T> Query<T> lookup(String queryID, Parameters params)
T - queryID - params - 
                
                
Version: 5.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.