com.espertech.esper.epl.spec
Class PropertyEvalSpec

java.lang.Object
  extended by com.espertech.esper.epl.spec.PropertyEvalSpec
All Implemented Interfaces:
MetaDefItem, java.io.Serializable

public class PropertyEvalSpec
extends java.lang.Object
implements MetaDefItem, java.io.Serializable

Specification for property evaluation.

See Also:
Serialized Form

Constructor Summary
PropertyEvalSpec()
          Ctor.
 
Method Summary
 void add(PropertyEvalAtom atom)
          Add an atom.
 java.util.List<PropertyEvalAtom> getAtoms()
          Return a list of atoms.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEvalSpec

public PropertyEvalSpec()
Ctor.

Method Detail

getAtoms

public java.util.List<PropertyEvalAtom> getAtoms()
Return a list of atoms.

Returns:
atoms

add

public void add(PropertyEvalAtom atom)
Add an atom.

Parameters:
atom - to add

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