edu.cmu.archevol.ui.compare.editor.property
Class AEDiffPropertyObjectList

java.lang.Object
  extended by edu.cmu.archevol.ui.compare.editor.property.AEDiffPropertyObjectList

public class AEDiffPropertyObjectList
extends Object


Constructor Summary
AEDiffPropertyObjectList()
           
 
Method Summary
 void addDiffProperty(AEDiffPropertyObject obj)
           
 org.acmestudio.acme.element.IAcmeElement getAcmeElement()
           
 List getDiffProperties()
           
 void setAcmeElement(org.acmestudio.acme.element.IAcmeElement c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AEDiffPropertyObjectList

public AEDiffPropertyObjectList()
Method Detail

addDiffProperty

public void addDiffProperty(AEDiffPropertyObject obj)

getDiffProperties

public List getDiffProperties()

setAcmeElement

public void setAcmeElement(org.acmestudio.acme.element.IAcmeElement c)

getAcmeElement

public org.acmestudio.acme.element.IAcmeElement getAcmeElement()