Composite Refactoring
v1.0

Package compositeRefactoring.refactoringComposite

Class Summary
RefactoringComponent this class is the superclass of all RefactoringComponents.
RefactoringComposite The RefactoringComposite class allows a client to merge single (low-level) refactorings to a higher-level refactoring.
RefactoringComposite_IteratorImpl This class is an implementation of RefactoringComposite with an Iterator Pattern.
RefactoringComposite_ListImpl This class is an implementation of RefactoringComposite with a List (java.util.List).
RefactoringNode A RefactoringNode is a representation of a single refactoring.
 


Composite Refactoring
v1.0