Uses of Package
org.cytoscape.filter.model
-
Packages that use org.cytoscape.filter.model Package Description org.cytoscape.filter Provides interfaces for constructing and executingTransformers andFilters.org.cytoscape.filter.model Provides interfaces and classes for definingTransformers andFilters.org.cytoscape.filter.view Provides interfaces for contributing user interfaces forTransformers 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 Class Description CompositeFilter NamedTransformer A chain ofTransformers 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. -
Classes in org.cytoscape.filter.model used by org.cytoscape.filter.model Class Description CompositeFilter CompositeFilter.Type Determines how aCompositeFiltercombines the results of its containedFilters.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 allTransformerfactories.TransformerListener Listens for changes toTransformerparameters.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. -
Classes in org.cytoscape.filter.model used by org.cytoscape.filter.view Class Description Transformer Transforms a stream of elements from a particular context. -
Classes in org.cytoscape.filter.model used by org.cytoscape.io.read Class Description NamedTransformer A chain ofTransformers with a user-defined name. -
Classes in org.cytoscape.filter.model used by org.cytoscape.io.write Class Description NamedTransformer A chain ofTransformers with a user-defined name.