public class PatternWrapper extends Object
Modifier and Type | Field and Description |
---|---|
static PatternWrapper |
DEFAULT |
Constructor and Description |
---|
PatternWrapper() |
PatternWrapper(String factType,
String boundName) |
PatternWrapper(String factType,
String boundName,
Boolean negated) |
PatternWrapper(String factType,
String boundName,
String entryPointName,
Boolean negated) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBoundName() |
String |
getEntryPointName() |
String |
getFactType() |
int |
hashCode() |
boolean |
isNegated() |
String |
key() |
org.drools.workbench.models.datamodel.rule.FactPattern |
makeFactPattern() |
String |
name() |
void |
setEntryPointName(String entryPointName) |
public static final PatternWrapper DEFAULT
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()
public org.drools.workbench.models.datamodel.rule.FactPattern makeFactPattern()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.