Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
saifeddineghouma
GitHub Repository: saifeddineghouma/neoclipse
Path: blob/master/org.neo4j.neoclipse.doc/context-help.xml
115 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<contexts>
3
<context id="NeoGraphViewPart" title="Neo4j Graph view">
4
<description>The Neo4j Graph view visualizes the nodes and relationships available in a Neo4j node space.</description>
5
<topic href="html/tasks/graphview.html" label="Using Neo4j Graph view"/>
6
<topic href="html/tasks/PropertySheetPage.html" label="Using Neo4j Properties view"/>
7
<topic href="html/concepts/graph-database.html" label="Graph database concepts"/>
8
</context>
9
<context id="NeoRelationshipTypeView" title="Relationship types">
10
<description>The Neo4j Relationship types view presents a list of existing relationship types and lets you create new such types and perform different operations on the node space.</description>
11
</context>
12
<context id="NeoPropertySheetPage" title="Properties view">
13
<description>The Neo4j properties view is used to read and alter properties of nodes and relationships.</description>
14
</context>
15
</contexts>
16
17