Uses of Enum Class
org.cytoscape.equations.ArgType
Packages that use ArgType
Package
Description
Various types and utility methods relating to attribute equations.
-
Uses of ArgType in org.cytoscape.equations
Methods in org.cytoscape.equations that return ArgTypeModifier and TypeMethodDescriptionArgDescriptor.getArgType()
static ArgType
Returns the enum constant of this class with the specified name.static ArgType[]
ArgType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cytoscape.equations with parameters of type ArgTypeModifierConstructorDescriptionArgDescriptor(ArgType argType, String argName, String description)