Builder

onera.pmlanalyzer.views.patterns.model.Builder
case class Builder(content: String, short: Option[String], implementation: Option[String], textWidth: Option[Int], width: Option[Int])

Attributes

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

Members list

Concise view

Value members

Concrete methods

def backing(s: String): Strategy
def defeater(s: String): Strategy
def implementation(i: String): Builder
def short(s: String): Builder
def size(s: Int): Builder
def width(s: Int): Builder

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product