MeasureName

folap.modeldefinition.MeasureDSL.MeasureName
class MeasureName(val name: String)

Intermediate representation of a measure's name.

Value parameters

name

the name assigned to the measure

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

infix def as(typology: MeasureType): Measure
Extension method from MeasureDSL

Extension method for Measurename to complete a Measure definition by assigning its typology.

Extension method for Measurename to complete a Measure definition by assigning its typology.

Value parameters

typology

the static type of the measure (e.g., Int, Long, Float, Double)

Attributes

Returns

a Measure instance with the specified name and typology

Concrete fields

val name: String