Drools Workbench - Data Model API 6.0.0-SNAPSHOT

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

java.lang.Object
  extended by org.drools.workbench.models.datamodel.rule.ExpressionPart
      extended by org.drools.workbench.models.datamodel.rule.ExpressionVariable
All Implemented Interfaces:
ExpressionVisitable, IAction, IPattern

public class ExpressionVariable
extends ExpressionPart


Constructor Summary
ExpressionVariable()
           
ExpressionVariable(FactPattern fact)
           
ExpressionVariable(String fieldName, String fieldClassType, String fieldGenericType)
           
 
Method Summary
 void accept(ExpressionVisitor visitor)
           
 FactPattern getFact()
           
 
Methods inherited from class org.drools.workbench.models.datamodel.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

ExpressionVariable

public ExpressionVariable()

ExpressionVariable

public ExpressionVariable(String fieldName,
                          String fieldClassType,
                          String fieldGenericType)

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

Drools Workbench - Data Model API 6.0.0-SNAPSHOT

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