Parameter

class unified_planning.model.Parameter(name: str, typename: Type, environment: Environment | None = None)[source]

Bases: object

Represents an action parameter or a fluent parameter. A Parameter has a name, and a Type.

The Parameter class is immutable.

property name: str

Returns the Parameter name.

property type: Type

Returns the Parameter type.

property environment: Environment

Return the Parameter Environment

Equals(right)[source]
And(*other)[source]
Or(*other)[source]
Not()[source]
Xor(*other)[source]
Implies(right)[source]
Iff(right)[source]