Uses of Class
org.cytoscape.equations.ArgDescriptor
Packages that use ArgDescriptor
Package
Description
Various types and utility methods relating to attribute equations.
-
Uses of ArgDescriptor in org.cytoscape.equations
Methods in org.cytoscape.equations that return types with arguments of type ArgDescriptorModifier and TypeMethodDescriptionAbstractFunction.getArgumentDescriptors()
Returns the usage descriptions for the function's arguments.default List<ArgDescriptor>
Function.getArgumentDescriptors()
Returns the usage descriptions for the function's arguments.Constructors in org.cytoscape.equations with parameters of type ArgDescriptorModifierConstructorDescriptionprotected
AbstractFunction(ArgDescriptor[] argDescriptors)
Base class constructor for easy creation ofFunction
s from function argument descriptors.