org.drools.ide.common.client.modeldriven.dt52
Class Pattern52
java.lang.Object
org.drools.ide.common.client.modeldriven.dt52.Pattern52
- All Implemented Interfaces:
- Serializable, HasCEPWindow, PortableObject
public class Pattern52
- extends Object
- implements PortableObject, HasCEPWindow
A Fact Pattern to which column definitions can be added
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pattern52
public Pattern52()
getFactType
public String getFactType()
setFactType
public void setFactType(String factType)
getBoundName
public String getBoundName()
setBoundName
public void setBoundName(String boundName)
isNegated
public boolean isNegated()
setNegated
public void setNegated(boolean negated)
getConditions
public List<ConditionCol52> getConditions()
setWindow
public void setWindow(CEPWindow window)
- Specified by:
setWindow in interface HasCEPWindow
getWindow
public CEPWindow getWindow()
- Specified by:
getWindow in interface HasCEPWindow
getEntryPointName
public String getEntryPointName()
setEntryPointName
public void setEntryPointName(String entryPointName)
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.