Uses of Enum Class
org.cytoscape.equations.ArgType
Package
Description
Various types and utility methods relating to attribute equations.
-
Uses of ArgType in org.cytoscape.equations
Modifier 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.ModifierConstructorDescriptionArgDescriptor(ArgType argType, String argName, String description)