ilog.cpl.util
Interface IlpFilter


public interface IlpFilter

Filter interface. This interface can be used whenever there is a need for filters.

Since:
JTGO 3.0

Method Summary
 boolean accept(Object object)
          Returns true if the filter accepts the object.
 

Method Detail

accept

boolean accept(Object object)
Returns true if the filter accepts the object.

Parameters:
object - The object to filter.
Returns:
true if the filter accepts the object.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.