org.drools.analytics.components
Class QualifiedIdentifierRestriction
java.lang.Object
org.drools.analytics.components.AnalyticsComponent
org.drools.analytics.components.Restriction
org.drools.analytics.components.QualifiedIdentifierRestriction
- All Implemented Interfaces:
- Cause
public class QualifiedIdentifierRestriction
- extends Restriction
- Author:
- Toni Rikkola
Nested classes/interfaces inherited from interface org.drools.analytics.result.Cause |
Cause.CauseType |
Methods inherited from class org.drools.analytics.components.Restriction |
getCauseType, getComponentType, getConstraintId, getEvaluator, getFieldId, getPatternId, getRuleId, isPatternIsNot, setConstraintId, setEvaluator, setFieldId, setPatternId, setPatternIsNot, setRuleId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QualifiedIdentifierRestriction
public QualifiedIdentifierRestriction()
getRestrictionType
public Restriction.RestrictionType getRestrictionType()
- Specified by:
getRestrictionType
in class Restriction
getValueAsString
public java.lang.String getValueAsString()
getVariableId
public int getVariableId()
setVariableId
public void setVariableId(int variableId)
getVariableName
public java.lang.String getVariableName()
setVariableName
public void setVariableName(java.lang.String variableName)
getVariablePath
public java.lang.String getVariablePath()
setVariablePath
public void setVariablePath(java.lang.String variablePath)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object