Uses of Class
org.cytoscape.work.TunableValidator.ValidationState
-
Packages that use TunableValidator.ValidationState Package Description org.cytoscape.work This package defines the task framework, where tasks are units of work. -
-
Uses of TunableValidator.ValidationState in org.cytoscape.work
Methods in org.cytoscape.work that return TunableValidator.ValidationState Modifier and Type Method Description TunableValidator.ValidationState
TunableValidator. getValidationState(Appendable errMsg)
Executes the validation test on the annotatedTunables
.static TunableValidator.ValidationState
TunableValidator.ValidationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TunableValidator.ValidationState[]
TunableValidator.ValidationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-