Package org.mpi_sws.jmc.runtime
Class JmcRuntimeEvent.Builder
java.lang.Object
org.mpi_sws.jmc.runtime.JmcRuntimeEvent.Builder
- Enclosing class:
JmcRuntimeEvent
A builder for constructing a
JmcRuntimeEvent object.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theJmcRuntimeEventobject.Adds a parameter to the event.Sets the parameters of the event.Sets the ID of the task that generated the event.type(JmcRuntimeEvent.Type type) Sets the type of the event.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
Sets the type of the event. -
taskId
Sets the ID of the task that generated the event. -
params
Sets the parameters of the event. -
param
Adds a parameter to the event. -
build
Builds theJmcRuntimeEventobject.
-