Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

mrprj::Predecessor Class Reference

for managing the content of the class predecessor More...

#include <mrprjContent.h>

List of all members.

Public Member Functions

 Predecessor (const string &pEntryId, const string &pPredecessorTaskId, const string &pType)
 constructor for class Predecessor
 ~Predecessor ()
 destructor for class Predecessor
const string & getEntryId () const
 returns the id of the predecessor-tag itself
const string & getPredecessorTaskId () const
 returns the id of the denoted task being a predecessor
const string & getType () const
 returns the type of the predecessor-tag itself


Detailed Description

for managing the content of the class predecessor

instances of the class Predecessor have the task to hold and change the content of those entries of the mrProject-Xml-File, by which the predecessors of the project-task are determined

Definition at line 973 of file mrprjContent.h.


Constructor & Destructor Documentation

mrprj::Predecessor::Predecessor const string &  pEntryId,
const string &  pPredecessorTaskId,
const string &  pType
 

constructor for class Predecessor

The predecessor tag of the mr-prjoject-xml-file denotes a task which is a predecessor of that task containoing by the predecessor tag as sub-tag

Parameters:
pEntryId :- the id of the predecessor-tag itself :- the id of the denoted task :- the sub-type of the predecessor-relation

Definition at line 540 of file mrprjContent.cc.

mrprj::Predecessor::~Predecessor  ) 
 

destructor for class Predecessor

class-destructor which gets no parameters and returns nothing

Definition at line 557 of file mrprjContent.cc.


The documentation for this class was generated from the following files:
Generated on Sat Mar 4 11:55:32 2006 for MRPROJEXT by  doxygen 1.4.1