ref:objective

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


ref:objective [2023/12/14 16:03] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Objective ======
 +Base class for Objectives. 
 +
 +**Inherits from** [[has_signature|HasSignature]].
 +
 +**Inherited by** [[model_objective|ModelObjective]], [[test_objective|TestObjective]].
 +
 +==== Public Attributes ====
 +^ Parameter ^ Type ^ Description ^
 +^ signature_prefix | String | Prefix signature with custom string. Special tags: DATE_TIME, DATE_TIME_EXACT, SCONE_VERSION. |
 +^ signature_postfix | String | Append custom string to signature. Special tags: DATE_TIME, DATE_TIME_EXACT, SCONE_VERSION. |
 +^ signature | String | Set custom signature and omit the auto-generated signature. |
 +
 +<sub>Converted from doxygen using [[https://github.com/tgeijten/dokugen|dokugen]]</sub>