SystemEvent

csw.params.events.SystemEvent
See theSystemEvent companion class
object SystemEvent

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(source: Prefix, eventName: EventName): SystemEvent

The apply method is used to create SystemEvent command by end-user. eventId is not accepted and will be created internally to guarantee unique value.

The apply method is used to create SystemEvent command by end-user. eventId is not accepted and will be created internally to guarantee unique value.

Value parameters

eventName

the name of event

source

prefix representing source of the event

Attributes

Returns

a new instance of SystemEvent with auto-generated eventId, eventTime and empty paramSet

def apply(source: Prefix, eventName: EventName, paramSet: Set[Parameter[_]]): SystemEvent

The apply method is used to create SystemEvent command by end-user. eventId is not accepted and will be created internally to guarantee unique value.

The apply method is used to create SystemEvent command by end-user. eventId is not accepted and will be created internally to guarantee unique value.

Value parameters

eventName

the name of event

paramSet

an initial set of parameters (keys with values)

source

prefix representing source of the event

Attributes

Returns

a new instance of SystemEvent with auto-generated eventId and eventTime