case class PiEventResult[KeyT](i: PiInstance[KeyT], res: Any, metadata: PiMetadataMap = PiMetadata()) extends PiEvent[KeyT] with PiEventFinish[KeyT] with Product with Serializable
Denotes the successful completion of execution of a CompositeProcess.
- KeyT
The type used to identify PiInstances.
- i
PiInstance representing the terminal state of this PiProcess.
- res
The corresponding
result
object of this CompositeProcess.- metadata
Metadata object.
- Alphabetic
- By Inheritance
- PiEventResult
- Serializable
- Serializable
- Product
- Equals
- PiEventFinish
- PiEvent
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
PiEventResult(i: PiInstance[KeyT], res: Any, metadata: PiMetadataMap = PiMetadata())
- i
PiInstance representing the terminal state of this PiProcess.
- res
The corresponding
result
object of this CompositeProcess.- metadata
Metadata object.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from PiEventResult[KeyT] to any2stringadd[PiEventResult[KeyT]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (PiEventResult[KeyT], B)
- Implicit
- This member is added by an implicit conversion from PiEventResult[KeyT] to ArrowAssoc[PiEventResult[KeyT]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asString: String
- Definition Classes
- PiEventResult → PiEvent
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
ensuring(cond: (PiEventResult[KeyT]) ⇒ Boolean, msg: ⇒ Any): PiEventResult[KeyT]
- Implicit
- This member is added by an implicit conversion from PiEventResult[KeyT] to Ensuring[PiEventResult[KeyT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (PiEventResult[KeyT]) ⇒ Boolean): PiEventResult[KeyT]
- Implicit
- This member is added by an implicit conversion from PiEventResult[KeyT] to Ensuring[PiEventResult[KeyT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): PiEventResult[KeyT]
- Implicit
- This member is added by an implicit conversion from PiEventResult[KeyT] to Ensuring[PiEventResult[KeyT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): PiEventResult[KeyT]
- Implicit
- This member is added by an implicit conversion from PiEventResult[KeyT] to Ensuring[PiEventResult[KeyT]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from PiEventResult[KeyT] to StringFormat[PiEventResult[KeyT]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val i: PiInstance[KeyT]
-
def
id: KeyT
Retrieve the unique PiInstance ID associated with this event.
Retrieve the unique PiInstance ID associated with this event.
- returns
A unique ID of type
KeyT
.
- Definition Classes
- PiEventResult → PiEvent
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
metadata: PiMetadataMap
Holds the various measures for the time this event happened.
Holds the various measures for the time this event happened.
- Definition Classes
- PiEventResult → PiEvent
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
rawTime: Long
- returns
The system time (in milliseconds) when this PiEvent actually occurred during computation.
- Definition Classes
- PiEvent
- val res: Any
-
def
simTime: Long
- returns
The simulated time (in its own units) when the real-life event that is represented by this PiEvent occured.
- Definition Classes
- PiEvent
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... ) @native()
-
def
→[B](y: B): (PiEventResult[KeyT], B)
- Implicit
- This member is added by an implicit conversion from PiEventResult[KeyT] to ArrowAssoc[PiEventResult[KeyT]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc