MetaDone
metadone.client.functions.retrodoc.Analyzer Class Reference
Collaboration diagram for metadone.client.functions.retrodoc.Analyzer:

List of all members.

Public Member Functions

 Analyzer (MetaModel metamodel, ConcreteModel model)
void printStats ()
void analyze (Class<?> c) throws BadPreCondition

Private Member Functions

void init () throws BadPreCondition
ConcreteObject managePackage (Package p) throws BadPreCondition

Private Attributes

Set< Class<?> > classes = new HashSet<Class<?>>()
HashMap< String, ConcreteObjectpackages = new HashMap<String, ConcreteObject>()
MetaModel metamodel
ConcreteModel model
MetaObject mo_UMLPackage
MetaObject mo_UMLClass
MetaRole mr_UMLContains
MetaPropertyExt< String > mp_UMLClass_methods
MetaPropertyExt< String > mp_UMLModelElement_name

Static Private Attributes

final static Logger logger = Logger.getLogger(Analyzer.class)

Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation

final static Logger metadone.client.functions.retrodoc.Analyzer.logger = Logger.getLogger(Analyzer.class) [static, private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations