Drools Workbench - Common Model 6.0.0.CR4

org.drools.workbench.models.commons.shared.rule
Class ExpressionGlobalVariable

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

public class ExpressionGlobalVariable
extends ExpressionPart


Constructor Summary
ExpressionGlobalVariable()
           
ExpressionGlobalVariable(String name, String classType, String genericType)
           
ExpressionGlobalVariable(String name, String classType, String genericType, String parametricType)
           
 
Method Summary
 void accept(ExpressionVisitor visitor)
           
 
Methods inherited from class org.drools.workbench.models.commons.shared.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

ExpressionGlobalVariable

public ExpressionGlobalVariable()

ExpressionGlobalVariable

public ExpressionGlobalVariable(String name,
                                String classType,
                                String genericType)

ExpressionGlobalVariable

public ExpressionGlobalVariable(String name,
                                String classType,
                                String genericType,
                                String parametricType)
Method Detail

accept

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

Drools Workbench - Common Model 6.0.0.CR4

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