Drools Workbench - Data Model API 6.2.0.CR4

org.drools.workbench.models.datamodel.rule
Class FromEntryPointFactPattern

java.lang.Object
  extended by org.drools.workbench.models.datamodel.rule.FromCompositeFactPattern
      extended by org.drools.workbench.models.datamodel.rule.FromEntryPointFactPattern
All Implemented Interfaces:
IFactPattern, IPattern

public class FromEntryPointFactPattern
extends FromCompositeFactPattern


Constructor Summary
FromEntryPointFactPattern()
           
 
Method Summary
 boolean equals(Object o)
           
 String getEntryPointName()
           
 int hashCode()
           
 void setEntryPointName(String entryPointName)
           
 
Methods inherited from class org.drools.workbench.models.datamodel.rule.FromCompositeFactPattern
getExpression, getFactPattern, getFactType, setExpression, setFactPattern
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromEntryPointFactPattern

public FromEntryPointFactPattern()
Method Detail

getEntryPointName

public String getEntryPointName()

setEntryPointName

public void setEntryPointName(String entryPointName)

equals

public boolean equals(Object o)
Overrides:
equals in class FromCompositeFactPattern

hashCode

public int hashCode()
Overrides:
hashCode in class FromCompositeFactPattern

Drools Workbench - Data Model API 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.