Package org.designwizard.design

Interface Summary
DesignIF Interface for Design.
Entity Represents the entities of the Design.
 

Class Summary
AbstractEntity Abstract class that represent the entities of Design.
ClassNode ClassNode objects are constructed automatically by the DesignWizard class when classes are loaded.
Design  
FieldNode A FieldNode provides information about a single field of a class or an interface.
MethodNode A MethodNode provides information about a single method or a constructor on a class or interface.
PackageNode PackageNode objects are constructed automatically by the DesignWizard class when classes are loaded.
 

Enum Summary
Entity.TypesOfEntities This enum represents the entities of the design.
Modifier This class contains all the modifiers currently extracted provided by the extractors of Design Wizard.