Drools Workbench - Data Model API 6.1.0.Beta1

org.drools.workbench.models.datamodel.rule
Class FromCompositeFactPattern

java.lang.Object
  extended by org.drools.workbench.models.datamodel.rule.FromCompositeFactPattern
All Implemented Interfaces:
IFactPattern, IPattern
Direct Known Subclasses:
FromAccumulateCompositeFactPattern, FromCollectCompositeFactPattern, FromEntryPointFactPattern

public class FromCompositeFactPattern
extends Object
implements IFactPattern


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
 

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

Drools Workbench - Data Model API 6.1.0.Beta1

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