databionics.io
Class DiffCondition

java.lang.Object
  extended by databionics.io.Condition
      extended by databionics.io.DiffCondition

public class DiffCondition
extends Condition

Condition linking to a differentiation rule.


Field Summary
protected  java.lang.String caseKey
          The name of the key column of the cases.
protected  java.lang.String className
          The name of the class described by the rule.
protected static org.apache.log4j.Logger log
          Log4j logging.
protected  java.lang.String notClassName
          The class name excluded by this rule.
 
Fields inherited from class databionics.io.Condition
dimName, maximum, minimum, significance
 
Constructor Summary
DiffCondition()
          Standard constructor
DiffCondition(java.lang.String caseKey, java.lang.String className, java.lang.String notClassName)
          Constructor with all fields.
 
Method Summary
 java.lang.String getCaseKey()
          Get CaseKey.
 java.lang.String getClassName()
          Get ClassName.
 java.lang.String getNotClassName()
          Get name of class excluded by this rule.
 void setCaseKey(java.lang.String caseKey)
          Set CaseKey.
 void setClassName(java.lang.String className)
          Set ClassName.
 void setNotClassName(java.lang.String notClassName)
          Set name of class excluded by this rule.
 java.lang.String toString(java.lang.String delimiter)
          String representation.
 
Methods inherited from class databionics.io.Condition
getDimName, getMaximum, getMinimum, getSignificance, parseCondition, setDimName, setMaximum, setMinimum, setSignificance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

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


caseKey

protected java.lang.String caseKey
The name of the key column of the cases.


className

protected java.lang.String className
The name of the class described by the rule.


notClassName

protected java.lang.String notClassName
The class name excluded by this rule.

Constructor Detail

DiffCondition

public DiffCondition()
Standard constructor


DiffCondition

public DiffCondition(java.lang.String caseKey,
                     java.lang.String className,
                     java.lang.String notClassName)
Constructor with all fields.

Parameters:
caseKey - Name of the key column of the cases.
className - Name of the class described by the rule.
notClassName - Name of the class excluded by the rule.
Method Detail

setCaseKey

public void setCaseKey(java.lang.String caseKey)
Set CaseKey.


getCaseKey

public java.lang.String getCaseKey()
Get CaseKey.


setClassName

public void setClassName(java.lang.String className)
Set ClassName.


getClassName

public java.lang.String getClassName()
Get ClassName.


setNotClassName

public void setNotClassName(java.lang.String notClassName)
Set name of class excluded by this rule.


getNotClassName

public java.lang.String getNotClassName()
Get name of class excluded by this rule.


toString

public java.lang.String toString(java.lang.String delimiter)
String representation.

Specified by:
toString in class Condition


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