| 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. |
| org.cytoscape.filter.view |
Provides interfaces for contributing user interfaces for
Transformers to
Cytoscape. |
| org.cytoscape.io.read |
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
|
| org.cytoscape.io.write |
This package provides factory interfaces to be used by anyone wishing to provide
export or writing capabilities to the rest of Cytoscape.
|
| Class and Description |
|---|
| CompositeFilter |
| NamedTransformer
A chain of
Transformers with a user-defined name. |
| Transformer
Transforms a stream of elements from a particular context.
|
| TransformerSink
Collects the results of a transformation.
|
| TransformerSource
Provides a sequence of elements from a context.
|
| Class and Description |
|---|
| CompositeFilter |
| CompositeFilter.Type
Determines how a
CompositeFilter combines the results of its
contained Filters. |
| ElementTransformer
A transformer that transforms its input one element at a time and pushes
the results into the given sink.
|
| Filter
A transformer that decides whether to accept or reject elements.
|
| HolisticTransformer
A transformer that takes its input altogether, transforms it, and pushes
the results into the given sink.
|
| Transformer
Transforms a stream of elements from a particular context.
|
| TransformerFactory
The base interface for all
Transformer factories. |
| TransformerListener
Listens for changes to
Transformer parameters. |
| TransformerSink
Collects the results of a transformation.
|
| TransformerSource
Provides a sequence of elements from a context.
|
| ValidationWarning
A warning message that will appear in the UI when a Transformer is invalid.
|
| Class and Description |
|---|
| Transformer
Transforms a stream of elements from a particular context.
|
| Class and Description |
|---|
| NamedTransformer
A chain of
Transformers with a user-defined name. |
| Class and Description |
|---|
| NamedTransformer
A chain of
Transformers with a user-defined name. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.