org.drools.analytics.components
Class Pattern
java.lang.Object
org.drools.analytics.components.AnalyticsComponent
org.drools.analytics.components.Pattern
- All Implemented Interfaces:
- java.lang.Cloneable, Cause
public class Pattern
- extends AnalyticsComponent
- implements java.lang.Cloneable, Cause
- Author:
- Toni Rikkola
Nested classes/interfaces inherited from interface org.drools.analytics.result.Cause |
Cause.CauseType |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Pattern
public Pattern()
getComponentType
public AnalyticsComponentType getComponentType()
- Specified by:
getComponentType
in class AnalyticsComponent
getCauseType
public Cause.CauseType getCauseType()
- Specified by:
getCauseType
in interface Cause
isPatternNot
public boolean isPatternNot()
setPatternNot
public void setPatternNot(boolean isNot)
getRuleId
public int getRuleId()
setRuleId
public void setRuleId(int ruleId)
isPatternExists
public boolean isPatternExists()
setPatternExists
public void setPatternExists(boolean isExists)
getClassId
public int getClassId()
setClassId
public void setClassId(int classId)
isPatternForall
public boolean isPatternForall()
setPatternForall
public void setPatternForall(boolean isForall)
getSourceId
public int getSourceId()
setSourceId
public void setSourceId(int sourceId)
getSourceType
public AnalyticsComponentType getSourceType()
setSourceType
public void setSourceType(AnalyticsComponentType sourceType)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object