Class ForestSpec.Transformation
Object
Transformation
- Enclosing class:
- ForestSpec
Represents a transformation, which is a call to a generator with specified parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionTransformation(String module, Map<String, Object> params) Creates a transformation. -
Method Summary
-
Constructor Details
-
Transformation
Creates a transformation.
Note that the generator, referred by
module, must not be an Inserter. Although Structure does not verify the type of the generator passed here, the results of passing an Inserter are not defined.- Parameters:
module- complete module key of the generator moduleparams- optional map with generator parameters- See Also:
-
-
Method Details