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

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.ExpressionPart
      extended by org.drools.ide.common.client.modeldriven.brl.ExpressionUnboundFact
All Implemented Interfaces:
Serializable, ExpressionVisitable, IAction, IPattern, PortableObject

public class ExpressionUnboundFact
extends ExpressionPart

See Also:
Serialized Form

Constructor Summary
ExpressionUnboundFact(FactPattern fact)
           
 
Method Summary
 void accept(ExpressionVisitor visitor)
           
 FactPattern getFact()
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.brl.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(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


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