case class FAMEChannelConnectionAnnotation(globalName: String, channelInfo: FAMEChannelInfo, clock: Option[ReferenceTarget], sources: Option[Seq[ReferenceTarget]], sinks: Option[Seq[ReferenceTarget]]) extends Annotation with FAMEAnnotation with HasSerializationHints with Product with Serializable
An annotation that describes the top-level connectivity of channels on different model instances.
- globalName
a globally unique name for this channel connection
- channelInfo
describes the type of the channel (Wire, Forward/Reverse Decoupled)
- clock
the *source* of the clock (if any) associated with this channel
- Note
The clock source must be a port on the model side of the channel
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FAMEChannelConnectionAnnotation
- Serializable
- HasSerializationHints
- FAMEAnnotation
- Annotation
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FAMEChannelConnectionAnnotation(globalName: String, channelInfo: FAMEChannelInfo, clock: Option[ReferenceTarget], sources: Option[Seq[ReferenceTarget]], sinks: Option[Seq[ReferenceTarget]])
- globalName
a globally unique name for this channel connection
- channelInfo
describes the type of the channel (Wire, Forward/Reverse Decoupled)
- clock
the *source* of the clock (if any) associated with this channel
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
- val channelInfo: FAMEChannelInfo
- val clock: Option[ReferenceTarget]
- 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
- def getBridgeModule(): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getTargets: Seq[ReferenceTarget]
- Definition Classes
- FAMEChannelConnectionAnnotation → Annotation
- val globalName: String
- 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
- def serialize: String
- Definition Classes
- Annotation
- val sinks: Option[Seq[ReferenceTarget]]
- val sources: Option[Seq[ReferenceTarget]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def typeHints: Seq[Class[_]]
- Definition Classes
- FAMEChannelConnectionAnnotation → HasSerializationHints
- def update(renames: RenameMap): Seq[Annotation]
- Definition Classes
- FAMEChannelConnectionAnnotation → Annotation
- 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])