Package-level declarations

Types

Link copied to clipboard
object Patterns

Rule implementations enforcing or restricting certain patterns.

Link copied to clipboard
fun interface Rule

validate a Cypher query.

Link copied to clipboard
data class Schema : Record, Rule

A Schema describes the nodes and relationships in a Neo4j database via the (potentially) interconnected graphs.

Link copied to clipboard
This class provides an empty implementation of SchemaListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Link copied to clipboard
open class SchemaLexer : Lexer
open class SchemaLexer : Lexer
Link copied to clipboard
interface SchemaListener : ParseTreeListener
interface SchemaListener : ParseTreeListener
This interface defines a complete listener for a parse tree produced by SchemaParser.
Link copied to clipboard
open class SchemaParser : Parser
open class SchemaParser : Parser