Drools Guvnor - Common Model 6.0.0.Beta1

org.drools.guvnor.models.commons.shared.rule
Class ExpressionUnboundFact

java.lang.Object
  extended by org.drools.guvnor.models.commons.shared.rule.ExpressionPart
      extended by org.drools.guvnor.models.commons.shared.rule.ExpressionUnboundFact
All Implemented Interfaces:
ExpressionVisitable, IAction, IPattern

public class ExpressionUnboundFact
extends ExpressionPart


Constructor Summary
ExpressionUnboundFact()
           
ExpressionUnboundFact(FactPattern fact)
           
 
Method Summary
 void accept(ExpressionVisitor visitor)
           
 FactPattern getFact()
           
 
Methods inherited from class org.drools.guvnor.models.commons.shared.rule.ExpressionPart
getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, setNext, setPrevious, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionUnboundFact

public ExpressionUnboundFact()

ExpressionUnboundFact

public ExpressionUnboundFact(FactPattern fact)
Method Detail

getFact

public FactPattern getFact()

accept

public void accept(ExpressionVisitor visitor)
Specified by:
accept in interface ExpressionVisitable
Overrides:
accept in class ExpressionPart

Drools Guvnor - Common Model 6.0.0.Beta1

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