| Package | Description |
|---|---|
| org.colomoto.biolqm.modifier | |
| org.colomoto.biolqm.modifier.booleanize |
Construct Boolean versions of Multi-valued models
|
| org.colomoto.biolqm.modifier.perturbation |
Perturbation of logical models: local modifications of its logical functions.
|
| org.colomoto.biolqm.modifier.reduction |
model modification: remove components from the core.
|
| org.colomoto.biolqm.modifier.reverse |
model modification: creates a new model capable of generating the reverse dynamics.
|
| org.colomoto.biolqm.modifier.subspace |
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
ModelModifierService.getModifier(LogicalModel model,
String parameters)
Setup a new modifier object.
|
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
ModelBooleanizerService.getModifier(LogicalModel model) |
ModelModifier |
ModelBooleanizerService.getModifier(LogicalModel model,
String parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
PerturbationModifier |
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
PerturbationService.getModifier(LogicalModel model,
String parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReductionModifier |
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
ModelReductionService.getModifier(LogicalModel model,
ReductionSettings settings) |
ModelModifier |
ModelReductionService.getModifier(LogicalModel model,
String parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelReverser
Wrap
ReverseOperation to properly create a new model capable of
generating the reverse dynamics. |
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
ModelReverserService.getModifier(LogicalModel model)
Shorthand to retrieve a modifier without requiring a parameter String.
|
ModelModifier |
ModelReverserService.getModifier(LogicalModel model,
String parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubSpaceRestriction
Model Modifier to restrict a model into a subspace.
|
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
SubSpaceService.getModifier(LogicalModel model,
String parameters) |
Copyright © 2012-2017. All Rights Reserved.