LocalVariable

onera.pmlanalyzer.views.dependability.model.LocalVariable
case class LocalVariable[T](id: VariableId, evalFun: () => Option[T]) extends Variable[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Variable[T]
trait Expr[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def eval(): Option[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Variable -> Any
Inherited from:
Variable