diff options
Diffstat (limited to 'de.dhbw.horb.ksm.model')
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 Binary files differnew file mode 100644 index 0000000..a5b84f8 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Connection.class 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 Binary files differnew file mode 100644 index 0000000..4791d37 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/KSM.class 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 Binary files differnew file mode 100644 index 0000000..9f3d931 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Node.class 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 Binary files differnew file mode 100644 index 0000000..c7617d8 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/NodeGroup.class 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 Binary files differnew file mode 100644 index 0000000..2102337 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/api/Properties.class 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 Binary files differnew file mode 100644 index 0000000..f66af7d --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/ObjectFactory.class 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 Binary files differnew file mode 100644 index 0000000..79bee93 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XConnection.class 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 Binary files differnew file mode 100644 index 0000000..3f8a93a --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XConnections.class 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 Binary files differnew file mode 100644 index 0000000..48a41a4 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XKSM.class 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 Binary files differnew file mode 100644 index 0000000..caf192f --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XNode.class 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 Binary files differnew file mode 100644 index 0000000..7b6777a --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XNodeGroup.class 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 Binary files differnew file mode 100644 index 0000000..8840d2c --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XProperties.class 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 Binary files differnew file mode 100644 index 0000000..e740f5d --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBase.class 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 Binary files differnew file mode 100644 index 0000000..701b36a --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBaseList.class 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 Binary files differnew file mode 100644 index 0000000..8ee2a84 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyBoolean.class 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 Binary files differnew file mode 100644 index 0000000..3efb49a --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyDecimal.class 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 Binary files differnew file mode 100644 index 0000000..7a2c4e5 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyDecimalList.class 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 Binary files differnew file mode 100644 index 0000000..dc8500a --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyInteger.class 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 Binary files differnew file mode 100644 index 0000000..fe93b0f --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyIntegerList.class 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 Binary files differnew file mode 100644 index 0000000..09f2537 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyString.class 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 Binary files differnew file mode 100644 index 0000000..e6ef11b --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/XPropertyStringList.class 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 Binary files differnew file mode 100644 index 0000000..66782ff --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/generated/package-info.class 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 Binary files differnew file mode 100644 index 0000000..38797d6 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/ConnectionImpl.class 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 Binary files differnew file mode 100644 index 0000000..6571d19 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/KSMFactory.class 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 Binary files differnew file mode 100644 index 0000000..335ed51 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/KSMImpl.class 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 Binary files differnew file mode 100644 index 0000000..d24dc89 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/NodeGroupImpl.class 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 Binary files differnew file mode 100644 index 0000000..3225f5d --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/NodeImpl.class 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 Binary files differnew file mode 100644 index 0000000..3792861 --- /dev/null +++ b/de.dhbw.horb.ksm.model/de/dhbw/horb/ksm/model/impl/PropertiesImpl.class |