Represents a routing operation, i.e. an operation consisting of multiple, sequential sub-operations. More...

#include <model.h>

Inheritance diagram for frepple::OperationRouting:

Public Member Functions

void addStepBack (Operation *o)
 
void addStepFront (Operation *o)
 
void beginElement (XMLInput &, const Attribute &)
 
void endElement (XMLInput &, const Attribute &, const DataElement &)
 
virtual PyObject * getattro (const Attribute &)
 
virtual size_t getSize () const
 
virtual const OperationlistgetSubOperations () const
 
virtual const MetaClassgetType () const
 
 OperationRouting (const string &c)
 
void removeSubOperation (Operation *o)
 
OperationPlanState setOperationPlanParameters (OperationPlan *, double, Date, Date, bool=true, bool=true) const
 
virtual void solve (Solver &s, void *v=NULL) const
 
virtual void writeElement (XMLOutput *, const Keyword &, mode=DEFAULT) const
 
 ~OperationRouting ()
 
- Public Member Functions inherited from frepple::Operation
void addSuperOperation (Operation *o)
 
DateRange calculateOperationTime (Date thedate, TimePeriod duration, bool forward, TimePeriod *actualduration=NULL) const
 
DateRange calculateOperationTime (Date start, Date end, TimePeriod *actualduration=NULL) const
 
OperationPlancreateOperationPlan (double, Date, Date, Demand *=NULL, OperationPlan *=NULL, unsigned long=0, bool makeflowsloads=true) const
 
void deleteOperationPlans (bool deleteLockedOpplans=false)
 
size_t extrasize () const
 
FlowfindFlow (const Buffer *b, Date d) const
 
LoadfindLoad (const Resource *r, Date d) const
 
double getCost () const
 
TimePeriod getFence () const
 
OperationPlangetFirstOpPlan () const
 
const flowlistgetFlows () const
 
bool getHidden () const
 
const loadlistgetLoads () const
 
LocationgetLocation () const
 
TimePeriod getPostTime () const
 
TimePeriod getPreTime () const
 
double getSizeMaximum () const
 
double getSizeMinimum () const
 
double getSizeMultiple () const
 
const OperationlistgetSuperOperations () const
 
void removeSuperOperation (Operation *o)
 
virtual int setattro (const Attribute &, const PythonObject &)
 
void setCost (const double c)
 
void setFence (TimePeriod t)
 
void setHidden (bool b)
 
void setLocation (Location *l)
 
void setPostTime (TimePeriod t)
 
void setPreTime (TimePeriod t)
 
void setSizeMaximum (double f)
 
void setSizeMinimum (double f)
 
void setSizeMultiple (double f)
 
virtual void updateProblems ()
 
virtual ~Operation ()
 
- Public Member Functions inherited from frepple::utils::HasName< Operation >
int compare (const PyObject *other) const
 
void endElement (XMLInput &pIn, const Attribute &pAttr, const DataElement &pElement)
 
 HasName (const string &n)
 
 HasName (const char *n)
 
void setName (const string &newname)
 
virtual PyObject * str () const
 
 ~HasName ()
 
- Public Member Functions inherited from frepple::utils::Tree::TreeNode
TreeNodedecrement () const
 
const string & getName () const
 
TreeNodeincrement () const
 
bool operator< (const TreeNode &o)
 
 TreeNode (const string &n)
 
virtual ~TreeNode ()
 
- Public Member Functions inherited from frepple::utils::Object
 Object ()
 
virtual ~Object ()
 
- Public Member Functions inherited from frepple::utils::PythonExtensionBase
virtual PyObject * call (const PythonObject &args, const PythonObject &kwds)
 
Py_ssize_t getReferenceCount () const
 
void initType (const MetaClass *t)
 
void initType (PyTypeObject *t)
 
virtual PyObject * iternext ()
 
 PythonExtensionBase ()
 
void resetReferenceCount ()
 
virtual ~PythonExtensionBase ()
 
- Public Member Functions inherited from frepple::HasLevel
unsigned short getCluster () const
 
short getLevel () const
 
- Public Member Functions inherited from frepple::Plannable
bool getChanged () const
 
bool getDetectProblems () const
 
PlannablegetEntity () const
 
 Plannable ()
 
void setChanged (bool b=true)
 
void setDetectProblems (bool b)
 
- Public Member Functions inherited from frepple::HasProblems
 HasProblems ()
 
virtual ~HasProblems ()
 
- Public Member Functions inherited from frepple::Solvable
virtual ~Solvable ()
 
- Public Member Functions inherited from frepple::utils::HasDescription
void endElement (XMLInput &, const Attribute &, const DataElement &)
 
string getCategory () const
 
string getDescription () const
 
string getSubCategory () const
 
void setCategory (const string &f)
 
void setDescription (const string &f)
 
void setSubCategory (const string &f)
 
void writeElement (XMLOutput *, const Keyword &, mode=DEFAULT) const
 

Static Public Member Functions

static PyObject * addStep (PyObject *, PyObject *)
 
static int initialize ()
 
- Static Public Member Functions inherited from frepple::Operation
static int initialize ()
 
- Static Public Member Functions inherited from frepple::utils::HasName< Operation >
static Operationadd (const string &k, const MetaClass &cls)
 
static Operationadd (Operation *t)
 
static Operationadd (Operation *t, Operation *hint)
 
static iterator begin ()
 
static void clear ()
 
static bool empty ()
 
static iterator end ()
 
static Operationfind (const string &k)
 
static OperationfindLowerBound (const string &k, bool *f=NULL)
 
static Objectreader (const MetaClass *cat, const AttributeList &in)
 
static size_t size ()
 
static void verify ()
 
static void writer (const MetaCategory *c, XMLOutput *o)
 
- Static Public Member Functions inherited from frepple::utils::Object
template<class T >
static PyObject * create (PyTypeObject *pytype, PyObject *args, PyObject *kwds)
 
template<class T >
static ObjectcreateDefault ()
 
template<class T >
static ObjectcreateString (const string &n)
 
static PyObject * toXML (PyObject *, PyObject *)
 
- Static Public Member Functions inherited from frepple::HasLevel
static unsigned short getNumberOfClusters ()
 
static unsigned short getNumberOfHangingClusters ()
 
static void triggerLazyRecomputation ()
 
- Static Public Member Functions inherited from frepple::Plannable
static void computeProblems ()
 
- Static Public Member Functions inherited from frepple::HasProblems
static EntityIterator beginEntity ()
 
static EntityIterator endEntity ()
 

Static Public Attributes

static const MetaClassmetadata
 
- Static Public Attributes inherited from frepple::Operation
static const MetaCategorymetadata
 

Protected Member Functions

virtual bool extraInstantiate (OperationPlan *o)
 
- Protected Member Functions inherited from frepple::Operation
void initOperationPlan (OperationPlan *, double, const Date &, const Date &, Demand *, OperationPlan *, unsigned long, bool=true) const
 
 Operation (const string &str)
 
- Protected Member Functions inherited from frepple::HasLevel
 HasLevel ()
 
 HasLevel (const HasLevel &o)
 
 ~HasLevel ()
 
- Protected Member Functions inherited from frepple::utils::HasDescription
size_t extrasize () const
 

Additional Inherited Members

- Public Types inherited from frepple::Operation
typedef Association< Operation,
Buffer, Flow >::ListA 
flowlist
 
typedef Association< Operation,
Resource, Load >::ListA 
loadlist
 
typedef list< Operation * > Operationlist
 
- Static Protected Member Functions inherited from frepple::utils::PythonExtensionBase
static PythonTyperegisterPythonType (int, const type_info *)
 
- Static Protected Member Functions inherited from frepple::HasLevel
static void computeLevels ()
 
- Static Protected Attributes inherited from frepple::utils::PythonExtensionBase
static vector< PythonType * > table
 

Detailed Description

Represents a routing operation, i.e. an operation consisting of multiple, sequential sub-operations.

Definition at line 2359 of file model.h.

Constructor & Destructor Documentation

frepple::OperationRouting::OperationRouting ( const string &  c)
inlineexplicit

Constructor.

Definition at line 2363 of file model.h.

frepple::OperationRouting::~OperationRouting ( )

Destructor.

Definition at line 143 of file operation.cpp.

Member Function Documentation

PyObject * frepple::OperationRouting::addStep ( PyObject *  self,
PyObject *  args 
)
static

Add one or more steps to a routing.

Definition at line 1614 of file operation.cpp.

void frepple::OperationRouting::addStepBack ( Operation o)
inline

Adds a new steps to routing at the end of the routing.

Definition at line 2377 of file model.h.

void frepple::OperationRouting::addStepFront ( Operation o)
inline

Adds a new steps to routing at the start of the routing.

Definition at line 2369 of file model.h.

void frepple::OperationRouting::beginElement ( XMLInput ,
const Attribute  
)
virtual

Called while restoring the model from an XML-file.
This is called for each element within the "this" element, for which the "this" element is immediate parent.
It is called when the open element tag is encountered.

Reimplemented from frepple::Operation.

Definition at line 923 of file operation.cpp.

void frepple::OperationRouting::endElement ( XMLInput pIn,
const Attribute pAttr,
const DataElement pElement 
)
virtual

Reimplemented from frepple::Operation.

Definition at line 932 of file operation.cpp.

bool frepple::OperationRouting::extraInstantiate ( OperationPlan o)
protectedvirtual

Extra logic to be used when instantiating an operationplan.

Reimplemented from frepple::Operation.

Definition at line 1011 of file operation.cpp.

PyObject * frepple::OperationRouting::getattro ( const Attribute attr)
virtual

Default getattro method.
Subclasses are expected to implement an override if the type supports gettattro.

Reimplemented from frepple::Operation.

Definition at line 1600 of file operation.cpp.

virtual size_t frepple::OperationRouting::getSize ( ) const
inlinevirtual

Return the memory size of the object in bytes.

Implements frepple::utils::Object.

Definition at line 2422 of file model.h.

virtual const Operationlist& frepple::OperationRouting::getSubOperations ( ) const
inlinevirtual

Return a list of all sub-operationplans.

Reimplemented from frepple::Operation.

Definition at line 2418 of file model.h.

virtual const MetaClass& frepple::OperationRouting::getType ( ) const
inlinevirtual

This returns the type information on the object, a bit similar to the standard type_info information.

Implements frepple::utils::Object.

Definition at line 2420 of file model.h.

int frepple::OperationRouting::initialize ( )
static

Definition at line 85 of file operation.cpp.

void frepple::OperationRouting::removeSubOperation ( Operation o)
inlinevirtual

Remove a step from a routing.

Reimplemented from frepple::Operation.

Definition at line 2388 of file model.h.

OperationPlanState frepple::OperationRouting::setOperationPlanParameters ( OperationPlan opplan,
double  q,
Date  s,
Date  e,
bool  preferEnd = true,
bool  execute = true 
) const
virtual

A operation of this type enforces the following rules on its operationplans:

  • If an end date is given, sequentially use this method on the different steps. The steps are stepped through starting from the last step, and each step will adjust to meet the requested end date. If there is slack between the routings' step operationplans, it can be used to "absorb" the change.
  • When a start date is given, the behavior is similar to the previous case, except that we step through the operationplans from the first step this time.
  • If both a start and an end date are given, we use only the end date.
  • If there are no sub operationplans yet, apply the requested changes blindly.
    See Also
    Operation::setOperationPlanParameters

Implements frepple::Operation.

Definition at line 946 of file operation.cpp.

virtual void frepple::OperationRouting::solve ( Solver s,
void *  v = NULL 
) const
inlinevirtual

This method is called by solver classes. The implementation of this class simply calls the solve method on the solver class. Using the polymorphism the solver can implement seperate methods for different plannable subclasses.

Reimplemented from frepple::Operation.

Definition at line 2415 of file model.h.

void frepple::OperationRouting::writeElement ( XMLOutput o,
const Keyword tag,
mode  m = DEFAULT 
) const
virtual

Reimplemented from frepple::Operation.

Definition at line 894 of file operation.cpp.

Member Data Documentation

const MetaClass * frepple::OperationRouting::metadata
static

Definition at line 2421 of file model.h.


The documentation for this class was generated from the following files: