Drools Workbench - Common Model 6.0.0.CR4-Pre1

org.drools.workbench.models.commons.shared.rule
Class FromAccumulateCompositeFactPattern

java.lang.Object
  extended by org.drools.workbench.models.commons.shared.rule.FromCompositeFactPattern
      extended by org.drools.workbench.models.commons.shared.rule.FromAccumulateCompositeFactPattern
All Implemented Interfaces:
IFactPattern, IPattern

public class FromAccumulateCompositeFactPattern
extends FromCompositeFactPattern


Field Summary
static String USE_CODE
           
static String USE_FUNCTION
           
 
Constructor Summary
FromAccumulateCompositeFactPattern()
           
 
Method Summary
 void clearCodeFields()
           
 String getActionCode()
           
 String getFunction()
           
 String getInitCode()
           
 String getResultCode()
           
 String getReverseCode()
           
 IPattern getSourcePattern()
           
 void setActionCode(String actionCode)
           
 void setFunction(String function)
           
 void setInitCode(String initCode)
           
 void setResultCode(String resultCode)
           
 void setReverseCode(String reverseCode)
           
 void setSourcePattern(IPattern sourcePattern)
           
 String useFunctionOrCode()
           
 
Methods inherited from class org.drools.workbench.models.commons.shared.rule.FromCompositeFactPattern
getExpression, getFactPattern, getFactType, setExpression, setFactPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USE_FUNCTION

public static final String USE_FUNCTION
See Also:
Constant Field Values

USE_CODE

public static final String USE_CODE
See Also:
Constant Field Values
Constructor Detail

FromAccumulateCompositeFactPattern

public FromAccumulateCompositeFactPattern()
Method Detail

useFunctionOrCode

public String useFunctionOrCode()

clearCodeFields

public void clearCodeFields()

getActionCode

public String getActionCode()

setActionCode

public void setActionCode(String actionCode)

getInitCode

public String getInitCode()

setInitCode

public void setInitCode(String initCode)

getResultCode

public String getResultCode()

setResultCode

public void setResultCode(String resultCode)

getReverseCode

public String getReverseCode()

setReverseCode

public void setReverseCode(String reverseCode)

getSourcePattern

public IPattern getSourcePattern()

setSourcePattern

public void setSourcePattern(IPattern sourcePattern)

getFunction

public String getFunction()

setFunction

public void setFunction(String function)

Drools Workbench - Common Model 6.0.0.CR4-Pre1

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