SequenceDiagram

com.reactific.riddl.diagrams.mermaid.SequenceDiagram
case class SequenceDiagram(sds: SequenceDiagramSupport, useCase: UseCase) extends FileBuilder

A class to generate the sequence diagrams for an Epic

Value parameters

epic

The epic from which to draw use cases instances and convert into sequence diagrams

parents

The parents of the epic within the model

sds

The SequenceDiagramSupport implementation that provides information for the SequenceDiagram

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FileBuilder
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ndnt(width: Int): String

Inherited methods

def clear: Unit

Attributes

Inherited from:
FileBuilder
def nl: FileBuilder.this.type

Attributes

Inherited from:
FileBuilder

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
FileBuilder
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
FileBuilder -> Any
Inherited from:
FileBuilder

Concrete fields

final val indent_per_level: 4

Inherited fields

val newLine: String

Attributes

Inherited from:
FileBuilder
protected val sb: StringBuilder

Attributes

Inherited from:
FileBuilder