Class PatternWrapper
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.plugins.commons.PatternWrapper
-
public class PatternWrapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static PatternWrapperDEFAULT
-
Constructor Summary
Constructors Constructor Description PatternWrapper()PatternWrapper(String factType, String boundName)PatternWrapper(String factType, String boundName, Boolean negated)PatternWrapper(String factType, String boundName, String entryPointName, Boolean negated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBoundName()StringgetEntryPointName()StringgetFactType()inthashCode()booleanisNegated()Stringkey()org.drools.workbench.models.datamodel.rule.FactPatternmakeFactPattern()Stringname()voidsetEntryPointName(String entryPointName)
-
-
-
Field Detail
-
DEFAULT
public static final PatternWrapper DEFAULT
-
-
Method Detail
-
key
public String key()
-
name
public String name()
-
isNegated
public boolean isNegated()
-
getEntryPointName
public String getEntryPointName()
-
setEntryPointName
public void setEntryPointName(String entryPointName)
-
getFactType
public String getFactType()
-
getBoundName
public String getBoundName()
-
makeFactPattern
public org.drools.workbench.models.datamodel.rule.FactPattern makeFactPattern()
-
-