Variable

onera.pmlanalyzer.views.dependability.model.Variable
See theVariable companion object
sealed trait Variable[T] extends Expr[T]

Attributes

Companion:
object
Graph
Supertypes
trait Expr[T]
class Object
trait Matchable
class Any
Known subtypes
class InputPort[T]
class LocalVariable[T]
class OutputPort[T]

Members list

Concise view

Value members

Abstract methods

def eval(): Option[T]

Concrete methods

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
Any

Abstract fields