public class LinkedDocumentTransformer extends Object implements Transformer, MessageSource
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_PREPEND_TEXT_HORIZONTALLINE |
static String |
PARAM_PREPEND_TEXT_VALUE |
static String |
RULE_PREPEND_TEXT |
Constructor and Description |
---|
LinkedDocumentTransformer() |
Modifier and Type | Method and Description |
---|---|
String |
message(int mnr)
Return a message for a message number.
|
void |
process(GenericModel model,
Options options,
TransformerConfiguration config,
ShapeChangeResult result)
Processes the model.
|
public static final String PARAM_PREPEND_TEXT_VALUE
public static final String PARAM_PREPEND_TEXT_HORIZONTALLINE
public static final String RULE_PREPEND_TEXT
public void process(GenericModel model, Options options, TransformerConfiguration config, ShapeChangeResult result) throws ShapeChangeAbortException
Transformer
process
in interface Transformer
model
- The model to process.options
- Options to control the process execution.result
- Logging target.ShapeChangeAbortException
public String message(int mnr)
MessageSource
message
in interface MessageSource
Copyright © 2018. All rights reserved.