Saga
The definition of a Saga based on inputs, outputs, and the set of SagaSteps involved in the saga. Sagas define a computing action based on a variety of related commands that must all succeed atomically or have their effects undone.
Value parameters
- brief
-
A brief description (one sentence) for use in documentation
- description
-
An optional description of the saga.
- id
-
The name of the saga
- input
-
A definition of the aggregate input values needed to invoke the saga, if any.
- loc
-
The location of the Saga definition
- options
-
The options of the saga
- output
-
A definition of the aggregate output values resulting from invoking the saga, if any.
- sagaSteps
-
The set of SagaSteps that comprise the saga.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DomainDefinitiontrait ContextDefinitiontrait WithTermstrait WithIncludes[SagaDefinition]trait WithAuthorstrait WithOptions[SagaOption]trait Definitiontrait Container[SagaDefinition]trait BrieflyDescribedValuetrait DescribedValuetrait RiddlValuetrait RiddlNodeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
determine if this node is empty or not.
determine if this node is empty or not. Non-containers are always empty
Attributes
- Definition Classes
Compute the 'maturity' of a definition.
Compute the 'maturity' of a definition. Maturity is a score with no maximum but with scoring rules that target 100 points per definition. Maturity is broken down this way:
has a description - up to 50 points depending on # of non empty lines
has a brief description - 5 points
has options specified - 5 points
has terms defined -
has an author in or above the definition - 5 points \-
definition specific things: 0.65
Attributes
- Returns
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- BrieflyDescribedValue
Compute the completeness of this definition.
Compute the completeness of this definition. Vital definitions should have options, terms, and authors but includes are optional. Incompleteness is signalled by child definitions that are empty.
Attributes
- Returns
-
A numerator and denominator for percent complete
- Inherited from:
- VitalDefinition
Attributes
- Inherited from:
- DescribedValue
Format the node to a string
Attributes
- Inherited from:
- WithOptions
Attributes
- Definition Classes
- Inherited from:
- WithAuthors
Attributes
- Definition Classes
- Inherited from:
- Definition
Attributes
- Inherited from:
- WithOptions
Attributes
- Definition Classes
- Inherited from:
- WithOptions
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Definition Classes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Container
Attributes
- Definition Classes
- Inherited from:
- VitalDefinition
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Definition
Implicits
Inherited implicits
Implicit conversion of boolean to Int for easier computation of statistics below
Implicit conversion of boolean to Int for easier computation of statistics below
Value parameters
- b
-
The boolean to convert to an Int
Attributes
- Returns
- Inherited from:
- VitalDefinition