UserStory

com.reactific.riddl.language.AST.UserStory
case class UserStory(loc: At, user: UserRef, capability: LiteralString, benefit: LiteralString) extends RiddlValue

An agile user story definition in the usual "As a {role} I want {capability} so that {benefit}" style.

Value parameters

benefit

The benefit of that utilization

capability

The capability the user wishes to utilize

loc

Location of the user story

user

The user, or instigator, of the story.

Attributes

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

Members list

Value members

Concrete methods

def format: String

Format the node to a string

Format the node to a string

Attributes

override def isEmpty: Boolean

determine if this node is empty or not.

determine if this node is empty or not. Non-containers are always empty

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
RiddlNode

Determine if this node is a container or not

Determine if this node is a container or not

Attributes

Inherited from:
RiddlNode

Attributes

Inherited from:
RiddlNode
final def nonEmpty: Boolean

Attributes

Inherited from:
RiddlNode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product