Codegen
folap.modeldefinition.Codegen
object Codegen
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Codegen.type
Members list
Value members
Concrete methods
Generate the Scala code for the given Dimension
Generate the Scala code for the given Dimension
Value parameters
- dimension
-
The dimension to generate
Attributes
- Returns
-
The generated code
Map the MeasureType to a Scala type as a String
Map the MeasureType to a Scala type as a String
Value parameters
- t
-
the Measure's type
Attributes
- Returns
-
the type as a string
Generate the code for a Measure
Generate the code for a Measure
Value parameters
- m
-
the Measure to be generated
Attributes
- Returns
-
the generated code for the provided Measure
In this article