|
Drools Workbench - Guided Decision Table Model 6.2.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.workbench.models.guided.dtable.shared.model.Pattern52
public class Pattern52
A Fact Pattern to which column definitions can be added
| Field Summary | |
|---|---|
static String |
FIELD_BOUND_NAME
|
static String |
FIELD_ENTRY_POINT_NAME
|
static String |
FIELD_FACT_TYPE
Available fields for this type of column. |
static String |
FIELD_IS_NEGATED
|
static String |
FIELD_WINDOW
|
| Constructor Summary | |
|---|---|
Pattern52()
|
|
| Method Summary | |
|---|---|
Pattern52 |
clonePattern()
Clones this pattern instance. |
List<BaseColumnFieldDiff> |
diff(BaseColumn otherColumn)
Analyze differences between two columns of same type. |
String |
getBoundName()
|
List<ConditionCol52> |
getChildColumns()
|
DTCellValue52 |
getDefaultValue()
|
String |
getEntryPointName()
|
String |
getFactType()
|
String |
getHeader()
|
int |
getWidth()
|
CEPWindow |
getWindow()
|
boolean |
isBound()
|
boolean |
isHideColumn()
|
boolean |
isNegated()
|
void |
setBoundName(String boundName)
|
void |
setChildColumns(List<ConditionCol52> conditions)
|
void |
setDefaultValue(DTCellValue52 defaultValue)
|
void |
setEntryPointName(String entryPointName)
|
void |
setFactType(String factType)
|
void |
setHeader(String header)
|
void |
setHideColumn(boolean hideColumn)
|
void |
setNegated(boolean negated)
|
void |
setWidth(int width)
|
void |
setWindow(CEPWindow window)
|
void |
update(Pattern52 other)
Update this pattern instance properties with the given ones from other pattern instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FIELD_FACT_TYPE
public static final String FIELD_BOUND_NAME
public static final String FIELD_IS_NEGATED
public static final String FIELD_WINDOW
public static final String FIELD_ENTRY_POINT_NAME
| Constructor Detail |
|---|
public Pattern52()
| Method Detail |
|---|
public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
DiffColumn
diff in interface DiffColumnotherColumn - The column to compare with this one.
public Pattern52 clonePattern()
public void update(Pattern52 other)
other - The pattern to obtain the properties to set.public String getFactType()
public void setFactType(String factType)
public String getBoundName()
public boolean isBound()
public void setBoundName(String boundName)
public boolean isNegated()
public void setNegated(boolean negated)
public List<ConditionCol52> getChildColumns()
getChildColumns in interface CompositeColumn<ConditionCol52>public void setChildColumns(List<ConditionCol52> conditions)
setChildColumns in interface CompositeColumn<ConditionCol52>public void setWindow(CEPWindow window)
setWindow in interface HasCEPWindowpublic CEPWindow getWindow()
getWindow in interface HasCEPWindowpublic String getEntryPointName()
public void setEntryPointName(String entryPointName)
public String getHeader()
getHeader in interface BaseColumnpublic void setHeader(String header)
setHeader in interface BaseColumnpublic boolean isHideColumn()
isHideColumn in interface BaseColumnpublic void setHideColumn(boolean hideColumn)
setHideColumn in interface BaseColumnpublic int getWidth()
getWidth in interface BaseColumnpublic void setWidth(int width)
setWidth in interface BaseColumnpublic DTCellValue52 getDefaultValue()
getDefaultValue in interface BaseColumnpublic void setDefaultValue(DTCellValue52 defaultValue)
setDefaultValue in interface BaseColumn
|
Drools Workbench - Guided Decision Table Model 6.2.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||