Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

/home/pauldt/projects/IDEA/IDEA-ALL/IDEA-DEV/Core/PlanServer/Includes/PslObservedConstraintImpl.hh

Go to the documentation of this file.
00001 // -*- Mode: C++ -*-
00002 //      CVS: $Id: PslObservedConstraintImpl.hh,v 1.2 2005/11/08 18:32:43 rijsman Exp $
00003 //      Tag: $name$
00004 //     Info: $CVSROOT/IDEA-DEV/COPYRIGHT
00005 #ifndef PLANSERVER_OBSERVED_HEADER_123_X_
00006 #define PLANSERVER_OBSERVED_HEADER_123_X_
00007 
00008 #include "PslConstraintImpl.hh"
00009 
00010 namespace IDEA
00011 {
00012   class PslParameter;
00013 
00023   class PslObservedConstraintImpl:
00024     public PslConstraintImpl
00025   {
00026   public:
00027     PslObservedConstraintImpl( const PslParameter* parameter, int authority );
00031     ~PslObservedConstraintImpl();
00035     void execute();
00036     
00037     void print( std::ostream& os );
00038   private:
00039     const PslParameter* m_Parameter;
00040   };
00041 }
00042 
00043 #endif // PLANSERVER_RETURN_VALUE_RECEIVED_HEADER_123_X_
00044  

Contact information
© IDEA
Generated on Fri Feb 3 17:09:41 2006 for IDEA.