edu.washington.biostr.sig.vault.core
Interface NodeQuery

All Known Implementing Classes:
SimpleQuerySet

public interface NodeQuery

A NodeQuery is just an interface that accepts or rejects nodes. They can be strung together using a QueryGroup, and queries that involve tags should use a NodeTagQuery because it may be optimized.

Author:
eider

Method Summary
 boolean accept(DataNode node, DataVault vault)
           
 

Method Detail

accept

boolean accept(DataNode node,
               DataVault vault)


Copyright © 2006 University of Washington. All Rights Reserved.