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 longendsCountdoublemultiplicitylongstartsCountTraversal.Admin<Object,Object>traversalMatchStep.TraversalTypetraversalType 
- 
Constructor Summary
Constructors Constructor Description Bundle(Traversal.Admin<Object,Object> traversal) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidincrementEndCount() 
 - 
 
- 
- 
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)
 
 - 
 
 -