(.js)
laraImport("antarex.margot.config.MargotConfig");
(.lara)
import antarex.margot.config.MargotConfig;
Classes:
new MargotConfig()This class holds the data needed to generate an XML configuration file for the autotuner.
addBlock(block)Adds the provided block to the list of blocks.
build([filePath])Generates the XML code and writes it to the file, if a file path is provided.
newBlock(blockName)Builds a block, adds it to the list of blocks, and returns it.