|
| 1 | +/* |
| 2 | + * Copyright (c) 2016-2019 "Neo4j Sweden, AB" [https://neo4j.com] |
| 3 | + * |
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + * you may not use this file except in compliance with the License. |
| 6 | + * You may obtain a copy of the License at |
| 7 | + * |
| 8 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + * |
| 10 | + * Unless required by applicable law or agreed to in writing, software |
| 11 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + * See the License for the specific language governing permissions and |
| 14 | + * limitations under the License. |
| 15 | + * |
| 16 | + * Attribution Notice under the terms of the Apache License 2.0 |
| 17 | + * |
| 18 | + * This work was created by the collective efforts of the openCypher community. |
| 19 | + * Without limiting the terms of Section 6, any Derivative Work that is not |
| 20 | + * approved by the public consensus process of the openCypher Implementers Group |
| 21 | + * should not be described as “Cypher” (and Cypher® is a registered trademark of |
| 22 | + * Neo4j Inc.) or as "openCypher". Extensions by implementers or prototypes or |
| 23 | + * proposals for change that have been documented or implemented should only be |
| 24 | + * described as "implementation extensions to Cypher" or as "proposed changes to |
| 25 | + * Cypher that are not yet approved by the openCypher community". |
| 26 | + */ |
1 | 27 | package org.opencypher.okapi.api.value
|
2 | 28 |
|
3 | 29 | import org.opencypher.okapi.api.value.CypherValue.Element.{idJsonKey, propertiesJsonKey}
|
|
0 commit comments