Drools Workbench - Data Model API 6.2.1-SNAPSHOT

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

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

public class ExpressionCollectionIndex
extends ExpressionMethod


Field Summary
 
Fields inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
name
 
Constructor Summary
ExpressionCollectionIndex()
           
ExpressionCollectionIndex(String name, String returnClassType, String returnGenericType)
           
ExpressionCollectionIndex(String name, String classType, String genericType, String parametricType)
           
 
Method Summary
 void accept(ExpressionVisitor visitor)
           
 
Methods inherited from class org.drools.workbench.models.datamodel.rule.ExpressionMethod
equals, getOrderedParams, getParameterDataType, getParams, hashCode, putParam, setParams
 
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

ExpressionCollectionIndex

public ExpressionCollectionIndex()

ExpressionCollectionIndex

public ExpressionCollectionIndex(String name,
                                 String classType,
                                 String genericType,
                                 String parametricType)

ExpressionCollectionIndex

public ExpressionCollectionIndex(String name,
                                 String returnClassType,
                                 String returnGenericType)
Method Detail

accept

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

Drools Workbench - Data Model API 6.2.1-SNAPSHOT

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