com.hp.hpl.mesa.rdf.jena.common.prettywriter
Interface Filter


public interface Filter

A boolean function for filtering.

Version:
Release='$Name: $' Revision='$Revision: 1.2 $' Date='$Date: 2001/07/04 17:54:02 $'
Author:
jjc

Method Summary
 boolean accept(java.lang.Object o)
          The object is wanted.
 

Method Detail

accept

public boolean accept(java.lang.Object o)
The object is wanted.
Parameters:
o - The object to accept or reject.
Returns:
true if the object is wanted.


Copyright © 2001 Hewlett-Packard. All Rights Reserved.