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

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

public class FromCompositeFactPattern
extends Object
implements IFactPattern

See Also:
Serialized Form

Field Summary
 FactPattern factPattern
           
 
Constructor Summary
FromCompositeFactPattern()
           
 
Method Summary
 ExpressionFormLine getExpression()
           
 FactPattern getFactPattern()
           
 String getFactType()
           
 void setExpression(ExpressionFormLine expression)
           
 void setFactPattern(FactPattern pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factPattern

public FactPattern factPattern
Constructor Detail

FromCompositeFactPattern

public FromCompositeFactPattern()
Method Detail

getExpression

public ExpressionFormLine getExpression()

setExpression

public void setExpression(ExpressionFormLine expression)

getFactPattern

public FactPattern getFactPattern()

setFactPattern

public void setFactPattern(FactPattern pattern)

getFactType

public String getFactType()
Specified by:
getFactType in interface IFactPattern


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