 frepple::utils::Association< A, B, C > | This template class represents a data structure for a load or flow network |
 frepple::utils::Association< Operation, Buffer, Flow > | |
 frepple::utils::Association< Operation, Resource, Load > | |
 frepple::utils::Association< Resource, Skill, ResourceSkill > | |
 frepple::utils::Attribute | A class to model keyword instances |
 frepple::utils::AttributeList | This class represents a dictionary of keyword + value pairs |
  frepple::utils::PythonAttributeList | This class is a wrapper around a Python dictionary |
  frepple::utils::XMLAttributeList | This class represents a list of XML attributes |
 frepple::Calendar::BucketIterator | An iterator class to go through all buckets of the calendar |
 frepple::utils::Command | Abstract base class for all commands |
  frepple::CommandCreateOperationPlan | This command is used to create an operationplan |
  frepple::CommandDeleteOperationPlan | This command is used to delete an operationplan |
  frepple::CommandMoveOperationPlan | This class represents the command of moving an operationplan to a new date and/or resizing it |
  frepple::utils::CommandList | A container command to group a series of commands together |
   frepple::utils::CommandManager::Bookmark | |
 frepple::utils::CommandManager | This class allows management of tasks with supporting commiting them, rolling them back, and setting bookmarks which can be undone and redone |
  frepple::SolverMRP::SolverMRPdata | This class is a helper class of the SolverMRP class |
 frepple::utils::Association< A, B, C >::ListA::const_iterator | An iterator over the associated objects |
 frepple::utils::Association< A, B, C >::ListB::const_iterator | An iterator over the associated objects |
 frepple::Problem::const_iterator | This class models an STL-like iterator that allows us to iterate over the named entities in a simple and safe way |
 frepple::utils::TimeLine< type >::const_iterator | This is bi-directional iterator through the timeline |
  frepple::utils::TimeLine< type >::iterator | This is bi-directional iterator through the timeline |
 frepple::utils::DataElement | This abstract class represents a attribute and value pair for updating objects in frePPLe |
  frepple::utils::PythonObject | This class handles two-way translation between the data types in C++ and Python |
   frepple::utils::PythonFunction | This call is a wrapper around a Python function that can be called from the C++ code |
  frepple::utils::XMLElement | This class represents an XML element being read in from the input file |
 frepple::utils::Date | This class represents a date and time with an accuracy of one second |
 frepple::utils::DateRange | This class defines a date-range, i.e. a start-date and end-date pair |
 DefaultHandler | |
  frepple::utils::XMLInput | This class will read in an XML-file and call the appropriate handler functions of the Object classes and objects |
   frepple::utils::XMLInputFile | This class reads XML data from a file system |
   frepple::utils::XMLInputString | This class reads XML data from a string |
 frepple::HasProblems::EntityIterator | This class models a iterator that walks over all available HasProblem entities |
 frepple::utils::Environment | This class groups some functions used to interact with the operating system environment |
 frepple::Calendar::EventIterator | An iterator class to go through all dates where the calendar value changes |
  frepple::CalendarDouble::EventIterator | A special event iterator, providing also access to the current value |
 std::exception | STL class |
  std::logic_error | STL class |
   frepple::utils::DataException | An exception of this type is thrown when data errors are found |
   frepple::utils::LogicException | An exception of this type is thrown when the library gets in an inconsistent state from which the normal course of action can't continue |
  std::runtime_error | STL class |
   frepple::utils::RuntimeException | An exception of this type is thrown when the library runs into problems that are specific at runtime.
These could either be memory problems, threading problems, file system problems, etc.. |
 frepple::OperationPlan::FlowPlanIterator | An iterator class to go through all flowplans of an operationplan |
 frepple::utils::HasDescription | This is a decorator class for the main objects |
  frepple::Buffer | A buffer represents a combination of a item and location.
It is the entity for keeping modeling inventory |
   frepple::BufferDefault | This class is the default implementation of the abstract Buffer class |
   frepple::BufferInfinite | This class represents a material buffer with an infinite supply of extra material |
   frepple::BufferProcure | This class models a buffer that is replenish by an external supplier using a reorder-point policy |
  frepple::Customer | This abstracts class represents customers |
   frepple::CustomerDefault | This class implements the abstract Customer class |
  frepple::Demand | Represents the (independent) demand in the system. It can represent a customer order or a forecast |
   frepple::DemandDefault | This class is the default implementation of the abstract Demand class |
  frepple::Item | An item defines the products being planned, sold, stored and/or manufactured. Buffers and demands have a reference an item |
   frepple::ItemDefault | This class is the default implementation of the abstract Item class |
  frepple::Location | This abstract class is used to associate buffers and resources with a physical or logical location |
   frepple::LocationDefault | This class implements the abstract Location class |
  frepple::Operation | An operation represents an activity: these consume and produce material, take time and also require capacity |
   frepple::OperationAlternate | This class represents a choice between multiple operations. The alternates are sorted in order of priority |
   frepple::OperationFixedTime | Models an operation that takes a fixed amount of time, independent of the quantity |
   frepple::OperationRouting | Represents a routing operation, i.e. an operation consisting of multiple, sequential sub-operations |
   frepple::OperationSetup | Models an operation to convert a setup on a resource |
   frepple::OperationTimePer | Models an operation whose duration is the sum of a constant time, plus a cetain time per unit |
  frepple::Resource | This class represents a workcentre, a physical or logical representation of capacity |
   frepple::ResourceDefault | This class is the default implementation of the abstract Resource class |
   frepple::ResourceInfinite | This class represents a resource that'll never have any capacity shortage |
 frepple::HasLevel | The purpose of this class is to compute the levels of all buffers, operations and resources in the model, and to categorize them in clusters |
  frepple::Buffer | A buffer represents a combination of a item and location.
It is the entity for keeping modeling inventory |
  frepple::Operation | An operation represents an activity: these consume and produce material, take time and also require capacity |
  frepple::Resource | This class represents a workcentre, a physical or logical representation of capacity |
 frepple::HasProblems | Classes that keep track of problem conditions need to implement this class |
  frepple::OperationPlan | An operationplan is the key dynamic element of a plan. It represents a certain quantity being planned along a certain operation during a certain date range |
  frepple::Plannable | This class needs to be implemented by all classes that implement dynamic behavior in the plan |
   frepple::Buffer | A buffer represents a combination of a item and location.
It is the entity for keeping modeling inventory |
   frepple::Demand | Represents the (independent) demand in the system. It can represent a customer order or a forecast |
   frepple::Operation | An operation represents an activity: these consume and produce material, take time and also require capacity |
   frepple::Plan | This is the (logical) top class of the complete model |
   frepple::Resource | This class represents a workcentre, a physical or logical representation of capacity |
 frepple::utils::indent | |
 frepple::utils::CommandList::iterator | |
 frepple::utils::CommandManager::iterator | |
 frepple::utils::HasName< T >::iterator | This class models a STL-like iterator that allows us to iterate over the named entities in a simple and safe way |
 frepple::utils::Association< A, B, C >::ListA::iterator | An iterator over the associated objects |
 frepple::utils::Association< A, B, C >::ListB::iterator | An iterator over the associated objects |
 frepple::OperationPlan::iterator | This class models an STL-like iterator that allows us to iterate over the operationplans in a simple and safe way |
 frepple::LibraryModel | This class is used for initialization |
 frepple::LibrarySolver | This class holds functions that used for maintenance of the solver code |
 frepple::utils::LibraryUtils | This class holds functions that used for maintenance of the library |
 frepple::Problem::List | This auxilary class is used to maintain a list of problem models |
 frepple::utils::Association< A, B, C >::ListA | A list type of the "first" / "from" part of the association |
 frepple::utils::Association< A, B, C >::ListB | A list type of the "second" / "to" part of the association |
 frepple::OperationPlan::LoadPlanIterator | An iterator class to go through all loadplans of an operationplan |
 frepple::utils::HasHierarchy< T >::memberIterator | This class models an STL-like iterator that allows us to iterate over the members |
 frepple::utils::Association< A, B, C >::Node | A base class for the class representing the association itself |
  frepple::Flow | This class defines a material flow to/from a buffer, linked with an operation. This default implementation plans the material flow at the start of the operation |
   frepple::FlowEnd | 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 |
    frepple::FlowFixedEnd | This class represents a flow at end date of the operation and with a fiwed quantity |
   frepple::FlowStart | This class defines a material flow to/from a buffer, linked with an operation. This subclass represents a flow that is at the start date of the operation |
    frepple::FlowFixedStart | This class represents a flow at start date of the operation and with a fiwed quantity |
  frepple::Load | This class links a resource to a certain operation |
  frepple::ResourceSkill | This class associates a resource with its skills |
 frepple::utils::NonCopyable | Class NonCopyable is a base class.
Derive your own class from it when you want to prohibit copy construction and copy assignment |
  frepple::Calendar::Bucket | This class represents a time bucket as a part of a calendar |
   frepple::CalendarDouble::BucketDouble | A special type of calendar bucket, designed to hold a a value |
  frepple::OperationPlan | An operationplan is the key dynamic element of a plan. It represents a certain quantity being planned along a certain operation during a certain date range |
  frepple::Problem | A problem represents infeasibilities, alerts and warnings in the plan |
   frepple::ProblemBeforeCurrent | A problem of this class is created when an operationplan is being planned in the past, i.e. it starts before the "current" date of the plan |
   frepple::ProblemBeforeFence | A problem of this class is created when an operationplan is being planned before its fence date, i.e. it starts 1) before the "current" date of the plan plus the release fence of the operation and 2) after the current date of the plan |
   frepple::ProblemCapacityOverload | A problem of this class is created when a resource is being overloaded during a certain period of time |
   frepple::ProblemCapacityUnderload | A problem of this class is created when a resource is loaded below its minimum during a certain period of time |
   frepple::ProblemDemandNotPlanned | A Problem of this class is created in the model when a new demand is brought in the system, but it hasn't been planned yet |
   frepple::ProblemEarly | A problem of this class is created when a demand is planned earlier than the accepted tolerance before its due date |
   frepple::ProblemExcess | A problem of this class is created when a demand is planned for more than the requested quantity |
   frepple::ProblemInvalidData | A Problem of this class is created in the model when a data exception prevents planning of certain objects |
   frepple::ProblemLate | A problem of this class is created when a demand is satisfied later than the accepted tolerance after its due date |
   frepple::ProblemMaterialExcess | A problem of this class is created when a buffer is carrying too much material during a certain period of time |
   frepple::ProblemMaterialShortage | A problem of this class is created when a buffer is having a material shortage during a certain period of time |
   frepple::ProblemPrecedence | A problem of this class is created when the sequence of two operationplans in a routing isn't respected |
   frepple::ProblemShort | A problem of this class is created when a demand is planned for less than the requested quantity |
  frepple::utils::Functor | This abstract class is the base class used for callbacks |
   frepple::utils::FunctorInstance< T, U > | This class represents an object subscribing to a signal |
   frepple::utils::FunctorStatic< T, U > | This class represents a static subscription to a signal |
  frepple::utils::HasName< T > | Base class for objects using a string as their primary key |
   frepple::utils::HasHierarchy< T > | This is a base class for the main objects |
  frepple::utils::Keyword | This class defines a keyword for the frePPLe data model |
  frepple::utils::MetaClass | This class stores metadata about the classes in the library. The stored information goes well beyond the standard 'type_info' |
   frepple::utils::MetaCategory | This class stores metadata on a data field of a class |
  frepple::utils::Mutex | This class is a wrapper around platform specific mutex functions |
  frepple::utils::PythonExtension< T > | Template class to define Python extensions |
  frepple::utils::PythonType | This class is a thin wrapper around the type information in Python |
  frepple::utils::ScopeMutexLock | This is a convenience class that makes it easy (and exception-safe) to lock a mutex in a scope |
  frepple::utils::ThreadGroup | This class supports parallel execution of a number of functions |
  frepple::utils::TimeLine< type >::Event | Base class for nodes in the timeline |
   frepple::utils::TimeLine< type >::EventChangeOnhand | A timeline event representing a change of the current value |
    frepple::FlowPlan | A flowplan represents a planned material flow in or out of a buffer |
    frepple::LoadPlan | This class represents the resource capacity of an operationplan |
   frepple::utils::TimeLine< type >::EventMaxQuantity | A timeline event representing a change of the maximum target |
   frepple::utils::TimeLine< type >::EventMinQuantity | A timeline event representing a change of the minimum target |
  frepple::utils::Tree | This class implements a binary tree data structure. It is used as a container for entities keyed by their name |
  frepple::utils::XMLInput | This class will read in an XML-file and call the appropriate handler functions of the Object classes and objects |
  frepple::utils::HasName< Buffer > | |
   frepple::utils::HasHierarchy< Buffer > | |
    frepple::Buffer | A buffer represents a combination of a item and location.
It is the entity for keeping modeling inventory |
  frepple::utils::HasName< Calendar > | |
   frepple::Calendar | This is the class used to represent variables that are varying over time |
    frepple::CalendarDouble | A calendar storing double values in its buckets |
  frepple::utils::HasName< Customer > | |
   frepple::utils::HasHierarchy< Customer > | |
    frepple::Customer | This abstracts class represents customers |
  frepple::utils::HasName< Demand > | |
   frepple::utils::HasHierarchy< Demand > | |
    frepple::Demand | Represents the (independent) demand in the system. It can represent a customer order or a forecast |
  frepple::utils::HasName< Item > | |
   frepple::utils::HasHierarchy< Item > | |
    frepple::Item | An item defines the products being planned, sold, stored and/or manufactured. Buffers and demands have a reference an item |
  frepple::utils::HasName< Location > | |
   frepple::utils::HasHierarchy< Location > | |
    frepple::Location | This abstract class is used to associate buffers and resources with a physical or logical location |
  frepple::utils::HasName< Operation > | |
   frepple::Operation | An operation represents an activity: these consume and produce material, take time and also require capacity |
  frepple::utils::HasName< Resource > | |
   frepple::utils::HasHierarchy< Resource > | |
    frepple::Resource | This class represents a workcentre, a physical or logical representation of capacity |
  frepple::utils::HasName< SetupMatrix > | |
   frepple::SetupMatrix | This class is used to represent a matrix defining the changeover times between setups |
    frepple::SetupMatrixDefault | This class is the default implementation of the abstract SetupMatrix class |
  frepple::utils::HasName< Skill > | |
   frepple::Skill | This class models skills that can be assigned to resources |
    frepple::SkillDefault | This class is the default implementation of the abstract Skill class |
  frepple::utils::HasName< Solver > | |
   frepple::Solver | This class is an implementation of the "visitor" design pattern. It is intended as a basis for different algorithms processing the frePPLe data |
    frepple::SolverMRP | This solver implements a heuristic algorithm for planning demands |
    module_lp_solver::LPSolver | This class is a prototype of an Linear Programming (LP) Solver for the planning problem or a subset of it |
  frepple::utils::PythonExtension< BufferIterator > | |
   frepple::utils::FreppleIterator< BufferIterator, Buffer::memberIterator, Buffer > | |
    frepple::BufferIterator | |
  frepple::utils::PythonExtension< CalendarBucketIterator > | |
   frepple::CalendarBucketIterator | |
  frepple::utils::PythonExtension< CalendarEventIterator > | |
   frepple::CalendarEventIterator | |
  frepple::utils::PythonExtension< CalendarIterator > | |
   frepple::utils::FreppleIterator< CalendarIterator, Calendar::iterator, Calendar > | |
    frepple::CalendarIterator | |
  frepple::utils::PythonExtension< CustomerIterator > | |
   frepple::utils::FreppleIterator< CustomerIterator, Customer::memberIterator, Customer > | |
    frepple::CustomerIterator | |
  frepple::utils::PythonExtension< DemandIterator > | |
   frepple::utils::FreppleIterator< DemandIterator, Demand::memberIterator, Demand > | |
    frepple::DemandIterator | |
  frepple::utils::PythonExtension< DemandPlanIterator > | |
   frepple::DemandPlanIterator | |
  frepple::utils::PythonExtension< FlowIterator > | |
   frepple::FlowIterator | |
  frepple::utils::PythonExtension< FlowPlanIterator > | |
   frepple::FlowPlanIterator | |
  frepple::utils::PythonExtension< FreppleCategory< T > > | |
   frepple::utils::FreppleCategory< T > | A template class to expose category classes which use a string as the key to Python |
  frepple::utils::PythonExtension< FreppleClass< ME, BASE > > | |
   frepple::utils::FreppleClass< ME, BASE > | A template class to expose classes to Python |
  frepple::utils::PythonExtension< ItemIterator > | |
   frepple::utils::FreppleIterator< ItemIterator, Item::memberIterator, Item > | |
    frepple::ItemIterator | |
  frepple::utils::PythonExtension< LoadIterator > | |
   frepple::LoadIterator | |
  frepple::utils::PythonExtension< LoadPlanIterator > | |
   frepple::LoadPlanIterator | |
  frepple::utils::PythonExtension< LocationIterator > | |
   frepple::utils::FreppleIterator< LocationIterator, Location::memberIterator, Location > | |
    frepple::LocationIterator | |
  frepple::utils::PythonExtension< ME > | |
   frepple::utils::FreppleIterator< ME, ITERCLASS, DATACLASS > | A template class to expose iterators to Python |
  frepple::utils::PythonExtension< OperationIterator > | |
   frepple::utils::FreppleIterator< OperationIterator, Operation::iterator, Operation > | |
    frepple::OperationIterator | |
  frepple::utils::PythonExtension< OperationPlanIterator > | |
   frepple::utils::FreppleIterator< OperationPlanIterator, OperationPlan::iterator, OperationPlan > | |
    frepple::OperationPlanIterator | |
  frepple::utils::PythonExtension< ProblemIterator > | |
   frepple::utils::FreppleIterator< ProblemIterator, Problem::const_iterator, Problem > | |
    frepple::ProblemIterator | |
  frepple::utils::PythonExtension< Resource::PlanIterator > | |
   frepple::Resource::PlanIterator | This class provides an efficient way to iterate over the plan of a resource aggregated in time buckets |
  frepple::utils::PythonExtension< ResourceIterator > | |
   frepple::utils::FreppleIterator< ResourceIterator, Resource::memberIterator, Resource > | |
    frepple::ResourceIterator | |
  frepple::utils::PythonExtension< ResourceSkillIterator > | |
   frepple::ResourceSkillIterator | |
  frepple::utils::PythonExtension< SetupMatrixIterator > | |
   frepple::utils::FreppleIterator< SetupMatrixIterator, SetupMatrix::iterator, SetupMatrix > | |
    frepple::SetupMatrixIterator | |
  frepple::utils::PythonExtension< SetupMatrixRuleIterator > | |
   frepple::SetupMatrixRuleIterator | |
  frepple::utils::PythonExtension< SkillIterator > | |
   frepple::utils::FreppleIterator< SkillIterator, Skill::iterator, Skill > | |
    frepple::SkillIterator | |
  frepple::utils::PythonExtension< SolverIterator > | |
   frepple::utils::FreppleIterator< SolverIterator, Solver::iterator, Solver > | |
    frepple::SolverIterator | |
 frepple::OperationPlanState | A simple class to easily remember the date, quantity and owner of an operationplan |
 PyObject | |
  frepple::utils::PythonExtensionBase | This is a base class for all Python extension types |
   frepple::FlowPlan | A flowplan represents a planned material flow in or out of a buffer |
   frepple::LoadPlan | This class represents the resource capacity of an operationplan |
   frepple::utils::Object | Object is the abstract base class for the main entities |
    frepple::Calendar::Bucket | This class represents a time bucket as a part of a calendar |
    frepple::Flow | This class defines a material flow to/from a buffer, linked with an operation. This default implementation plans the material flow at the start of the operation |
    frepple::Load | This class links a resource to a certain operation |
    frepple::OperationPlan | An operationplan is the key dynamic element of a plan. It represents a certain quantity being planned along a certain operation during a certain date range |
    frepple::PeggingIterator | This class allows upstream and downstream navigation through the plan |
    frepple::Plan | This is the (logical) top class of the complete model |
    frepple::Problem | A problem represents infeasibilities, alerts and warnings in the plan |
    frepple::ResourceSkill | This class associates a resource with its skills |
    frepple::SetupMatrix::Rule | An specific changeover rule in a setup matrix |
    frepple::utils::HasName< T > | Base class for objects using a string as their primary key |
    frepple::utils::HasName< Buffer > | |
    frepple::utils::HasName< Calendar > | |
    frepple::utils::HasName< Customer > | |
    frepple::utils::HasName< Demand > | |
    frepple::utils::HasName< Item > | |
    frepple::utils::HasName< Location > | |
    frepple::utils::HasName< Operation > | |
    frepple::utils::HasName< Resource > | |
    frepple::utils::HasName< SetupMatrix > | |
    frepple::utils::HasName< Skill > | |
    frepple::utils::HasName< Solver > | |
   frepple::utils::PythonExtension< T > | Template class to define Python extensions |
   frepple::utils::PythonExtension< BufferIterator > | |
   frepple::utils::PythonExtension< CalendarBucketIterator > | |
   frepple::utils::PythonExtension< CalendarEventIterator > | |
   frepple::utils::PythonExtension< CalendarIterator > | |
   frepple::utils::PythonExtension< CustomerIterator > | |
   frepple::utils::PythonExtension< DemandIterator > | |
   frepple::utils::PythonExtension< DemandPlanIterator > | |
   frepple::utils::PythonExtension< FlowIterator > | |
   frepple::utils::PythonExtension< FlowPlanIterator > | |
   frepple::utils::PythonExtension< FreppleCategory< T > > | |
   frepple::utils::PythonExtension< FreppleClass< ME, BASE > > | |
   frepple::utils::PythonExtension< ItemIterator > | |
   frepple::utils::PythonExtension< LoadIterator > | |
   frepple::utils::PythonExtension< LoadPlanIterator > | |
   frepple::utils::PythonExtension< LocationIterator > | |
   frepple::utils::PythonExtension< ME > | |
   frepple::utils::PythonExtension< OperationIterator > | |
   frepple::utils::PythonExtension< OperationPlanIterator > | |
   frepple::utils::PythonExtension< ProblemIterator > | |
   frepple::utils::PythonExtension< Resource::PlanIterator > | |
   frepple::utils::PythonExtension< ResourceIterator > | |
   frepple::utils::PythonExtension< ResourceSkillIterator > | |
   frepple::utils::PythonExtension< SetupMatrixIterator > | |
   frepple::utils::PythonExtension< SetupMatrixRuleIterator > | |
   frepple::utils::PythonExtension< SkillIterator > | |
   frepple::utils::PythonExtension< SolverIterator > | |
 frepple::utils::PythonInterpreter | This class is used to maintain the Python interpreter |
 frepple::utils::CommandManager::reverse_iterator | |
 frepple::SetupMatrix::RuleIterator | An iterator class to go through all rules of a setup matrix |
 frepple::Solvable | This class needs to be implemented by all classes that implement dynamic behavior, and which can be called by a solver |
  frepple::Flow | This class defines a material flow to/from a buffer, linked with an operation. This default implementation plans the material flow at the start of the operation |
  frepple::Load | This class links a resource to a certain operation |
  frepple::Plannable | This class needs to be implemented by all classes that implement dynamic behavior in the plan |
 frepple::SolverMRP::State | This class is used to store the solver status during the ask-reply calls of the solver |
 frepple::utils::Tags | This class holds a collection of all XML tags used by frepple |
 Tags | This class holds a collection of all XML tags used by frepple |
 frepple::utils::TimeLine< type > | This class implements a "sorted list" data structure, sorting "events" based on a date |
 frepple::utils::TimeLine< FlowPlan > | |
 frepple::utils::TimeLine< LoadPlan > | |
 frepple::utils::TimePeriod | This class represents a time duration with an accuracy of one second |
 frepple::utils::Timer | This class is used to measure the processor time used by the program |
 frepple::utils::Tree::TreeNode | This class represents a node in the tree |
  frepple::utils::HasName< T > | Base class for objects using a string as their primary key |
  frepple::utils::HasName< Buffer > | |
  frepple::utils::HasName< Calendar > | |
  frepple::utils::HasName< Customer > | |
  frepple::utils::HasName< Demand > | |
  frepple::utils::HasName< Item > | |
  frepple::utils::HasName< Location > | |
  frepple::utils::HasName< Operation > | |
  frepple::utils::HasName< Resource > | |
  frepple::utils::HasName< SetupMatrix > | |
  frepple::utils::HasName< Skill > | |
  frepple::utils::HasName< Solver > | |
 frepple::utils::XMLEscape | |
 frepple::utils::XMLOutput | Base class for writing XML formatted data to an output stream |
  frepple::utils::XMLOutputFile | This class writes XML data to a flat file |
  frepple::utils::XMLOutputString | This class writes XML data to a string |