public class PatternWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static PatternWrapper |
DEFAULT |
| Constructor and Description |
|---|
PatternWrapper() |
PatternWrapper(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 actionCol52) |
PatternWrapper(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern52) |
PatternWrapper(String factType,
String boundName,
Boolean negated) |
PatternWrapper(String factType,
String boundName,
String entryPointName,
Boolean negated) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBoundName() |
String |
getEntryPointName() |
String |
getFactType() |
boolean |
isNegated() |
String |
key() |
String |
name() |
void |
setEntryPointName(String entryPointName) |
public static final PatternWrapper DEFAULT
public PatternWrapper(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern52)
public PatternWrapper(org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 actionCol52)
public PatternWrapper(String factType, String boundName, String entryPointName, Boolean negated)
public PatternWrapper()
public String key()
public String name()
public boolean isNegated()
public String getEntryPointName()
public void setEntryPointName(String entryPointName)
public String getFactType()
public String getBoundName()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.