public class RelationFactory
extends java.lang.Object
For solvers that can handle logical constraints, this class should be extended.
Constructor and Description |
---|
RelationFactory() |
Modifier and Type | Method and Description |
---|---|
And |
makeAnd() |
EqInteraction |
makeEqInteraction(Relation object,
Relation relation) |
IfThenInteraction |
makeIfThenInteraction(Relation object,
Relation relation) |
InversedRelation |
makeInversedRelation(Relation relation) |
Or |
makeOr() |
Unique |
makeUnique(parsebionet.biodata.BioEntity ent,
Operation op,
double value) |
public EqInteraction makeEqInteraction(Relation object, Relation relation)
public IfThenInteraction makeIfThenInteraction(Relation object, Relation relation)
public And makeAnd()
public Or makeOr()
public InversedRelation makeInversedRelation(Relation relation)