net.sf.adatagenerator.pred
Interface ExportablePredicate<E extends Enum<E>,R>

All Known Implementing Classes:
AbstractPredicate, ExactMatchPredicate, ReflectionPredicate, StringPredicate, TrimmedStringsLowerCase, TrimmedSubstringsLowerCase

Deprecated. Moved to the com.choicemaker.correlation package

public interface ExportablePredicate<E extends Enum<E>,R>


Nested Class Summary
static class ExportablePredicate.CLUEMAKER_RECORD_VARIABLES
          Deprecated.  
 
Field Summary
static char m
          Deprecated.  
static char q
          Deprecated.  
static char r
          Deprecated.  
 
Method Summary
 String exportEvaluationLogicAsString(E format)
          Deprecated.  
 String exportValidityLogicAsString(E format)
          Deprecated.  
 Set<E> getSupportedExportTypes()
          Deprecated.  
 

Field Detail

q

static final char q
Deprecated. 

m

static final char m
Deprecated. 

r

static final char r
Deprecated. 
Method Detail

getSupportedExportTypes

Set<E> getSupportedExportTypes()
Deprecated. 

exportValidityLogicAsString

String exportValidityLogicAsString(E format)
                                   throws ExportException
Deprecated. 
Throws:
ExportException

exportEvaluationLogicAsString

String exportEvaluationLogicAsString(E format)
                                     throws ExportException
Deprecated. 
Throws:
ExportException


Copyright © 2011-2012. All Rights Reserved.