Uses of Class
sbrt.kernel.utilities.LogicalRelation

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

Uses of LogicalRelation in sbrt.kernel.fba
 

Methods in sbrt.kernel.fba that return LogicalRelation
 LogicalRelation<?> 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 LogicalRelation
 java.util.Map<java.lang.String,? extends LogicalRelation<?>> CatalyzedFluxome.getCatalystRules()
          Returns the boolean logic rules for the catalysts of all reactions in this fluxome.
 

Uses of LogicalRelation in sbrt.kernel.utilities
 

Subclasses of LogicalRelation in sbrt.kernel.utilities
 class And<C>
          This class is used to represent the logical relationship "and".
 class Or<C>
          This class is used to represent the logical relationship "or".