Difference between revisions of "SimpleGraphContext"
Jump to navigation
Jump to search
Line 170: | Line 170: | ||
false is isLink of it | false is isLink of it | ||
"SimpleGraphModule" is topic of it | "SimpleGraphModule" is topic of it | ||
+ | # | ||
+ | # Step | ||
+ | # | ||
+ | Step isA Topic | ||
+ | "Step" is name of it | ||
+ | "Step" is pluralName of it | ||
+ | "A Step is a Graph Traversal Step in the Gremlin language - you can think of it as in instruction an a graph computer" is documentation of it | ||
+ | "A [http://tinkerpop.apache.org/docs/current/reference/#graph-traversal-steps Graph Traversal Step is an 'instruction' for a 'graph computer' in the Gremlin language" is wikiDocumentation of it | ||
+ | "File:GraphTraversalStep.png" is icon of it | ||
+ | "/images/8/8a/SimpleGraphModule.png" is iconUrl of it | ||
+ | "property" is defaultstoremode of it | ||
+ | false is cargo of it | ||
+ | "SimpleGraphContext" is context of it | ||
+ | Step_name addsTo it | ||
+ | Step_kind addsTo it | ||
+ | Step_reference addsTo it | ||
+ | Step_text addsTo it | ||
+ | Step_test addsTo it | ||
+ | Step_level addsTo it | ||
+ | # property name | ||
+ | Step_name isA Property | ||
+ | "name" is name of it | ||
+ | "name" is label of it | ||
+ | "Text" is type of it | ||
+ | 1 is index of it | ||
+ | true is primaryKey of it | ||
+ | true is mandatory of it | ||
+ | 1 is sortPos of it | ||
+ | false is uploadable of it | ||
+ | "the name of the Step" is documentation of it | ||
+ | false is isLink of it | ||
+ | "Step" is topic of it | ||
+ | # property kind | ||
+ | Step_kind isA Property | ||
+ | "kind" is name of it | ||
+ | "kind" is label of it | ||
+ | "Text" is type of it | ||
+ | 2 is index of it | ||
+ | false is primaryKey of it | ||
+ | false is mandatory of it | ||
+ | false is uploadable of it | ||
+ | "the kind of the Step e.g. map, flatMap, terminal Step" is documentation of it | ||
+ | false is isLink of it | ||
+ | "Step" is topic of it | ||
+ | # property reference | ||
+ | Step_reference isA Property | ||
+ | "reference" is name of it | ||
+ | "reference" is label of it | ||
+ | "External Identifier" is type of it | ||
+ | 3 is index of it | ||
+ | false is primaryKey of it | ||
+ | false is mandatory of it | ||
+ | false is uploadable of it | ||
+ | "the reference tag in the Apache Tinkerpop documentation" is documentation of it | ||
+ | false is isLink of it | ||
+ | "Step" is topic of it | ||
+ | # property text | ||
+ | Step_text isA Property | ||
+ | "text" is name of it | ||
+ | "text" is label of it | ||
+ | "Text" is type of it | ||
+ | 4 is index of it | ||
+ | false is primaryKey of it | ||
+ | false is mandatory of it | ||
+ | false is uploadable of it | ||
+ | "the description according to the Apache Tinkerpop documentation" is documentation of it | ||
+ | false is isLink of it | ||
+ | "Step" is topic of it | ||
+ | # property test | ||
+ | Step_test isA Property | ||
+ | "test" is name of it | ||
+ | "test" is label of it | ||
+ | "Text" is type of it | ||
+ | 5 is index of it | ||
+ | false is primaryKey of it | ||
+ | false is mandatory of it | ||
+ | false is uploadable of it | ||
+ | "a Junit Testcase for this step" is documentation of it | ||
+ | false is isLink of it | ||
+ | "Step" is topic of it | ||
+ | # property test | ||
+ | Step_level isA Property | ||
+ | "level" is name of it | ||
+ | "level" is label of it | ||
+ | "Number" is type of it | ||
+ | 6 is index of it | ||
+ | false is primaryKey of it | ||
+ | false is mandatory of it | ||
+ | false is uploadable of it | ||
+ | "the level in the step hierarchy" is documentation of it | ||
+ | false is isLink of it | ||
+ | "Step" is topic of it | ||
</source> | </source> | ||
<headertabs/> | <headertabs/> |