root/juggler/branches/2.2/modules/jackal/design_cpp/ConcreteDepChecker.h

Revision 15084, 337 bytes (checked in by patrickh, 4 years ago)

Updates made in an effort to generate accurate diagrams.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 /* Generated by Together */
2
3 #ifndef CONCRETEDEPCHECKER_H
4 #define CONCRETEDEPCHECKER_H
5 #include "jccl/RTRC/DepChecker.h"
6
7 /**
8  * @stereotype multiple
9  */
10 class ConcreteDepChecker : public jccl::DepChecker {
11 public:   
12
13     std::string getCheckerName();
14
15     void canHandle();
16
17     bool depSatisfied();
18 };
19 #endif //CONCRETEDEPCHECKER_H
Note: See TracBrowser for help on using the browser.