JavaScript is disabled on your browser.
Skip navigation links
Cytoscape 3.10.0 API
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.cytoscape.equations.IdentDescriptor
Packages that use
IdentDescriptor
Package
Description
org.cytoscape.equations
Various types and utility methods relating to attribute equations.
Uses of
IdentDescriptor
in
org.cytoscape.equations
Method parameters in
org.cytoscape.equations
with type arguments of type
IdentDescriptor
Modifier and Type
Method
Description
Object
Interpreter.
execute
(
Equation
equation,
Map
<
String
,
IdentDescriptor
> variableNameToDescriptorMap)
Executes the code represented by "equation".