| Package | Description |
|---|---|
| org.colomoto.biolqm |
Core for the bioLQM toolkit:
Main data structures for Logical Models
Service loader and manager
Launcher and Command-Line Interface
Script mode
|
| 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 |
|---|---|
static <T extends ModelModifierService> |
LQMServiceManager.getModifier(Class<T> cl)
Get the service instance for a given class.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelModifierService |
LQMServiceManager.getModifier(String name)
Get the service for a given ID.
|
ModelModifierService |
LQMScriptLauncher.getModifier(String name)
Retrieve a modifier service.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<ModelModifierService> |
LQMServiceManager.getModifiers()
Get the available model modifier services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModelModifierService
A base class handling service discovery for model modifier services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelBooleanizerService
A service for model booleanization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PerturbationService
Service to apply perturbations to Logical Models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelReductionService
Orchestrator for model reduction tools
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelReverserService
Wrap the reverser code into the ModelModifier interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubSpaceService
Modifier Service for subspace restriction
|
Copyright © 2012-2017. All Rights Reserved.