From e77cc376aaff8ca481fdace6d5795c5b5feb0e87 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Mon, 20 Feb 2012 14:45:20 +0100 Subject: Added pc descriptor calc service --- java/joelib2/io/types/cml/CDKConvention.class | Bin 0 -> 2674 bytes java/joelib2/io/types/cml/CDOAcceptedObjects.class | Bin 0 -> 536 bytes java/joelib2/io/types/cml/CDOInterface.class | Bin 0 -> 433 bytes java/joelib2/io/types/cml/CMLCoreModule.class | Bin 0 -> 23204 bytes java/joelib2/io/types/cml/CMLErrorHandler.class | Bin 0 -> 1389 bytes java/joelib2/io/types/cml/CMLHandler.class | Bin 0 -> 3679 bytes java/joelib2/io/types/cml/CMLIDCreator.class | Bin 0 -> 2398 bytes java/joelib2/io/types/cml/CMLMoleculeWriter.class | Bin 0 -> 164 bytes .../io/types/cml/CMLMoleculeWriterBase.class | Bin 0 -> 11186 bytes java/joelib2/io/types/cml/CMLPropertyWriter.class | Bin 0 -> 8771 bytes java/joelib2/io/types/cml/CMLReactionModule.class | Bin 0 -> 2307 bytes java/joelib2/io/types/cml/CMLResolver.class | Bin 0 -> 2214 bytes .../io/types/cml/CMLSequentialSAXReader.class | Bin 0 -> 2837 bytes java/joelib2/io/types/cml/CMLStack.class | Bin 0 -> 803 bytes java/joelib2/io/types/cml/CMLSymmetryWriter.class | Bin 0 -> 4132 bytes .../joelib2/io/types/cml/CMLWriterProperties.class | Bin 0 -> 392 bytes .../joelib2/io/types/cml/ConventionInterface.class | Bin 0 -> 136 bytes java/joelib2/io/types/cml/ModuleInterface.class | Bin 0 -> 577 bytes java/joelib2/io/types/cml/MoleculeArray.class | Bin 0 -> 5902 bytes .../io/types/cml/MoleculeAttributeArray.class | Bin 0 -> 5093 bytes java/joelib2/io/types/cml/MoleculeFileCDO.class | Bin 0 -> 11310 bytes java/joelib2/io/types/cml/MoleculeHuge.class | Bin 0 -> 3569 bytes java/joelib2/io/types/cml/MoleculeLarge.class | Bin 0 -> 4281 bytes .../joelib2/io/types/cml/ResultCMLProperties.class | Bin 0 -> 375 bytes java/joelib2/io/types/cml/XMLHandler.class | Bin 0 -> 890 bytes .../joelib2/io/types/cml/XMLSpecialCharacter.class | Bin 0 -> 842 bytes java/joelib2/io/types/cml/data/cml1_0.dtd | 429 ++++++++++++++++++ java/joelib2/io/types/cml/data/cml1_0_1.dtd | 485 +++++++++++++++++++++ java/joelib2/io/types/cml/elements/ArrayCML.class | Bin 0 -> 4129 bytes .../joelib2/io/types/cml/elements/ElementCML.class | Bin 0 -> 248 bytes java/joelib2/io/types/cml/elements/Elements.class | Bin 0 -> 1743 bytes java/joelib2/io/types/cml/elements/MatrixCML.class | Bin 0 -> 3944 bytes java/joelib2/io/types/cml/elements/ScalarCML.class | Bin 0 -> 4362 bytes 33 files changed, 914 insertions(+) create mode 100644 java/joelib2/io/types/cml/CDKConvention.class create mode 100644 java/joelib2/io/types/cml/CDOAcceptedObjects.class create mode 100644 java/joelib2/io/types/cml/CDOInterface.class create mode 100644 java/joelib2/io/types/cml/CMLCoreModule.class create mode 100644 java/joelib2/io/types/cml/CMLErrorHandler.class create mode 100644 java/joelib2/io/types/cml/CMLHandler.class create mode 100644 java/joelib2/io/types/cml/CMLIDCreator.class create mode 100644 java/joelib2/io/types/cml/CMLMoleculeWriter.class create mode 100644 java/joelib2/io/types/cml/CMLMoleculeWriterBase.class create mode 100644 java/joelib2/io/types/cml/CMLPropertyWriter.class create mode 100644 java/joelib2/io/types/cml/CMLReactionModule.class create mode 100644 java/joelib2/io/types/cml/CMLResolver.class create mode 100644 java/joelib2/io/types/cml/CMLSequentialSAXReader.class create mode 100644 java/joelib2/io/types/cml/CMLStack.class create mode 100644 java/joelib2/io/types/cml/CMLSymmetryWriter.class create mode 100644 java/joelib2/io/types/cml/CMLWriterProperties.class create mode 100644 java/joelib2/io/types/cml/ConventionInterface.class create mode 100644 java/joelib2/io/types/cml/ModuleInterface.class create mode 100644 java/joelib2/io/types/cml/MoleculeArray.class create mode 100644 java/joelib2/io/types/cml/MoleculeAttributeArray.class create mode 100644 java/joelib2/io/types/cml/MoleculeFileCDO.class create mode 100644 java/joelib2/io/types/cml/MoleculeHuge.class create mode 100644 java/joelib2/io/types/cml/MoleculeLarge.class create mode 100644 java/joelib2/io/types/cml/ResultCMLProperties.class create mode 100644 java/joelib2/io/types/cml/XMLHandler.class create mode 100644 java/joelib2/io/types/cml/XMLSpecialCharacter.class create mode 100644 java/joelib2/io/types/cml/data/cml1_0.dtd create mode 100644 java/joelib2/io/types/cml/data/cml1_0_1.dtd create mode 100644 java/joelib2/io/types/cml/elements/ArrayCML.class create mode 100644 java/joelib2/io/types/cml/elements/ElementCML.class create mode 100644 java/joelib2/io/types/cml/elements/Elements.class create mode 100644 java/joelib2/io/types/cml/elements/MatrixCML.class create mode 100644 java/joelib2/io/types/cml/elements/ScalarCML.class (limited to 'java/joelib2/io/types/cml') diff --git a/java/joelib2/io/types/cml/CDKConvention.class b/java/joelib2/io/types/cml/CDKConvention.class new file mode 100644 index 0000000..403adfc Binary files /dev/null and b/java/joelib2/io/types/cml/CDKConvention.class differ diff --git a/java/joelib2/io/types/cml/CDOAcceptedObjects.class b/java/joelib2/io/types/cml/CDOAcceptedObjects.class new file mode 100644 index 0000000..e8e23d7 Binary files /dev/null and b/java/joelib2/io/types/cml/CDOAcceptedObjects.class differ diff --git a/java/joelib2/io/types/cml/CDOInterface.class b/java/joelib2/io/types/cml/CDOInterface.class new file mode 100644 index 0000000..cd30c77 Binary files /dev/null and b/java/joelib2/io/types/cml/CDOInterface.class differ diff --git a/java/joelib2/io/types/cml/CMLCoreModule.class b/java/joelib2/io/types/cml/CMLCoreModule.class new file mode 100644 index 0000000..7c29f82 Binary files /dev/null and b/java/joelib2/io/types/cml/CMLCoreModule.class differ diff --git a/java/joelib2/io/types/cml/CMLErrorHandler.class b/java/joelib2/io/types/cml/CMLErrorHandler.class new file mode 100644 index 0000000..65e5e2a Binary files /dev/null and b/java/joelib2/io/types/cml/CMLErrorHandler.class differ diff --git a/java/joelib2/io/types/cml/CMLHandler.class b/java/joelib2/io/types/cml/CMLHandler.class new file mode 100644 index 0000000..dc179b7 Binary files /dev/null and b/java/joelib2/io/types/cml/CMLHandler.class differ diff --git a/java/joelib2/io/types/cml/CMLIDCreator.class b/java/joelib2/io/types/cml/CMLIDCreator.class new file mode 100644 index 0000000..c4d7421 Binary files /dev/null and b/java/joelib2/io/types/cml/CMLIDCreator.class differ diff --git a/java/joelib2/io/types/cml/CMLMoleculeWriter.class b/java/joelib2/io/types/cml/CMLMoleculeWriter.class new file mode 100644 index 0000000..772fb97 Binary files /dev/null and b/java/joelib2/io/types/cml/CMLMoleculeWriter.class differ diff --git a/java/joelib2/io/types/cml/CMLMoleculeWriterBase.class b/java/joelib2/io/types/cml/CMLMoleculeWriterBase.class new file mode 100644 index 0000000..b065968 Binary files /dev/null and b/java/joelib2/io/types/cml/CMLMoleculeWriterBase.class differ diff --git a/java/joelib2/io/types/cml/CMLPropertyWriter.class b/java/joelib2/io/types/cml/CMLPropertyWriter.class new file mode 100644 index 0000000..4ce4b96 Binary files /dev/null and b/java/joelib2/io/types/cml/CMLPropertyWriter.class differ diff --git a/java/joelib2/io/types/cml/CMLReactionModule.class b/java/joelib2/io/types/cml/CMLReactionModule.class new file mode 100644 index 0000000..84c8fb4 Binary files /dev/null and b/java/joelib2/io/types/cml/CMLReactionModule.class differ diff --git a/java/joelib2/io/types/cml/CMLResolver.class b/java/joelib2/io/types/cml/CMLResolver.class new file mode 100644 index 0000000..bd6714e Binary files /dev/null and b/java/joelib2/io/types/cml/CMLResolver.class differ diff --git a/java/joelib2/io/types/cml/CMLSequentialSAXReader.class b/java/joelib2/io/types/cml/CMLSequentialSAXReader.class new file mode 100644 index 0000000..8b1d387 Binary files /dev/null and b/java/joelib2/io/types/cml/CMLSequentialSAXReader.class differ diff --git a/java/joelib2/io/types/cml/CMLStack.class b/java/joelib2/io/types/cml/CMLStack.class new file mode 100644 index 0000000..97eaed1 Binary files /dev/null and b/java/joelib2/io/types/cml/CMLStack.class differ diff --git a/java/joelib2/io/types/cml/CMLSymmetryWriter.class b/java/joelib2/io/types/cml/CMLSymmetryWriter.class new file mode 100644 index 0000000..60297d4 Binary files /dev/null and b/java/joelib2/io/types/cml/CMLSymmetryWriter.class differ diff --git a/java/joelib2/io/types/cml/CMLWriterProperties.class b/java/joelib2/io/types/cml/CMLWriterProperties.class new file mode 100644 index 0000000..1198763 Binary files /dev/null and b/java/joelib2/io/types/cml/CMLWriterProperties.class differ diff --git a/java/joelib2/io/types/cml/ConventionInterface.class b/java/joelib2/io/types/cml/ConventionInterface.class new file mode 100644 index 0000000..997260b Binary files /dev/null and b/java/joelib2/io/types/cml/ConventionInterface.class differ diff --git a/java/joelib2/io/types/cml/ModuleInterface.class b/java/joelib2/io/types/cml/ModuleInterface.class new file mode 100644 index 0000000..71c9681 Binary files /dev/null and b/java/joelib2/io/types/cml/ModuleInterface.class differ diff --git a/java/joelib2/io/types/cml/MoleculeArray.class b/java/joelib2/io/types/cml/MoleculeArray.class new file mode 100644 index 0000000..ebaa789 Binary files /dev/null and b/java/joelib2/io/types/cml/MoleculeArray.class differ diff --git a/java/joelib2/io/types/cml/MoleculeAttributeArray.class b/java/joelib2/io/types/cml/MoleculeAttributeArray.class new file mode 100644 index 0000000..7d3f8db Binary files /dev/null and b/java/joelib2/io/types/cml/MoleculeAttributeArray.class differ diff --git a/java/joelib2/io/types/cml/MoleculeFileCDO.class b/java/joelib2/io/types/cml/MoleculeFileCDO.class new file mode 100644 index 0000000..7ba0a4b Binary files /dev/null and b/java/joelib2/io/types/cml/MoleculeFileCDO.class differ diff --git a/java/joelib2/io/types/cml/MoleculeHuge.class b/java/joelib2/io/types/cml/MoleculeHuge.class new file mode 100644 index 0000000..4c4dc88 Binary files /dev/null and b/java/joelib2/io/types/cml/MoleculeHuge.class differ diff --git a/java/joelib2/io/types/cml/MoleculeLarge.class b/java/joelib2/io/types/cml/MoleculeLarge.class new file mode 100644 index 0000000..6bc2226 Binary files /dev/null and b/java/joelib2/io/types/cml/MoleculeLarge.class differ diff --git a/java/joelib2/io/types/cml/ResultCMLProperties.class b/java/joelib2/io/types/cml/ResultCMLProperties.class new file mode 100644 index 0000000..99a9b69 Binary files /dev/null and b/java/joelib2/io/types/cml/ResultCMLProperties.class differ diff --git a/java/joelib2/io/types/cml/XMLHandler.class b/java/joelib2/io/types/cml/XMLHandler.class new file mode 100644 index 0000000..02333b2 Binary files /dev/null and b/java/joelib2/io/types/cml/XMLHandler.class differ diff --git a/java/joelib2/io/types/cml/XMLSpecialCharacter.class b/java/joelib2/io/types/cml/XMLSpecialCharacter.class new file mode 100644 index 0000000..a03039e Binary files /dev/null and b/java/joelib2/io/types/cml/XMLSpecialCharacter.class differ diff --git a/java/joelib2/io/types/cml/data/cml1_0.dtd b/java/joelib2/io/types/cml/data/cml1_0.dtd new file mode 100644 index 0000000..6cafefe --- /dev/null +++ b/java/joelib2/io/types/cml/data/cml1_0.dtd @@ -0,0 +1,429 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/joelib2/io/types/cml/data/cml1_0_1.dtd b/java/joelib2/io/types/cml/data/cml1_0_1.dtd new file mode 100644 index 0000000..706b1ab --- /dev/null +++ b/java/joelib2/io/types/cml/data/cml1_0_1.dtd @@ -0,0 +1,485 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + +]]> + + + + + + +]]> + + + + + + +]]> + + + + + + +]]> + + + + + + +]]> + + + +]]> + + + + +]]> + + + + + + + +]]> + + + + +]]> + diff --git a/java/joelib2/io/types/cml/elements/ArrayCML.class b/java/joelib2/io/types/cml/elements/ArrayCML.class new file mode 100644 index 0000000..3daf3ae Binary files /dev/null and b/java/joelib2/io/types/cml/elements/ArrayCML.class differ diff --git a/java/joelib2/io/types/cml/elements/ElementCML.class b/java/joelib2/io/types/cml/elements/ElementCML.class new file mode 100644 index 0000000..6e298ff Binary files /dev/null and b/java/joelib2/io/types/cml/elements/ElementCML.class differ diff --git a/java/joelib2/io/types/cml/elements/Elements.class b/java/joelib2/io/types/cml/elements/Elements.class new file mode 100644 index 0000000..d9eb6fe Binary files /dev/null and b/java/joelib2/io/types/cml/elements/Elements.class differ diff --git a/java/joelib2/io/types/cml/elements/MatrixCML.class b/java/joelib2/io/types/cml/elements/MatrixCML.class new file mode 100644 index 0000000..13cfcb2 Binary files /dev/null and b/java/joelib2/io/types/cml/elements/MatrixCML.class differ diff --git a/java/joelib2/io/types/cml/elements/ScalarCML.class b/java/joelib2/io/types/cml/elements/ScalarCML.class new file mode 100644 index 0000000..b1165a8 Binary files /dev/null and b/java/joelib2/io/types/cml/elements/ScalarCML.class differ -- cgit v1.2.3