Difference between revisions of "Help:Step"

From OPENRESEARCH th copy Wiki
Jump to navigation Jump to search
(Created with the template CreateHelpPageTest by Tim Holzheim through LambdaActions)
(Created with the template CreateHelpPageTest by Tim Holzheim through LambdaActions)
Line 21: Line 21:
 
|mainlabel=Step
 
|mainlabel=Step
  
| ?Property javadoc = javadoc
+
| ?Property allowedValues = allowedValues
  
| ?Property kind = kind
+
| ?Property defaultValue = defaultValue
  
| ?Property level = level
+
| ?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 reference = reference
+
| ?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 test = test
+
| ?Property uploadable = uploadable
  
| ?Property text = text
+
| ?Property values_from = values_from
  
 
|order=ascending
 
|order=ascending
Line 41: Line 65:
  
  
[[Category:Step]]
+
[[Concept:Step]]

Revision as of 17:26, 9 February 2021


Help Icon.png

Help for Step

iconTopicnamepluralNamedocumentation
File:StepIcon.pngStepStepStepsA 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

StepallowedValuesdefaultValuedocumentationindexinputTypeisLinklabelmandatorynamenamespacenullableprimaryKeyshowInGridsizesortPostopictypeuploadablevalues_from
Step javadocApache Tinkerpop javadoc documentation for this step4javadocfalsejavadocfalseStepTypes/External Identifierfalse
Step kindthe kind of the Step e.g. map, flatMap, terminal Step2kindfalsekindfalseStepTypes/Textfalse
Step levelthe level in the step hierarchy6levelfalselevelfalseStepTypes/Numberfalse
Step namethe name of the Step1nametruenametrue1StepTypes/Textfalse
Step referencethe reference tag in the Apache Tinkerpop documentation3referencefalsereferencefalseStepTypes/External Identifierfalse
Step testa Junit Testcase for this step5testfalsetestfalseStepTypes/Textfalse
Step textthe description according to the Apache Tinkerpop documentation4textfalsetextfalseStepTypes/Textfalse


Concept:Step