com.clarkparsia.pellet.sparqldl.model
Class MultiFilterWrapper

java.lang.Object
  extended by com.clarkparsia.pellet.sparqldl.model.MultiFilterWrapper
All Implemented Interfaces:
Filter

public class MultiFilterWrapper
extends java.lang.Object
implements Filter

Title:

Description:

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Petr Kremen

Method Summary
 boolean accept(ResultBinding binding)
           
static Filter and(Filter... filters)
           
static Filter or(Filter... filters)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public boolean accept(ResultBinding binding)
Specified by:
accept in interface Filter

and

public static Filter and(Filter... filters)

or

public static Filter or(Filter... filters)


Copyright © 2004 Evren Sirin. All Rights Reserved.