SpecificationBase#

class ansys.dpf.core.operator_specification.SpecificationBase#

Interface description for the specification base class.

Overview#

description

To be implemented in the subclasses.

inputs

To be implemented in the subclasses.

outputs

To be implemented in the subclasses.

Import detail#

from ansys.dpf.core.operator_specification import SpecificationBase

Property detail#

property SpecificationBase.description: str | None#
Abstractmethod:

To be implemented in the subclasses.

property SpecificationBase.inputs: dict#
Abstractmethod:

To be implemented in the subclasses.

property SpecificationBase.outputs: dict#
Abstractmethod:

To be implemented in the subclasses.