de.cau.cs.kieler.synccharts.synchronizer
Class SynchronizeXtextEditorUnitOfWork

java.lang.Object
  extended by org.eclipse.xtext.util.concurrent.IUnitOfWork.Void<org.eclipse.xtext.resource.XtextResource>
      extended by de.cau.cs.kieler.synccharts.synchronizer.SynchronizeXtextEditorUnitOfWork
All Implemented Interfaces:
org.eclipse.xtext.util.concurrent.IUnitOfWork<Object,org.eclipse.xtext.resource.XtextResource>

public class SynchronizeXtextEditorUnitOfWork
extends org.eclipse.xtext.util.concurrent.IUnitOfWork.Void<org.eclipse.xtext.resource.XtextResource>

Rating red

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.util.concurrent.IUnitOfWork
org.eclipse.xtext.util.concurrent.IUnitOfWork.Void<T>
 
Constructor Summary
SynchronizeXtextEditorUnitOfWork(org.eclipse.emf.compare.diff.metamodel.DiffModel theDiffModel, StringBuffer theBuffer)
           
 
Method Summary
 void process(org.eclipse.xtext.resource.XtextResource state)
           
 
Methods inherited from class org.eclipse.xtext.util.concurrent.IUnitOfWork.Void
exec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizeXtextEditorUnitOfWork

public SynchronizeXtextEditorUnitOfWork(org.eclipse.emf.compare.diff.metamodel.DiffModel theDiffModel,
                                        StringBuffer theBuffer)
Method Detail

process

public void process(org.eclipse.xtext.resource.XtextResource state)
             throws Exception
Specified by:
process in class org.eclipse.xtext.util.concurrent.IUnitOfWork.Void<org.eclipse.xtext.resource.XtextResource>
Throws:
Exception