And

onera.pmlanalyzer.views.dependability.model.And
case class And(l: BoolExpr*) extends BoolExpr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BoolExpr
trait Expr[Boolean]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def eval(): Option[Boolean]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product