| |
|
| org.geotools.graph.linegraph.LineGraphGeneratorTest
LineGraphGeneratorTest | public class LineGraphGeneratorTest extends TestCase (Code) | | |
LineGraphGeneratorTest | public LineGraphGeneratorTest(String name)(Code) | | |
test_0 | public void test_0()(Code) | | Build a linear graph by adding a number of line segments that join
at endpoints.
Expected: 1. Number of edges = number of lines added.
2. Number of nodes = number of lines + 1
|
test_1 | public void test_1()(Code) | | Build a circular graph of line segments that join at endpoints.
Expected: 1. Number of edges = number of nodes = number of lines.
|
|
|
|