public interface ModelModifierService extends Service
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Provide a brief description of parameters for the help message
|
LogicalModel |
getModifiedModel(LogicalModel model,
String parameters)
Setup a modifier and directly retrieve the modified model.
|
ModelModifier |
getModifier(LogicalModel model,
String parameters)
Setup a new modifier object.
|
String getDescription()
ModelModifier getModifier(LogicalModel model, String parameters)
model - the model to modifyparameters - a string to setup the modifier if applicableLogicalModel getModifiedModel(LogicalModel model, String parameters)
model - the model to be modifiedparameters - the setting String (can be empty for some modifiers)Copyright © 2012-2017. All Rights Reserved.