EventWord

folap.modeldefinition.EventBuilder.EventWord
case class EventWord()

The case class representing an Event builder instance

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def named(name: String): Event

Creates an empty Event from a string representing its name

Creates an empty Event from a string representing its name

Value parameters

name

the name to set for the Event

Attributes

Returns

a new Event with the name

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product