jar

org.opencypher : tck-api

Maven & Gradle

Oct 18, 2018
7 usages
755 stars

openCypher TCK API · openCypher Technology Compatibility Kit API

Table Of Contents

Latest Version

Download org.opencypher : tck-api JAR file - Latest Versions:

All Versions

Download org.opencypher : tck-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tck-api-1.0.0-M12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.opencypher.tools.tck

├─ org.opencypher.tools.tck.MeasurementFailed.class - [JAR]

├─ org.opencypher.tools.tck.NamedGraphs.class - [JAR]

├─ org.opencypher.tools.tck.SideEffectOps.class - [JAR]

org.opencypher.tools.tck.constants

├─ org.opencypher.tools.tck.constants.TCKErrorDetails.class - [JAR]

├─ org.opencypher.tools.tck.constants.TCKErrorPhases.class - [JAR]

├─ org.opencypher.tools.tck.constants.TCKErrorTypes.class - [JAR]

├─ org.opencypher.tools.tck.constants.TCKQueries.class - [JAR]

├─ org.opencypher.tools.tck.constants.TCKSideEffects.class - [JAR]

├─ org.opencypher.tools.tck.constants.TCKStepDefinitions.class - [JAR]

org.opencypher.tools.tck.api

├─ org.opencypher.tools.tck.api.CypherTCK.class - [JAR]

├─ org.opencypher.tools.tck.api.CypherValueRecords.class - [JAR]

├─ org.opencypher.tools.tck.api.Dummy.class - [JAR]

├─ org.opencypher.tools.tck.api.ExecQuery.class - [JAR]

├─ org.opencypher.tools.tck.api.Execute.class - [JAR]

├─ org.opencypher.tools.tck.api.ExecutionFailed.class - [JAR]

├─ org.opencypher.tools.tck.api.ExpectError.class - [JAR]

├─ org.opencypher.tools.tck.api.ExpectResult.class - [JAR]

├─ org.opencypher.tools.tck.api.Feature.class - [JAR]

├─ org.opencypher.tools.tck.api.Graph.class - [JAR]

├─ org.opencypher.tools.tck.api.InitQuery.class - [JAR]

├─ org.opencypher.tools.tck.api.InvalidFeatureFormatException.class - [JAR]

├─ org.opencypher.tools.tck.api.Measure.class - [JAR]

├─ org.opencypher.tools.tck.api.Parameters.class - [JAR]

├─ org.opencypher.tools.tck.api.ProcedureSupport.class - [JAR]

├─ org.opencypher.tools.tck.api.QueryType.class - [JAR]

├─ org.opencypher.tools.tck.api.RegisterProcedure.class - [JAR]

├─ org.opencypher.tools.tck.api.ResultCreation.class - [JAR]

├─ org.opencypher.tools.tck.api.Scenario.class - [JAR]

├─ org.opencypher.tools.tck.api.SideEffectQuery.class - [JAR]

├─ org.opencypher.tools.tck.api.SideEffects.class - [JAR]

├─ org.opencypher.tools.tck.api.Step.class - [JAR]

├─ org.opencypher.tools.tck.api.StringRecords.class - [JAR]

org.opencypher.tools.tck.parsing

├─ org.opencypher.tools.tck.parsing.FormatListener.class - [JAR]

├─ org.opencypher.tools.tck.parsing.ParameterVerifier.class - [JAR]

├─ org.opencypher.tools.tck.parsing.ResultsVerifier.class - [JAR]

org.opencypher.tools.tck.api.events

├─ org.opencypher.tools.tck.api.events.TCKEvents.class - [JAR]

org.opencypher.tools.tck.values

├─ org.opencypher.tools.tck.values.Backward.class - [JAR]

├─ org.opencypher.tools.tck.values.Connection.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherBoolean.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherFloat.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherInteger.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherList.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherNode.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherNull.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherOrderedList.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherPath.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherProperty.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherPropertyMap.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherRelationship.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherString.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherUnorderedList.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherValue.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherValueParseException.class - [JAR]

├─ org.opencypher.tools.tck.values.CypherValueVisitor.class - [JAR]

├─ org.opencypher.tools.tck.values.Forward.class - [JAR]

org.opencypher.tools.tck.parsing.generated

├─ org.opencypher.tools.tck.parsing.generated.FeatureResultsBaseListener.class - [JAR]

├─ org.opencypher.tools.tck.parsing.generated.FeatureResultsBaseVisitor.class - [JAR]

├─ org.opencypher.tools.tck.parsing.generated.FeatureResultsLexer.class - [JAR]

├─ org.opencypher.tools.tck.parsing.generated.FeatureResultsListener.class - [JAR]

├─ org.opencypher.tools.tck.parsing.generated.FeatureResultsParser.class - [JAR]

├─ org.opencypher.tools.tck.parsing.generated.FeatureResultsVisitor.class - [JAR]

Advertisement

Dependencies from Group

26 usages
53 stars
tck
Jul 11, 2023
17 usages
756 stars
Jun 03, 2019
16 usages
337 stars
Mar 12, 2021
16 usages
53 stars
Jun 03, 2019
12 usages
337 stars

Discover Dependencies

May 12, 2023
5 usages
May 12, 2023
5 usages
Mar 16, 2020
4 usages
474 stars
Dec 15, 2019
5 usages
474 stars
May 31, 2019
5 usages
6 stars
May 31, 2023
10 usages
9 stars
Nov 20, 2020
21 usages
3 stars
Jun 23, 2021
6 usages
May 20, 2018
4 usages
4.6k stars
Nov 27, 2018
4 usages
4.5k stars