|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.synccharts.synchronizer.KitsSynchronizeLinker
public class KitsSynchronizeLinker
Constructor Summary | |
---|---|
KitsSynchronizeLinker()
|
Method Summary | ||
---|---|---|
KitsSynchronizeLinker |
consultSrcAndCopy(EObject src,
EObject copy)
Default method to initialize the linker. |
|
|
getMatched(T eObj)
|
|
KitsSynchronizeLinker |
linkElement(EObject root)
Implements linking. |
|
KitsSynchronizeLinker |
linkTransitionsInElement(EObject element)
Links the only the transitions of 'element' and its children. |
|
void |
serializeActions(EObject root)
Serializes transition labels if the linker has been configured to do so. |
|
KitsSynchronizeLinker |
setDiffModel(org.eclipse.emf.compare.diff.metamodel.DiffModel theDiffModel)
Convenience method to initialize the linker. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KitsSynchronizeLinker()
Method Detail |
---|
public KitsSynchronizeLinker setDiffModel(org.eclipse.emf.compare.diff.metamodel.DiffModel theDiffModel)
theDiffModel
-
public KitsSynchronizeLinker consultSrcAndCopy(EObject src, EObject copy)
src
- copy
-
public KitsSynchronizeLinker linkElement(EObject root)
root
- the element whose children should be linkedpublic KitsSynchronizeLinker linkTransitionsInElement(EObject element)
element
-
public void serializeActions(EObject root)
root
- the element whose transition labels should be serializedpublic <T extends EObject> T getMatched(T eObj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |