case class DecoupledForwardChannel(readySink: Option[ReferenceTarget], validSource: Option[ReferenceTarget], readySource: Option[ReferenceTarget], validSink: Option[ReferenceTarget]) extends FAMEChannelInfo with Product with Serializable
Indicates that a channel connection is the forward (valid) half of a decoupled target connection.
- readySink
sink port component of the corresponding reverse channel
- validSource
valid port component from this channel's sources
- readySource
source port component of the corresponding reverse channel
- validSink
valid port component from this channel's sinks
- Note
(readySink, validSource) are on one model, (readySource, validSink) on the other
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DecoupledForwardChannel
- Serializable
- Product
- Equals
- FAMEChannelInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DecoupledForwardChannel(readySink: Option[ReferenceTarget], validSource: Option[ReferenceTarget], readySource: Option[ReferenceTarget], validSink: Option[ReferenceTarget])
- readySink
sink port component of the corresponding reverse channel
- validSource
valid port component from this channel's sources
- readySource
source port component of the corresponding reverse channel
- validSink
valid port component from this channel's sinks
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val readySink: Option[ReferenceTarget]
- val readySource: Option[ReferenceTarget]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def update(renames: RenameMap): DecoupledForwardChannel
- Definition Classes
- DecoupledForwardChannel → FAMEChannelInfo
- val validSink: Option[ReferenceTarget]
- val validSource: Option[ReferenceTarget]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])