Uses of Class
sbrt.kernel.util.BooleanRelation

Packages that use BooleanRelation
sbrt.kernel.fba Provides classes and interfaces for creating objects relevant to Flux Balance Analysis. 
sbrt.kernel.util Provides classes and interfaces for performing utility functions. 
 

Uses of BooleanRelation in sbrt.kernel.fba
 

Methods in sbrt.kernel.fba that return BooleanRelation
 BooleanRelation CatalyzedFluxome.getCatalystRule(java.lang.String rxnName)
          Returns the boolean logic rule for catalysts of the reaction with the provided name.
 

Methods in sbrt.kernel.fba that return types with arguments of type BooleanRelation
 java.util.Map<java.lang.String,? extends BooleanRelation> CatalyzedFluxome.getCatalystRules()
          Returns the boolean logic rule for the catalysts of all reactions in this fluxome.
 

Uses of BooleanRelation in sbrt.kernel.util
 

Subclasses of BooleanRelation in sbrt.kernel.util
 class And<E>
           
 class Or<E>