Modified: tinkerpop/site/dotnetdocs/3.3.5/index.json
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.3.5/index.json?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/dotnetdocs/3.3.5/index.json (original)
+++ tinkerpop/site/dotnetdocs/3.3.5/index.json Fri Jan  4 13:27:55 2019
@@ -4,20 +4,30 @@
     "title": "Gremlin.Net | Apache TinkerPop - Gremlin.NET API Docs",
     "keywords": "Gremlin.Net <!-- Licensed to the Apache Software Foundation 
(ASF) under one or more contributor license agreements. See the NOTICE file 
distributed with this work for additional information regarding copyright 
ownership. The ASF licenses this file to you under the Apache License, Version 
2.0 (the \"License\"); you may not use this file except in compliance with the 
License. You may obtain a copy of the License at 
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or 
agreed to in writing, software distributed under the License is distributed on 
an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied. See the License for the specific language governing 
permissions and limitations under the License. --> Apache TinkerPop™ is a 
graph computing framework for both graph databases (OLTP) and graph analytic 
systems (OLAP). Gremlin is the graph traversal language of TinkerPop. It can be 
described as a function
 al, data-flow language that enables users to succinctly express complex 
traversals on (or queries of) their application's property graph. Gremlin.Net 
implements Gremlin within the C# language. It targets .NET Standard and can 
therefore be used on different operating systems and with different .NET 
frameworks, such as .NET Framework and .NET Core. nuget install Gremlin.Net 
Please see the reference documentation at Apache TinkerPop for more 
information."
   },
-  
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.FilterRankingStrategy.html":
 {
-    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.FilterRankingStrategy.html",
-    "title": "Class FilterRankingStrategy | Apache TinkerPop - Gremlin.NET API 
Docs",
-    "keywords": "Class FilterRankingStrategy Reorders filter- and order-steps 
according to their rank. Inheritance System.Object AbstractTraversalStrategy 
FilterRankingStrategy Implements ITraversalStrategy System.IEquatable < 
AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization 
Assembly : cs.temp.dll.dll Syntax public class FilterRankingStrategy : 
AbstractTraversalStrategy, ITraversalStrategy, I
 Equatable<AbstractTraversalStrategy> Implements ITraversalStrategy 
System.IEquatable<T>"
+  
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.MatchPredicateStrategy.html":
 {
+    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.MatchPredicateStrategy.html",
+    "title": "Class MatchPredicateStrategy | Apache TinkerPop - Gremlin.NET 
API Docs",
+    "keywords": "Class MatchPredicateStrategy Folds any post Where() step that 
maintains a traversal constraint into Match() . Inheritance System.Object 
AbstractTraversalStrategy MatchPredicateStrategy Implements ITraversalStrategy 
System.IEquatable < AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization 
Assembly : cs.temp.dll.dll Syntax public class MatchPredicateStrategy : 
AbstractTraversalStrat
 egy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy> Implements 
ITraversalStrategy System.IEquatable<T>"
   },
-  
"api/Gremlin.Net.Process.Traversal.Strategy.Decoration.VertexProgramStrategy.html":
 {
-    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Decoration.VertexProgramStrategy.html",
-    "title": "Class VertexProgramStrategy | Apache TinkerPop - Gremlin.NET API 
Docs",
-    "keywords": "Class VertexProgramStrategy Inheritance System.Object 
AbstractTraversalStrategy VertexProgramStrategy Implements ITraversalStrategy 
System.IEquatable < AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Decoration 
Assembly : cs.temp.dll.dll Syntax public class VertexProgramStrategy : 
AbstractTraversalStrategy, ITraversalStrategy, 
IEquatable<AbstractTraversalStrategy> Constructors VertexProg
 ramStrategy() Declaration public VertexProgramStrategy() 
VertexProgramStrategy(String, Nullable<Int32>, String, String, ITraversal, 
ITraversal, Dictionary<String, Object>) Declaration public 
VertexProgramStrategy(string graphComputer = null, int? workers = default(int? 
), string persist = null, string result = null, ITraversal vertices = null, 
ITraversal edges = null, Dictionary<string, dynamic> configuration = null) 
Parameters Type Name Description System.String graphComputer System.Nullable < 
System.Int32 > workers System.String persist System.String result ITraversal 
vertices ITraversal edges System.Collections.Generic.Dictionary < System.String 
, System.Object > configuration Implements ITraversalStrategy 
System.IEquatable<T>"
+  
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.IncidentToAdjacentStrategy.html":
 {
+    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.IncidentToAdjacentStrategy.html",
+    "title": "Class IncidentToAdjacentStrategy | Apache TinkerPop - 
Gremlin.NET API Docs",
+    "keywords": "Class IncidentToAdjacentStrategy Replaces .OutE().InV() with 
.Out() , .InE().OutV() with In() and .BothE().BothV() with Both() . Inheritance 
System.Object AbstractTraversalStrategy IncidentToAdjacentStrategy Implements 
ITraversalStrategy System.IEquatable < AbstractTraversalStrategy > Inherited 
Members AbstractTraversalStrategy.StrategyName 
AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization 
Assembly : cs.temp.dll.dll Syntax public class IncidentToAdjacentStrate
 gy : AbstractTraversalStrategy, ITraversalStrategy, 
IEquatable<AbstractTraversalStrategy> Implements ITraversalStrategy 
System.IEquatable<T>"
   },
-  
"api/Gremlin.Net.Process.Traversal.Strategy.Decoration.SubgraphStrategy.html": {
-    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Decoration.SubgraphStrategy.html",
-    "title": "Class SubgraphStrategy | Apache TinkerPop - Gremlin.NET API 
Docs",
-    "keywords": "Class SubgraphStrategy Provides a way to limit the view of a 
ITraversal . Inheritance System.Object AbstractTraversalStrategy 
SubgraphStrategy Implements ITraversalStrategy System.IEquatable < 
AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Decoration 
Assembly : cs.temp.dll.dll Syntax public class SubgraphStrategy : 
AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraver
 salStrategy> Constructors SubgraphStrategy() Initializes a new instance of the 
SubgraphStrategy class. Declaration public SubgraphStrategy() 
SubgraphStrategy(ITraversal, ITraversal, ITraversal) Initializes a new instance 
of the SubgraphStrategy class. Declaration public SubgraphStrategy(ITraversal 
vertexCriterion = null, ITraversal edgeCriterion = null, ITraversal 
vertexPropertyCriterion = null) Parameters Type Name Description ITraversal 
vertexCriterion Constrains vertices for the ITraversal . ITraversal 
edgeCriterion Constrains edges for the ITraversal . ITraversal 
vertexPropertyCriterion Constrains vertex properties for the ITraversal . 
Implements ITraversalStrategy System.IEquatable<T>"
+  
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.IdentityRemovalStrategy.html":
 {
+    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.IdentityRemovalStrategy.html",
+    "title": "Class IdentityRemovalStrategy | Apache TinkerPop - Gremlin.NET 
API Docs",
+    "keywords": "Class IdentityRemovalStrategy Looks for Identity() -steps and 
removes them. Inheritance System.Object AbstractTraversalStrategy 
IdentityRemovalStrategy Implements ITraversalStrategy System.IEquatable < 
AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization 
Assembly : cs.temp.dll.dll Syntax public class IdentityRemovalStrategy : 
AbstractTraversalStrategy, ITraversalStrategy, IEquata
 ble<AbstractTraversalStrategy> Implements ITraversalStrategy 
System.IEquatable<T>"
+  },
+  "api/Gremlin.Net.Process.Traversal.ITraversalStrategy.html": {
+    "href": "api/Gremlin.Net.Process.Traversal.ITraversalStrategy.html",
+    "title": "Interface ITraversalStrategy | Apache TinkerPop - Gremlin.NET 
API Docs",
+    "keywords": "Interface ITraversalStrategy A ITraversalStrategy defines a 
particular atomic operation for mutating a ITraversal prior to its evaluation. 
Namespace : Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax 
public interface ITraversalStrategy Methods Apply<S, E>(ITraversal<S, E>) 
Applies the strategy to the given ITraversal . Declaration void Apply<S, 
E>(ITraversal<S, E> traversal) Parameters Type Name Description ITraversal <S, 
E> traversal The ITraversal the strategy should be applied to. Type Parameters 
Name Description S E ApplyAsync<S, E>(ITraversal<S, E>) Applies the strategy to 
the given ITraversal asynchronously. Declaration Task ApplyAsync<S, 
E>(ITraversal<S, E> traversal) Parameters Type Name Description ITraversal <S, 
E> traversal The ITraversal the strategy should be applied to. Returns Type 
Description System.Threading.Tasks.Task Type Parameters Name Description S E"
+  },
+  "api/Gremlin.Net.Process.Traversal.ITraversalSideEffects.html": {
+    "href": "api/Gremlin.Net.Process.Traversal.ITraversalSideEffects.html",
+    "title": "Interface ITraversalSideEffects | Apache TinkerPop - Gremlin.NET 
API Docs",
+    "keywords": "Interface ITraversalSideEffects A ITraversal can maintain 
global sideEffects. Inherited Members System.IDisposable.Dispose() Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public 
interface ITraversalSideEffects : IDisposable Methods Close() Invalidates the 
side effect cache for traversal. Declaration void Close() Get(String) Gets the 
side-effect associated with the provided key. Declaration object Get(string 
key) Parameters Type Name Description System.String key The key to get the 
value for. Returns Type Description System.Object The value associated with 
key. Keys() Retrieves the keys of the side-effect that can be supplied to 
Get(String) . Declaration IReadOnlyCollection<string> Keys() Returns Type 
Description System.Collections.Generic.IReadOnlyCollection < System.String > 
The keys of the side-effect."
   },
   "api/Gremlin.Net.Process.Traversal.IFunction.html": {
     "href": "api/Gremlin.Net.Process.Traversal.IFunction.html",
@@ -29,15 +39,100 @@
     "title": "Interface IConsumer | Apache TinkerPop - Gremlin.NET API Docs",
     "keywords": "Interface IConsumer Represents an operation that accepts a 
single input argument and returns no result. Unlike most other functional 
interfaces, Consumer is expected to operate via side-effects. Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public 
interface IConsumer"
   },
-  "api/Gremlin.Net.Process.Traversal.GryoVersion.html": {
-    "href": "api/Gremlin.Net.Process.Traversal.GryoVersion.html",
-    "title": "Class GryoVersion | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class GryoVersion Inheritance System.Object EnumWrapper 
GryoVersion Implements System.IEquatable < EnumWrapper > Inherited Members 
EnumWrapper.EnumName EnumWrapper.EnumValue EnumWrapper.Equals(EnumWrapper) 
EnumWrapper.Equals(Object) EnumWrapper.GetHashCode() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ToString() 
System.Object.ReferenceEquals(System.Object, System.Object) Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class 
GryoVersion : EnumWrapper, IEquatable<EnumWrapper> Properties V1_0 Declaration 
public static GryoVersion V1_0 { get; } Property Value Type Description 
GryoVersion V3_0 Declaration public static GryoVersion V3_0 { get; } Property 
Value Type Description GryoVersion Methods GetByValue(String) Gets the 
GryoVersion enumeration by value. Declaration public static GryoVersion 
GetByValue(string value) Parameters Type Name Description System.Str
 ing value Returns Type Description GryoVersion Implements System.IEquatable<T>"
+  "api/Gremlin.Net.Process.Traversal.IBiFunction.html": {
+    "href": "api/Gremlin.Net.Process.Traversal.IBiFunction.html",
+    "title": "Interface IBiFunction | Apache TinkerPop - Gremlin.NET API Docs",
+    "keywords": "Interface IBiFunction Represents a function that accepts two 
arguments and produces a result. This is the two-arity specialization of 
IFunction . Namespace : Gremlin.Net.Process.Traversal Assembly : 
cs.temp.dll.dll Syntax public interface IBiFunction"
   },
-  "api/Gremlin.Net.Process.Traversal.GraphSONVersion.html": {
-    "href": "api/Gremlin.Net.Process.Traversal.GraphSONVersion.html",
-    "title": "Class GraphSONVersion | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class GraphSONVersion Inheritance System.Object EnumWrapper 
GraphSONVersion Implements System.IEquatable < EnumWrapper > Inherited Members 
EnumWrapper.EnumName EnumWrapper.EnumValue EnumWrapper.Equals(EnumWrapper) 
EnumWrapper.Equals(Object) EnumWrapper.GetHashCode() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ToString() 
System.Object.ReferenceEquals(System.Object, System.Object) Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class 
GraphSONVersion : EnumWrapper, IEquatable<EnumWrapper> Properties V1_0 
Declaration public static GraphSONVersion V1_0 { get; } Property Value Type 
Description GraphSONVersion V2_0 Declaration public static GraphSONVersion V2_0 
{ get; } Property Value Type Description GraphSONVersion V3_0 Declaration 
public static GraphSONVersion V3_0 { get; } Property Value Type Description 
GraphSONVersion Methods GetByValue(String) Gets the Gra
 phSONVersion enumeration by value. Declaration public static GraphSONVersion 
GetByValue(string value) Parameters Type Name Description System.String value 
Returns Type Description GraphSONVersion Implements System.IEquatable<T>"
+  
"api/Gremlin.Net.Process.Traversal.Strategy.Verification.LambdaRestrictionStrategy.html":
 {
+    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Verification.LambdaRestrictionStrategy.html",
+    "title": "Class LambdaRestrictionStrategy | Apache TinkerPop - Gremlin.NET 
API Docs",
+    "keywords": "Class LambdaRestrictionStrategy Does not allow lambdas to be 
used in a ITraversal . Inheritance System.Object AbstractTraversalStrategy 
LambdaRestrictionStrategy Implements ITraversalStrategy System.IEquatable < 
AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Verification 
Assembly : cs.temp.dll.dll Syntax public class LambdaRestrictionStrategy : 
AbstractTraversalStrategy, ITraversalStrat
 egy, IEquatable<AbstractTraversalStrategy> Implements ITraversalStrategy 
System.IEquatable<T>"
+  },
+  
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.RepeatUnrollStrategy.html":
 {
+    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.RepeatUnrollStrategy.html",
+    "title": "Class RepeatUnrollStrategy | Apache TinkerPop - Gremlin.NET API 
Docs",
+    "keywords": "Class RepeatUnrollStrategy Inheritance System.Object 
AbstractTraversalStrategy RepeatUnrollStrategy Implements ITraversalStrategy 
System.IEquatable < AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization 
Assembly : cs.temp.dll.dll Syntax public class RepeatUnrollStrategy : 
AbstractTraversalStrategy, ITraversalStrategy, 
IEquatable<AbstractTraversalStrategy> Implements ITraversalStr
 ategy System.IEquatable<T>"
+  },
+  
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.RangeByIsCountStrategy.html":
 {
+    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.RangeByIsCountStrategy.html",
+    "title": "Class RangeByIsCountStrategy | Apache TinkerPop - Gremlin.NET 
API Docs",
+    "keywords": "Class RangeByIsCountStrategy Optimizes any occurrence of 
Count() -step followed by an Is() -step. Inheritance System.Object 
AbstractTraversalStrategy RangeByIsCountStrategy Implements ITraversalStrategy 
System.IEquatable < AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization 
Assembly : cs.temp.dll.dll Syntax public class RangeByIsCountStrategy : 
AbstractTraversalStrategy, ITraver
 salStrategy, IEquatable<AbstractTraversalStrategy> Implements 
ITraversalStrategy System.IEquatable<T>"
+  },
+  
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.OrderLimitStrategy.html":
 {
+    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.OrderLimitStrategy.html",
+    "title": "Class OrderLimitStrategy | Apache TinkerPop - Gremlin.NET API 
Docs",
+    "keywords": "Class OrderLimitStrategy Inheritance System.Object 
AbstractTraversalStrategy OrderLimitStrategy Implements ITraversalStrategy 
System.IEquatable < AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization 
Assembly : cs.temp.dll.dll Syntax public class OrderLimitStrategy : 
AbstractTraversalStrategy, ITraversalStrategy, 
IEquatable<AbstractTraversalStrategy> Implements ITraversalStrategy 
 System.IEquatable<T>"
+  },
+  "api/Gremlin.Net.Process.Traversal.P.html": {
+    "href": "api/Gremlin.Net.Process.Traversal.P.html",
+    "title": "Class P | Apache TinkerPop - Gremlin.NET API Docs",
+    "keywords": "Class P A P is a predicate of the form Func<object, bool>. 
That is, given some object, return true or false. Inheritance System.Object P 
Implements IPredicate Inherited Members System.Object.Equals(System.Object) 
System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() 
System.Object.GetType() System.Object.MemberwiseClone() 
System.Object.ReferenceEquals(System.Object, System.Object) Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class P 
: IPredicate Constructors P(String, Object, P) Initializes a new instance of 
the P class. Declaration public P(string operatorName, dynamic value, P other = 
null) Parameters Type Name Description System.String operatorName The name of 
the predicate. System.Object value The value of the predicate. P other An 
optional other predicate that is used as an argument for this predicate. 
Properties OperatorName Gets the name of the predicate. Declaration public 
string OperatorName { ge
 t; } Property Value Type Description System.String Other Gets an optional 
other predicate that is used as an argument for this predicate. Declaration 
public P Other { get; } Property Value Type Description P Value Gets the value 
of the predicate. Declaration public dynamic Value { get; } Property Value Type 
Description System.Object Methods And(P) Returns a composed predicate that 
represents a logical AND of this predicate and another. Declaration public P 
And(P otherPredicate) Parameters Type Name Description P otherPredicate A 
predicate that will be logically-ANDed with this predicate. Returns Type 
Description P The composed predicate. Between(Object[]) Declaration public 
static P Between(params object[] args) Parameters Type Name Description 
System.Object [] args Returns Type Description P Eq(Object[]) Declaration 
public static P Eq(params object[] args) Parameters Type Name Description 
System.Object [] args Returns Type Description P Gt(Object[]) Declaration 
public static P Gt(p
 arams object[] args) Parameters Type Name Description System.Object [] args 
Returns Type Description P Gte(Object[]) Declaration public static P Gte(params 
object[] args) Parameters Type Name Description System.Object [] args Returns 
Type Description P Inside(Object[]) Declaration public static P Inside(params 
object[] args) Parameters Type Name Description System.Object [] args Returns 
Type Description P Lt(Object[]) Declaration public static P Lt(params object[] 
args) Parameters Type Name Description System.Object [] args Returns Type 
Description P Lte(Object[]) Declaration public static P Lte(params object[] 
args) Parameters Type Name Description System.Object [] args Returns Type 
Description P Neq(Object[]) Declaration public static P Neq(params object[] 
args) Parameters Type Name Description System.Object [] args Returns Type 
Description P Not(Object[]) Declaration public static P Not(params object[] 
args) Parameters Type Name Description System.Object [] args Returns Type Desc
 ription P Or(P) Returns a composed predicate that represents a logical OR of 
this predicate and another. Declaration public P Or(P otherPredicate) 
Parameters Type Name Description P otherPredicate A predicate that will be 
logically-ORed with this predicate. Returns Type Description P The composed 
predicate. Outside(Object[]) Declaration public static P Outside(params 
object[] args) Parameters Type Name Description System.Object [] args Returns 
Type Description P Test(Object[]) Declaration public static P Test(params 
object[] args) Parameters Type Name Description System.Object [] args Returns 
Type Description P ToString() Declaration public override string ToString() 
Returns Type Description System.String Overrides System.Object.ToString() 
Within(Object[]) Declaration public static P Within(params object[] args) 
Parameters Type Name Description System.Object [] args Returns Type Description 
P Without(Object[]) Declaration public static P Without(params object[] args) 
Parameters Type
  Name Description System.Object [] args Returns Type Description P Implements 
IPredicate"
+  },
+  "api/Gremlin.Net.Process.Traversal.Order.html": {
+    "href": "api/Gremlin.Net.Process.Traversal.Order.html",
+    "title": "Class Order | Apache TinkerPop - Gremlin.NET API Docs",
+    "keywords": "Class Order Inheritance System.Object EnumWrapper Order 
Implements System.IEquatable < EnumWrapper > IComparator Inherited Members 
EnumWrapper.EnumName EnumWrapper.EnumValue EnumWrapper.Equals(EnumWrapper) 
EnumWrapper.Equals(Object) EnumWrapper.GetHashCode() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ToString() 
System.Object.ReferenceEquals(System.Object, System.Object) Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class 
Order : EnumWrapper, IEquatable<EnumWrapper>, IComparator Properties Asc 
Declaration public static Order Asc { get; } Property Value Type Description 
Order Decr Declaration public static Order Decr { get; } Property Value Type 
Description Order Desc Declaration public static Order Desc { get; } Property 
Value Type Description Order Incr Declaration public static Order Incr { get; } 
Property Value Type Description Order Shuffle Declarati
 on public static Order Shuffle { get; } Property Value Type Description Order 
Methods GetByValue(String) Gets the Order enumeration by value. Declaration 
public static Order GetByValue(string value) Parameters Type Name Description 
System.String value Returns Type Description Order Implements 
System.IEquatable<T> IComparator"
+  },
+  "api/Gremlin.Net.Driver.Tokens.html": {
+    "href": "api/Gremlin.Net.Driver.Tokens.html",
+    "title": "Class Tokens | Apache TinkerPop - Gremlin.NET API Docs",
+    "keywords": "Class Tokens String constants used to configure a 
RequestMessage . Inheritance System.Object Tokens Inherited Members 
System.Object.Equals(System.Object) System.Object.Equals(System.Object, 
System.Object) System.Object.GetHashCode() System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ToString() 
System.Object.ReferenceEquals(System.Object, System.Object) Namespace : 
Gremlin.Net.Driver Assembly : cs.temp.dll.dll Syntax public class Tokens Fields 
ArgsAggregateTo Gremlin.Net.Driver.Messages.ResponseMessage`1 argument that 
describes how side-effect data should be treated. Declaration public static 
string ArgsAggregateTo Field Value Type Description System.String ArgsAliases 
Argument name that allows to define aliases that represent globally bound Graph 
and TraversalSource objects. Declaration public static string ArgsAliases Field 
Value Type Description System.String ArgsBatchSize Argument name that allows to 
defines the number of iterations each Respon
 seMessage should contain - overrides the resultIterationBatchSize server 
setting. Declaration public static string ArgsBatchSize Field Value Type 
Description System.String ArgsBindings Argument name that allows to provide a 
map of key/value pairs to apply as variables in the context of the Gremlin 
script. Declaration public static string ArgsBindings Field Value Type 
Description System.String ArgsEvalTimeout Argument name that allows to override 
the server setting that determines the maximum time to wait for a script to 
execute on the server. Declaration public static string ArgsEvalTimeout Field 
Value Type Description System.String ArgsGremlin Argument name that corresponds 
to the Traversal to evaluate. Declaration public static string ArgsGremlin 
Field Value Type Description System.String ArgsLanguage Argument name that 
allows to change the flavor of Gremlin used (e.g. gremlin-groovy). Declaration 
public static string ArgsLanguage Field Value Type Description System.String 
ArgsSas
 l Argument name for the response to the server authentication challenge. This 
value is dependent on the SASL authentication mechanism required by the server. 
Declaration public static string ArgsSasl Field Value Type Description 
System.String ArgsSideEffect Argument name that allows to specify the unique 
identifier for the request. Declaration public static string ArgsSideEffect 
Field Value Type Description System.String ArgsSideEffectKey Argument name that 
allows to specify the key for a specific side-effect. Declaration public static 
string ArgsSideEffectKey Field Value Type Description System.String 
OpsAuthentication Operation used by the client to authenticate itself. 
Declaration public static string OpsAuthentication Field Value Type Description 
System.String OpsBytecode Operation used for a request that contains the 
Bytecode representation of a Traversal. Declaration public static string 
OpsBytecode Field Value Type Description System.String OpsClose Operation used 
to get all 
 the keys of all side-effects as produced by a previously executed Traversal. 
Declaration public static string OpsClose Field Value Type Description 
System.String OpsEval Operation used to evaluate a Gremlin script provided as a 
string. Declaration public static string OpsEval Field Value Type Description 
System.String OpsGather Operation used to get a particular side-effect as 
produced by a previously executed Traversal. Declaration public static string 
OpsGather Field Value Type Description System.String OpsKeys Operation used to 
get all the keys of all side-effects as produced by a previously executed 
Traversal. Declaration public static string OpsKeys Field Value Type 
Description System.String ProcessorTraversal Default OpProcessor. Declaration 
public static string ProcessorTraversal Field Value Type Description 
System.String"
+  },
+  "api/Gremlin.Net.Driver.Messages.html": {
+    "href": "api/Gremlin.Net.Driver.Messages.html",
+    "title": "Namespace Gremlin.Net.Driver.Messages | Apache TinkerPop - 
Gremlin.NET API Docs",
+    "keywords": "Namespace Gremlin.Net.Driver.Messages Classes RequestMessage 
The model for a request message sent to the server. RequestMessage.Builder 
Allows to build RequestMessage objects."
+  },
+  "api/Gremlin.Net.Driver.IGremlinClient.html": {
+    "href": "api/Gremlin.Net.Driver.IGremlinClient.html",
+    "title": "Interface IGremlinClient | Apache TinkerPop - Gremlin.NET API 
Docs",
+    "keywords": "Interface IGremlinClient Provides a mechanism for submitting 
Gremlin requests. Inherited Members System.IDisposable.Dispose() Namespace : 
Gremlin.Net.Driver Assembly : cs.temp.dll.dll Syntax public interface 
IGremlinClient : IDisposable Methods SubmitAsync<T>(RequestMessage) Submits a 
request message as an asynchronous operation. Declaration 
Task<IReadOnlyCollection<T>> SubmitAsync<T>(RequestMessage requestMessage) 
Parameters Type Name Description RequestMessage requestMessage The 
RequestMessage to send. Returns Type Description System.Threading.Tasks.Task < 
System.Collections.Generic.IReadOnlyCollection <T>> A collection of the data 
returned from the server. Type Parameters Name Description T The type of the 
expected results. Exceptions Type Condition ResponseException Thrown when a 
response is received from Gremlin Server that indicates that an error occurred."
+  },
+  "api/Gremlin.Net.Driver.Exceptions.html": {
+    "href": "api/Gremlin.Net.Driver.Exceptions.html",
+    "title": "Namespace Gremlin.Net.Driver.Exceptions | Apache TinkerPop - 
Gremlin.NET API Docs",
+    "keywords": "Namespace Gremlin.Net.Driver.Exceptions Classes 
ResponseException The exception that is thrown when a response is received from 
Gremlin Server that indicates that an error occurred."
+  },
+  "api/Gremlin.Net.Process.Traversal.GraphTraversalSource.html": {
+    "href": "api/Gremlin.Net.Process.Traversal.GraphTraversalSource.html",
+    "title": "Class GraphTraversalSource | Apache TinkerPop - Gremlin.NET API 
Docs",
+    "keywords": "Class GraphTraversalSource A GraphTraversalSource is the 
primary DSL of the Gremlin traversal machine. It provides access to all the 
configurations and steps for Turing complete graph computing. Inheritance 
System.Object GraphTraversalSource Inherited Members 
System.Object.Equals(System.Object) System.Object.Equals(System.Object, 
System.Object) System.Object.GetHashCode() System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ToString() 
System.Object.ReferenceEquals(System.Object, System.Object) Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class 
GraphTraversalSource Constructors GraphTraversalSource() Initializes a new 
instance of the GraphTraversalSource class. Declaration public 
GraphTraversalSource() GraphTraversalSource(ICollection<ITraversalStrategy>, 
Bytecode) Initializes a new instance of the GraphTraversalSource class. 
Declaration public GraphTraversalSource(ICollection<ITraversalStrategy> 
traversalStrateg
 ies, Bytecode bytecode) Parameters Type Name Description 
System.Collections.Generic.ICollection < ITraversalStrategy > 
traversalStrategies The traversal strategies associated with this graph 
traversal source. Bytecode bytecode The Bytecode associated with the current 
state of this graph traversal source. Properties Bytecode Gets or sets the 
Bytecode associated with the current state of this graph traversal source. 
Declaration public Bytecode Bytecode { get; set; } Property Value Type 
Description Bytecode TraversalStrategies Gets or sets the traversal strategies 
associated with this graph traversal source. Declaration public 
ICollection<ITraversalStrategy> TraversalStrategies { get; set; } Property 
Value Type Description System.Collections.Generic.ICollection < 
ITraversalStrategy > Methods AddE(ITraversal) Spawns a GraphTraversal<S, E> off 
this graph traversal source and adds the addE step to that traversal. 
Declaration public GraphTraversal<Edge, Edge> AddE(ITraversal edgeLabelTrave
 rsal) Parameters Type Name Description ITraversal edgeLabelTraversal Returns 
Type Description GraphTraversal < Edge , Edge > AddE(String) Spawns a 
GraphTraversal<S, E> off this graph traversal source and adds the addE step to 
that traversal. Declaration public GraphTraversal<Edge, Edge> AddE(string 
label) Parameters Type Name Description System.String label Returns Type 
Description GraphTraversal < Edge , Edge > AddV() Spawns a GraphTraversal<S, E> 
off this graph traversal source and adds the addV step to that traversal. 
Declaration public GraphTraversal<Vertex, Vertex> AddV() Returns Type 
Description GraphTraversal < Vertex , Vertex > AddV(ITraversal) Spawns a 
GraphTraversal<S, E> off this graph traversal source and adds the addV step to 
that traversal. Declaration public GraphTraversal<Vertex, Vertex> 
AddV(ITraversal vertexLabelTraversal) Parameters Type Name Description 
ITraversal vertexLabelTraversal Returns Type Description GraphTraversal < 
Vertex , Vertex > AddV(String) Spawns
  a GraphTraversal<S, E> off this graph traversal source and adds the addV step 
to that traversal. Declaration public GraphTraversal<Vertex, Vertex> 
AddV(string label) Parameters Type Name Description System.String label Returns 
Type Description GraphTraversal < Vertex , Vertex > E(Object[]) Spawns a 
GraphTraversal<S, E> off this graph traversal source and adds the E step to 
that traversal. Declaration public GraphTraversal<Edge, Edge> E(params object[] 
edgesIds) Parameters Type Name Description System.Object [] edgesIds Returns 
Type Description GraphTraversal < Edge , Edge > Inject<S>(S[]) Spawns a 
GraphTraversal<S, E> off this graph traversal source and adds the inject step 
to that traversal. Declaration public GraphTraversal<S, S> Inject<S>(params S[] 
starts) Parameters Type Name Description S[] starts Returns Type Description 
GraphTraversal <S, S> Type Parameters Name Description S V(Object[]) Spawns a 
GraphTraversal<S, E> off this graph traversal source and adds the V step to th
 at traversal. Declaration public GraphTraversal<Vertex, Vertex> V(params 
object[] vertexIds) Parameters Type Name Description System.Object [] vertexIds 
Returns Type Description GraphTraversal < Vertex , Vertex > 
WithBindings(Object) Declaration [Obsolete(\"Use the Bindings class instead.\", 
false)] public GraphTraversalSource WithBindings(object bindings) Parameters 
Type Name Description System.Object bindings Returns Type Description 
GraphTraversalSource WithBulk(Boolean) Declaration public GraphTraversalSource 
WithBulk(bool useBulk) Parameters Type Name Description System.Boolean useBulk 
Returns Type Description GraphTraversalSource WithComputer(String, 
Nullable<Int32>, String, String, ITraversal, ITraversal, Dictionary<String, 
Object>) Add a GraphComputer class used to execute the traversal. This adds a 
to the strategies. Declaration public GraphTraversalSource WithComputer(string 
graphComputer = null, int? workers = default(int? ), string persist = null, 
string result = null, I
 Traversal vertices = null, ITraversal edges = null, Dictionary<string, 
dynamic> configuration = null) Parameters Type Name Description System.String 
graphComputer System.Nullable < System.Int32 > workers System.String persist 
System.String result ITraversal vertices ITraversal edges 
System.Collections.Generic.Dictionary < System.String , System.Object > 
configuration Returns Type Description GraphTraversalSource 
WithoutStrategies(Type[]) Declaration public GraphTraversalSource 
WithoutStrategies(params Type[] traversalStrategyClasses) Parameters Type Name 
Description System.Type [] traversalStrategyClasses Returns Type Description 
GraphTraversalSource WithPath() Declaration public GraphTraversalSource 
WithPath() Returns Type Description GraphTraversalSource 
WithRemote(IRemoteConnection) Configures the GraphTraversalSource as a 
\"remote\" to issue the GraphTraversal<S, E> for execution elsewhere. 
Declaration public GraphTraversalSource WithRemote(IRemoteConnection 
remoteConnection) Pa
 rameters Type Name Description IRemoteConnection remoteConnection The instance 
to use to submit the GraphTraversal<S, E> . Returns Type Description 
GraphTraversalSource A GraphTraversalSource configured to use the provided . 
WithSack(ISupplier) Declaration public GraphTraversalSource WithSack(ISupplier 
initialValue) Parameters Type Name Description ISupplier initialValue Returns 
Type Description GraphTraversalSource WithSack(ISupplier, IBinaryOperator) 
Declaration public GraphTraversalSource WithSack(ISupplier initialValue, 
IBinaryOperator mergeOperator) Parameters Type Name Description ISupplier 
initialValue IBinaryOperator mergeOperator Returns Type Description 
GraphTraversalSource WithSack(ISupplier, IUnaryOperator) Declaration public 
GraphTraversalSource WithSack(ISupplier initialValue, IUnaryOperator 
splitOperator) Parameters Type Name Description ISupplier initialValue 
IUnaryOperator splitOperator Returns Type Description GraphTraversalSource 
WithSack(ISupplier, IUnaryOperator
 , IBinaryOperator) Declaration public GraphTraversalSource WithSack(ISupplier 
initialValue, IUnaryOperator splitOperator, IBinaryOperator mergeOperator) 
Parameters Type Name Description ISupplier initialValue IUnaryOperator 
splitOperator IBinaryOperator mergeOperator Returns Type Description 
GraphTraversalSource WithSack(Object) Declaration public GraphTraversalSource 
WithSack(object initialValue) Parameters Type Name Description System.Object 
initialValue Returns Type Description GraphTraversalSource WithSack(Object, 
IBinaryOperator) Declaration public GraphTraversalSource WithSack(object 
initialValue, IBinaryOperator mergeOperator) Parameters Type Name Description 
System.Object initialValue IBinaryOperator mergeOperator Returns Type 
Description GraphTraversalSource WithSack(Object, IUnaryOperator) Declaration 
public GraphTraversalSource WithSack(object initialValue, IUnaryOperator 
splitOperator) Parameters Type Name Description System.Object initialValue 
IUnaryOperator splitOperat
 or Returns Type Description GraphTraversalSource WithSack(Object, 
IUnaryOperator, IBinaryOperator) Declaration public GraphTraversalSource 
WithSack(object initialValue, IUnaryOperator splitOperator, IBinaryOperator 
mergeOperator) Parameters Type Name Description System.Object initialValue 
IUnaryOperator splitOperator IBinaryOperator mergeOperator Returns Type 
Description GraphTraversalSource WithSideEffect(String, ISupplier) Declaration 
public GraphTraversalSource WithSideEffect(string key, ISupplier initialValue) 
Parameters Type Name Description System.String key ISupplier initialValue 
Returns Type Description GraphTraversalSource WithSideEffect(String, ISupplier, 
IBinaryOperator) Declaration public GraphTraversalSource WithSideEffect(string 
key, ISupplier initialValue, IBinaryOperator reducer) Parameters Type Name 
Description System.String key ISupplier initialValue IBinaryOperator reducer 
Returns Type Description GraphTraversalSource WithSideEffect(String, Object) 
Declaration pub
 lic GraphTraversalSource WithSideEffect(string key, object initialValue) 
Parameters Type Name Description System.String key System.Object initialValue 
Returns Type Description GraphTraversalSource WithSideEffect(String, Object, 
IBinaryOperator) Declaration public GraphTraversalSource WithSideEffect(string 
key, object initialValue, IBinaryOperator reducer) Parameters Type Name 
Description System.String key System.Object initialValue IBinaryOperator 
reducer Returns Type Description GraphTraversalSource 
WithStrategies(ITraversalStrategy[]) Declaration public GraphTraversalSource 
WithStrategies(params ITraversalStrategy[] traversalStrategies) Parameters Type 
Name Description ITraversalStrategy [] traversalStrategies Returns Type 
Description GraphTraversalSource"
+  },
+  "api/Gremlin.Net.Process.Traversal.Direction.html": {
+    "href": "api/Gremlin.Net.Process.Traversal.Direction.html",
+    "title": "Class Direction | Apache TinkerPop - Gremlin.NET API Docs",
+    "keywords": "Class Direction Inheritance System.Object EnumWrapper 
Direction Implements System.IEquatable < EnumWrapper > Inherited Members 
EnumWrapper.EnumName EnumWrapper.EnumValue EnumWrapper.Equals(EnumWrapper) 
EnumWrapper.Equals(Object) EnumWrapper.GetHashCode() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ToString() 
System.Object.ReferenceEquals(System.Object, System.Object) Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class 
Direction : EnumWrapper, IEquatable<EnumWrapper> Properties Both Declaration 
public static Direction Both { get; } Property Value Type Description Direction 
In Declaration public static Direction In { get; } Property Value Type 
Description Direction Out Declaration public static Direction Out { get; } 
Property Value Type Description Direction Methods GetByValue(String) Gets the 
Direction enumeration by value. Declaration public static Direc
 tion GetByValue(string value) Parameters Type Name Description System.String 
value Returns Type Description Direction Implements System.IEquatable<T>"
+  },
+  "api/Gremlin.Net.Process.Traversal.Bytecode.html": {
+    "href": "api/Gremlin.Net.Process.Traversal.Bytecode.html",
+    "title": "Class Bytecode | Apache TinkerPop - Gremlin.NET API Docs",
+    "keywords": "Class Bytecode A language agnostic representation of 
ITraversal mutations. Inheritance System.Object Bytecode Inherited Members 
System.Object.Equals(System.Object) System.Object.Equals(System.Object, 
System.Object) System.Object.GetHashCode() System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ToString() 
System.Object.ReferenceEquals(System.Object, System.Object) Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class 
Bytecode Remarks Bytecode is simply a list of ordered instructions. Bytecode 
can be serialized between environments and machines by way of a GraphSON 
representation. Thus, Gremlin.Net can create bytecode in C# and ship it to 
Gremlin-Java for evaluation in Java. Constructors Bytecode() Initializes a new 
instance of the Bytecode class. Declaration public Bytecode() 
Bytecode(Bytecode) Initializes a new instance of the Bytecode class. 
Declaration public Bytecode(Bytecode byteCode) Parameters Type Name Desc
 ription Bytecode byteCode Already existing Bytecode that should be cloned. 
Properties SourceInstructions Gets the traversal source instructions. 
Declaration public List<Instruction> SourceInstructions { get; } Property Value 
Type Description System.Collections.Generic.List < Instruction > 
StepInstructions Gets the ITraversal instructions. Declaration public 
List<Instruction> StepInstructions { get; } Property Value Type Description 
System.Collections.Generic.List < Instruction > Methods AddSource(String, 
Object[]) Add a traversal source instruction to the bytecode. Declaration 
public void AddSource(string sourceName, params object[] args) Parameters Type 
Name Description System.String sourceName The traversal source method name 
(e.g. withSack()). System.Object [] args The traversal source method arguments. 
AddStep(String, Object[]) Adds a ITraversal instruction to the bytecode. 
Declaration public void AddStep(string stepName, params object[] args) 
Parameters Type Name Description Sy
 stem.String stepName The traversal method name (e.g. out()). System.Object [] 
args The traversal method arguments."
+  },
+  "api/Gremlin.Net.Process.Remote.RemoteStrategy.html": {
+    "href": "api/Gremlin.Net.Process.Remote.RemoteStrategy.html",
+    "title": "Class RemoteStrategy | Apache TinkerPop - Gremlin.NET API Docs",
+    "keywords": "Class RemoteStrategy Reconstructs a by submitting it to a 
remote server via an IRemoteConnection instance. Inheritance System.Object 
RemoteStrategy Namespace : Gremlin.Net.Process.Remote Assembly : 
cs.temp.dll.dll Syntax public class RemoteStrategy : ITraversalStrategy 
Constructors RemoteStrategy(IRemoteConnection) Initializes a new instance of 
the RemoteStrategy class. Declaration public RemoteStrategy(IRemoteConnection 
remoteConnection) Parameters Type Name Description IRemoteConnection 
remoteConnection The IRemoteConnection that should be used. Methods Apply<S, 
E>(ITraversal<S, E>) Declaration public void Apply<S, E>(ITraversal<S, E> 
traversal) Parameters Type Name Description ITraversal <S, E> traversal Type 
Parameters Name Description S E ApplyAsync<S, E>(ITraversal<S, E>) Declaration 
public Task ApplyAsync<S, E>(ITraversal<S, E> traversal) Parameters Type Name 
Description ITraversal <S, E> traversal Returns Type Description 
System.Threading.Tasks.Task Type Par
 ameters Name Description S E"
+  },
+  "api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2Writer.html": {
+    "href": "api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2Writer.html",
+    "title": "Class GraphSON2Writer | Apache TinkerPop - Gremlin.NET API Docs",
+    "keywords": "Class GraphSON2Writer Handles serialization of GraphSON2 
data. Inheritance System.Object GraphSONWriter GraphSON2Writer Inherited 
Members GraphSONWriter.Serializers GraphSONWriter.WriteObject(Object) 
GraphSONWriter.ToDict(Object) System.Object.Equals(System.Object) 
System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() 
System.Object.GetType() System.Object.MemberwiseClone() 
System.Object.ToString() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Structure.IO.GraphSON Assembly : 
cs.temp.dll.dll Syntax public class GraphSON2Writer : GraphSONWriter 
Constructors GraphSON2Writer() Creates a new instance of GraphSON2Writer . 
Declaration public GraphSON2Writer() GraphSON2Writer(IReadOnlyDictionary<Type, 
IGraphSONSerializer>) Creates a new instance of GraphSON2Writer . Declaration 
public GraphSON2Writer(IReadOnlyDictionary<Type, IGraphSONSerializer> 
customSerializerByType) Parameters Type Name Description System.Co
 llections.Generic.IReadOnlyDictionary < System.Type , IGraphSONSerializer > 
customSerializerByType"
+  },
+  "api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html": {
+    "href": "api/Gremlin.Net.Structure.IO.GraphSON.GraphSON2Reader.html",
+    "title": "Class GraphSON2Reader | Apache TinkerPop - Gremlin.NET API Docs",
+    "keywords": "Class GraphSON2Reader Handles deserialization of GraphSON3 
data. Inheritance System.Object GraphSONReader GraphSON2Reader Inherited 
Members GraphSONReader.Deserializers 
GraphSONReader.ToObject(IEnumerable<JToken>) GraphSONReader.ToObject(JToken) 
System.Object.Equals(System.Object) System.Object.Equals(System.Object, 
System.Object) System.Object.GetHashCode() System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ToString() 
System.Object.ReferenceEquals(System.Object, System.Object) Namespace : 
Gremlin.Net.Structure.IO.GraphSON Assembly : cs.temp.dll.dll Syntax public 
class GraphSON2Reader : GraphSONReader Constructors GraphSON2Reader() Creates a 
new instance of GraphSON2Reader . Declaration public GraphSON2Reader() 
GraphSON2Reader(IReadOnlyDictionary<String, IGraphSONDeserializer>) Creates a 
new instance of GraphSON2Reader . Declaration public 
GraphSON2Reader(IReadOnlyDictionary<string, IGraphSONDeserializer> 
deserializerByGraphSONType) Parameters Typ
 e Name Description System.Collections.Generic.IReadOnlyDictionary < 
System.String , IGraphSONDeserializer > deserializerByGraphSONType"
+  },
+  
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.FilterRankingStrategy.html":
 {
+    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.FilterRankingStrategy.html",
+    "title": "Class FilterRankingStrategy | Apache TinkerPop - Gremlin.NET API 
Docs",
+    "keywords": "Class FilterRankingStrategy Reorders filter- and order-steps 
according to their rank. Inheritance System.Object AbstractTraversalStrategy 
FilterRankingStrategy Implements ITraversalStrategy System.IEquatable < 
AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization 
Assembly : cs.temp.dll.dll Syntax public class FilterRankingStrategy : 
AbstractTraversalStrategy, ITraversalStrategy, I
 Equatable<AbstractTraversalStrategy> Implements ITraversalStrategy 
System.IEquatable<T>"
+  },
+  "api/Gremlin.Net.Process.Traversal.ITraversal-2.html": {
+    "href": "api/Gremlin.Net.Process.Traversal.ITraversal-2.html",
+    "title": "Interface ITraversal<S, E> | Apache TinkerPop - Gremlin.NET API 
Docs",
+    "keywords": "Interface ITraversal<S, E> A traversal represents a directed 
walk over a graph. Inherited Members ITraversal.Bytecode ITraversal.SideEffects 
ITraversal.Traversers System.Collections.Generic.IEnumerator<E>.Current 
System.IDisposable.Dispose() System.Collections.IEnumerator.MoveNext() 
System.Collections.IEnumerator.Reset() Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public 
interface ITraversal<S, E> : ITraversal, IEnumerator, IEnumerator<E>, 
IDisposable, IEnumerator Type Parameters Name Description S E Methods Iterate() 
Iterates all Traverser instances in the traversal. Declaration ITraversal<S, E> 
Iterate() Returns Type Description ITraversal <S, E> The fully drained 
traversal. Next() Gets the next result from the traversal. Declaration E Next() 
Returns Type Description E The result. Next(Int32) Gets the next n-number of 
results from the traversal. Declaration IEnumerable<E> Next(int amount) 
Parameters Type Name Description System.Int3
 2 amount The number of results to get. Returns Type Description 
System.Collections.Generic.IEnumerable <E> The n-results. NextTraverser() Gets 
the next Traverser . Declaration Traverser NextTraverser() Returns Type 
Description Traverser The next Traverser . Promise<TReturn>(Func<ITraversal<S, 
E>, TReturn>) Starts a promise to execute a function on the current traversal 
that will be completed in the future. Declaration Task<TReturn> 
Promise<TReturn>(Func<ITraversal<S, E>, TReturn> callback) Parameters Type Name 
Description System.Func < ITraversal <S, E>, TReturn> callback The function to 
execute on the current traversal. Returns Type Description 
System.Threading.Tasks.Task <TReturn> The result of the executed callback . 
Type Parameters Name Description TReturn The return type of the callback . 
ToList() Puts all the results into a System.Collections.Generic.IList<T> . 
Declaration IList<E> ToList() Returns Type Description 
System.Collections.Generic.IList <E> The results in a list. To
 Set() Puts all the results into a . Declaration ISet<E> ToSet() Returns Type 
Description ISet <E> The results in a set."
   },
   "api/Gremlin.Net.Process.Traversal.IComparator.html": {
     "href": "api/Gremlin.Net.Process.Traversal.IComparator.html",
@@ -49,40 +144,35 @@
     "title": "Interface IBinaryOperator | Apache TinkerPop - Gremlin.NET API 
Docs",
     "keywords": "Interface IBinaryOperator Represents an operation upon two 
operands of the same type, producing a result of the same type as the operands. 
This is a specialization of IBiFunction for the case where the operands and the 
result are all of the same type. Namespace : Gremlin.Net.Process.Traversal 
Assembly : cs.temp.dll.dll Syntax public interface IBinaryOperator : 
IBiFunction"
   },
-  "api/Gremlin.Net.Process.Traversal.DefaultTraversal-2.html": {
-    "href": "api/Gremlin.Net.Process.Traversal.DefaultTraversal-2.html",
-    "title": "Class DefaultTraversal<S, E> | Apache TinkerPop - Gremlin.NET 
API Docs",
-    "keywords": "Class DefaultTraversal<S, E> A traversal represents a 
directed walk over a graph. Inheritance System.Object DefaultTraversal<S, E> 
GraphTraversal<S, E> Implements ITraversal <S, E> ITraversal 
System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerator 
<E> System.IDisposable System.Collections.IEnumerator Inherited Members 
System.Object.Equals(System.Object) System.Object.Equals(System.Object, 
System.Object) System.Object.GetHashCode() System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ToString() 
System.Object.ReferenceEquals(System.Object, System.Object) Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public abstract 
class DefaultTraversal<S, E> : ITraversal<S, E>, ITraversal, IEnumerator, 
IEnumerator<E>, IDisposable, IEnumerator Type Parameters Name Description S E 
Properties Bytecode Gets the Bytecode representation of this traversal. 
Declaration public Bytecode Bytecode { get; protected set; } Prope
 rty Value Type Description Bytecode Current Declaration public E Current { 
get; } Property Value Type Description E SideEffects Gets or sets the 
ITraversalSideEffects of this traversal. Declaration public 
ITraversalSideEffects SideEffects { get; set; } Property Value Type Description 
ITraversalSideEffects TraversalStrategies Gets or sets the ITraversalStrategy 
strategies of this traversal. Declaration protected 
ICollection<ITraversalStrategy> TraversalStrategies { get; set; } Property 
Value Type Description System.Collections.Generic.ICollection < 
ITraversalStrategy > Traversers Gets or sets the Traverser 's of this traversal 
that hold the results of the traversal. Declaration public 
IEnumerable<Traverser> Traversers { get; set; } Property Value Type Description 
System.Collections.Generic.IEnumerable < Traverser > Methods Dispose() 
Declaration public void Dispose() Dispose(Boolean) Declaration protected 
virtual void Dispose(bool disposing) Parameters Type Name Description System.Boo
 lean disposing Iterate() Iterates all Traverser instances in the traversal. 
Declaration public ITraversal<S, E> Iterate() Returns Type Description 
ITraversal <S, E> The fully drained traversal. MoveNext() Declaration public 
bool MoveNext() Returns Type Description System.Boolean Next() Gets the next 
result from the traversal. Declaration public E Next() Returns Type Description 
E The result. Next(Int32) Gets the next n-number of results from the traversal. 
Declaration public IEnumerable<E> Next(int amount) Parameters Type Name 
Description System.Int32 amount The number of results to get. Returns Type 
Description System.Collections.Generic.IEnumerable <E> The n-results. 
NextTraverser() Gets the next Traverser . Declaration public Traverser 
NextTraverser() Returns Type Description Traverser The next Traverser . 
Promise<TReturn>(Func<ITraversal<S, E>, TReturn>) Starts a promise to execute a 
function on the current traversal that will be completed in the future. 
Declaration public Task<
 TReturn> Promise<TReturn>(Func<ITraversal<S, E>, TReturn> callback) Parameters 
Type Name Description System.Func < ITraversal <S, E>, TReturn> callback The 
function to execute on the current traversal. Returns Type Description 
System.Threading.Tasks.Task <TReturn> The result of the executed callback . 
Type Parameters Name Description TReturn The return type of the callback . 
Reset() Reset is not supported. Declaration public void Reset() Exceptions Type 
Condition System.NotSupportedException Thrown always as this operation is not 
supported. ToList() Puts all the results into a 
System.Collections.Generic.List<T> . Declaration public IList<E> ToList() 
Returns Type Description System.Collections.Generic.IList <E> The results in a 
list. ToSet() Puts all the results into a . Declaration public ISet<E> ToSet() 
Returns Type Description ISet <E> The results in a set. Explicit Interface 
Implementations ITraversal.Iterate() Declaration ITraversal 
ITraversal.Iterate() Returns Type Description 
 ITraversal Implements ITraversal<S, E> ITraversal 
System.Collections.Generic.IEnumerator 
System.Collections.Generic.IEnumerator<T> System.IDisposable 
System.Collections.IEnumerator"
+  
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.AdjacentToIncidentStrategy.html":
 {
+    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Optimization.AdjacentToIncidentStrategy.html",
+    "title": "Class AdjacentToIncidentStrategy | Apache TinkerPop - 
Gremlin.NET API Docs",
+    "keywords": "Class AdjacentToIncidentStrategy Optimizes vertex- and 
value-emitting steps. Inheritance System.Object AbstractTraversalStrategy 
AdjacentToIncidentStrategy Implements ITraversalStrategy System.IEquatable < 
AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Optimization 
Assembly : cs.temp.dll.dll Syntax public class AdjacentToIncidentStrategy : 
AbstractTraversalStrategy, ITraversalStrategy, 
 IEquatable<AbstractTraversalStrategy> Implements ITraversalStrategy 
System.IEquatable<T>"
   },
-  "api/Gremlin.Net.Process.Traversal.Bytecode.html": {
-    "href": "api/Gremlin.Net.Process.Traversal.Bytecode.html",
-    "title": "Class Bytecode | Apache TinkerPop - Gremlin.NET API Docs",
-    "keywords": "Class Bytecode A language agnostic representation of 
ITraversal mutations. Inheritance System.Object Bytecode Inherited Members 
System.Object.Equals(System.Object) System.Object.Equals(System.Object, 
System.Object) System.Object.GetHashCode() System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ToString() 
System.Object.ReferenceEquals(System.Object, System.Object) Namespace : 
Gremlin.Net.Process.Traversal Assembly : cs.temp.dll.dll Syntax public class 
Bytecode Remarks Bytecode is simply a list of ordered instructions. Bytecode 
can be serialized between environments and machines by way of a GraphSON 
representation. Thus, Gremlin.Net can create bytecode in C# and ship it to 
Gremlin-Java for evaluation in Java. Constructors Bytecode() Initializes a new 
instance of the Bytecode class. Declaration public Bytecode() 
Bytecode(Bytecode) Initializes a new instance of the Bytecode class. 
Declaration public Bytecode(Bytecode byteCode) Parameters Type Name Desc
 ription Bytecode byteCode Already existing Bytecode that should be cloned. 
Properties SourceInstructions Gets the traversal source instructions. 
Declaration public List<Instruction> SourceInstructions { get; } Property Value 
Type Description System.Collections.Generic.List < Instruction > 
StepInstructions Gets the ITraversal instructions. Declaration public 
List<Instruction> StepInstructions { get; } Property Value Type Description 
System.Collections.Generic.List < Instruction > Methods AddSource(String, 
Object[]) Add a traversal source instruction to the bytecode. Declaration 
public void AddSource(string sourceName, params object[] args) Parameters Type 
Name Description System.String sourceName The traversal source method name 
(e.g. withSack()). System.Object [] args The traversal source method arguments. 
AddStep(String, Object[]) Adds a ITraversal instruction to the bytecode. 
Declaration public void AddStep(string stepName, params object[] args) 
Parameters Type Name Description Sy
 stem.String stepName The traversal method name (e.g. out()). System.Object [] 
args The traversal method arguments."
+  
"api/Gremlin.Net.Process.Traversal.Strategy.Decoration.VertexProgramStrategy.html":
 {
+    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Decoration.VertexProgramStrategy.html",
+    "title": "Class VertexProgramStrategy | Apache TinkerPop - Gremlin.NET API 
Docs",
+    "keywords": "Class VertexProgramStrategy Inheritance System.Object 
AbstractTraversalStrategy VertexProgramStrategy Implements ITraversalStrategy 
System.IEquatable < AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Decoration 
Assembly : cs.temp.dll.dll Syntax public class VertexProgramStrategy : 
AbstractTraversalStrategy, ITraversalStrategy, 
IEquatable<AbstractTraversalStrategy> Constructors VertexProg
 ramStrategy() Declaration public VertexProgramStrategy() 
VertexProgramStrategy(String, Nullable<Int32>, String, String, ITraversal, 
ITraversal, Dictionary<String, Object>) Declaration public 
VertexProgramStrategy(string graphComputer = null, int? workers = default(int? 
), string persist = null, string result = null, ITraversal vertices = null, 
ITraversal edges = null, Dictionary<string, dynamic> configuration = null) 
Parameters Type Name Description System.String graphComputer System.Nullable < 
System.Int32 > workers System.String persist System.String result ITraversal 
vertices ITraversal edges System.Collections.Generic.Dictionary < System.String 
, System.Object > configuration Implements ITraversalStrategy 
System.IEquatable<T>"
+  },
+  
"api/Gremlin.Net.Process.Traversal.Strategy.Decoration.SubgraphStrategy.html": {
+    "href": 
"api/Gremlin.Net.Process.Traversal.Strategy.Decoration.SubgraphStrategy.html",
+    "title": "Class SubgraphStrategy | Apache TinkerPop - Gremlin.NET API 
Docs",
+    "keywords": "Class SubgraphStrategy Provides a way to limit the view of a 
ITraversal . Inheritance System.Object AbstractTraversalStrategy 
SubgraphStrategy Implements ITraversalStrategy System.IEquatable < 
AbstractTraversalStrategy > Inherited Members 
AbstractTraversalStrategy.StrategyName AbstractTraversalStrategy.Configuration 
AbstractTraversalStrategy.Equals(AbstractTraversalStrategy) 
AbstractTraversalStrategy.Apply<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.ApplyAsync<S, E>(ITraversal<S, E>) 
AbstractTraversalStrategy.Equals(Object) 
AbstractTraversalStrategy.GetHashCode() AbstractTraversalStrategy.ToString() 
System.Object.Equals(System.Object, System.Object) System.Object.GetType() 
System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, 
System.Object) Namespace : Gremlin.Net.Process.Traversal.Strategy.Decoration 
Assembly : cs.temp.dll.dll Syntax public class SubgraphStrategy : 
AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraver
 salStrategy> Constructors SubgraphStrategy() Initializes a new instance of the 
SubgraphStrategy class. Declaration public SubgraphStrategy() 
SubgraphStrategy(ITraversal, ITraversal, ITraversal) Initializes a new instance 
of the SubgraphStrategy class. Declaration public SubgraphStrategy(ITraversal 
vertexCriterion = null, ITraversal edgeCriterion = null, ITraversal 
vertexPropertyCriterion = null) Parameters Type Name Description ITraversal 
vertexCriterion Constrains vertices for the ITraversal . ITraversal 
edgeCriterion Constrains edges for the ITraversal . ITraversal 
vertexPropertyCriterion Constrains vertex properties for the ITraversal . 
Implements ITraversalStrategy System.IEquatable<T>"
   },
   "api/Gremlin.Net.Process.Traversal.__.html": {
     "href": "api/Gremlin.Net.Process.Traversal.__.html",
     "title": "Class __ | Apache TinkerPop - Gremlin.NET API Docs",

[... 653 lines stripped ...]
Modified: tinkerpop/site/dotnetdocs/3.3.5/manifest.json
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/dotnetdocs/3.3.5/manifest.json?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/dotnetdocs/3.3.5/manifest.json (original)
+++ tinkerpop/site/dotnetdocs/3.3.5/manifest.json Fri Jan  4 13:27:55 2019
@@ -1290,22 +1290,22 @@
         "incrementalPhase": "build"
       },
       "processors": {
-        "TocDocumentProcessor": {
+        "ResourceDocumentProcessor": {
           "can_incremental": false,
-          "details": "Processor TocDocumentProcessor cannot support 
incremental build because the processor doesn't implement 
ISupportIncrementalDocumentProcessor interface.",
+          "details": "Processor ResourceDocumentProcessor cannot support 
incremental build because the processor doesn't implement 
ISupportIncrementalDocumentProcessor interface.",
           "incrementalPhase": "build"
         },
-        "ManagedReferenceDocumentProcessor": {
+        "ConceptualDocumentProcessor": {
           "can_incremental": true,
           "incrementalPhase": "build"
         },
-        "ConceptualDocumentProcessor": {
+        "ManagedReferenceDocumentProcessor": {
           "can_incremental": true,
           "incrementalPhase": "build"
         },
-        "ResourceDocumentProcessor": {
+        "TocDocumentProcessor": {
           "can_incremental": false,
-          "details": "Processor ResourceDocumentProcessor cannot support 
incremental build because the processor doesn't implement 
ISupportIncrementalDocumentProcessor interface.",
+          "details": "Processor TocDocumentProcessor cannot support 
incremental build because the processor doesn't implement 
ISupportIncrementalDocumentProcessor interface.",
           "incrementalPhase": "build"
         }
       }

Modified: tinkerpop/site/jsdocs/3.3.5/AnonymousTraversalSource.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/AnonymousTraversalSource.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/AnonymousTraversalSource.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/AnonymousTraversalSource.html Fri Jan  4 
13:27:55 2019
@@ -582,7 +582,7 @@ traversals spawned from it will execute
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/Authenticator.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/Authenticator.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/Authenticator.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/Authenticator.html Fri Jan  4 13:27:55 2019
@@ -290,7 +290,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/Bytecode.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/Bytecode.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/Bytecode.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/Bytecode.html Fri Jan  4 13:27:55 2019
@@ -680,7 +680,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/Client.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/Client.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/Client.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/Client.html Fri Jan  4 13:27:55 2019
@@ -1000,7 +1000,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/Connection.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/Connection.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/Connection.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/Connection.html Fri Jan  4 13:27:55 2019
@@ -1210,7 +1210,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/DriverRemoteConnection.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/DriverRemoteConnection.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/DriverRemoteConnection.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/DriverRemoteConnection.html Fri Jan  4 13:27:55 
2019
@@ -872,7 +872,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/GraphSONReader.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/GraphSONReader.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/GraphSONReader.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/GraphSONReader.html Fri Jan  4 13:27:55 2019
@@ -282,7 +282,7 @@ deserializer instances as values, ie: {
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/GraphSONWriter.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/GraphSONWriter.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/GraphSONWriter.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/GraphSONWriter.html Fri Jan  4 13:27:55 2019
@@ -427,7 +427,7 @@ serializer instances as values, ie: { 'g
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/GraphTraversal.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/GraphTraversal.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/GraphTraversal.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/GraphTraversal.html Fri Jan  4 13:27:55 2019
@@ -15838,7 +15838,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/GraphTraversalSource.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/GraphTraversalSource.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/GraphTraversalSource.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/GraphTraversalSource.html Fri Jan  4 13:27:55 
2019
@@ -2349,7 +2349,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/P.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/P.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/P.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/P.html Fri Jan  4 13:27:55 2019
@@ -2126,7 +2126,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/Path.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/Path.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/Path.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/Path.html Fri Jan  4 13:27:55 2019
@@ -231,7 +231,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/PlainTextSaslAuthenticator.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/PlainTextSaslAuthenticator.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/PlainTextSaslAuthenticator.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/PlainTextSaslAuthenticator.html Fri Jan  4 
13:27:55 2019
@@ -443,7 +443,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/RemoteConnection.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/RemoteConnection.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/RemoteConnection.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/RemoteConnection.html Fri Jan  4 13:27:55 2019
@@ -529,7 +529,7 @@ returning results.</div>
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/RemoteStrategy.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/RemoteStrategy.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/RemoteStrategy.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/RemoteStrategy.html Fri Jan  4 13:27:55 2019
@@ -294,7 +294,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/RemoteTraversal.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/RemoteTraversal.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/RemoteTraversal.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/RemoteTraversal.html Fri Jan  4 13:27:55 2019
@@ -159,7 +159,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/ResultSet.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/ResultSet.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/ResultSet.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/ResultSet.html Fri Jan  4 13:27:55 2019
@@ -664,7 +664,7 @@ Use <code>toArray()</code> or iterate di
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/SaslAuthenticator.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/SaslAuthenticator.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/SaslAuthenticator.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/SaslAuthenticator.html Fri Jan  4 13:27:55 2019
@@ -442,7 +442,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/SaslMechanismBase.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/SaslMechanismBase.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/SaslMechanismBase.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/SaslMechanismBase.html Fri Jan  4 13:27:55 2019
@@ -491,7 +491,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>

Modified: tinkerpop/site/jsdocs/3.3.5/SaslMechanismPlain.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.3.5/SaslMechanismPlain.html?rev=1850356&r1=1850355&r2=1850356&view=diff
==============================================================================
--- tinkerpop/site/jsdocs/3.3.5/SaslMechanismPlain.html (original)
+++ tinkerpop/site/jsdocs/3.3.5/SaslMechanismPlain.html Fri Jan  4 13:27:55 2019
@@ -908,7 +908,7 @@
 <br class="clear">
 
 <footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Wed Jan 02 2019 15:54:11 GMT-0500 (EST)
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc";>JSDoc 
3.5.5</a> on Fri Jan 04 2019 08:26:11 GMT-0500 (EST)
 </footer>
 
 <script> prettyPrint(); </script>


Reply via email to