Skip to content

Fork / Join

The concurrency primitives from activity diagrams (fork and join) are only supported as stubs in the code generator. The default behavior is to sequentially execute the concurrent paths. This behavior can be changed in the code generator where the element IFork is handled.

SourceCodeBuilders.Uml2C.CodeWriters.AnsiCCodeWriter.GetCode(IFork<IMyNamedElement> fork)