Planit()
Top-level PLANit instance
Each PLANit-Python run starts with instantiating a PLANit object instance = Planit()
.
Whenever you see a ‘+’ in brackets for a method or class entry in this manual, it indicates it accepts one or more parameters. For example there is a method Planit().create_project(+). this indicates the create_project method takes one or more parameters to configure the method call.
Currently, only a single instance of a Planit() object can be present in your environment as this singular entity maintains the connection ot the underlying Java JVM. This limitation may be addressed in future releases of PLANit
Top-level PLANit instance
Planit assignment project instance
Assignment implementations
Converter Factory instance
Converter Readers
Converter Writers
Demands implementation
Enum based configuration classes
Gap Function implementations
Initial Cost implementation
Output (type) configuration implementations
Output formatter implementations
Physical Cost implementations
Physical Network implementation
Smoothing implementations
Stop Criterion implementations
Virtual Cost implementations
Zoning implementation