databionics.io
Class CharRule

java.lang.Object
  extended by databionics.io.DataItem
      extended by databionics.io.Rule
          extended by databionics.io.CharRule

public class CharRule
extends Rule

Characterization rule


Field Summary
protected static org.apache.log4j.Logger log
          Log4j logging.
 
Fields inherited from class databionics.io.Rule
caseKey, caseName, className, conditions, name, operator
 
Fields inherited from class databionics.io.DataItem
index
 
Constructor Summary
CharRule()
          Standard constructor
CharRule(java.lang.String name, java.lang.String caseKey, java.lang.String className, java.lang.String caseName, java.lang.String operator)
          Constructor with all important fields.
 
Method Summary
protected  java.lang.String header(java.lang.String delimiter)
          Generate start of rule.
 
Methods inherited from class databionics.io.Rule
getCaseKey, getCaseName, getClassName, getConditions, getName, getOperator, parseRule, setCaseKey, setCaseName, setClassName, setConditions, setName, setOperator, toString
 
Methods inherited from class databionics.io.DataItem
getIndex, setIndex, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log
Log4j logging.

Constructor Detail

CharRule

public CharRule()
Standard constructor


CharRule

public CharRule(java.lang.String name,
                java.lang.String caseKey,
                java.lang.String className,
                java.lang.String caseName,
                java.lang.String operator)
Constructor with all important fields.

Parameters:
name - Name of the rule
caseKey - Name of the key column of the cases.
className - Name of the class described by the rule.
caseName - Name of the cases used to generate the rule
operator - Name of operator between the conditions
Method Detail

header

protected java.lang.String header(java.lang.String delimiter)
Generate start of rule.

Specified by:
header in class Rule


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.