public class SiddhiCompiler extends Object
Constructor and Description |
---|
SiddhiCompiler() |
Modifier and Type | Method and Description |
---|---|
static List<ExecutionPlan> |
parse(String source) |
static Query |
parseQuery(String source) |
static StreamDefinition |
parseStreamDefinition(String source) |
public static List<ExecutionPlan> parse(String source) throws SiddhiPraserException
SiddhiPraserException
public static StreamDefinition parseStreamDefinition(String source) throws SiddhiPraserException
SiddhiPraserException
public static Query parseQuery(String source) throws SiddhiPraserException
SiddhiPraserException
Copyright © 2012. All Rights Reserved.