abstract case class ExecutableEvent() extends ExecutableEventSyntax with Product with Serializable
The meaning of an inport or outport events is represented by a (concrete)
ExecutableEvent
. Alternation constructs work by choosing an executable event
that is ready for execution, then running it.
- Alphabetic
- By Inheritance
- ExecutableEvent
- Serializable
- Serializable
- Product
- Equals
- ExecutableEventSyntax
- Event
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ExecutableEvent()
Abstract Value Members
-
abstract
def
isFeasible: Boolean
Is the associated guard true and the associated port open
-
abstract
def
isOpen: Boolean
Is the associated port open
-
abstract
def
portState: PortState
Return the current state of this event's port
-
abstract
def
register(alt: Runnable, theIndex: Int): PortState
Register the given running alternation with this event's port and return the current state of the port
-
abstract
def
run(): Unit
Run the event
-
abstract
def
unregister: PortState
Unregister any running alternation from this event's port and return the current state of the port.
Concrete 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalize(): NormalAlt
Recover the events, deadline, and alternative clauses ready for execution as the body of an alternation.
Recover the events, deadline, and alternative clauses ready for execution as the body of an alternation.
- Definition Classes
- Event
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toNormalizedString: String
- Definition Classes
- Event
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
|(other: OrElseEvent): OrElseEvent
- Definition Classes
- ExecutableEventSyntax
-
def
|(other: AfterEvent): AfterEvent
- Definition Classes
- ExecutableEventSyntax
-
def
|(other: ExecutableEventSyntax): InfixEventSyntax
- Definition Classes
- ExecutableEventSyntax