Uses of Class
org.openscience.cdk.rinchi.StatusMessagesOutput.Status
-
Packages that use StatusMessagesOutput.Status Package Description org.openscience.cdk.rinchi This package provides functionality related to RInChI. -
-
Uses of StatusMessagesOutput.Status in org.openscience.cdk.rinchi
Methods in org.openscience.cdk.rinchi that return StatusMessagesOutput.Status Modifier and Type Method Description StatusMessagesOutput.Status
StatusMessagesOutput.Status. getHigherSeverity(StatusMessagesOutput.Status other)
Compares the current status with another given status and yields the status with higher severity.StatusMessagesOutput.Status
StatusMessagesOutput. getStatus()
Access the status of the RInChI Decomposition process.static StatusMessagesOutput.Status
StatusMessagesOutput.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatusMessagesOutput.Status[]
StatusMessagesOutput.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openscience.cdk.rinchi with parameters of type StatusMessagesOutput.Status Modifier and Type Method Description protected void
StatusMessagesOutput. addMessage(String message, StatusMessagesOutput.Status status)
Adds a message with a given status, updating the current status to the higher severity.StatusMessagesOutput.Status
StatusMessagesOutput.Status. getHigherSeverity(StatusMessagesOutput.Status other)
Compares the current status with another given status and yields the status with higher severity.
-