Pulic Methods | |
| def | __init__ (self, ws) |
| def | get_model_source (self) |
| def | run (self, checkpoint=None, output=None) |
Public Attributes | |
| opt | |
| i | |
| j | |
| a | |
| b | |
| d | |
| f | |
| x | |
| z | |
Detailed Description
Definition at line 10 of file transport_class.py.
Constructors
◆ __init__()
| def transport_class.Transport.__init__ | ( | self, | |
| ws | |||
| ) |
Definition at line 12 of file transport_class.py.
References cutstock_class.Cutstock._ws, and transport_class.Transport._ws.
Methods
◆ get_model_source()
| def transport_class.Transport.get_model_source | ( | self | ) |
Definition at line 37 of file transport_class.py.
◆ run()
| def transport_class.Transport.run | ( | self, | |
checkpoint = None, |
|||
output = None |
|||
| ) |
Definition at line 87 of file transport_class.py.
References transport_class.Transport._dbin1, transport_class.Transport._dbin2, transport_class.Transport._dbout1, cutstock_class.Cutstock._job, transport_class.Transport._job, cutstock_class.Cutstock._ws, transport_class.Transport._ws, cutstock_class.Cutstock.opt, transport_class.Transport.opt, transport_class.Transport.x, and transport_class.Transport.z.
Member Data Documentation
◆ a
| transport_class.Transport.a |
Definition at line 26 of file transport_class.py.
◆ b
| transport_class.Transport.b |
Definition at line 27 of file transport_class.py.
◆ d
| transport_class.Transport.d |
Definition at line 28 of file transport_class.py.
◆ f
| transport_class.Transport.f |
Definition at line 29 of file transport_class.py.
◆ i
| transport_class.Transport.i |
Definition at line 24 of file transport_class.py.
◆ j
| transport_class.Transport.j |
Definition at line 25 of file transport_class.py.
◆ opt
| transport_class.Transport.opt |
Definition at line 15 of file transport_class.py.
Referenced by transport_class.Transport.run().
◆ x
| transport_class.Transport.x |
Definition at line 30 of file transport_class.py.
Referenced by transport_class.Transport.run().
◆ z
| transport_class.Transport.z |
Definition at line 31 of file transport_class.py.
Referenced by transport_class.Transport.run().
