Difference between revisions of "Help:Step"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) (Created with the template CreateHelpPageTest by Tim Holzheim through LambdaActions) |
Tim Holzheim (talk | contribs) (Created with the template CreateHelpPageTest by Tim Holzheim through LambdaActions) |
||
Line 21: | Line 21: | ||
|mainlabel=Step | |mainlabel=Step | ||
− | | ?Property | + | | ?Property allowedValues = allowedValues |
− | | ?Property | + | | ?Property defaultValue = defaultValue |
− | | ?Property | + | | ?Property documentation = documentation |
+ | |||
+ | | ?Property index = index | ||
+ | |||
+ | | ?Property inputType = inputType | ||
+ | |||
+ | | ?Property isLink = isLink | ||
+ | |||
+ | | ?Property label = label | ||
+ | |||
+ | | ?Property mandatory = mandatory | ||
| ?Property name = name | | ?Property name = name | ||
− | | ?Property | + | | ?Property namespace = namespace |
+ | |||
+ | | ?Property nullable = nullable | ||
+ | |||
+ | | ?Property primaryKey = primaryKey | ||
+ | |||
+ | | ?Property showInGrid = showInGrid | ||
+ | |||
+ | | ?Property size = size | ||
+ | |||
+ | | ?Property sortPos = sortPos | ||
+ | |||
+ | | ?Property topic = topic | ||
+ | |||
+ | | ?Property type = type | ||
− | | ?Property | + | | ?Property uploadable = uploadable |
− | | ?Property | + | | ?Property values_from = values_from |
|order=ascending | |order=ascending | ||
Line 41: | Line 65: | ||
− | [[ | + | [[Concept:Step]] |
Revision as of 17:26, 9 February 2021
Help for Step
icon | Topic | name | pluralName | documentation |
---|---|---|---|---|
File:StepIcon.png | Step | Step | Steps | A Step is a Graph Traversal Step in the Gremlin language - you can think of it as in instruction an a graph computer |
Documentation
A Step is a Graph Traversal Step in the Gremlin language - you can think of it as in instruction an a graph computer
Example Steps
Properties
Step | allowedValues | defaultValue | documentation | index | inputType | isLink | label | mandatory | name | namespace | nullable | primaryKey | showInGrid | size | sortPos | topic | type | uploadable | values_from |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Step javadoc | Apache Tinkerpop javadoc documentation for this step | 4 | false | javadoc | false | javadoc | false | Step | Types/External Identifier | false | |||||||||
Step kind | the kind of the Step e.g. map, flatMap, terminal Step | 2 | false | kind | false | kind | false | Step | Types/Text | false | |||||||||
Step level | the level in the step hierarchy | 6 | false | level | false | level | false | Step | Types/Number | false | |||||||||
Step name | the name of the Step | 1 | false | name | true | name | true | 1 | Step | Types/Text | false | ||||||||
Step reference | the reference tag in the Apache Tinkerpop documentation | 3 | false | reference | false | reference | false | Step | Types/External Identifier | false | |||||||||
Step test | a Junit Testcase for this step | 5 | false | test | false | test | false | Step | Types/Text | false | |||||||||
Step text | the description according to the Apache Tinkerpop documentation | 4 | false | text | false | text | false | Step | Types/Text | false |