SpecificationBase
#
- class ansys.dpf.core.operator_specification.SpecificationBase#
Interface description for the specification base class.
Overview#
To be implemented in the subclasses. |
|
To be implemented in the subclasses. |
|
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.