UseCaseDiagramData
com.ossuminc.riddl.passes.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
- Source
- DiagramsPass.scala
- Graph
-
- Supertypes
Members list
In this article