| Package | Description |
|---|---|
| org.cytoscape.filter.model |
Provides interfaces and classes for defining
Transformers and
Filters. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompositeFilter<C,E>
|
| Modifier and Type | Method and Description |
|---|---|
Filter<C,E> |
FilterFactory.createFilter()
Returns a new
Filter with the same id as this factory. |
Filter<C,E> |
CompositeFilter.get(int index)
Returns the
Filter at the given index. |
Filter<C,E> |
CompositeFilter.remove(int index)
Removes the
Filter at the given index from the list of children
and returns in. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeFilter.append(Filter<C,E> filter)
Appends
filter to the list of children. |
int |
CompositeFilter.indexOf(Filter<C,E> filter)
Returns the index of
filter within the list of children,
or -1 if filter is not in that list. |
void |
CompositeFilter.insert(int index,
Filter<C,E> filter)
Inserts
filter at the given index within the list of children. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.