org.drools.ide.common.client.modeldriven.dt52
Class Pattern52

java.lang.Object
  extended by 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

Constructor Summary
Pattern52()
           
 
Method Summary
 String getBoundName()
           
 List<ConditionCol52> getConditions()
           
 String getEntryPointName()
           
 String getFactType()
           
 CEPWindow getWindow()
           
 boolean isNegated()
           
 void setBoundName(String boundName)
           
 void setConditions(List<ConditionCol52> conditions)
           
 void setEntryPointName(String entryPointName)
           
 void setFactType(String factType)
           
 void setNegated(boolean negated)
           
 void setWindow(CEPWindow window)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pattern52

public Pattern52()
Method Detail

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()

setConditions

public void setConditions(List<ConditionCol52> conditions)

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-2012 JBoss by Red Hat. All Rights Reserved.