| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanizeModifier
Construct a Boolean version of a multi-valued model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferingModifier |
| Modifier and Type | Class and Description |
|---|---|
class |
PerturbationModifier |
| 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 | Class and Description |
|---|---|
class |
SanitizeModifier |
| 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 | Class and Description |
|---|---|
class |
SubSpaceModifier
Model Modifier to restrict a model into a subspace.
|
Copyright © 2012–2020. All rights reserved.