public interface Expression
Title: Service Event Fabric Runtime
Description: Base interface for Expressions.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Interface and Description |
---|---|
static class |
Expression.ValueTypeResult |
Modifier and Type | Method and Description |
---|---|
com.streamscape.sef.evtrigger.function.accessor.ValueAccessor |
evaluate(TriggerFunctionContext context) |
com.streamscape.sef.evtrigger.function.Priority |
getPriority() |
com.streamscape.sef.evtrigger.function.types.Type |
getResultType() |
void |
toString(java.lang.StringBuilder builder) |
void |
validate(TriggerFunctionContext context) |
com.streamscape.sef.evtrigger.function.accessor.ValueAccessor evaluate(TriggerFunctionContext context) throws com.streamscape.sef.evtrigger.function.expression.ExpressionExecutionException
com.streamscape.sef.evtrigger.function.expression.ExpressionExecutionException
void validate(TriggerFunctionContext context) throws com.streamscape.sef.evtrigger.function.expression.ExpressionExecutionException
com.streamscape.sef.evtrigger.function.expression.ExpressionExecutionException
com.streamscape.sef.evtrigger.function.Priority getPriority()
com.streamscape.sef.evtrigger.function.types.Type getResultType()
void toString(java.lang.StringBuilder builder)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.