org.designwizard.comparator
Class DesignDiff

java.lang.Object
  extended by org.designwizard.comparator.DesignDiff

public class DesignDiff
extends java.lang.Object

Author:
Jo�o Arthur Brunet Monteiro - joaoarthurbm@gmail.com This class represents the difference between two diferent designs.

Constructor Summary
DesignDiff(Design oldVersion, Design newVersion)
          Constructs a new DesignDiff.
 
Method Summary
 Design calculateDiff()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignDiff

public DesignDiff(Design oldVersion,
                  Design newVersion)
Constructs a new DesignDiff. It is a design that represents the difference between two designs.

Parameters:
oldVersion -
newVersion -
Method Detail

calculateDiff

public Design calculateDiff()