Package com.sodius.mdw.core.eval.project

Provides a description of the contents of a project : templates, rules and scripts.

See:
          Description

Interface Summary
Location Defines the location of the resource which contains a project element.
ModelParameter A template or rule set model parameter.
Parameter An object parameter of a template, rule or script, which can represent any arbitrary Java class.
Project Describes the contents (template, rules & scripts) of a project.
ProjectElement An named element, part of a project.
ProjectUnit Base class for text templates and rule sets contained in a project.
Rule A top-level rule.
RuleSet A rule set, which defines rules.
Script An invocable script.
TextTemplate A text template, used to generate files based on wysiwyg text.
Type Describes a type on which scripts are defined.
 

Class Summary
DirectionKind Enumerations of known model parameter direction kinds.
VisibilityKind Enumerations of known rule and script visibilities.
 

Package com.sodius.mdw.core.eval.project Description

Provides a description of the contents of a project : templates, rules and scripts.