class InPortEventExtended[+T] extends ExecutableEvent
Executable event corresponding to guard && port =??=> body
- Alphabetic
- By Inheritance
- InPortEventExtended
- ExecutableEvent
- Serializable
- Serializable
- Product
- Equals
- ExecutableEventSyntax
- Event
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
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
-
def
isFeasible: Boolean
Is the associated guard true and the associated port open
Is the associated guard true and the associated port open
- Definition Classes
- InPortEventExtended → ExecutableEvent
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isOpen: Boolean
Is the associated port open
Is the associated port open
- Definition Classes
- InPortEventExtended → ExecutableEvent
-
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
-
def
portState: PortState
Return the current state of this event's port
Return the current state of this event's port
- Definition Classes
- InPortEventExtended → ExecutableEvent
-
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
Register the given running alternation with this event's port and return the current state of the port
- Definition Classes
- InPortEventExtended → ExecutableEvent
-
def
run(): Unit
Run the event
Run the event
- Definition Classes
- InPortEventExtended → ExecutableEvent
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toNormalizedString: String
- Definition Classes
- Event
-
def
toString(): String
- Definition Classes
- InPortEventExtended → ExecutableEvent → AnyRef → Any
-
def
unregister: PortState
Unregister any running alternation from this event's port and return the current state of the port.
Unregister any running alternation from this event's port and return the current state of the port.
- Definition Classes
- InPortEventExtended → ExecutableEvent
-
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