object PingPongPort extends Port
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PingPongPort
- Port
- PortType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def hasEvent(arg0: Boolean, arg1: Class[_ <: KompicsEvent]): Boolean
- Definition Classes
- PortType
- final def hasNegative(arg0: Class[_ <: KompicsEvent]): Boolean
- Definition Classes
- PortType
- final def hasPositive(arg0: Class[_ <: KompicsEvent]): Boolean
- Definition Classes
- PortType
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def indication(event: KompicsEvent): Unit
Declate the given event object as an indication on this port.
Declate the given event object as an indication on this port.
- event
the event object to be declared
- Definition Classes
- Port
- def indication[E <: KompicsEvent](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[E]): Unit
Declate the given event type as an indication on this port.
Declate the given event type as an indication on this port.
- E
the event type to be declared
- Definition Classes
- Port
- final def indication(arg0: Class[_ <: KompicsEvent]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- PortType
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def negative(arg0: Class[_ <: KompicsEvent]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- PortType
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def positive(arg0: Class[_ <: KompicsEvent]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- PortType
- def request(event: KompicsEvent): Unit
Declate the given event object as a request on this port.
Declate the given event object as a request on this port.
- event
the event object to be declared
- Definition Classes
- Port
- def request[E <: KompicsEvent](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[E]): Unit
Declate the given event type as a request on this port.
Declate the given event type as a request on this port.
- E
the event type to be declared
- Definition Classes
- Port
- final def request(arg0: Class[_ <: KompicsEvent]): Unit
- Attributes
- protected[kompics]
- Definition Classes
- PortType
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toString(): String
- Definition Classes
- PortType → AnyRef → Any
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])