SequenceDiagrammer

com.reactific.riddl.hugo.SequenceDiagrammer
case class SequenceDiagrammer(state: HugoTranslatorState, story: Epic, parents: Seq[Definition]) extends FileBuilder

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 makeParticipant(definition: Definition): Unit

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

Inherited fields

val newLine: String

Attributes

Inherited from:
FileBuilder
protected val sb: StringBuilder

Attributes

Inherited from:
FileBuilder