NOX_Playa_StatusTestBuilder.hpp
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 #ifndef NOX_Playa_STATUSTESTBUILDER_H
00009 #define NOX_Playa_STATUSTESTBUILDER_H
00010 
00011 #include "NOX_Abstract_Group.H" 
00012 #include "NOX_StatusTest_Generic.H" 
00013 #include "NOX_Common.H"         
00014 #include "Teuchos_RefCountPtr.hpp"         
00015 #include "Teuchos_ParameterList.hpp"         
00016 
00017 
00018 
00019 namespace NOX 
00020 {
00021   namespace NOXPlaya 
00022   {
00023     class StatusTestBuilder
00024     {
00025     public:
00026       static Teuchos::RCP<NOX::StatusTest::Generic> 
00027       makeStatusTest(const Teuchos::ParameterList& params) ;
00028 
00029     };
00030 
00031   } 
00032 } 
00033 
00034 
00035 #endif