Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.equations.Function

Packages that use Function
org.cytoscape.equations Various types and utility methods relating to attribute equations. 
 

Uses of Function in org.cytoscape.equations
 

Classes in org.cytoscape.equations that implement Function
 class AbstractFunction
          Base class for all Function implementations.
 

Methods in org.cytoscape.equations that return Function
 Function EquationParser.getFunction(String functionName)
          Returns the function associated with the name "functionName" or null if no such function exists.
 

Methods in org.cytoscape.equations that return types with arguments of type Function
 Set<Function> EquationParser.getRegisteredFunctions()
          Returns the set of currently registered functions.
 

Methods in org.cytoscape.equations with parameters of type Function
 void EquationParser.registerFunction(Function func)
          After registering an attribute function "func" it can be used in attribute equations.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.