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[] |
sources
sources 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.
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.