Class resample.RVPredicate
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class resample.RVPredicate
java.lang.Object
   |
   +----resample.RVPredicate
  -  public class RVPredicate
  
-  extends Object
  
RVPredicate
Class which enables the user to define an individual predicate
to match the vector-elements against.
Example see RVPredicateEvenNumbers.java
  
  -  
	matchValue
   -  
 value against which to match (used only by certain predicates)
 example: Predicate EvenNumbers does not use a compare-value,
but Predicate GreaterEqual does
 
  
  -  
	RVPredicate()
   -                               
constructor (): dummy
                     
  
 -  
	RVPredicate(double)
   -  constructor (value): creates a new predicate 
                     with  to match against
 
  
matchValue
  protected double matchValue
  -  value against which to match (used only by certain predicates)
 example: Predicate EvenNumbers does not use a compare-value,
but Predicate GreaterEqual does
 
  
RVPredicate
  public RVPredicate(double value)
  -  constructor (value): creates a new predicate 
                     with  to match against
 
RVPredicate
  public RVPredicate()
  -  constructor (): dummy
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index