Uses of Class
org.autosemantix.Project

Packages that use Project
org.autosemantix   
org.autosemantix.comparator   
org.autosemantix.generator   
org.autosemantix.merger   
org.autosemantix.modeler   
 

Uses of Project in org.autosemantix
 

Constructors in org.autosemantix with parameters of type Project
Model(Project project)
           
 

Uses of Project in org.autosemantix.comparator
 

Constructors in org.autosemantix.comparator with parameters of type Project
Comparator(Project project)
           
 

Uses of Project in org.autosemantix.generator
 

Constructors in org.autosemantix.generator with parameters of type Project
ThingGenerator(Project project)
           
InterfaceGenerator(Project project)
           
FactoryGenerator(Project project)
           
ClassGenerator(Project project)
           
Generator(Project project)
           
 

Uses of Project in org.autosemantix.merger
 

Constructors in org.autosemantix.merger with parameters of type Project
Merger(Project project)
           
 

Uses of Project in org.autosemantix.modeler
 

Constructors in org.autosemantix.modeler with parameters of type Project
Modeler(Project project)
          Default constructor creates a empty model with Object as its base class.