|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.spec.StatementSpecUnMapResult
public class StatementSpecUnMapResult
Return result for unmap operators unmapping an intermal statement representation to the SODA object model.
Constructor Summary | |
---|---|
StatementSpecUnMapResult(EPStatementObjectModel objectModel,
Map<Integer,SubstitutionParameterExpression> indexedParams)
Ctor. |
Method Summary | |
---|---|
Map<Integer,SubstitutionParameterExpression> |
getIndexedParams()
Returns the substitution paremeters keyed by the parameter's index. |
EPStatementObjectModel |
getObjectModel()
Returns the object model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementSpecUnMapResult(EPStatementObjectModel objectModel, Map<Integer,SubstitutionParameterExpression> indexedParams)
objectModel
- of the statementindexedParams
- a map of parameter index and parameterMethod Detail |
---|
public EPStatementObjectModel getObjectModel()
public Map<Integer,SubstitutionParameterExpression> getIndexedParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |