See: Description
| Interface | Description |
|---|---|
| IAlgorithm |
Contract that must be fulfilled such that an algorithm can be run in
Net2Plan. |
| IReport |
Contract that must be fulfilled such that a report can be run in
Net2Plan. |
| Class | Description |
|---|---|
| Configuration |
Class containing current Net2Plan-wide OPTIONS, and methods to work with them.
|
| NetPlan |
Class defining a complete multi-layer network structure.
|
| Exception | Description |
|---|---|
| Net2PlanException |
Net2PlanException is the superclass of those exceptions that can be
thrown during the normal operation of algorithms or reports. |