Uses of Class
procope.tools.BooleanExpression

Packages that use BooleanExpression
procope.data.networks   
procope.tools.namemapping   
 

Uses of BooleanExpression in procope.data.networks
 

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

Uses of BooleanExpression in procope.tools.namemapping
 

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