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