Class ExpressionVariable
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.ExpressionPart
-
- 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
Constructors Constructor Description ExpressionVariable()ExpressionVariable(String binding, String factType)ExpressionVariable(String fieldName, String fieldClassType, String fieldGenericType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ExpressionVisitor visitor)booleanequals(Object o)StringgetFactType()inthashCode()-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, setNext, setPrevious, toString
-
-
-
-
Method Detail
-
getFactType
public String getFactType()
-
accept
public void accept(ExpressionVisitor visitor)
- Specified by:
acceptin interfaceExpressionVisitable- Overrides:
acceptin classExpressionPart
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classExpressionPart
-
hashCode
public int hashCode()
- Overrides:
hashCodein classExpressionPart
-
-