| 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.tool |
Tool definition, used to run actions from the command-line interface.
|
| org.colomoto.biolqm.tool.attractor |
Identification of the stable states of a logical model.
|
| org.colomoto.biolqm.tool.stablestate |
Identification of the stable states of a logical model.
|
| org.colomoto.biolqm.tool.trapspaces |
| Modifier and Type | Method and Description |
|---|---|
static <T extends LogicalModelTool> |
LQMServiceManager.getTool(Class<T> cl)
Get the tool service instance for a given class.
|
| Modifier and Type | Method and Description |
|---|---|
static LogicalModelTool |
LQMServiceManager.getTool(String name)
Get the tool declaration for a given ID.
|
LogicalModelTool |
LQMScriptLauncher.getTool(String name)
Retrieve a tool service.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<LogicalModelTool> |
LQMServiceManager.getTools()
Get the available tools.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTool<R,S>
Base class for the boring parts of tool declaration classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttractorTool
Identification of synchronous attractors using a SAT solver,
as proposed by E.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StableJBDD |
class |
StableStateTool |
| Modifier and Type | Class and Description |
|---|---|
class |
TrapSpaceTool |
Copyright © 2012-2017. All Rights Reserved.