Parameter
- class unified_planning.model.Parameter(name: str, typename: Type, environment: Environment | None = None)[source]
Bases:
objectRepresents an
action parameteror afluent parameter. A Parameter has aname, and aType.The Parameter class is immutable.
- property name: str
Returns the Parameter name.
- property environment: Environment
Return the Parameter Environment