| |
|
| org.geotools.graph.linegraph.OptLineGraphGeneratorTest
OptLineGraphGeneratorTest | public class OptLineGraphGeneratorTest extends TestCase (Code) | | |
OptLineGraphGeneratorTest | public OptLineGraphGeneratorTest(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.
|
|
|
|