| Package | Description |
|---|---|
| org.cytoscape.filter |
Provides interfaces for constructing and executing
Transformers and
Filters. |
| org.cytoscape.filter.model |
Provides interfaces and classes for defining
Transformers and
Filters. |
| Modifier and Type | Method and Description |
|---|---|
<C,E> void |
TransformerManager.execute(C context,
List<Transformer<C,E>> transformers,
TransformerSink<E> sink)
Applies the given chain of
transformers to the context. |
<C,E> void |
TransformerManager.execute(C context,
Transformer<C,E> transformer,
TransformerSink<E> sink)
Applies
transformer to the context. |
<C,E> void |
TransformerManager.execute(C context,
TransformerSource<C,E> source,
List<Transformer<C,E>> transformers,
TransformerSink<E> sink)
Applies the given chain of
transformers to the context, via
source. |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementTransformer.apply(C context,
E element,
TransformerSink<E> sink)
Transforms the given
element. |
void |
HolisticTransformer.apply(C context,
TransformerSource<C,E> source,
TransformerSink<E> sink)
Transforms the elements in
source from context. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.