Uses of Interface
com.sodius.mdw.core.eval.project.Project

Packages that use Project
com.sodius.mdw.core.eval Contains the evaluation framework to launch evaluations of templates, rules and scripts. 
 

Uses of Project in com.sodius.mdw.core.eval
 

Methods in com.sodius.mdw.core.eval that return Project
 Project EvaluationContext.getProject()
          Return the project in which the evaluation takes place.
 Project EvaluationManager.loadProject(File file)
          Loads the specified project.
 

Methods in com.sodius.mdw.core.eval with parameters of type Project
 EvaluationResult EvaluationManager.evaluate(Project project, Evaluable evaluable, ProgressMonitor monitor)
          Launches an evaluation based on the specified project.