Uses of Enum Class
neqsim.mcp.runners.IndustrialProfile.DeploymentMode
Packages that use IndustrialProfile.DeploymentMode
-
Uses of IndustrialProfile.DeploymentMode in neqsim.mcp.runners
Subclasses with type arguments of type IndustrialProfile.DeploymentMode in neqsim.mcp.runnersModifier and TypeClassDescriptionstatic enumDeployment mode for the MCP server.Fields in neqsim.mcp.runners declared as IndustrialProfile.DeploymentModeModifier and TypeFieldDescriptionprivate static IndustrialProfile.DeploymentModeIndustrialProfile.activeModeActive deployment mode.Methods in neqsim.mcp.runners that return IndustrialProfile.DeploymentModeModifier and TypeMethodDescriptionIndustrialProfile.getActiveMode()Gets the current deployment mode.Returns the enum constant of this class with the specified name.static IndustrialProfile.DeploymentMode[]IndustrialProfile.DeploymentMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.mcp.runners with parameters of type IndustrialProfile.DeploymentModeModifier and TypeMethodDescriptionprivate static intIndustrialProfile.countAllowedTools(IndustrialProfile.DeploymentMode mode) Counts the number of tools allowed in a given mode.private static StringIndustrialProfile.getProfileDescription(IndustrialProfile.DeploymentMode mode) Returns a human-readable description of a deployment mode.static voidIndustrialProfile.setActiveMode(IndustrialProfile.DeploymentMode mode) Sets the deployment mode.