Skip navigation links
A E G I L M O P S 

A

addEdge(String, String) - Method in class org.wso2.extension.siddhi.execution.graph.Graph
This is use to create an edge between two vertices

E

existsEdge(String, String) - Method in class org.wso2.extension.siddhi.execution.graph.Graph
This is to check whether there is an edge between two vertices

G

getDegree(String) - Method in class org.wso2.extension.siddhi.execution.graph.Graph
This is used to get the degree of a vertex
getGraph() - Method in class org.wso2.extension.siddhi.execution.graph.Graph
This is used to get the graph
getNeighbors(String) - Method in class org.wso2.extension.siddhi.execution.graph.Graph
This is used to get the adjacency list of a vertex
getProcessingMode() - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
 
getProcessingMode() - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
 
getReturnAttributes() - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
 
getReturnAttributes() - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
 
Graph - Class in org.wso2.extension.siddhi.execution.graph
This class is used to generate the graph from the stream data
Graph() - Constructor for class org.wso2.extension.siddhi.execution.graph.Graph
 

I

init(MetaStreamEvent, AbstractDefinition, ExpressionExecutor[], ConfigReader, StreamEventClonerHolder, boolean, boolean, SiddhiQueryContext) - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
 
init(MetaStreamEvent, AbstractDefinition, ExpressionExecutor[], ConfigReader, StreamEventClonerHolder, boolean, boolean, SiddhiQueryContext) - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
 

L

LargestConnectedComponentProcessor - Class in org.wso2.extension.siddhi.execution.graph
Operator which is related to finding the size of the largest connected component of a graph.
LargestConnectedComponentProcessor() - Constructor for class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
 

M

MaximumCliqueStreamProcessor - Class in org.wso2.extension.siddhi.execution.graph
Operator which is related to find the maximum clique size of a graph.
MaximumCliqueStreamProcessor() - Constructor for class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
 

O

org.wso2.extension.siddhi.execution.graph - package org.wso2.extension.siddhi.execution.graph
 

P

process(ComplexEventChunk<StreamEvent>, Processor, StreamEventCloner, ComplexEventPopulater, State) - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
The main processing method that will be called upon event arrival
process(ComplexEventChunk<StreamEvent>, Processor, StreamEventCloner, ComplexEventPopulater, State) - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
 

S

size() - Method in class org.wso2.extension.siddhi.execution.graph.Graph
Get the size of the adjacency list
start() - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
This will be called only once and this can be used to acquire required resources for the processing element.
start() - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
This will be called only once and this can be used to acquire required resources for the processing element.
stop() - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
This will be called only once and this can be used to release the acquired resources for processing.
stop() - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
This will be called only once and this can be used to release the acquired resources for processing.
A E G I L M O P S 
Skip navigation links

Copyright © 2019 WSO2. All rights reserved.