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