Class MatchStep.CountMatchAlgorithm.Bundle
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm.Bundle
-
- Enclosing class:
- MatchStep.CountMatchAlgorithm
public class MatchStep.CountMatchAlgorithm.Bundle extends Object
-
-
Field Summary
Fields Modifier and Type Field Description long
endsCount
double
multiplicity
long
startsCount
Traversal.Admin<Object,Object>
traversal
MatchStep.TraversalType
traversalType
-
Constructor Summary
Constructors Constructor Description Bundle(Traversal.Admin<Object,Object> traversal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
incrementEndCount()
-
-
-
Field Detail
-
traversal
public Traversal.Admin<Object,Object> traversal
-
traversalType
public MatchStep.TraversalType traversalType
-
startsCount
public long startsCount
-
endsCount
public long endsCount
-
multiplicity
public double multiplicity
-
-
Constructor Detail
-
Bundle
public Bundle(Traversal.Admin<Object,Object> traversal)
-
-