dm.dmql
Class DMQL.FindClassRules

java.lang.Object
  |
  +--dm.dmql.DMQLCommand
        |
        +--dm.dmql.DMQL.FindClassRules
Enclosing class:
DMQL

public static class DMQL.FindClassRules
extends DMQLCommand

A DMQLCommand query subtype


Field Summary
 java.util.ArrayList _alDims
           
 java.lang.Class _cClassAlg
           
 ClassificationProc _cp
           
 double _dConfidence
           
 double _dSupport
           
 java.lang.String _sCubeName
          Local members for this DMQL command - contents should be obvious from command syntax
 
Constructor Summary
DMQL.FindClassRules()
          Default constructor
 
Method Summary
 boolean parse(TokenStream ts)
          Parse this DMQL command from the given TokenStream
 boolean setClassAlg(java.lang.String class_name)
          Sets the algorithm class for this command
 java.lang.String toString()
          Default constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_sCubeName

public java.lang.String _sCubeName
Local members for this DMQL command - contents should be obvious from command syntax

_alDims

public java.util.ArrayList _alDims

_dSupport

public double _dSupport

_dConfidence

public double _dConfidence

_cClassAlg

public java.lang.Class _cClassAlg

_cp

public ClassificationProc _cp
Constructor Detail

DMQL.FindClassRules

public DMQL.FindClassRules()
Default constructor
Method Detail

parse

public boolean parse(TokenStream ts)
Parse this DMQL command from the given TokenStream
Overrides:
parse in class DMQLCommand
Parameters:
ts - The TokenStream containing the DMQL command
Returns:
True is the parse was successful, false otherwise

setClassAlg

public boolean setClassAlg(java.lang.String class_name)
Sets the algorithm class for this command
Parameters:
String - name of algorithm class

toString

public java.lang.String toString()
Default constructor
Overrides:
toString in class java.lang.Object
Returns:
String representation of this command