# Functions
ExperimentName returns the name of an experiment corresponding to the application.
GetObjective returns the goals of an objective, if possible.
GetScenario returns the named scenario from the application, if possible.
GuessScenarioAndObjective attempts to match an experiment name back to the scenario and objective names used to generate it.
WorkingDirectory returns the directory the application was loaded from.
# Structs
DocumentationFilter looks for Application instances and attempts to annotate them with comments that might help people finish writing their app.yaml.
Generator is use to generate application definitions.