com.espertech.esper.epl.expression.core
Class ExprNodePropOrStreamSet

java.lang.Object
  extended by com.espertech.esper.epl.expression.core.ExprNodePropOrStreamSet

public class ExprNodePropOrStreamSet
extends java.lang.Object


Constructor Summary
ExprNodePropOrStreamSet()
           
 
Method Summary
 void add(ExprNodePropOrStreamDesc desc)
           
 void addAll(ExprNodePropOrStreamSet other)
           
 void addAll(java.util.List<ExprNodePropOrStreamDesc> propertiesNode)
           
 ExprNodePropOrStreamExprDesc getFirstExpression()
           
 ExprNodePropOrStreamDesc getFirstWithStreamNumNotZero()
           
 java.util.Collection<ExprNodePropOrStreamPropDesc> getProperties()
           
 boolean isEmpty()
           
 java.lang.String notContainsAll(ExprNodePropOrStreamSet other)
           
 void removeFromList(java.util.List<ExprNodePropOrStreamDesc> items)
          Remove from the provided list those that are matching any of the contained-herein
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprNodePropOrStreamSet

public ExprNodePropOrStreamSet()
Method Detail

add

public void add(ExprNodePropOrStreamDesc desc)

addAll

public void addAll(java.util.List<ExprNodePropOrStreamDesc> propertiesNode)

addAll

public void addAll(ExprNodePropOrStreamSet other)

isEmpty

public boolean isEmpty()

removeFromList

public void removeFromList(java.util.List<ExprNodePropOrStreamDesc> items)
Remove from the provided list those that are matching any of the contained-herein

Parameters:
items - target list

notContainsAll

public java.lang.String notContainsAll(ExprNodePropOrStreamSet other)

getProperties

public java.util.Collection<ExprNodePropOrStreamPropDesc> getProperties()

getFirstExpression

public ExprNodePropOrStreamExprDesc getFirstExpression()

getFirstWithStreamNumNotZero

public ExprNodePropOrStreamDesc getFirstWithStreamNumNotZero()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com