@ProviderFor(value=ModelModifierService.class) public class ModelReverserService extends AbstractModelModifierService
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The identifier used to retrieve this service by name
|
| Constructor and Description |
|---|
ModelReverserService()
Public constructor which should only be used for service discovery.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalModel |
getModifiedModel(LogicalModel model)
Shorthand to retrieve a modified model without requiring a parameter String.
|
ModelModifier |
getModifier(LogicalModel model)
Shorthand to retrieve a modifier without requiring a parameter String.
|
ModelModifier |
getModifier(LogicalModel model,
String parameters)
Setup a new modifier object.
|
getDescription, getID, getModifiedModel, getNamepublic static final String ID
public ModelReverserService()
public ModelModifier getModifier(LogicalModel model, String parameters)
ModelModifierServicemodel - the model to modifyparameters - a string to setup the modifier if applicablepublic ModelModifier getModifier(LogicalModel model)
model - the model to be reversedpublic LogicalModel getModifiedModel(LogicalModel model)
model - the model to be reversedCopyright © 2012-2017. All Rights Reserved.