Package | Description |
---|---|
interaction | |
interaction.cplex | |
operation |
Modifier and Type | Field and Description |
---|---|
protected Operation |
Unique.operation
Operation of the relation.
|
Modifier and Type | Method and Description |
---|---|
Unique |
RelationFactory.makeUnique(parsebionet.biodata.BioEntity ent,
Operation op,
double value) |
Constructor and Description |
---|
Unique(parsebionet.biodata.BioEntity entity,
Operation op,
double value) |
Modifier and Type | Method and Description |
---|---|
Unique |
RelationFactoryCPLEX.makeUnique(parsebionet.biodata.BioEntity ent,
Operation op,
double value) |
Constructor and Description |
---|
UniqueCPLEX(parsebionet.biodata.BioEntity entity,
Operation op,
double value) |
Modifier and Type | Class and Description |
---|---|
class |
OperationEq
Class representing the operation "Equal to" : =
|
class |
OperationEqCPLEX
CPLEX version of OperationEq.
|
class |
OperationGe
Class representing the operation "Greater or equal to" : >=
|
class |
OperationGeCPLEX
CPLEX version of OperationGe.
|
class |
OperationGt
Class representing the operation "Greater than" : >
|
class |
OperationGtCPLEX
CPLEX version of OperationGt.
|
class |
OperationLe
Class representing the operation "Less or equal to" : <=
|
class |
OperationLeCPLEX
CPLEX version of OperationLe.
|
class |
OperationLt
Class representing the operation "Less than" : <
|
class |
OperationLtCPLEX
CPLEX version of OperationLt.
|
class |
OperationNotEq
Class representing the operation "Not equal to" : !
|
class |
OperationNotEqCPLEX
CPLEX version of OperationNotEq.
|
Modifier and Type | Method and Description |
---|---|
Operation |
OperationFactoryCPLEX.makeEq() |
Operation |
OperationFactory.makeEq() |
Operation |
OperationFactoryCPLEX.makeGe() |
Operation |
OperationFactory.makeGe() |
Operation |
OperationFactoryCPLEX.makeGt() |
Operation |
OperationFactory.makeGt() |
Operation |
OperationFactoryCPLEX.makeLe() |
Operation |
OperationFactory.makeLe() |
Operation |
OperationFactoryCPLEX.makeLt() |
Operation |
OperationFactory.makeLt() |
Operation |
OperationFactoryCPLEX.makeNotEq() |
Operation |
OperationFactory.makeNotEq() |
Operation |
OperationFactory.makeOperationFromString(java.lang.String s)
Create the right type of Operation given a string.
|