Measure

folap.modeldefinition.Measure
case class Measure(name: String, typology: MeasureType)

A class representing a DSL Measure.

Each Measure is defined by a name and a typology that restricts it to one of the allowed numeric types defined in MeasureType.

Value parameters

name

the name of the measure

typology

the numeric type of the measure (must be one of: Int, Long, Float, Double)

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product