Class CommunityGeneratorTest.DifferentDistributionsTest
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGeneratorTest
- 
- org.apache.tinkerpop.gremlin.algorithm.generator.CommunityGeneratorTest.DifferentDistributionsTest
 
 
 
- 
- Enclosing class:
- CommunityGeneratorTest
 
 public static class CommunityGeneratorTest.DifferentDistributionsTest extends AbstractGeneratorTest 
- 
- 
Field SummaryFields Modifier and Type Field Description DistributioncommunityDistributiondoublecrossPcentDistributiondegreeDistribution- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description DifferentDistributionsTest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidafterLoadGraphWith(Graph graph)static Iterable<Object[]>data()voidshouldGenerateDifferentGraph()voidshouldGenerateSameGraph()protected Iterable<Vertex>verticesByOid(Graph graph)- 
Methods inherited from class org.apache.tinkerpop.gremlin.algorithm.generator.AbstractGeneratorTestsame
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestassertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
 
- 
 
- 
- 
- 
Field Detail- 
communityDistributionpublic Distribution communityDistribution 
 - 
degreeDistributionpublic Distribution degreeDistribution 
 - 
crossPcentpublic double crossPcent 
 
- 
 - 
Method Detail- 
shouldGenerateDifferentGraphpublic void shouldGenerateDifferentGraph() throws Exception- Throws:
- Exception
 
 - 
afterLoadGraphWithprotected void afterLoadGraphWith(Graph graph) throws Exception - Overrides:
- afterLoadGraphWithin class- AbstractGremlinTest
- Throws:
- Exception
 
 
- 
 
-