Uses of Class
org.scijava.ops.engine.matcher.OpCandidate.StatusCode
-
Packages that use OpCandidate.StatusCode Package Description org.scijava.ops.engine.matcher -
-
Uses of OpCandidate.StatusCode in org.scijava.ops.engine.matcher
Methods in org.scijava.ops.engine.matcher that return OpCandidate.StatusCode Modifier and Type Method Description OpCandidate.StatusCodeOpCandidate. getStatusCode()Gets the matching status code.static OpCandidate.StatusCodeOpCandidate.StatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpCandidate.StatusCode[]OpCandidate.StatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.scijava.ops.engine.matcher with parameters of type OpCandidate.StatusCode Modifier and Type Method Description voidOpCandidate. setStatus(OpCandidate.StatusCode code)Sets the status of the matching attempt.voidOpCandidate. setStatus(OpCandidate.StatusCode code, String message)Sets the status of the matching attempt.voidOpCandidate. setStatus(OpCandidate.StatusCode code, String message, Member<?> item)Sets the status of the matching.
-