Uses of Package
org.cytoscape.filter.model
Package
Description
Provides interfaces for constructing and executing
Transformer
s and
Filter
s.Provides interfaces and classes for defining
Transformer
s and
Filter
s.Provides interfaces for contributing user interfaces for
Transformer
s to
Cytoscape.Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
This package provides factory interfaces to be used by anyone wishing to provide
export or writing capabilities to the rest of Cytoscape.
-
ClassDescriptionA chain of
Transformer
s with a user-defined name.Transforms a stream of elements from a particular context.Collects the results of a transformation.Provides a sequence of elements from a context. -
ClassDescriptionA convenience base class for Transformers.Determines how a
CompositeFilter
combines the results of its containedFilter
s.A transformer that transforms its input one element at a time and pushes the results into the given sink.A transformer that decides whether to accept or reject elements.A transformer that takes its input altogether, transforms it, and pushes the results into the given sink.Transforms a stream of elements from a particular context.The base interface for allTransformer
factories.Listens for changes toTransformer
parameters.Collects the results of a transformation.Provides a sequence of elements from a context.A marker interface that can be added to anyTransformer
to indicate that the transformer may be invalid in certain contexts.A warning message that will appear in the UI when a Transformer is invalid. -
-
-