- GDLBaseListener - Class in org.s1ck.gdl
-
This class provides an empty implementation of
GDLListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
- GDLBaseListener() - Constructor for class org.s1ck.gdl.GDLBaseListener
-
- GDLHandler - Class in org.s1ck.gdl
-
Helper class that wraps ANTLR initialization logic.
- GDLHandler.Builder - Class in org.s1ck.gdl
-
Builds a GDL Handler.
- GDLLexer - Class in org.s1ck.gdl
-
- GDLLexer(CharStream) - Constructor for class org.s1ck.gdl.GDLLexer
-
- GDLListener - Interface in org.s1ck.gdl
-
This interface defines a complete listener for a parse tree produced by
GDLParser.
- GDLParser - Class in org.s1ck.gdl
-
- GDLParser(TokenStream) - Constructor for class org.s1ck.gdl.GDLParser
-
- GDLParser.AndExpressionContext - Class in org.s1ck.gdl
-
- GDLParser.AtomContext - Class in org.s1ck.gdl
-
- GDLParser.ComparisonElementContext - Class in org.s1ck.gdl
-
- GDLParser.ComparisonExpressionContext - Class in org.s1ck.gdl
-
- GDLParser.DatabaseContext - Class in org.s1ck.gdl
-
- GDLParser.DefinitionContext - Class in org.s1ck.gdl
-
- GDLParser.EdgeBodyContext - Class in org.s1ck.gdl
-
- GDLParser.EdgeContext - Class in org.s1ck.gdl
-
- GDLParser.EdgeLengthContext - Class in org.s1ck.gdl
-
- GDLParser.ElementListContext - Class in org.s1ck.gdl
-
- GDLParser.Expression2Context - Class in org.s1ck.gdl
-
- GDLParser.ExpressionContext - Class in org.s1ck.gdl
-
- GDLParser.GraphContext - Class in org.s1ck.gdl
-
- GDLParser.HeaderContext - Class in org.s1ck.gdl
-
- GDLParser.IncomingEdgeContext - Class in org.s1ck.gdl
-
- GDLParser.LabelContext - Class in org.s1ck.gdl
-
- GDLParser.LiteralContext - Class in org.s1ck.gdl
-
- GDLParser.MatchContext - Class in org.s1ck.gdl
-
- GDLParser.NotExpressionContext - Class in org.s1ck.gdl
-
- GDLParser.OrExpressionContext - Class in org.s1ck.gdl
-
- GDLParser.OutgoingEdgeContext - Class in org.s1ck.gdl
-
- GDLParser.ParenthesizedExpressionContext - Class in org.s1ck.gdl
-
- GDLParser.PathContext - Class in org.s1ck.gdl
-
- GDLParser.PropertiesContext - Class in org.s1ck.gdl
-
- GDLParser.PropertyContext - Class in org.s1ck.gdl
-
- GDLParser.PropertyLookupContext - Class in org.s1ck.gdl
-
- GDLParser.QueryContext - Class in org.s1ck.gdl
-
- GDLParser.VertexContext - Class in org.s1ck.gdl
-
- GDLParser.WhereContext - Class in org.s1ck.gdl
-
- GDLParser.XorExpressionContext - Class in org.s1ck.gdl
-
- getArguments() - Method in class org.s1ck.gdl.model.predicates.booleans.And
-
- getArguments() - Method in class org.s1ck.gdl.model.predicates.booleans.Not
-
- getArguments() - Method in class org.s1ck.gdl.model.predicates.booleans.Or
-
- getArguments() - Method in class org.s1ck.gdl.model.predicates.booleans.Xor
-
- getArguments() - Method in class org.s1ck.gdl.model.predicates.expressions.Comparison
-
- getArguments() - Method in interface org.s1ck.gdl.model.predicates.Predicate
-
Returns the predicates arguments
- getATN() - Method in class org.s1ck.gdl.GDLLexer
-
- getATN() - Method in class org.s1ck.gdl.GDLParser
-
- getComparableExpressions() - Method in class org.s1ck.gdl.model.predicates.expressions.Comparison
-
Returns the left and right hand side values
- getComparator() - Method in class org.s1ck.gdl.model.predicates.expressions.Comparison
-
Returns the comparator
- getEdgeCache() - Method in class org.s1ck.gdl.GDLHandler
-
Returns a cache that contains a mapping from user-defined variables to edge instances.
- getEdgeCache(boolean, boolean) - Method in class org.s1ck.gdl.GDLHandler
-
Returns a cache that contains a mapping from variables to edge instances.
- getEdges() - Method in class org.s1ck.gdl.GDLHandler
-
Returns a collection of all edges defined in the GDL script.
- getGrammarFileName() - Method in class org.s1ck.gdl.GDLLexer
-
- getGrammarFileName() - Method in class org.s1ck.gdl.GDLParser
-
- getGraphCache() - Method in class org.s1ck.gdl.GDLHandler
-
Returns a cache that contains a mapping from user-defined variables to graph instances.
- getGraphCache(boolean, boolean) - Method in class org.s1ck.gdl.GDLHandler
-
Returns a cache that contains a mapping from variables to graph instances.
- getGraphs() - Method in class org.s1ck.gdl.GDLHandler
-
Returns a collection of all graphs defined in the GDL script.
- getGraphs() - Method in class org.s1ck.gdl.model.GraphElement
-
- getId() - Method in class org.s1ck.gdl.model.Element
-
- getInverse() - Method in enum org.s1ck.gdl.utils.Comparator
-
Inverts the operator
- getLabel() - Method in class org.s1ck.gdl.model.Element
-
- getLabels() - Method in class org.s1ck.gdl.model.Element
-
- getLowerBound() - Method in class org.s1ck.gdl.model.Edge
-
- getModeNames() - Method in class org.s1ck.gdl.GDLLexer
-
- getPredicates() - Method in class org.s1ck.gdl.GDLHandler
-
Returns the predicates defined by the query in CNF.
- getProperties() - Method in class org.s1ck.gdl.model.Element
-
- getPropertyName() - Method in class org.s1ck.gdl.model.comparables.PropertySelector
-
Returns the property name
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.AndExpressionContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.AtomContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.ComparisonElementContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.ComparisonExpressionContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.DatabaseContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.DefinitionContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.EdgeBodyContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.EdgeContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.EdgeLengthContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.ElementListContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.Expression2Context
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.ExpressionContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.GraphContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.HeaderContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.LabelContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.LiteralContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.MatchContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.NotExpressionContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.OrExpressionContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.ParenthesizedExpressionContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.PathContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.PropertiesContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.PropertyContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.PropertyLookupContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.QueryContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.VertexContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.WhereContext
-
- getRuleIndex() - Method in class org.s1ck.gdl.GDLParser.XorExpressionContext
-
- getRuleNames() - Method in class org.s1ck.gdl.GDLLexer
-
- getRuleNames() - Method in class org.s1ck.gdl.GDLParser
-
- getSerializedATN() - Method in class org.s1ck.gdl.GDLLexer
-
- getSerializedATN() - Method in class org.s1ck.gdl.GDLParser
-
- getSourceVertexId() - Method in class org.s1ck.gdl.model.Edge
-
- getTargetVertexId() - Method in class org.s1ck.gdl.model.Edge
-
- getTokenNames() - Method in class org.s1ck.gdl.GDLLexer
-
Deprecated.
- getTokenNames() - Method in class org.s1ck.gdl.GDLParser
-
Deprecated.
- getUpperBound() - Method in class org.s1ck.gdl.model.Edge
-
- getValue() - Method in class org.s1ck.gdl.model.comparables.Literal
-
- getVariable() - Method in interface org.s1ck.gdl.model.comparables.ComparableExpression
-
Returns the variable of the expression
- getVariable() - Method in class org.s1ck.gdl.model.comparables.ElementSelector
-
Returns the variable which references the element
- getVariable() - Method in class org.s1ck.gdl.model.comparables.Literal
-
Returns null since this does not reference a variable
- getVariable() - Method in class org.s1ck.gdl.model.comparables.PropertySelector
-
Returns the variable which references the element
- getVariable() - Method in class org.s1ck.gdl.model.Element
-
- getVariables() - Method in class org.s1ck.gdl.model.predicates.booleans.And
-
Returns a set of variables referenced by the predicates
- getVariables() - Method in class org.s1ck.gdl.model.predicates.booleans.Not
-
Returns a set of variables referenced by the predicates
- getVariables() - Method in class org.s1ck.gdl.model.predicates.booleans.Or
-
Returns a set of variables referenced by the predicates
- getVariables() - Method in class org.s1ck.gdl.model.predicates.booleans.Xor
-
Returns a set of variables referenced by the predicates
- getVariables() - Method in class org.s1ck.gdl.model.predicates.expressions.Comparison
-
Returns a set of variables referenced by the predicates
- getVariables() - Method in interface org.s1ck.gdl.model.predicates.Predicate
-
Returns the variables which are referenced by the predicate
- getVertexCache() - Method in class org.s1ck.gdl.GDLHandler
-
Returns a cache that contains a mapping from user-defined variables to vertex instances.
- getVertexCache(boolean, boolean) - Method in class org.s1ck.gdl.GDLHandler
-
Returns a cache that contains a mapping from variables to vertex instances.
- getVertices() - Method in class org.s1ck.gdl.GDLHandler
-
Returns a collection of all vertices defined in the GDL script.
- getVocabulary() - Method in class org.s1ck.gdl.GDLLexer
-
- getVocabulary() - Method in class org.s1ck.gdl.GDLParser
-
- graph() - Method in class org.s1ck.gdl.GDLParser.DefinitionContext
-
- graph() - Method in class org.s1ck.gdl.GDLParser
-
- Graph - Class in org.s1ck.gdl.model
-
- Graph() - Constructor for class org.s1ck.gdl.model.Graph
-
- GraphContext(ParserRuleContext, int) - Constructor for class org.s1ck.gdl.GDLParser.GraphContext
-
- GraphElement - Class in org.s1ck.gdl.model
-
- GraphElement() - Constructor for class org.s1ck.gdl.model.GraphElement
-