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

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

public class ExpressionVariable
extends ExpressionPart

See Also:
Serialized Form

Constructor Summary
ExpressionVariable(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

ExpressionVariable

public ExpressionVariable(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.