modhelxs.util
Interface RelationFilter


public interface RelationFilter

A RelationFilter is used to filter out relations in a BlockStructureNavHelper.

Author:
boulange

Method Summary
 boolean accept(Relation r)
          Tell if relation r should be kept.
 

Method Detail

accept

boolean accept(Relation r)
Tell if relation r should be kept.