AndFilter: The AndFilter class

Description Usage Arguments Fields and Methods Author(s) See Also Examples

Description

Package: aroma
Class AndFilter

Object
~~|
~~+--Filter
~~~~~~~|
~~~~~~~+--ParallelFilter
~~~~~~~~~~~~|
~~~~~~~~~~~~+--AndFilter

Directly known subclasses:

public static class AndFilter
extends ParallelFilter

An AndFilter is a ParallelFilter that passes through indices that are outputs from all input filters connected to this filter. This corresponds to the logical operator AND. The filter could also have been called an intersection filter.

Usage

1

Arguments

...

The input Filters to be connected to.

Fields and Methods

Methods:

getIndex Gets indices accepted by this filter.

Methods inherited from ParallelFilter:
changeInput, getInput

Methods inherited from Filter:
as.character, changeInput, getIndex, getInput, getParameter, getVisible, highlight, setParameter, setVisible, text

Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstanciationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

OrFilter and ParallelFilter.

Examples

1
## Not run: See help(ParallelFilter) for an example.

HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.