Package | Description |
---|---|
general | |
interaction | |
interaction.cplex |
Modifier and Type | Method and Description |
---|---|
private Unique |
Bind.makeUniqueFromCondition(java.lang.String condition,
int nbLine)
Creates a Unique from a string.
|
Modifier and Type | Class and Description |
---|---|
class |
UniqueProbability
Class representing a Unique with a probability.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Unique> |
InteractionNetwork.notTransformedProbaUnique |
Modifier and Type | Method and Description |
---|---|
Unique |
RelationFactory.makeUnique(parsebionet.biodata.BioEntity ent,
Operation op,
double value) |
Unique |
InteractionNetwork.removeNotTransformedUnique() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Unique> |
InteractionNetwork.getNotTransformedUniques() |
Modifier and Type | Method and Description |
---|---|
void |
InteractionNetwork.addProbaUnique(Unique unique) |
Modifier and Type | Class and Description |
---|---|
class |
UniqueCPLEX
CPLEX version on a Unique relation.
|
Modifier and Type | Method and Description |
---|---|
Unique |
RelationFactoryCPLEX.makeUnique(parsebionet.biodata.BioEntity ent,
Operation op,
double value) |