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