|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdatabionics.io.Condition
databionics.io.DiffCondition
public class DiffCondition
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 |
---|
protected static org.apache.log4j.Logger log
protected java.lang.String caseKey
protected java.lang.String className
protected java.lang.String notClassName
Constructor Detail |
---|
public DiffCondition()
public DiffCondition(java.lang.String caseKey, java.lang.String className, java.lang.String notClassName)
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 |
---|
public void setCaseKey(java.lang.String caseKey)
public java.lang.String getCaseKey()
public void setClassName(java.lang.String className)
public java.lang.String getClassName()
public void setNotClassName(java.lang.String notClassName)
public java.lang.String getNotClassName()
public java.lang.String toString(java.lang.String delimiter)
toString
in class Condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |