资 源 简 介
This project provides a domain-specific modeling language (the SM@RT language) and a code generator (the SM@RT generator) to support model-based runtime system management.
SM@RT language support developers to specify the structure of a running system, and how to invoke the management API to manipulate this system. From this specification, SM@RT generator automatically generates the adapter to wrap the management API into standard MOF reflection interface. With the help of this generated adapter, we can manipulate the running system in the same way as manipulating a standard MOF-compliant models. That means we can directly use the existing model-based tools (like OCL, ATL, GMF etc.) to manage running systems
News
Mar 17th, 2011: Our new progress on SM@RT is to infer the data model from existing API clients. The original purpose of this work is to automatically create the system me