![]() |
Open Kilda Java Documentation
|
Classes | |
| class | Edge |
| class | Link |
| class | Nodes |
Variables | |
| dictionary | data = {'query' : 'MATCH (n) return n'} |
| tuple | auth = ('neo4j', 'temppass') |
| result_switches = requests.post('http://localhost:7474/db/data/cypher', data=data, auth=auth) | |
| j_switches = json.loads(result_switches.text) | |
| nodes = Nodes() | |
| edges | |
| result_relationships = requests.get(str(r['outgoing_relationships']), auth=auth) | |
| j_paths = json.loads(result_relationships.text) | |
| list | outgoing_relationships = [] |
| target = Link() | |
| edge = Edge() | |
| source = Link() | |
| label | |
| id | |
| dest_node = requests.get(str(j_path['end']), auth=auth) | |
| j_dest_node = json.loads(dest_node.text) | |
| value | |
| nodes.result_relationships = requests.get(str(r['outgoing_relationships']), auth=auth) |