Package | Description |
---|---|
general | |
interaction | |
interaction.cplex |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<parsebionet.biodata.BioEntity,Relation> |
Bind.interactionsEntitiesCause |
protected java.util.Map<parsebionet.biodata.BioEntity,java.util.Map<Relation,double[]>> |
Bind.interactionsEntitiesConsequence
To handle time dependent interactions. the Relation is true if the
bioEntity is > 0 . double[0] corresponds to how long it takes for the
interactions to become active and double[1] corresponds to how long it
stays active.
|
protected java.util.Map<parsebionet.biodata.BioEntity,Relation> |
Bind.reactionToActiveGPR
Link a reaction to it's GPR interaction.
|
Modifier and Type | Method and Description |
---|---|
private Relation |
Bind.makeRelationFromString(java.lang.String line,
int nbLine)
Creates a Relation from a string.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<parsebionet.biodata.BioEntity,java.util.Map<Relation,double[]>> |
Bind.getInteractionsEntities() |
java.util.Map<parsebionet.biodata.BioEntity,Relation> |
Bind.getInteractionsEntitiesCause() |
Modifier and Type | Class and Description |
---|---|
class |
And
This class represents an And relation.
|
class |
InversedRelation
Class representing an inversed Relation.
|
class |
Or
This class represents an Or relation.
|
class |
RelationWithList
Class corresponding to relations that can contain other relations.
|
class |
Unique
This class represents a Unique relation.
|
class |
UniqueProbability
Class representing a Unique with a probability.
|
Modifier and Type | Field and Description |
---|---|
protected Relation |
Interaction.condition
condition Relation.
|
protected Relation |
Interaction.consequence
consequence Relation.
|
protected Relation |
InversedRelation.rel
Relation that is the opposite.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Relation> |
RelationWithList.list |
Modifier and Type | Method and Description |
---|---|
Relation |
Interaction.getCondition() |
Relation |
Interaction.getConsequence() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Relation> |
RelationWithList.getList() |
Modifier and Type | Method and Description |
---|---|
void |
RelationWithList.addRelation(Relation r)
Adds a relation to the list of relations.
|
EqInteraction |
RelationFactory.makeEqInteraction(Relation object,
Relation relation) |
IfThenInteraction |
RelationFactory.makeIfThenInteraction(Relation object,
Relation relation) |
InversedRelation |
RelationFactory.makeInversedRelation(Relation relation) |
Constructor and Description |
---|
EqInteraction(Relation object,
Relation r) |
IfThenInteraction(Relation object,
Relation r) |
Interaction(Relation consequence,
Relation condition) |
InversedRelation(Relation rel) |
Modifier and Type | Class and Description |
---|---|
class |
AndCPLEX
CPLEX version of an AND relation.
|
class |
InversedRelationCplex
CPLEX version of an inversed relation.
|
class |
OrCPLEX
CPLEX version of an OR relation.
|
class |
UniqueCPLEX
CPLEX version on a Unique relation.
|
Modifier and Type | Method and Description |
---|---|
EqInteraction |
RelationFactoryCPLEX.makeEqInteraction(Relation objet,
Relation relation) |
IfThenInteraction |
RelationFactoryCPLEX.makeIfThenInteraction(Relation objet,
Relation relation) |
InversedRelation |
RelationFactoryCPLEX.makeInversedRelation(Relation relation) |
Constructor and Description |
---|
EqInteractionCplex(Relation object,
Relation r) |
IfThenInteractionCplex(Relation consequence,
Relation condition) |
InversedRelationCplex(Relation rel) |