Packages

object PingPongPort extends Port

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PingPongPort
  2. Port
  3. PortType
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. final def hasEvent(arg0: Boolean, arg1: Class[_ <: KompicsEvent]): Boolean
    Definition Classes
    PortType
  10. final def hasNegative(arg0: Class[_ <: KompicsEvent]): Boolean
    Definition Classes
    PortType
  11. final def hasPositive(arg0: Class[_ <: KompicsEvent]): Boolean
    Definition Classes
    PortType
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. 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
  14. 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
  15. final def indication(arg0: Class[_ <: KompicsEvent]): Unit
    Attributes
    protected[kompics]
    Definition Classes
    PortType
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def negative(arg0: Class[_ <: KompicsEvent]): Unit
    Attributes
    protected[kompics]
    Definition Classes
    PortType
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def positive(arg0: Class[_ <: KompicsEvent]): Unit
    Attributes
    protected[kompics]
    Definition Classes
    PortType
  22. 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
  23. 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
  24. final def request(arg0: Class[_ <: KompicsEvent]): Unit
    Attributes
    protected[kompics]
    Definition Classes
    PortType
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def toString(): String
    Definition Classes
    PortType → AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Port

Inherited from PortType

Inherited from AnyRef

Inherited from Any

Ungrouped