Uses of Enum Class
neqsim.mcp.runners.IndustrialProfile.ToolCategory
Packages that use IndustrialProfile.ToolCategory
-
Uses of IndustrialProfile.ToolCategory in neqsim.mcp.runners
Subclasses with type arguments of type IndustrialProfile.ToolCategory in neqsim.mcp.runnersModifier and TypeClassDescriptionstatic enumTool classification by risk level.Fields in neqsim.mcp.runners with type parameters of type IndustrialProfile.ToolCategoryModifier and TypeFieldDescriptionprivate static final Map<String, IndustrialProfile.ToolCategory> IndustrialProfile.TOOL_CATEGORIESTool-to-category classification for all MCP tools.Methods in neqsim.mcp.runners that return IndustrialProfile.ToolCategoryModifier and TypeMethodDescriptionIndustrialProfile.getToolCategory(String toolName) Gets the category for a specific tool.Returns the enum constant of this class with the specified name.static IndustrialProfile.ToolCategory[]IndustrialProfile.ToolCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.mcp.runners that return types with arguments of type IndustrialProfile.ToolCategoryModifier and TypeMethodDescriptionprivate static Map<String, IndustrialProfile.ToolCategory> IndustrialProfile.buildToolCategories()Builds the tool-to-category mapping.