OutputPort

onera.pmlanalyzer.views.dependability.model.OutputPort
case class OutputPort[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]
Implicitly added by toOptionList
def eval(): Option[T]
def |+|(that: OutputPort[T]): List[OutputPort[T]]
Implicitly added by toOptionList
def |+|(that: OutputPort[T]): List[OutputPort[T]]

Inherited methods

def productElementNames: Iterator[String]
Implicitly added by toOptionList

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]
Implicitly added by toOptionList

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