Uses of Class
tools.BooleanExpression

Packages that use BooleanExpression
data.networks   
tools.namemapping   
 

Uses of BooleanExpression in data.networks
 

Methods in data.networks with parameters of type BooleanExpression
 ProteinNetwork ProteinNetwork.getFilteredNetwork(BooleanExpression statement)
          Filters the network using a given boolean expression.
 

Uses of BooleanExpression in tools.namemapping
 

Methods in tools.namemapping with parameters of type BooleanExpression
static Set<Integer> ProteinManager.getFilteredProteins(BooleanExpression expression)
          Return the subset of proteins which match a given expression.