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

Variable Index

 o matchValue
value against which to match (used only by certain predicates) example: Predicate EvenNumbers does not use a compare-value, but Predicate GreaterEqual does

Constructor Index

 o RVPredicate()
constructor (): dummy
 o RVPredicate(double)
constructor (value): creates a new predicate with to match against

Variables

 o 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

Constructors

 o RVPredicate
  public RVPredicate(double value)
constructor (value): creates a new predicate with to match against
 o RVPredicate
  public RVPredicate()
constructor (): dummy

All Packages  Class Hierarchy  This Package  Previous  Next  Index