Package org.mcp.variables
package org.mcp.variables
Type system for MCP symbolic variables.
This package defines the variable model split into two complementary subpackages:
org.mcp.variables.statics: static label definitions and factory/type metadataorg.mcp.variables.dynamics: operable symbolic labels used in set algebra
The static layer describes domain values and conversion semantics, while the dynamic layer provides backend-agnostic symbolic operations such as union/intersection/difference.