Class FromEntryPointFactPattern
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.FromCompositeFactPattern
-
- org.drools.workbench.models.datamodel.rule.FromEntryPointFactPattern
-
- All Implemented Interfaces:
IFactPattern,IPattern
public class FromEntryPointFactPattern extends FromCompositeFactPattern
-
-
Constructor Summary
Constructors Constructor Description FromEntryPointFactPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetEntryPointName()inthashCode()voidsetEntryPointName(String entryPointName)-
Methods inherited from class org.drools.workbench.models.datamodel.rule.FromCompositeFactPattern
getExpression, getFactPattern, getFactType, setExpression, setFactPattern
-
-
-
-
Method Detail
-
getEntryPointName
public String getEntryPointName()
-
setEntryPointName
public void setEntryPointName(String entryPointName)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classFromCompositeFactPattern
-
hashCode
public int hashCode()
- Overrides:
hashCodein classFromCompositeFactPattern
-
-