jq.qsim.globalfilter
Interface GlobalFilter

All Superinterfaces:
Namable
All Known Implementing Classes:
ChangeFilter, CycleFilter

public interface GlobalFilter
extends Namable


Method Summary
 boolean passesFilter(QDEState candidateState, QDEState previousState)
           
 
Methods inherited from interface jq.util.Namable
getName
 

Method Detail

passesFilter

public boolean passesFilter(QDEState candidateState,
                            QDEState previousState)