|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.interactive_instruments.ShapeChange.Transformation.Naming.NamingModifier
public class NamingModifier
Encapsulates the logic for execution of rules that modify the naming of application schema elements.
Field Summary | |
---|---|
static String |
DEFAULT_SUFFIX
Default suffix used for adding a suffix to model element names, in case that the configuration parameter "suffix" is not used. |
static String |
PARAM_SUFFIX
Identifier of the parameter that provides the suffix to add. |
static String |
PARAM_SUFFIX_REGEX
Identifier of the parameter that defines the regular expression for matching model element names to add a suffix. |
static String |
RULE_TRF_ADD_SUFFIX
Identifies the rule used for adding a suffix to the name of specific model elements. |
Constructor Summary | |
---|---|
NamingModifier()
|
Method Summary | |
---|---|
String |
message(int mnr)
Return a message for a message number. |
void |
process(GenericModel genModel,
Options options,
TransformerConfiguration trfConfig,
ShapeChangeResult result)
Processes the model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PARAM_SUFFIX
public static final String PARAM_SUFFIX_REGEX
public static final String RULE_TRF_ADD_SUFFIX
public static final String DEFAULT_SUFFIX
Constructor Detail |
---|
public NamingModifier()
Method Detail |
---|
public void process(GenericModel genModel, Options options, TransformerConfiguration trfConfig, ShapeChangeResult result) throws ShapeChangeAbortException
Transformer
process
in interface Transformer
genModel
- The model to process.options
- Options to control the process execution.result
- Logging target.
ShapeChangeAbortException
Transformer.process(de.interactive_instruments.ShapeChange.Model.Generic.GenericModel,
de.interactive_instruments.ShapeChange.Options,
de.interactive_instruments.ShapeChange.TransformerConfiguration,
de.interactive_instruments.ShapeChange.ShapeChangeResult)
public String message(int mnr)
MessageSource
message
in interface MessageSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |