maltcms.db.predicates.metabolite
Class MAggregatePredicateFactory

java.lang.Object
  extended by maltcms.db.predicates.metabolite.MAggregatePredicateFactory
All Implemented Interfaces:
IAggregatePredicateFactory<IMetabolite>

public class MAggregatePredicateFactory
extends Object
implements IAggregatePredicateFactory<IMetabolite>


Constructor Summary
MAggregatePredicateFactory(com.db4o.query.Predicate<IMetabolite> p)
           
 
Method Summary
 com.db4o.query.Predicate<IMetabolite> digestCommandLine(String[] args)
          RetentionIndex=[1500,2000] => NumRangePredicate on method getRetentionIndex Name=BLABLA => StringMatchPredicate on method getName Name=BLABLA< => StringContainsPredicate on method getName, BLABLA should be a substring
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MAggregatePredicateFactory

public MAggregatePredicateFactory(com.db4o.query.Predicate<IMetabolite> p)
Method Detail

digestCommandLine

public com.db4o.query.Predicate<IMetabolite> digestCommandLine(String[] args)
Description copied from interface: IAggregatePredicateFactory
RetentionIndex=[1500,2000] => NumRangePredicate on method getRetentionIndex Name=BLABLA => StringMatchPredicate on method getName Name=BLABLA< => StringContainsPredicate on method getName, BLABLA should be a substring

Specified by:
digestCommandLine in interface IAggregatePredicateFactory<IMetabolite>


Copyright © 2007-2012. All Rights Reserved.