Collaboration diagram for AbstractFilteringVectorGenerator< N extends Number >:Public Methods | |
| boolean | configure () |
Protected Methods | |
| InputIterator< String > | getAllSignalIds () |
| InputIterator< Annotation < ISubSequence > > | getAnnotations (String signalId) |
| boolean | accept (Annotation< ISubSequence > annotation) |
Protected Attributes | |
| List< IFilterAccessAdapter < ISubSequence, IFilter < ISubSequence > > > | contextFilters |
| List< IFilterAccessAdapter < ISubSequence, IFilter < ISubSequence > > > | generateFilters |
| int | filtersToMatchToAddElementToVector = -1 |
| int | filtersToMatchToGenerateVector = -1 |
| boolean accept | ( | Annotation< ISubSequence > | annotation | ) | [protected] |
| boolean configure | ( | ) |
| InputIterator<String> getAllSignalIds | ( | ) | [protected] |
| InputIterator<Annotation<ISubSequence> > getAnnotations | ( | String | signalId | ) | [protected] |
List<IFilterAccessAdapter<ISubSequence, IFilter<ISubSequence> > > contextFilters [protected] |
int filtersToMatchToAddElementToVector = -1 [protected] |
int filtersToMatchToGenerateVector = -1 [protected] |
List<IFilterAccessAdapter<ISubSequence, IFilter<ISubSequence> > > generateFilters [protected] |