| Package | Description |
|---|---|
| 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 | |
| org.colomoto.biolqm.service |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanizeService
A service for model booleanization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferingService
A service to add buffer components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PerturbationService
Service to apply perturbations to Logical Models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReductionService
Orchestrator for model reduction tools
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReverseService
Wrap the reverser code into the ModelModifier interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SanitizeService
A service for model cleanups and sanity checks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubmodelService |
| Modifier and Type | Class and Description |
|---|---|
class |
SubSpaceService
Modifier Service for subspace restriction
|
| Modifier and Type | Method and Description |
|---|---|
static ModelModifierService |
LQMServiceManager.getModifier(String name)
Get the service for a given ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<ModelModifierService> |
LQMServiceManager.getModifiers()
Get the available model modifier services.
|
Copyright © 2012–2020. All rights reserved.