public class ModelReverser extends Object implements ModelModifier
ReverseOperation to properly create a new model capable of
generating the reverse dynamics.| Constructor and Description |
|---|
ModelReverser(LogicalModel model)
Prepare a Model modifier for model reversal.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalModel |
getModifiedModel()
Apply the modifier and retrieve the new model
|
void |
reverse()
Reverse the dynamics of all variables.
|
public ModelReverser(LogicalModel model)
model - The odel to be reversedpublic void reverse()
public LogicalModel getModifiedModel()
ModelModifiergetModifiedModel in interface ModelModifierCopyright © 2012-2017. All Rights Reserved.