edu.ksu.cis.cadena.core
Class AdaptingResourceSetImpl

java.lang.Object
  extended by ResourceSetImpl
      extended by edu.ksu.cis.cadena.core.AdaptingResourceSetImpl

public class AdaptingResourceSetImpl
extends ResourceSetImpl

Automatically adds all adapters specified in the plugin configuration. Also hook up an adapter which manages registration of back-references.

Author:
Jesse Greenwald , Matt Hoosier

Constructor Summary
AdaptingResourceSetImpl()
           
 
Method Summary
 void addAdapters(Notifier notifier)
           
 ModelChangeQueue getModelChangeQueue()
           
 void recheckModel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdaptingResourceSetImpl

public AdaptingResourceSetImpl()
Method Detail

addAdapters

public void addAdapters(Notifier notifier)

recheckModel

public void recheckModel()

getModelChangeQueue

public ModelChangeQueue getModelChangeQueue()