Claim

onera.pmlanalyzer.views.patterns.model.Claim
See theClaim companion object
case class Claim(label: String, short: Option[String], implementation: Option[String], textWidth: Option[Int], width: Option[Int], strategy: Strategy, evidences: Evidence*) extends Evidence

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Evidence
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def allRef: Set[Claim]
def evidence(s: String): Claim
def evidenceRef(claim: Claim): Claim
def given(s: String): Claim

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product