]> gerrit.simantics Code Review - simantics/interop.git/commit
Base classes for model updates
authorMarko Luukkainen <marko.luukkainen@vtt.fi>
Mon, 20 Feb 2017 13:30:40 +0000 (15:30 +0200)
committerMarko Luukkainen <marko.luukkainen@vtt.fi>
Tue, 21 Feb 2017 10:35:11 +0000 (12:35 +0200)
commit9076887bb7f54a038ef1a32c2f1121f7ebb5ed7d
tree8222d16f2ea05b2333aa89bb27c1bfff20bfd169
parenta7a43a469b667cd31d098bc41db513db9dd8dcc5
Base classes for model updates

refs #7045

Change-Id: I9ac528fcec68f834d0229c14480b00635ad42e6b
12 files changed:
org.simantics.interop.update/.classpath [new file with mode: 0644]
org.simantics.interop.update/.gitignore [new file with mode: 0644]
org.simantics.interop.update/.project [new file with mode: 0644]
org.simantics.interop.update/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.simantics.interop.update/META-INF/MANIFEST.MF [new file with mode: 0644]
org.simantics.interop.update/build.properties [new file with mode: 0644]
org.simantics.interop.update/src/org/simantics/interop/update/Activator.java [new file with mode: 0644]
org.simantics.interop.update/src/org/simantics/interop/update/model/AddDeleteUpdateOp.java [new file with mode: 0644]
org.simantics.interop.update/src/org/simantics/interop/update/model/UpdateNode.java [new file with mode: 0644]
org.simantics.interop.update/src/org/simantics/interop/update/model/UpdateOp.java [new file with mode: 0644]
org.simantics.interop.update/src/org/simantics/interop/update/model/UpdateOperations.java [new file with mode: 0644]
org.simantics.interop.update/src/org/simantics/interop/update/model/UpdateTree.java [new file with mode: 0644]