UseCaseDiagramData

com.ossuminc.riddl.diagrams.UseCaseDiagramData
case class UseCaseDiagramData(name: String, actors: Map[String, Definition], interactions: Seq[Interaction])

The information needed to generate a Use Case Diagram. The diagram for a use case is very similar to a Sequence Diagram showing the interactions between involved components of the model.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product