public interface ModelModifierService extends Service
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
getModifier(LogicalModel model)
Get a new modifier object.
|
default ModelModifier |
getModifier(LogicalModel model,
String parameters)
Setup a new modifier object.
|
default LogicalModel |
modify(LogicalModel model)
Apply a modifier with the default parameters.
|
default LogicalModel |
modify(LogicalModel model,
String parameters)
Setup a modifier and directly retrieve the modified model.
|
getAliases, getDescription, getID, getMultivaluedSupport, getNamedefault ModelModifier getModifier(LogicalModel model, String parameters)
model - the model to modifyparameters - a string to setup the modifier if applicableModelModifier getModifier(LogicalModel model)
model - the model to modifydefault LogicalModel modify(LogicalModel model, String parameters) throws Exception
model - the model to be modifiedparameters - the setting String (can be empty for some modifiers)Exception - in case of error (following the Task interface)default LogicalModel modify(LogicalModel model) throws Exception
model - the original modelException - in case of error (following the Task interface)Copyright © 2012–2020. All rights reserved.