MeasureWord

folap.modeldefinition.MeasureDSL.MeasureWord
case class MeasureWord()

Class that provides the named infix method to specify a measure name.

Attributes

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

Members list

Value members

Concrete methods

infix def named(name: String): MeasureName

Associates a name to a Measure.

Associates a name to a Measure.

Value parameters

name

the name of the measure

Attributes

Returns

a MeasureName wrapping the provided name

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product