BoolExpr

onera.pmlanalyzer.views.dependability.model.BoolExpr
sealed trait BoolExpr extends Expr[Boolean]

Attributes

Graph
Supertypes
trait Expr[Boolean]
class Object
trait Matchable
class Any
Known subtypes
class And
class Equal
class Not
class Or
Inherited
  • Not inherited
  • Expr

Members list

Concise view

Value members

Inherited methods

def eval(): Option[T]

Attributes

Inherited from:
Expr