Event

folap.modeldefinition.Event
case class Event(name: String, dimensions: Seq[Dimension], measures: Seq[Measure])

The case class representing an Event

Value parameters

dimensions

the dimensions of the Event

measures

the measures of the Event

name

the name of the Event

Attributes

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

Members list

Value members

Concrete methods

def and(property: Dimension | Measure): Event

Appends a property of an Event to its sequence of properties of the same type

Appends a property of an Event to its sequence of properties of the same type

Value parameters

property

the dimension or measure to set for the Event

Attributes

Returns

a new Event with the property

def having(property: Dimension | Measure): Event

Sets a property of an empty Event

Sets a property of an empty Event

Value parameters

property

the dimension or measure to set for the Event

Attributes

Returns

a new Event with the property

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product