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

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

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

Methods in com.sodius.mdw.core.eval.project that return Type
 Type Script.getType()
          Returns the type this script is defined on.
 

Methods in com.sodius.mdw.core.eval.project that return types with arguments of type Type
 Collection<Type> Project.getRootTypes()
          Returns the collection of root types (with no super-types) on which at least one script is defined.
 Collection<Type> Type.getSubTypes()
          Returns a collection of sub-types which define at least one script in the project scope.
 Collection<Type> Type.getSuperTypes()
          Returns a collection of super-types which define at least one script in the project scope.
 Collection<Type> Project.getTypes()
          Returns the collection of types on which at least one script is defined.