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 SummaryFields Modifier and Type Field Description longendsCountdoublemultiplicitylongstartsCountTraversal.Admin<Object,Object>traversalMatchStep.TraversalTypetraversalType
 - 
Constructor SummaryConstructors Constructor Description Bundle(Traversal.Admin<Object,Object> traversal)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidincrementEndCount()
 
- 
- 
- 
Field Detail- 
traversalpublic Traversal.Admin<Object,Object> traversal 
 - 
traversalTypepublic MatchStep.TraversalType traversalType 
 - 
startsCountpublic long startsCount 
 - 
endsCountpublic long endsCount 
 - 
multiplicitypublic double multiplicity 
 
- 
 - 
Constructor Detail- 
Bundlepublic Bundle(Traversal.Admin<Object,Object> traversal) 
 
- 
 
-