summaryrefslogtreecommitdiff
path: root/de.dhbw.horb.ksm.model
diff options
context:
space:
mode:
Diffstat (limited to 'de.dhbw.horb.ksm.model')
-rw-r--r--de.dhbw.horb.ksm.model/.classpath7
-rw-r--r--de.dhbw.horb.ksm.model/.project28
-rw-r--r--de.dhbw.horb.ksm.model/.settings/org.eclipse.jdt.core.prefs8
-rw-r--r--de.dhbw.horb.ksm.model/META-INF/MANIFEST.MF9
-rw-r--r--de.dhbw.horb.ksm.model/build.properties4
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Connection.classbin0 -> 352 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/KSM.classbin0 -> 735 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Node.classbin0 -> 749 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/NodeGroup.classbin0 -> 902 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Properties.classbin0 -> 1269 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/ObjectFactory.classbin0 -> 2763 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XConnection.classbin0 -> 986 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XConnections.classbin0 -> 761 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XKSM.classbin0 -> 1259 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XNode.classbin0 -> 1266 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XNodeGroup.classbin0 -> 1579 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XProperties.classbin0 -> 2456 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBase.classbin0 -> 959 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBaseList.classbin0 -> 949 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBoolean.classbin0 -> 904 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyDecimal.classbin0 -> 968 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyDecimalList.classbin0 -> 747 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyInteger.classbin0 -> 968 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyIntegerList.classbin0 -> 747 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyString.classbin0 -> 886 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyStringList.classbin0 -> 737 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/package-info.classbin0 -> 313 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/ConnectionImpl.classbin0 -> 1633 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/KSMFactory.classbin0 -> 2664 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/KSMImpl.classbin0 -> 3527 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/NodeGroupImpl.classbin0 -> 4295 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/NodeImpl.classbin0 -> 3745 bytes
-rw-r--r--de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/PropertiesImpl.classbin0 -> 7485 bytes
33 files changed, 56 insertions, 0 deletions
diff --git a/de.dhbw.horb.ksm.model/.classpath b/de.dhbw.horb.ksm.model/.classpath
new file mode 100644
index 0000000..f2d4146
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry exported="true" kind="lib" path=""/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/de.dhbw.horb.ksm.model/.project b/de.dhbw.horb.ksm.model/.project
new file mode 100644
index 0000000..d4cc79f
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>de.dhbw.horb.ksm.model</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/de.dhbw.horb.ksm.model/.settings/org.eclipse.jdt.core.prefs b/de.dhbw.horb.ksm.model/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..7f8ee0f
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,8 @@
+#Mon May 09 21:11:35 CEST 2011
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/de.dhbw.horb.ksm.model/META-INF/MANIFEST.MF b/de.dhbw.horb.ksm.model/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..2b9089b
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/META-INF/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Model
+Bundle-SymbolicName: de.dhbw.horb.ksm.model
+Bundle-Version: 1.0.0
+Export-Package: de.dhbw.horb.ksm.model.api,
+ de.dhbw.horb.ksm.model.generated,
+ de.dhbw.horb.ksm.model.impl
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/de.dhbw.horb.ksm.model/build.properties b/de.dhbw.horb.ksm.model/build.properties
new file mode 100644
index 0000000..0d1ebd0
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/build.properties
@@ -0,0 +1,4 @@
+source.. = .
+output.. = .
+bin.includes = META-INF/,\
+ de/
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Connection.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Connection.class
new file mode 100644
index 0000000..a5b84f8
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Connection.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/KSM.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/KSM.class
new file mode 100644
index 0000000..4791d37
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/KSM.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Node.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Node.class
new file mode 100644
index 0000000..9f3d931
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Node.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/NodeGroup.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/NodeGroup.class
new file mode 100644
index 0000000..c7617d8
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/NodeGroup.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Properties.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Properties.class
new file mode 100644
index 0000000..2102337
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Properties.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/ObjectFactory.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/ObjectFactory.class
new file mode 100644
index 0000000..f66af7d
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/ObjectFactory.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XConnection.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XConnection.class
new file mode 100644
index 0000000..79bee93
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XConnection.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XConnections.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XConnections.class
new file mode 100644
index 0000000..3f8a93a
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XConnections.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XKSM.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XKSM.class
new file mode 100644
index 0000000..48a41a4
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XKSM.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XNode.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XNode.class
new file mode 100644
index 0000000..caf192f
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XNode.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XNodeGroup.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XNodeGroup.class
new file mode 100644
index 0000000..7b6777a
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XNodeGroup.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XProperties.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XProperties.class
new file mode 100644
index 0000000..8840d2c
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XProperties.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBase.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBase.class
new file mode 100644
index 0000000..e740f5d
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBase.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBaseList.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBaseList.class
new file mode 100644
index 0000000..701b36a
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBaseList.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBoolean.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBoolean.class
new file mode 100644
index 0000000..8ee2a84
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBoolean.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyDecimal.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyDecimal.class
new file mode 100644
index 0000000..3efb49a
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyDecimal.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyDecimalList.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyDecimalList.class
new file mode 100644
index 0000000..7a2c4e5
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyDecimalList.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyInteger.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyInteger.class
new file mode 100644
index 0000000..dc8500a
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyInteger.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyIntegerList.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyIntegerList.class
new file mode 100644
index 0000000..fe93b0f
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyIntegerList.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyString.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyString.class
new file mode 100644
index 0000000..09f2537
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyString.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyStringList.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyStringList.class
new file mode 100644
index 0000000..e6ef11b
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyStringList.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/package-info.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/package-info.class
new file mode 100644
index 0000000..66782ff
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/package-info.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/ConnectionImpl.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/ConnectionImpl.class
new file mode 100644
index 0000000..38797d6
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/ConnectionImpl.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/KSMFactory.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/KSMFactory.class
new file mode 100644
index 0000000..6571d19
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/KSMFactory.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/KSMImpl.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/KSMImpl.class
new file mode 100644
index 0000000..335ed51
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/KSMImpl.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/NodeGroupImpl.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/NodeGroupImpl.class
new file mode 100644
index 0000000..d24dc89
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/NodeGroupImpl.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/NodeImpl.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/NodeImpl.class
new file mode 100644
index 0000000..3225f5d
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/NodeImpl.class
Binary files differ
diff --git a/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/PropertiesImpl.class b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/PropertiesImpl.class
new file mode 100644
index 0000000..3792861
--- /dev/null
+++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/PropertiesImpl.class
Binary files differ