Cytoscape 2.8.0 API

Uses of Interface
giny.filter.Filter

Packages that use Filter
cytoscape.data Basic data classes used by Cytoscape. 
giny.model   
 

Uses of Filter in cytoscape.data
 

Classes in cytoscape.data that implement Filter
 class SelectFilter
          This class implements the ability to set the selected state of every node or edge in a GraphPerspective.
 

Uses of Filter in giny.model
 

Methods in giny.model with parameters of type Filter
 GraphPerspective GraphPerspective.createGraphPerspective(Filter filter)
          Create a new GraphPerspective with all of the Nodes from this one that pass the given filter and all of the Edges from this one that pass the filter (and all Nodes incident on those edges).
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.