Holger's
Java API

Uses of Class
com.antelmann.math.BooleanOperator

Packages that use BooleanOperator
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of BooleanOperator in com.antelmann.math
 

Methods in com.antelmann.math that return BooleanOperator
static BooleanOperator BooleanOperator.fromString(String exp)
           
static BooleanOperator BooleanOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BooleanOperator[] BooleanOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of BooleanOperator in com.antelmann.util
 

Methods in com.antelmann.util that return BooleanOperator
 BooleanOperator ComboFilter.getOperator()
           
 

Methods in com.antelmann.util with parameters of type BooleanOperator
static
<T> ComboFilter<T>
ComboFilter.create(Filter<? super T> f1, Filter<? super T> f2, BooleanOperator operator)
           
 void ComboFilter.setOperator(BooleanOperator operator)
           
 

Constructors in com.antelmann.util with parameters of type BooleanOperator
ComboFilter(Filter<? super T> f1, Filter<? super T> f2, BooleanOperator operator)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads