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