DMap

onera.pmlanalyzer.views.dependability.model.DMap
case class DMap[T](m: Map[TargetId, Expr[T]]) extends Expr[Map[TargetId, T]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Expr[Map[TargetId, T]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def eval(): Option[Map[TargetId, T]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product