Uses of Interface
com.vii.brillien.kernel.axiom.atomic.shaper.Filter

Packages that use Filter
com.vii.brillien.kernel.axiom.atomic   
com.vii.brillien.kernel.axiom.atomic.shaper.filters   
 

Uses of Filter in com.vii.brillien.kernel.axiom.atomic
 

Methods in com.vii.brillien.kernel.axiom.atomic with parameters of type Filter
 void Context.addExceptionLeveling(Filter f, Shifter s)
          Adds a Filter-Shifter mapping to the given context
 void Context.removeExceptionLeveling(Filter f)
          Removes a Filter-Shifter mapping by the given filter
 

Uses of Filter in com.vii.brillien.kernel.axiom.atomic.shaper.filters
 

Classes in com.vii.brillien.kernel.axiom.atomic.shaper.filters that implement Filter
 class AndFilter
          Spcialized Filter type for chained filtering connected with logical AND
 class ErrorCodeFilter
          Spcialized Filter type for filtering by error code
 class OrFilter
          Spcialized Filter type for chained filtering connected with logical OR
 class TypeFilter
          Spcialized Filter type for filtering by class reference
 

Methods in com.vii.brillien.kernel.axiom.atomic.shaper.filters with parameters of type Filter
 void OrFilter.addFilter(Filter... fs)
           
 void AndFilter.addFilter(Filter... fs)
           
 void OrFilter.removeFilter(Filter... fs)
           
 void AndFilter.removeFilter(Filter... fs)
           
 

Constructors in com.vii.brillien.kernel.axiom.atomic.shaper.filters with parameters of type Filter
AndFilter(Filter... fs)
           
OrFilter(Filter... fs)
           
 

Constructor parameters in com.vii.brillien.kernel.axiom.atomic.shaper.filters with type arguments of type Filter
AndFilter(Collection<Filter> fs)
           
OrFilter(Collection<Filter> fs)
           
 



Copyright © 2012. All Rights Reserved.