Drools Workbench - Data Model API 6.2.1-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


Field Summary
 
Fields inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
name
 
Constructor Summary
ExpressionVariable()
           
ExpressionVariable(String binding, String factType)
           
ExpressionVariable(String fieldName, String fieldClassType, String fieldGenericType)
           
 
Method Summary
 void accept(ExpressionVisitor visitor)
           
 boolean equals(Object o)
           
 String getFactType()
           
 int hashCode()
           
 
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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionVariable

public ExpressionVariable()

ExpressionVariable

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

ExpressionVariable

public ExpressionVariable(String binding,
                          String factType)
Method Detail

getFactType

public String getFactType()

accept

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

equals

public boolean equals(Object o)
Overrides:
equals in class ExpressionPart

hashCode

public int hashCode()
Overrides:
hashCode in class ExpressionPart

Drools Workbench - Data Model API 6.2.1-SNAPSHOT

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