@MetaInfServices(value=ModelModifierService.class) public class ReductionService extends BaseService implements ModelModifierService
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The identifier used to retrieve this service by name
|
| Constructor and Description |
|---|
ReductionService()
Public constructor which should only be used for service discovery.
|
| Modifier and Type | Method and Description |
|---|---|
ReductionModifier |
getModifier(LogicalModel model)
Get a new modifier object.
|
getAliases, getDescription, getID, getMultivaluedSupport, getName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetModifier, modify, modifygetAliases, getDescription, getID, getMultivaluedSupport, getNamepublic static final String ID
public ReductionService()
public ReductionModifier getModifier(LogicalModel model)
ModelModifierServicegetModifier in interface ModelModifierServicemodel - the model to modifyCopyright © 2012–2020. All rights reserved.