Uses of Interface
org.expasy.jpl.commons.base.cond.Condition

Packages that use Condition
org.expasy.jpl.commons.base.cond Provides generic condition and expression classes that may be tested on any object. 
org.expasy.jpl.commons.base.record Provides data records. 
 

Uses of Condition in org.expasy.jpl.commons.base.cond
 

Classes in org.expasy.jpl.commons.base.cond that implement Condition
 class ConditionImpl<T,V>
          Conditional statement where a T-object may meet the condition on a V-value given an operator.
 

Methods in org.expasy.jpl.commons.base.cond that return Condition
 Condition<T> ConditionInterpreter.getCondition(String name)
          Get the condition given its name.
 Condition<T> ConditionInterpreter.removeCondition(String name)
          Remove the condition.
 Condition<T> ConditionInterpreter.translate(String expression)
          Parse expression and return a tree conditional expression.
 

Methods in org.expasy.jpl.commons.base.cond with parameters of type Condition
 ConditionInterpreter<T> ConditionInterpreter.register(Condition<T> condition)
          Add anonymous condition instance in the condition table.
 ConditionInterpreter<T> ConditionInterpreter.register(String conditionName, Condition<T> condition)
          Add a named condition in the condition table.
 void ConditionBasedFilterReady.setCondition(Condition<T> condition)
          Set a condition for all parsed T-objects
 

Uses of Condition in org.expasy.jpl.commons.base.record
 

Methods in org.expasy.jpl.commons.base.record with parameters of type Condition
 Set<DataTable.Record> DataTable.select(Condition<DataTable.Record> condition)
          Select every Records that satisfy the given condition.
 



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.