Uses of Class
gridiq.simulation.Project

Packages that use Project
gridiq GridIQ - A test bed for smart grid agents This package contains the main runnable class and classes which are used to initialise the system. 
gridiq.simulation GridIQ - A test bed for smart grid agents This package contains core classes for running simulations. 
 

Uses of Project in gridiq
 

Methods in gridiq that return Project
 Project ProjectParser.readProject(java.io.File projectFile)
          Parses the given project file.
 

Uses of Project in gridiq.simulation
 

Methods in gridiq.simulation with parameters of type Project
 void SimulationController.initialise(Project proj)
          Initialises the simulation according to the given project configuration.