ParallelInteractions
com.reactific.riddl.language.AST.ParallelInteractions
case class ParallelInteractions(loc: At, id: Identifier, contents: Seq[Interaction], brief: Option[LiteralString], description: Option[Description]) extends Interaction
An interaction expression that specifies that each contained expression should be executed in parallel
Value parameters
- brief
-
A brief description of the parallel group
- contents
-
The expressions to execute in parallel
- loc
-
Location of the parallel group
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Interactiontrait UseCaseDefinitiontrait Definitiontrait Container[Definition]trait BrieflyDescribedValuetrait DescribedValuetrait RiddlValuetrait RiddlNodeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- BrieflyDescribedValue
Attributes
- Inherited from:
- DescribedValue
Format the node to a string
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- BrieflyDescribedValue
Attributes
- Definition Classes
- Inherited from:
- Definition
Attributes
- Inherited from:
- DescribedValue
Attributes
- Inherited from:
- Definition
Attributes
- Inherited from:
- Definition
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
- Inherited from:
- Definition
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Definition
In this article