Cytoscape 3.1.1 API

Uses of Package
org.cytoscape.filter.model

Packages that use org.cytoscape.filter.model
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. 
 

Classes in org.cytoscape.filter.model used by org.cytoscape.filter
CompositeFilter
          A Filter that computes the set-union or set-intersection of the Filters it contains.
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.
 

Classes in org.cytoscape.filter.model used by org.cytoscape.filter.model
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.
 

Classes in org.cytoscape.filter.model used by org.cytoscape.filter.view
Transformer
          Transforms a stream of elements from a particular context.
 

Classes in org.cytoscape.filter.model used by org.cytoscape.io.read
NamedTransformer
          A chain of Transformers with a user-defined name.
 

Classes in org.cytoscape.filter.model used by org.cytoscape.io.write
NamedTransformer
          A chain of Transformers with a user-defined name.
 


Cytoscape 3.1.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.