This class defines a material flow to/from a buffer, linked with an operation. This subclass represents a flow that is at end date of the operation.
More...
Public Member Functions |
| | FlowEnd (Operation *o, Buffer *b, double q) |
| | FlowEnd (Operation *o, Buffer *b, double q, DateRange e) |
| | FlowEnd () |
| virtual Date | getFlowplanDate (const FlowPlan *fl) const |
| virtual size_t | getSize () const |
| virtual const MetaClass & | getType () const |
| virtual void | solve (Solver &s, void *v=NULL) const |
| virtual void | writeElement (XMLOutput *, const Keyword &, mode=DEFAULT) const |
| void | beginElement (XMLInput &, const Attribute &) |
| void | endElement (XMLInput &, const Attribute &, const DataElement &) |
| | Flow (Operation *o, Buffer *b, double q) |
| | Flow (Operation *o, Buffer *b, double q, DateRange e) |
| Flow * | getAlternate () const |
| Buffer * | getBuffer () const |
| virtual double | getFlowplanQuantity (const FlowPlan *) const |
| virtual bool | getHidden () const |
| Operation * | getOperation () const |
| double | getQuantity () const |
| SearchMode | getSearch () const |
| bool | hasAlternates () const |
| bool | isConsumer () const |
| bool | isProducer () const |
| void | setAlternate (Flow *) |
| void | setAlternate (const string &n) |
| void | setBuffer (Buffer *b) |
| void | setOperation (Operation *o) |
| void | setQuantity (double f) |
| void | setSearch (const string a) |
| virtual | ~Flow () |
| | Object () |
| virtual void | setHidden (bool b) |
| virtual | ~Object () |
| virtual PyObject * | call (const PythonObject &args, const PythonObject &kwds) |
| virtual int | compare (const PyObject *other) const |
| Py_ssize_t | getReferenceCount () const |
| void | initType (const MetaClass *t) |
| void | initType (PyTypeObject *t) |
| virtual PyObject * | iternext () |
| | PythonExtensionBase () |
| void | resetReferenceCount () |
| virtual PyObject * | str () const |
| virtual | ~PythonExtensionBase () |
| DateRange | getEffective () const |
| const string & | getName () const |
| int | getPriority () const |
| A * | getPtrA () const |
| B * | getPtrB () const |
| | Node () |
| | Node (A *a, B *b, const ListA &al, const ListB &bl) |
| void | setEffective (DateRange dr) |
| void | setEffectiveEnd (Date d) |
| void | setEffectiveStart (Date d) |
| void | setName (const string x) |
| void | setPriority (int i) |
| void | setPtrA (A *a, const ListA &al) |
| void | setPtrAB (A *a, B *b, const ListA &al, const ListB &bl) |
| void | setPtrB (B *b, const ListB &bl) |
| virtual | ~Solvable () |
This class defines a material flow to/from a buffer, linked with an operation. This subclass represents a flow that is at end date of the operation.
Definition at line 3364 of file model.h.