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 Summary
Fields Modifier and Type Field Description DistributioncommunityDistributiondoublecrossPcentDistributiondegreeDistribution- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DifferentDistributionsTest() 
- 
Method Summary
All 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.AbstractGeneratorTest
same 
- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds 
 - 
 
 - 
 
- 
- 
Field Detail
- 
communityDistribution
public Distribution communityDistribution
 
- 
degreeDistribution
public Distribution degreeDistribution
 
- 
crossPcent
public double crossPcent
 
 - 
 
- 
Method Detail
- 
shouldGenerateDifferentGraph
public void shouldGenerateDifferentGraph() throws Exception- Throws:
 Exception
 
- 
afterLoadGraphWith
protected void afterLoadGraphWith(Graph graph) throws Exception
- Overrides:
 afterLoadGraphWithin classAbstractGremlinTest- Throws:
 Exception
 
 - 
 
 -