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

Packages that use Script
com.sodius.mdw.core.eval.project Provides a description of the contents of a project : templates, rules and scripts. 
 

Uses of Script in com.sodius.mdw.core.eval.project
 

Methods in com.sodius.mdw.core.eval.project that return types with arguments of type Script
 Collection<Script> Type.getAllScripts()
          Returns all scripts defined on the super-type hierarchy of this type in the project scope.
 Collection<Script> Type.getScripts()
          Returns the scripts defined on this type in the project scope.