com.sodius.mdw.core.eval.project
Interface ProjectUnit

All Superinterfaces:
ProjectElement
All Known Subinterfaces:
RuleSet, TextTemplate

public interface ProjectUnit
extends ProjectElement

Base class for text templates and rule sets contained in a project.

This interface is not intended to be implemented by clients.


Method Summary
 String getQualifiedName()
          Returns the qualified name of this unit, without the file extension ("myPackage.myTemplate" for example).
 
Methods inherited from interface com.sodius.mdw.core.eval.project.ProjectElement
getLocation, getName, getParameterCount, getParameters, getVisibility
 

Method Detail

getQualifiedName

String getQualifiedName()
Returns the qualified name of this unit, without the file extension ("myPackage.myTemplate" for example). This qualified name is used to reference a text template or & rule set during evaluations.

Returns:
the project unit qualified name.
See Also:
EvaluationContext.generate(String, List), EvaluationContext.evaluateRule(String, List, String, List)