net.sf.lucis.core
Interface Queryable

All Known Implementing Classes:
AbstractQueryable, DefaultQueryable

public interface Queryable

Interface for objects that can be queried.

Author:
Andres Rodriguez

Method Summary
<T> T
query(ComplexQuery<T> inquiry)
           
<T> T
query(LucisQuery<T> inquiry)
           
 

Method Detail

query

<T> T query(LucisQuery<T> inquiry)

query

<T> T query(ComplexQuery<T> inquiry)


Copyright © 2009. All Rights Reserved.