| Package | Description |
|---|---|
| org.colomoto.biolqm.modifier |
Modifications of logical models.
|
| org.colomoto.biolqm.modifier.booleanize |
Construct Boolean versions of Multi-valued models
|
| org.colomoto.biolqm.modifier.buffer |
Expand a model using "buffer components".
|
| 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.sanitize |
Cleanups and sanity-checks, preserving the same model
|
| org.colomoto.biolqm.modifier.submodel | |
| org.colomoto.biolqm.modifier.subspace |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseModifier |
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
ModelModifierService.getModifier(LogicalModel model)
Get a new modifier object.
|
default ModelModifier |
ModelModifierService.getModifier(LogicalModel model,
String parameters)
Setup a new modifier object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanizeModifier
Construct a Boolean version of a multi-valued model.
|
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
BooleanizeService.getModifier(LogicalModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferingModifier |
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
BufferingService.getModifier(LogicalModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
PerturbationModifier |
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
PerturbationService.getModifier(LogicalModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
PatternReduction |
class |
ReductionModifier |
| Modifier and Type | Class and Description |
|---|---|
class |
ReverseModifier
Wrap
ReverseOperation to properly create a new model capable of
generating the reverse dynamics. |
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
ReverseService.getModifier(LogicalModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
SanitizeModifier |
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
SanitizeService.getModifier(LogicalModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubmodelModifier
Given a list of component names, this modifier will extract a sub-model containing:
- the given list of components,
- all dependent components of these nodes (involved in the logical functions) as input components (if they are not fixed values).
|
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
SubmodelService.getModifier(LogicalModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubSpaceModifier
Model Modifier to restrict a model into a subspace.
|
| Modifier and Type | Method and Description |
|---|---|
ModelModifier |
SubSpaceService.getModifier(LogicalModel model) |
Copyright © 2012–2020. All rights reserved.