Cytoscape 2.8.0 API

Uses of Interface
cytoscape.data.AttributeFilter

Packages that use AttributeFilter
cytoscape.data Basic data classes used by Cytoscape. 
 

Uses of AttributeFilter in cytoscape.data
 

Fields in cytoscape.data declared as AttributeFilter
static AttributeFilter CyAttributesUtils.ALL_ATTRIBUTES_FILTER
          An AttributeFilter that produces all attributes--none are filtered out.
 

Methods in cytoscape.data with parameters of type AttributeFilter
static void CyAttributesUtils.copyAttributes(String originalID, String copyID, CyAttributes attrs, AttributeFilter filter, boolean purge)
          Copy all the attributes of a given object that pass a given filter to another object.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.