InputPort

onera.pmlanalyzer.views.dependability.model.InputPort
See theInputPort companion object
class InputPort[T](val id: VariableId) extends Variable[T]

Attributes

Companion:
object
Graph
Supertypes
trait Variable[T]
trait Expr[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def :=[U](other: List[OutputPort[U]])(implicit linker: Linker, ev: Leibniz[Nothing, Any, List[U], T]): Unit
def :=(other: OutputPort[T])(implicit linker: Linker): Unit
def :=(other: InputPort[T])(implicit linker: Linker): Unit
def :=(f: => Option[T]): Unit
def eval(): Option[T]

Inherited 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
Variable -> Any
Inherited from:
Variable

Concrete fields