Uses of Enum Class
edu.cmu.tetrad.search.blocks.BlockSpecTextCodec.Severity
Packages that use BlockSpecTextCodec.Severity
-
Uses of BlockSpecTextCodec.Severity in edu.cmu.tetrad.search.blocks
Subclasses with type arguments of type BlockSpecTextCodec.Severity in edu.cmu.tetrad.search.blocksModifier and TypeClassDescriptionstatic enumRepresents the severity level of a condition or situation.Methods in edu.cmu.tetrad.search.blocks that return BlockSpecTextCodec.SeverityModifier and TypeMethodDescriptionBlockSpecTextCodec.Issue.severity()Returns the value of theseverityrecord component.static BlockSpecTextCodec.SeverityReturns the enum constant of this class with the specified name.static BlockSpecTextCodec.Severity[]BlockSpecTextCodec.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.cmu.tetrad.search.blocks with parameters of type BlockSpecTextCodec.SeverityModifierConstructorDescriptionIssue(int line, int col, BlockSpecTextCodec.Severity severity, String message, String token) Creates an instance of aIssuerecord class.