org.drools.ide.common.client.modeldriven.brl
Class FromAccumulateCompositeFactPattern

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.FromCompositeFactPattern
      extended by org.drools.ide.common.client.modeldriven.brl.FromAccumulateCompositeFactPattern
All Implemented Interfaces:
Serializable, IFactPattern, IPattern, PortableObject

public class FromAccumulateCompositeFactPattern
extends FromCompositeFactPattern

See Also:
Serialized Form

Field Summary
static String USE_CODE
           
static String USE_FUNCTION
           
 
Fields inherited from class org.drools.ide.common.client.modeldriven.brl.FromCompositeFactPattern
factPattern
 
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.ide.common.client.modeldriven.brl.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)


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