From b800ba6bda178e48e5c97ddf6bdc64a7d97a7ffd Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Sat, 19 Sep 2015 15:59:56 +0200 Subject: [PATCH 01/57] Create gh-pages branch via GitHub --- index.html | 64 +++++++++ javascripts/scale.fix.js | 17 +++ params.json | 1 + stylesheets/github-light.css | 116 ++++++++++++++++ stylesheets/styles.css | 255 +++++++++++++++++++++++++++++++++++ 5 files changed, 453 insertions(+) create mode 100644 index.html create mode 100644 javascripts/scale.fix.js create mode 100644 params.json create mode 100644 stylesheets/github-light.css create mode 100644 stylesheets/styles.css diff --git a/index.html b/index.html new file mode 100644 index 00000000..27d31dec --- /dev/null +++ b/index.html @@ -0,0 +1,64 @@ + + + + + + Unit-api by unitsofmeasurement + + + + + + + +
+
+

Unit-api

+

JSR 363 - Units of Measurement API

+ +

View the Project on GitHub unitsofmeasurement/unit-api

+ + + +
+
+

+Welcome to GitHub Pages.

+ +

This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new gh-pages branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.

+ +

+Designer Templates

+ +

We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.

+ +

+Creating pages manually

+ +

If you prefer to not use the automatic generator, push a branch named gh-pages to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

+ +

+Authors and Contributors

+ +

You can @mention a GitHub username to generate a link to their profile. The resulting <a> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.

+ +

+Support or Contact

+ +

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.

+
+ +
+ + + + diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js new file mode 100644 index 00000000..87a40ca7 --- /dev/null +++ b/javascripts/scale.fix.js @@ -0,0 +1,17 @@ +var metas = document.getElementsByTagName('meta'); +var i; +if (navigator.userAgent.match(/iPhone/i)) { + for (i=0; i` element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out our [documentation](https://help.github.com/pages) or [contact support](https://github.com/contact) and we’ll help you sort it out.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file diff --git a/stylesheets/github-light.css b/stylesheets/github-light.css new file mode 100644 index 00000000..872a6f4b --- /dev/null +++ b/stylesheets/github-light.css @@ -0,0 +1,116 @@ +/* + Copyright 2014 GitHub Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +*/ + +.pl-c /* comment */ { + color: #969896; +} + +.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */, +.pl-s .pl-v /* string variable */ { + color: #0086b3; +} + +.pl-e /* entity */, +.pl-en /* entity.name */ { + color: #795da3; +} + +.pl-s .pl-s1 /* string source */, +.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ { + color: #333; +} + +.pl-ent /* entity.name.tag */ { + color: #63a35c; +} + +.pl-k /* keyword, storage, storage.type */ { + color: #a71d5d; +} + +.pl-pds /* punctuation.definition.string, string.regexp.character-class */, +.pl-s /* string */, +.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */, +.pl-sr /* string.regexp */, +.pl-sr .pl-cce /* string.regexp constant.character.escape */, +.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */, +.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ { + color: #183691; +} + +.pl-v /* variable */ { + color: #ed6a43; +} + +.pl-id /* invalid.deprecated */ { + color: #b52a1d; +} + +.pl-ii /* invalid.illegal */ { + background-color: #b52a1d; + color: #f8f8f8; +} + +.pl-sr .pl-cce /* string.regexp constant.character.escape */ { + color: #63a35c; + font-weight: bold; +} + +.pl-ml /* markup.list */ { + color: #693a17; +} + +.pl-mh /* markup.heading */, +.pl-mh .pl-en /* markup.heading entity.name */, +.pl-ms /* meta.separator */ { + color: #1d3e81; + font-weight: bold; +} + +.pl-mq /* markup.quote */ { + color: #008080; +} + +.pl-mi /* markup.italic */ { + color: #333; + font-style: italic; +} + +.pl-mb /* markup.bold */ { + color: #333; + font-weight: bold; +} + +.pl-md /* markup.deleted, meta.diff.header.from-file */ { + background-color: #ffecec; + color: #bd2c00; +} + +.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ { + background-color: #eaffea; + color: #55a532; +} + +.pl-mdr /* meta.diff.range */ { + color: #795da3; + font-weight: bold; +} + +.pl-mo /* meta.output */ { + color: #1d3e81; +} + diff --git a/stylesheets/styles.css b/stylesheets/styles.css new file mode 100644 index 00000000..ff32137d --- /dev/null +++ b/stylesheets/styles.css @@ -0,0 +1,255 @@ +@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700); + +body { + padding:50px; + font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; + color:#777; + font-weight:300; +} + +h1, h2, h3, h4, h5, h6 { + color:#222; + margin:0 0 20px; +} + +p, ul, ol, table, pre, dl { + margin:0 0 20px; +} + +h1, h2, h3 { + line-height:1.1; +} + +h1 { + font-size:28px; +} + +h2 { + color:#393939; +} + +h3, h4, h5, h6 { + color:#494949; +} + +a { + color:#39c; + font-weight:400; + text-decoration:none; +} + +a small { + font-size:11px; + color:#777; + margin-top:-0.6em; + display:block; +} + +.wrapper { + width:860px; + margin:0 auto; +} + +blockquote { + border-left:1px solid #e5e5e5; + margin:0; + padding:0 0 0 20px; + font-style:italic; +} + +code, pre { + font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; + color:#333; + font-size:12px; +} + +pre { + padding:8px 15px; + background: #f8f8f8; + border-radius:5px; + border:1px solid #e5e5e5; + overflow-x: auto; +} + +table { + width:100%; + border-collapse:collapse; +} + +th, td { + text-align:left; + padding:5px 10px; + border-bottom:1px solid #e5e5e5; +} + +dt { + color:#444; + font-weight:700; +} + +th { + color:#444; +} + +img { + max-width:100%; +} + +header { + width:270px; + float:left; + position:fixed; +} + +header ul { + list-style:none; + height:40px; + + padding:0; + + background: #eee; + background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd)); + background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); + background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); + background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); + background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%); + + border-radius:5px; + border:1px solid #d2d2d2; + box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0; + width:270px; +} + +header li { + width:89px; + float:left; + border-right:1px solid #d2d2d2; + height:40px; +} + +header ul a { + line-height:1; + font-size:11px; + color:#999; + display:block; + text-align:center; + padding-top:6px; + height:40px; +} + +strong { + color:#222; + font-weight:700; +} + +header ul li + li { + width:88px; + border-left:1px solid #fff; +} + +header ul li + li + li { + border-right:none; + width:89px; +} + +header ul a strong { + font-size:14px; + display:block; + color:#222; +} + +section { + width:500px; + float:right; + padding-bottom:50px; +} + +small { + font-size:11px; +} + +hr { + border:0; + background:#e5e5e5; + height:1px; + margin:0 0 20px; +} + +footer { + width:270px; + float:left; + position:fixed; + bottom:50px; +} + +@media print, screen and (max-width: 960px) { + + div.wrapper { + width:auto; + margin:0; + } + + header, section, footer { + float:none; + position:static; + width:auto; + } + + header { + padding-right:320px; + } + + section { + border:1px solid #e5e5e5; + border-width:1px 0; + padding:20px 0; + margin:0 0 20px; + } + + header a small { + display:inline; + } + + header ul { + position:absolute; + right:50px; + top:52px; + } +} + +@media print, screen and (max-width: 720px) { + body { + word-wrap:break-word; + } + + header { + padding:0; + } + + header ul, header p.view { + position:static; + } + + pre, code { + word-wrap:normal; + } +} + +@media print, screen and (max-width: 480px) { + body { + padding:15px; + } + + header ul { + display:none; + } +} + +@media print { + body { + padding:0.4in; + font-size:12pt; + color:#444; + } +} From bb53578438d47a0e739fdcc79d7bf9d89d17bad1 Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Sun, 20 Sep 2015 12:06:06 +0000 Subject: [PATCH 02/57] Building site for 0.8-SNAPSHOT --- 0.8-SNAPSHOT/apidocs/allclasses-frame.html | 71 ++ 0.8-SNAPSHOT/apidocs/allclasses-noframe.html | 71 ++ 0.8-SNAPSHOT/apidocs/constant-values.html | 117 +++ 0.8-SNAPSHOT/apidocs/deprecated-list.html | 141 +++ 0.8-SNAPSHOT/apidocs/help-doc.html | 222 +++++ 0.8-SNAPSHOT/apidocs/index-all.html | 810 ++++++++++++++++ 0.8-SNAPSHOT/apidocs/index.html | 75 ++ .../apidocs/javax/measure/Dimension.html | 306 ++++++ .../measure/IncommensurableException.html | 304 ++++++ .../javax/measure/MeasurementException.html | 325 +++++++ .../apidocs/javax/measure/Quantity.html | 459 +++++++++ .../javax/measure/UnconvertibleException.html | 308 ++++++ 0.8-SNAPSHOT/apidocs/javax/measure/Unit.html | 706 ++++++++++++++ .../apidocs/javax/measure/UnitConverter.html | 355 +++++++ .../javax/measure/class-use/Dimension.html | 250 +++++ .../class-use/IncommensurableException.html | 162 ++++ .../class-use/MeasurementException.html | 189 ++++ .../javax/measure/class-use/Quantity.html | 602 ++++++++++++ .../class-use/UnconvertibleException.html | 168 ++++ .../apidocs/javax/measure/class-use/Unit.html | 419 ++++++++ .../measure/class-use/UnitConverter.html | 217 +++++ .../apidocs/javax/measure/format/Parser.html | 235 +++++ .../javax/measure/format/ParserException.html | 366 +++++++ .../javax/measure/format/UnitFormat.html | 340 +++++++ .../measure/format/class-use/Parser.html | 162 ++++ .../format/class-use/ParserException.html | 168 ++++ .../measure/format/class-use/UnitFormat.html | 168 ++++ .../javax/measure/format/package-frame.html | 26 + .../javax/measure/format/package-summary.html | 175 ++++ .../javax/measure/format/package-tree.html | 154 +++ .../javax/measure/format/package-use.html | 183 ++++ .../apidocs/javax/measure/package-frame.html | 30 + .../javax/measure/package-summary.html | 206 ++++ .../apidocs/javax/measure/package-tree.html | 154 +++ .../apidocs/javax/measure/package-use.html | 278 ++++++ .../javax/measure/quantity/Acceleration.html | 197 ++++ .../measure/quantity/AmountOfSubstance.html | 194 ++++ .../apidocs/javax/measure/quantity/Angle.html | 196 ++++ .../apidocs/javax/measure/quantity/Area.html | 196 ++++ .../measure/quantity/CatalyticActivity.html | 193 ++++ .../javax/measure/quantity/Dimensionless.html | 192 ++++ .../measure/quantity/ElectricCapacitance.html | 193 ++++ .../measure/quantity/ElectricCharge.html | 194 ++++ .../measure/quantity/ElectricConductance.html | 193 ++++ .../measure/quantity/ElectricCurrent.html | 195 ++++ .../measure/quantity/ElectricInductance.html | 193 ++++ .../quantity/ElectricPermittivity.html | 194 ++++ .../measure/quantity/ElectricPotential.html | 193 ++++ .../measure/quantity/ElectricResistance.html | 193 ++++ .../javax/measure/quantity/Energy.html | 196 ++++ .../apidocs/javax/measure/quantity/Force.html | 195 ++++ .../javax/measure/quantity/Frequency.html | 194 ++++ .../javax/measure/quantity/Illuminance.html | 193 ++++ .../javax/measure/quantity/Length.html | 242 +++++ .../javax/measure/quantity/Luminance.html | 195 ++++ .../javax/measure/quantity/LuminousFlux.html | 193 ++++ .../measure/quantity/LuminousIntensity.html | 195 ++++ .../quantity/MagneticFieldStrength.html | 193 ++++ .../javax/measure/quantity/MagneticFlux.html | 193 ++++ .../measure/quantity/MagneticFluxDensity.html | 193 ++++ .../apidocs/javax/measure/quantity/Mass.html | 196 ++++ .../apidocs/javax/measure/quantity/Power.html | 195 ++++ .../javax/measure/quantity/Pressure.html | 195 ++++ .../quantity/RadiationDoseAbsorbed.html | 194 ++++ .../quantity/RadiationDoseEffective.html | 194 ++++ .../javax/measure/quantity/Radioactivity.html | 193 ++++ .../javax/measure/quantity/SolidAngle.html | 194 ++++ .../apidocs/javax/measure/quantity/Speed.html | 201 ++++ .../javax/measure/quantity/Temperature.html | 193 ++++ .../apidocs/javax/measure/quantity/Time.html | 198 ++++ .../javax/measure/quantity/Volume.html | 195 ++++ .../quantity/class-use/Acceleration.html | 117 +++ .../quantity/class-use/AmountOfSubstance.html | 117 +++ .../measure/quantity/class-use/Angle.html | 117 +++ .../measure/quantity/class-use/Area.html | 164 ++++ .../quantity/class-use/CatalyticActivity.html | 117 +++ .../quantity/class-use/Dimensionless.html | 117 +++ .../class-use/ElectricCapacitance.html | 117 +++ .../quantity/class-use/ElectricCharge.html | 117 +++ .../class-use/ElectricConductance.html | 117 +++ .../quantity/class-use/ElectricCurrent.html | 117 +++ .../class-use/ElectricInductance.html | 117 +++ .../class-use/ElectricPermittivity.html | 117 +++ .../quantity/class-use/ElectricPotential.html | 117 +++ .../class-use/ElectricResistance.html | 117 +++ .../measure/quantity/class-use/Energy.html | 117 +++ .../measure/quantity/class-use/Force.html | 117 +++ .../measure/quantity/class-use/Frequency.html | 117 +++ .../quantity/class-use/Illuminance.html | 117 +++ .../measure/quantity/class-use/Length.html | 164 ++++ .../measure/quantity/class-use/Luminance.html | 117 +++ .../quantity/class-use/LuminousFlux.html | 117 +++ .../quantity/class-use/LuminousIntensity.html | 117 +++ .../class-use/MagneticFieldStrength.html | 117 +++ .../quantity/class-use/MagneticFlux.html | 117 +++ .../class-use/MagneticFluxDensity.html | 117 +++ .../measure/quantity/class-use/Mass.html | 117 +++ .../measure/quantity/class-use/Power.html | 117 +++ .../measure/quantity/class-use/Pressure.html | 117 +++ .../class-use/RadiationDoseAbsorbed.html | 117 +++ .../class-use/RadiationDoseEffective.html | 117 +++ .../quantity/class-use/Radioactivity.html | 117 +++ .../quantity/class-use/SolidAngle.html | 117 +++ .../measure/quantity/class-use/Speed.html | 117 +++ .../quantity/class-use/Temperature.html | 117 +++ .../measure/quantity/class-use/Time.html | 117 +++ .../measure/quantity/class-use/Volume.html | 117 +++ .../javax/measure/quantity/package-frame.html | 56 ++ .../measure/quantity/package-summary.html | 398 ++++++++ .../javax/measure/quantity/package-tree.html | 165 ++++ .../javax/measure/quantity/package-use.html | 161 +++ .../apidocs/javax/measure/spi/Bootstrap.html | 274 ++++++ .../javax/measure/spi/QuantityFactory.html | 226 +++++ .../measure/spi/QuantityFactoryService.html | 222 +++++ .../javax/measure/spi/ServiceProvider.html | 263 +++++ .../javax/measure/spi/SystemOfUnits.html | 282 ++++++ .../measure/spi/SystemOfUnitsService.html | 251 +++++ .../javax/measure/spi/UnitFormatService.html | 246 +++++ .../measure/spi/class-use/Bootstrap.html | 117 +++ .../spi/class-use/QuantityFactory.html | 161 +++ .../spi/class-use/QuantityFactoryService.html | 117 +++ .../spi/class-use/ServiceProvider.html | 176 ++++ .../measure/spi/class-use/SystemOfUnits.html | 170 ++++ .../spi/class-use/SystemOfUnitsService.html | 117 +++ .../spi/class-use/UnitFormatService.html | 117 +++ .../javax/measure/spi/package-frame.html | 30 + .../javax/measure/spi/package-summary.html | 204 ++++ .../javax/measure/spi/package-tree.html | 139 +++ .../javax/measure/spi/package-use.html | 167 ++++ 0.8-SNAPSHOT/apidocs/overview-frame.html | 25 + 0.8-SNAPSHOT/apidocs/overview-summary.html | 154 +++ 0.8-SNAPSHOT/apidocs/overview-tree.html | 209 ++++ 0.8-SNAPSHOT/apidocs/package-list | 4 + 0.8-SNAPSHOT/apidocs/resources/background.gif | Bin 0 -> 2313 bytes 0.8-SNAPSHOT/apidocs/resources/tab.gif | Bin 0 -> 291 bytes 0.8-SNAPSHOT/apidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../apidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes 0.8-SNAPSHOT/apidocs/serialized-form.html | 182 ++++ 0.8-SNAPSHOT/apidocs/stylesheet.css | 474 +++++++++ 0.8-SNAPSHOT/checkstyle.html | 908 +++++++++++++++++ 0.8-SNAPSHOT/checkstyle.rss | 866 +++++++++++++++++ 0.8-SNAPSHOT/css/maven-base.css | 155 +++ 0.8-SNAPSHOT/css/maven-theme.css | 141 +++ 0.8-SNAPSHOT/css/print.css | 7 + 0.8-SNAPSHOT/css/site.css | 1 + 0.8-SNAPSHOT/findbugs.html | 125 +++ 0.8-SNAPSHOT/images/collapsed.gif | Bin 0 -> 53 bytes 0.8-SNAPSHOT/images/expanded.gif | Bin 0 -> 52 bytes 0.8-SNAPSHOT/images/external.png | Bin 0 -> 230 bytes 0.8-SNAPSHOT/images/icon.png | Bin 0 -> 5267 bytes 0.8-SNAPSHOT/images/icon_error_sml.gif | Bin 0 -> 1010 bytes 0.8-SNAPSHOT/images/icon_info_sml.gif | Bin 0 -> 606 bytes 0.8-SNAPSHOT/images/icon_success_sml.gif | Bin 0 -> 990 bytes 0.8-SNAPSHOT/images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes 0.8-SNAPSHOT/images/logos/maven-feather.png | Bin 0 -> 3330 bytes 0.8-SNAPSHOT/images/newwindow.png | Bin 0 -> 220 bytes 0.8-SNAPSHOT/images/rss.png | Bin 0 -> 360 bytes 0.8-SNAPSHOT/index.html | 122 +++ 0.8-SNAPSHOT/integration.html | 117 +++ 0.8-SNAPSHOT/issue-tracking.html | 114 +++ 0.8-SNAPSHOT/license.html | 231 +++++ 0.8-SNAPSHOT/mail-lists.html | 128 +++ 0.8-SNAPSHOT/pmd.html | 132 +++ 0.8-SNAPSHOT/project-info.html | 139 +++ 0.8-SNAPSHOT/project-reports.html | 127 +++ 0.8-SNAPSHOT/project-summary.html | 156 +++ 0.8-SNAPSHOT/source-repository.html | 127 +++ 0.8-SNAPSHOT/surefire-report.html | 378 ++++++++ 0.8-SNAPSHOT/team-list.html | 284 ++++++ .../testapidocs/allclasses-frame.html | 41 + .../testapidocs/allclasses-noframe.html | 41 + 0.8-SNAPSHOT/testapidocs/constant-values.html | 117 +++ 0.8-SNAPSHOT/testapidocs/deprecated-list.html | 117 +++ 0.8-SNAPSHOT/testapidocs/help-doc.html | 222 +++++ 0.8-SNAPSHOT/testapidocs/index-all.html | 795 +++++++++++++++ 0.8-SNAPSHOT/testapidocs/index.html | 75 ++ .../BootstrapTest.TestServiceProvider.html | 314 ++++++ .../javax/measure/spi/BootstrapTest.html | 368 +++++++ .../BootstrapTest.TestServiceProvider.html | 117 +++ .../measure/spi/class-use/BootstrapTest.html | 117 +++ .../javax/measure/spi/package-frame.html | 22 + .../javax/measure/spi/package-summary.html | 142 +++ .../javax/measure/spi/package-tree.html | 131 +++ .../javax/measure/spi/package-use.html | 117 +++ .../javax/measure/test/CalcTripLength.html | 262 +++++ .../javax/measure/test/CircleInfo.html | 260 +++++ .../javax/measure/test/Conversions.html | 260 +++++ .../javax/measure/test/DimensionTest.html | 344 +++++++ .../javax/measure/test/TestUnit.html | 735 ++++++++++++++ .../javax/measure/test/TripLeg.html | 266 +++++ .../javax/measure/test/UnitTest.html | 313 ++++++ .../test/class-use/CalcTripLength.html | 117 +++ .../measure/test/class-use/CircleInfo.html | 117 +++ .../measure/test/class-use/Conversions.html | 117 +++ .../measure/test/class-use/DimensionTest.html | 117 +++ .../measure/test/class-use/TestUnit.html | 175 ++++ .../javax/measure/test/class-use/TripLeg.html | 117 +++ .../measure/test/class-use/UnitTest.html | 117 +++ .../javax/measure/test/format/PrintUtils.html | 317 ++++++ .../measure/test/format/SimpleTestFormat.html | 389 ++++++++ .../test/format/class-use/PrintUtils.html | 117 +++ .../format/class-use/SimpleTestFormat.html | 117 +++ .../measure/test/format/package-frame.html | 22 + .../measure/test/format/package-summary.html | 146 +++ .../measure/test/format/package-tree.html | 131 +++ .../measure/test/format/package-use.html | 117 +++ .../javax/measure/test/package-frame.html | 27 + .../javax/measure/test/package-summary.html | 162 ++++ .../javax/measure/test/package-tree.html | 136 +++ .../javax/measure/test/package-use.html | 150 +++ .../measure/test/quantity/AreaQuantity.html | 897 +++++++++++++++++ .../test/quantity/AreaQuantityTest.html | 458 +++++++++ .../measure/test/quantity/CircleInfo.html | 261 +++++ .../test/quantity/DistanceQuantity.html | 914 ++++++++++++++++++ .../test/quantity/TestQuantityFactory.html | 347 +++++++ .../measure/test/quantity/TimeQuantity.html | 828 ++++++++++++++++ .../measure/test/quantity/VolumeQuantity.html | 854 ++++++++++++++++ .../test/quantity/class-use/AreaQuantity.html | 230 +++++ .../quantity/class-use/AreaQuantityTest.html | 117 +++ .../test/quantity/class-use/CircleInfo.html | 117 +++ .../quantity/class-use/DistanceQuantity.html | 273 ++++++ .../class-use/TestQuantityFactory.html | 161 +++ .../test/quantity/class-use/TimeQuantity.html | 214 ++++ .../quantity/class-use/VolumeQuantity.html | 222 +++++ .../measure/test/quantity/package-frame.html | 27 + .../test/quantity/package-summary.html | 162 ++++ .../measure/test/quantity/package-tree.html | 136 +++ .../measure/test/quantity/package-use.html | 183 ++++ .../javax/measure/test/unit/AreaUnit.html | 393 ++++++++ .../javax/measure/test/unit/BaseUnit.html | 403 ++++++++ .../javax/measure/test/unit/DistanceUnit.html | 477 +++++++++ .../javax/measure/test/unit/TimeUnit.html | 379 ++++++++ .../javax/measure/test/unit/VolumeUnit.html | 407 ++++++++ .../measure/test/unit/class-use/AreaUnit.html | 212 ++++ .../measure/test/unit/class-use/BaseUnit.html | 161 +++ .../test/unit/class-use/DistanceUnit.html | 246 +++++ .../measure/test/unit/class-use/TimeUnit.html | 199 ++++ .../test/unit/class-use/VolumeUnit.html | 216 +++++ .../measure/test/unit/package-frame.html | 25 + .../measure/test/unit/package-summary.html | 154 +++ .../javax/measure/test/unit/package-tree.html | 141 +++ .../javax/measure/test/unit/package-use.html | 192 ++++ 0.8-SNAPSHOT/testapidocs/overview-frame.html | 26 + .../testapidocs/overview-summary.html | 148 +++ 0.8-SNAPSHOT/testapidocs/overview-tree.html | 162 ++++ 0.8-SNAPSHOT/testapidocs/package-list | 5 + .../testapidocs/resources/background.gif | Bin 0 -> 2313 bytes 0.8-SNAPSHOT/testapidocs/resources/tab.gif | Bin 0 -> 291 bytes .../testapidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../testapidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes 0.8-SNAPSHOT/testapidocs/stylesheet.css | 474 +++++++++ 253 files changed, 48344 insertions(+) create mode 100644 0.8-SNAPSHOT/apidocs/allclasses-frame.html create mode 100644 0.8-SNAPSHOT/apidocs/allclasses-noframe.html create mode 100644 0.8-SNAPSHOT/apidocs/constant-values.html create mode 100644 0.8-SNAPSHOT/apidocs/deprecated-list.html create mode 100644 0.8-SNAPSHOT/apidocs/help-doc.html create mode 100644 0.8-SNAPSHOT/apidocs/index-all.html create mode 100644 0.8-SNAPSHOT/apidocs/index.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/Dimension.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/IncommensurableException.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/MeasurementException.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/Quantity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/UnconvertibleException.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/Unit.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/UnitConverter.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/Dimension.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/IncommensurableException.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/MeasurementException.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/Quantity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnconvertibleException.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/Unit.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnitConverter.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/Parser.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/ParserException.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/UnitFormat.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/Parser.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/ParserException.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/UnitFormat.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/package-frame.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/package-summary.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/package-tree.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/package-use.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/package-frame.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/package-summary.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/package-tree.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/package-use.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Acceleration.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/AmountOfSubstance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Angle.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Area.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/CatalyticActivity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Dimensionless.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCapacitance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCharge.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricConductance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCurrent.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricInductance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPermittivity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPotential.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricResistance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Energy.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Force.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Frequency.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Illuminance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Length.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Luminance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousFlux.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousIntensity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFieldStrength.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFlux.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFluxDensity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Mass.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Power.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Pressure.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseEffective.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Radioactivity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/SolidAngle.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Speed.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Temperature.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Time.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Volume.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Acceleration.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Angle.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Area.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Dimensionless.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCharge.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricConductance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricInductance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPotential.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricResistance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Energy.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Force.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Frequency.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Illuminance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Length.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Luminance.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousFlux.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFlux.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Mass.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Power.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Pressure.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Radioactivity.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/SolidAngle.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Speed.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Temperature.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Time.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Volume.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-frame.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-summary.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-tree.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-use.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/Bootstrap.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactory.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactoryService.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/ServiceProvider.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnits.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnitsService.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/UnitFormatService.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/Bootstrap.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactory.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/ServiceProvider.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnits.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/UnitFormatService.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/package-frame.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/package-summary.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/package-tree.html create mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/package-use.html create mode 100644 0.8-SNAPSHOT/apidocs/overview-frame.html create mode 100644 0.8-SNAPSHOT/apidocs/overview-summary.html create mode 100644 0.8-SNAPSHOT/apidocs/overview-tree.html create mode 100644 0.8-SNAPSHOT/apidocs/package-list create mode 100644 0.8-SNAPSHOT/apidocs/resources/background.gif create mode 100644 0.8-SNAPSHOT/apidocs/resources/tab.gif create mode 100644 0.8-SNAPSHOT/apidocs/resources/titlebar.gif create mode 100644 0.8-SNAPSHOT/apidocs/resources/titlebar_end.gif create mode 100644 0.8-SNAPSHOT/apidocs/serialized-form.html create mode 100644 0.8-SNAPSHOT/apidocs/stylesheet.css create mode 100644 0.8-SNAPSHOT/checkstyle.html create mode 100644 0.8-SNAPSHOT/checkstyle.rss create mode 100644 0.8-SNAPSHOT/css/maven-base.css create mode 100644 0.8-SNAPSHOT/css/maven-theme.css create mode 100644 0.8-SNAPSHOT/css/print.css create mode 100644 0.8-SNAPSHOT/css/site.css create mode 100644 0.8-SNAPSHOT/findbugs.html create mode 100644 0.8-SNAPSHOT/images/collapsed.gif create mode 100644 0.8-SNAPSHOT/images/expanded.gif create mode 100644 0.8-SNAPSHOT/images/external.png create mode 100644 0.8-SNAPSHOT/images/icon.png create mode 100644 0.8-SNAPSHOT/images/icon_error_sml.gif create mode 100644 0.8-SNAPSHOT/images/icon_info_sml.gif create mode 100644 0.8-SNAPSHOT/images/icon_success_sml.gif create mode 100644 0.8-SNAPSHOT/images/icon_warning_sml.gif create mode 100644 0.8-SNAPSHOT/images/logos/build-by-maven-black.png create mode 100644 0.8-SNAPSHOT/images/logos/build-by-maven-white.png create mode 100644 0.8-SNAPSHOT/images/logos/maven-feather.png create mode 100644 0.8-SNAPSHOT/images/newwindow.png create mode 100644 0.8-SNAPSHOT/images/rss.png create mode 100644 0.8-SNAPSHOT/index.html create mode 100644 0.8-SNAPSHOT/integration.html create mode 100644 0.8-SNAPSHOT/issue-tracking.html create mode 100644 0.8-SNAPSHOT/license.html create mode 100644 0.8-SNAPSHOT/mail-lists.html create mode 100644 0.8-SNAPSHOT/pmd.html create mode 100644 0.8-SNAPSHOT/project-info.html create mode 100644 0.8-SNAPSHOT/project-reports.html create mode 100644 0.8-SNAPSHOT/project-summary.html create mode 100644 0.8-SNAPSHOT/source-repository.html create mode 100644 0.8-SNAPSHOT/surefire-report.html create mode 100644 0.8-SNAPSHOT/team-list.html create mode 100644 0.8-SNAPSHOT/testapidocs/allclasses-frame.html create mode 100644 0.8-SNAPSHOT/testapidocs/allclasses-noframe.html create mode 100644 0.8-SNAPSHOT/testapidocs/constant-values.html create mode 100644 0.8-SNAPSHOT/testapidocs/deprecated-list.html create mode 100644 0.8-SNAPSHOT/testapidocs/help-doc.html create mode 100644 0.8-SNAPSHOT/testapidocs/index-all.html create mode 100644 0.8-SNAPSHOT/testapidocs/index.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-frame.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-summary.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-tree.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-use.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/CalcTripLength.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/CircleInfo.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/Conversions.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/DimensionTest.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/TestUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/TripLeg.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/UnitTest.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CalcTripLength.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CircleInfo.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/Conversions.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/DimensionTest.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TestUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TripLeg.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/UnitTest.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/PrintUtils.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/SimpleTestFormat.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/PrintUtils.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-frame.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-summary.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-tree.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-use.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/package-frame.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/package-summary.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/package-tree.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/package-use.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantity.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/CircleInfo.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/DistanceQuantity.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TimeQuantity.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/VolumeQuantity.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-frame.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-summary.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-tree.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-use.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/AreaUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/BaseUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/DistanceUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/TimeUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/VolumeUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-frame.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-summary.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-tree.html create mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-use.html create mode 100644 0.8-SNAPSHOT/testapidocs/overview-frame.html create mode 100644 0.8-SNAPSHOT/testapidocs/overview-summary.html create mode 100644 0.8-SNAPSHOT/testapidocs/overview-tree.html create mode 100644 0.8-SNAPSHOT/testapidocs/package-list create mode 100644 0.8-SNAPSHOT/testapidocs/resources/background.gif create mode 100644 0.8-SNAPSHOT/testapidocs/resources/tab.gif create mode 100644 0.8-SNAPSHOT/testapidocs/resources/titlebar.gif create mode 100644 0.8-SNAPSHOT/testapidocs/resources/titlebar_end.gif create mode 100644 0.8-SNAPSHOT/testapidocs/stylesheet.css diff --git a/0.8-SNAPSHOT/apidocs/allclasses-frame.html b/0.8-SNAPSHOT/apidocs/allclasses-frame.html new file mode 100644 index 00000000..25fafb65 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/allclasses-frame.html @@ -0,0 +1,71 @@ + + + + + + +All Classes (Units of Measurement API 0.8-SNAPSHOT API) + + + + +

All Classes

+ + + diff --git a/0.8-SNAPSHOT/apidocs/allclasses-noframe.html b/0.8-SNAPSHOT/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..aebd8267 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/allclasses-noframe.html @@ -0,0 +1,71 @@ + + + + + + +All Classes (Units of Measurement API 0.8-SNAPSHOT API) + + + + +

All Classes

+ + + diff --git a/0.8-SNAPSHOT/apidocs/constant-values.html b/0.8-SNAPSHOT/apidocs/constant-values.html new file mode 100644 index 00000000..359f3a73 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/constant-values.html @@ -0,0 +1,117 @@ + + + + + + +Constant Field Values (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/deprecated-list.html b/0.8-SNAPSHOT/apidocs/deprecated-list.html new file mode 100644 index 00000000..aee63dac --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/deprecated-list.html @@ -0,0 +1,141 @@ + + + + + + +Deprecated List (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+ +
+
+ + + +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/help-doc.html b/0.8-SNAPSHOT/apidocs/help-doc.html new file mode 100644 index 00000000..021d1576 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/help-doc.html @@ -0,0 +1,222 @@ + + + + + + +API Help (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/index-all.html b/0.8-SNAPSHOT/apidocs/index-all.html new file mode 100644 index 00000000..e4f27e5b --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/index-all.html @@ -0,0 +1,810 @@ + + + + + + +Index (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
A B C D E F G I J L M P Q R S T U V  + + +

A

+
+
Acceleration - Interface in javax.measure.quantity
+
+
Rate of change of velocity with respect to time.
+
+
add(Quantity<Q>) - Method in interface Quantity
+
+
Returns the sum of this Quantity with the one specified.
+
+
alternate(String) - Method in interface Unit
+
+
Returns a system unit equivalent to this unscaled standard unit but used + in expressions to distinguish between quantities of a different nature + but of the same dimensions.
+
+
AmountOfSubstance - Interface in javax.measure.quantity
+
+
Number of elementary entities (molecules, for example) of a substance.
+
+
Angle - Interface in javax.measure.quantity
+
+
Figure formed by two lines diverging from a common point.
+
+
Area - Interface in javax.measure.quantity
+
+
Extent of a planar region or of the surface of a solid measured in square units.
+
+
asType(Class<T>) - Method in interface Quantity
+
+
Casts this quantity to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified + quantity and this measure unit's dimension do not match.
+
+
asType(Class<T>) - Method in interface Unit
+
+
Casts this unit to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified quantity + and this unit's dimension do not match.
+
+
+ + + +

B

+
+
Bootstrap - Class in javax.measure.spi
+
+
This singleton provides access to the services available in the current runtime environment.
+
+
+ + + +

C

+
+
CatalyticActivity - Interface in javax.measure.quantity
+
+
Catalytic activity.
+
+
concatenate(UnitConverter) - Method in interface UnitConverter
+
+
Concatenates this converter with another converter.
+
+
convert(Number) - Method in interface UnitConverter
+
+
Converts a Number value.
+
+
convert(double) - Method in interface UnitConverter
+
+
Converts a double value.
+
+
create(Number, Unit<Q>) - Method in interface QuantityFactory
+
+
Returns the quantity for the specified number stated in the specified unit.
+
+
+ + + +

D

+
+
Dimension - Interface in javax.measure
+
+
Represents the dimension of a unit.
+
+
Dimensionless - Interface in javax.measure.quantity
+
+
Dimensionless quantity.
+
+
divide(Dimension) - Method in interface Dimension
+
+
Returns the quotient of this dimension with the one specified.
+
+
divide(Quantity<?>) - Method in interface Quantity
+
+
Returns the product of this Quantity divided by the Quantity + specified.
+
+
divide(Number) - Method in interface Quantity
+
+
Returns the product of this Quantity divided by the Number + specified.
+
+
divide(double) - Method in interface Unit
+
+
Returns the result of dividing this unit by an approximate divisor.
+
+
divide(Unit<?>) - Method in interface Unit
+
+
Returns the quotient of this unit with the one specified.
+
+
+ + + +

E

+
+
ElectricCapacitance - Interface in javax.measure.quantity
+
+
Electric capacitance.
+
+
ElectricCharge - Interface in javax.measure.quantity
+
+
Electric charge.
+
+
ElectricConductance - Interface in javax.measure.quantity
+
+
Electric conductance.
+
+
ElectricCurrent - Interface in javax.measure.quantity
+
+
Amount of electric charge flowing past a specified circuit point per unit time.
+
+
ElectricInductance - Interface in javax.measure.quantity
+
+
Electric inductance.
+
+
ElectricPermittivity - Interface in javax.measure.quantity
+
+
How an electric field affects, and is affected, by a dielectric medium.
+
+
ElectricPotential - Interface in javax.measure.quantity
+
+
Electric potential or electromotive force.
+
+
ElectricResistance - Interface in javax.measure.quantity
+
+
Electric resistance.
+
+
Energy - Interface in javax.measure.quantity
+
+
Capacity of a physical system to do work.
+
+
+ + + +

F

+
+
Force - Interface in javax.measure.quantity
+
+
Quantity that tends to produce an acceleration of a body in the direction of its application.
+
+
format(Unit<?>, Appendable) - Method in interface UnitFormat
+
+
Formats the specified Unit.
+
+
format(Unit<?>) - Method in interface UnitFormat
+
+
Formats the specified Unit.
+
+
Frequency - Interface in javax.measure.quantity
+
+
Number of times a specified phenomenon occurs within a specified interval.
+
+
+ + + +

G

+
+
getConversionSteps() - Method in interface UnitConverter
+
+
Returns the steps of fundamental converters making up this converter or + this if the converter is a fundamental converter.
+
+
getConverterTo(Unit<Q>) - Method in interface Unit
+
+
Returns a converter of numeric values from this unit to another unit of same type.
+
+
getConverterToAny(Unit<?>) - Method in interface Unit
+
+
Returns a converter from this unit to the specified unit of type unknown.
+
+
getDimension() - Method in interface Unit
+
+
Returns the dimension of this unit.
+
+
getName() - Method in interface SystemOfUnits
+
 
+
getName() - Method in interface Unit
+
+
Returns the name (if any) of this unit.
+
+
getParsedString() - Method in exception ParserException
+
+
Returns the string that was being parsed.
+
+
getPosition() - Method in exception ParserException
+
+
Returns the position where the error was found.
+
+
getPriority() - Method in interface ServiceProvider
+
+
This method allows to define a priority for a registered ServiceProvider instance.
+
+
getProductDimensions() - Method in interface Dimension
+
+
Returns the fundamental dimensions and their exponent whose product is + this dimension, or null if this dimension is a fundamental dimension.
+
+
getProductUnits() - Method in interface Unit
+
+
Returns the base units and their exponent whose product is this unit, + or null if this unit is a base unit (not a product of existing units).
+
+
getQuantityFactory(Class<Q>) - Method in interface QuantityFactoryService
+
+
Return a factory for this Quantity.
+
+
getService(Class<T>) - Static method in class Bootstrap
+
+ +
+
getService(Class<T>) - Method in interface ServiceProvider
+
+
Access a single service, given its type.
+
+
getServices(Class<T>) - Static method in class Bootstrap
+
+ +
+
getServices(Class<T>) - Method in interface ServiceProvider
+
+
Access a list of services, given its type.
+
+
getSymbol() - Method in interface Unit
+
+
Returns the symbol (if any) of this unit.
+
+
getSystemOfUnits() - Method in interface SystemOfUnitsService
+
+ +
+
getSystemOfUnits(String) - Method in interface SystemOfUnitsService
+
+
Returns the system of units having the specified name or + null if none.
+
+
getSystemUnit() - Method in interface Unit
+
+
Returns the unscaled system unit from which this unit is derived.
+
+
getUnit() - Method in interface Quantity
+
+
Returns the unit of this Quantity.
+
+
getUnit(Class<Q>) - Method in interface SystemOfUnits
+
+
Returns the default unit for the specified quantity.
+
+
getUnitFormat() - Method in interface UnitFormatService
+
+
Returns the default unit format.
+
+
getUnitFormat(String) - Method in interface UnitFormatService
+
+
Returns the unit format having the specified name or + null if none.
+
+
getUnits() - Method in interface SystemOfUnits
+
+
Returns a read only view over the units defined in this system.
+
+
getUnits(Dimension) - Method in interface SystemOfUnits
+
+
Returns the units defined in this system having the specified dimension + (convenience method).
+
+
getValue() - Method in interface Quantity
+
+
Returns the value of this Quantity.
+
+
+ + + +

I

+
+
Illuminance - Interface in javax.measure.quantity
+
+
Illuminance.
+
+
IncommensurableException - Exception in javax.measure
+
+
Signals that a problem of some sort has occurred due to incommensurable of + some quantities/units.
+
+
IncommensurableException(String) - Constructor for exception IncommensurableException
+
+
Constructs a IncommensurableException with the given message.
+
+
IncommensurableException(Throwable) - Constructor for exception IncommensurableException
+
+
Constructs a IncommensurableException with the given cause.
+
+
IncommensurableException(String, Throwable) - Constructor for exception IncommensurableException
+
+
Constructs a IncommensurableException with the given message and cause.
+
+
init(ServiceProvider) - Static method in class Bootstrap
+
+
Replace the current ServiceProvider in use.
+
+
inverse() - Method in interface Quantity
+
+
Returns a Quantity whose unit is unit.inverse().
+
+
inverse() - Method in interface Unit
+
+
Returns the inverse of this unit.
+
+
inverse() - Method in interface UnitConverter
+
+
Returns the inverse of this converter.
+
+
isCompatible(Unit<?>) - Method in interface Unit
+
+
Indicates if this unit is compatible with the unit specified.
+
+
isIdentity() - Method in interface UnitConverter
+
+
Indicates if this converter is an identity converter.
+
+
isLinear() - Method in interface UnitConverter
+
+
Indicates if this converter is linear.
+
+
isLocaleSensitive() - Method in interface UnitFormat
+
+
Returns true if this UnitFormat depends on a Locale to perform its tasks.
+
+
+ + + +

J

+
+
javax.measure - package javax.measure
+
+
Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
+
+
javax.measure.format - package javax.measure.format
+
+
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
+
+
javax.measure.quantity - package javax.measure.quantity
+
+
[OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
+
+
javax.measure.spi - package javax.measure.spi
+
+
[OPTIONAL] Provides services for units, quantities or their textual representation.
+
+
+ + + +

L

+
+
label(Unit<?>, String) - Method in interface UnitFormat
+
+
Attaches a system-wide label to the specified unit.
+
+
Length - Interface in javax.measure.quantity
+
+
Extent of something along its greatest dimension or the extent of space + between two objects or places.
+
+
Luminance - Interface in javax.measure.quantity
+
+
Luminous intensity per unit area of light traveling in a given direction.
+
+
LuminousFlux - Interface in javax.measure.quantity
+
+
Luminous flux.
+
+
LuminousIntensity - Interface in javax.measure.quantity
+
+
Luminous flux density per solid angle + as measured in a given direction relative to the emitting source.
+
+
+ + + +

M

+
+
MagneticFieldStrength - Interface in javax.measure.quantity
+
+
Magnetic field strength.
+
+
MagneticFlux - Interface in javax.measure.quantity
+
+
Magnetic flux.
+
+
MagneticFluxDensity - Interface in javax.measure.quantity
+
+
Magnetic flux density.
+
+
Mass - Interface in javax.measure.quantity
+
+
Measure of the quantity of matter that a body or an object contains.
+
+
MeasurementException - Exception in javax.measure
+
+
Exception thrown when errors occur during measurement operations.
+
+
MeasurementException(String) - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with the given message.
+
+
MeasurementException(Throwable) - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with the given cause.
+
+
MeasurementException(String, Throwable) - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with the given message and cause.
+
+
MeasurementException() - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with no given message.
+
+
multiply(Dimension) - Method in interface Dimension
+
+
Returns the product of this dimension with the one specified.
+
+
multiply(Length) - Method in interface Length
+
+
Deprecated. +
Subject to removal
+
+
+
multiply(Quantity<?>) - Method in interface Quantity
+
+
Returns the product of this Quantity with the one specified.
+
+
multiply(Number) - Method in interface Quantity
+
+
Returns the product of this Quantity with the Number value + specified.
+
+
multiply(double) - Method in interface Unit
+
+
Returns the result of multiplying this unit by the specified factor.
+
+
multiply(Unit<?>) - Method in interface Unit
+
+
Returns the product of this unit with the one specified.
+
+
+ + + +

P

+
+
parse(I) - Method in interface Parser
+
+
Parses the specified I to produce a O.
+
+
parse(CharSequence) - Method in interface UnitFormat
+
+
Parses a portion of the specified CharSequence from the + specified position to produce a unit.
+
+
Parser<I,O> - Interface in javax.measure.format
+
+
Represents a function that parses an input value and produces an output.
+
+
ParserException - Exception in javax.measure.format
+
+
Signals that an error has been reached unexpectedly while parsing.
+
+
ParserException(String, CharSequence, int) - Constructor for exception ParserException
+
+
Constructs a ParserException with the specified detail message, + parsed text and index.
+
+
ParserException(CharSequence, int) - Constructor for exception ParserException
+
+
Constructs a ParserException with the parsed text and offset.
+
+
ParserException(Throwable) - Constructor for exception ParserException
+
+
Constructs a ParserException with the specified cause.
+
+
pow(int) - Method in interface Dimension
+
+
Returns this dimension raised to an exponent.
+
+
pow(int) - Method in interface Unit
+
+
Returns a unit equals to this unit raised to an exponent.
+
+
Power - Interface in javax.measure.quantity
+
+
Rate at which work is done.
+
+
Pressure - Interface in javax.measure.quantity
+
+
Force applied uniformly over a surface.
+
+
+ + + +

Q

+
+
Quantity<Q extends Quantity<Q>> - Interface in javax.measure
+
+
+ Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
+
+
QuantityFactory<Q extends Quantity<Q>> - Interface in javax.measure.spi
+
+
Represents a factory that accepts Number and Unit arguments to create a Quantity result.
+
+
QuantityFactoryService - Interface in javax.measure.spi
+
+
Provider of QuantityFactory
+
+
+ + + +

R

+
+
RadiationDoseAbsorbed - Interface in javax.measure.quantity
+
+
Amount of energy deposited per unit of mass.
+
+
RadiationDoseEffective - Interface in javax.measure.quantity
+
+
Effective (or "equivalent") dose of radiation + received by a human or some other living organism.
+
+
Radioactivity - Interface in javax.measure.quantity
+
+
Radioactive activity.
+
+
root(int) - Method in interface Dimension
+
+
Returns the given root of this dimension.
+
+
root(int) - Method in interface Unit
+
+
Returns a unit equals to the given root of this unit.
+
+
+ + + +

S

+
+
ServiceProvider - Interface in javax.measure.spi
+
+
This class models the component to managing the lifecycle of the + Unit and Quantity services.
+
+
shift(double) - Method in interface Unit
+
+
Returns the result of setting the origin of the scale of measurement to the given value.
+
+
SolidAngle - Interface in javax.measure.quantity
+
+
Angle formed by three or more planes intersecting at a common point.
+
+
Speed - Interface in javax.measure.quantity
+
+
Distance traveled divided by the time of travel.
+
+
subtract(Quantity<Q>) - Method in interface Quantity
+
+
Returns the difference between this Quantity and the one + specified.
+
+
SystemOfUnits - Interface in javax.measure.spi
+
+
A system of units grouped together for historical or cultural reasons.
+ Common system of units are "SI" (System International), "Imperial" (British), + "US" (US Customary).
+
+
SystemOfUnitsService - Interface in javax.measure.spi
+
+
+ This interface represents the service to obtain a system + of units.
+
+
+ + + +

T

+
+
Temperature - Interface in javax.measure.quantity
+
+
Degree of hotness or coldness of a body or an environment.
+
+
Time - Interface in javax.measure.quantity
+
+
Period of existence or persistence.
+
+
to(Unit<Q>) - Method in interface Quantity
+
+
Returns this Quantity converted into another (compatible) Unit.
+
+
toString() - Method in interface Unit
+
+
Returns a string representation of this unit.
+
+
transform(UnitConverter) - Method in interface Unit
+
+
Returns the unit derived from this unit using the specified converter.
+
+
+ + + +

U

+
+
UnconvertibleException - Exception in javax.measure
+
+
Signals that a problem of some sort has occurred due to the impossibility of + constructing a converter between two units.
+
+
UnconvertibleException(String) - Constructor for exception UnconvertibleException
+
+
Constructs a UnconvertibleException with the given message.
+
+
UnconvertibleException(Throwable) - Constructor for exception UnconvertibleException
+
+
Constructs a UnconvertibleException with the given cause.
+
+
UnconvertibleException(String, Throwable) - Constructor for exception UnconvertibleException
+
+
Constructs a UnconvertibleException with the given message and cause.
+
+
Unit<Q extends Quantity<Q>> - Interface in javax.measure
+
+
Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
+
+
UnitConverter - Interface in javax.measure
+
+
A converter of numeric values between different units.
+
+
UnitFormat - Interface in javax.measure.format
+
+
+ Formats instances of Unit to a String or an Appendable and parses a CharSequence to a Unit.
+
+
UnitFormatService - Interface in javax.measure.spi
+
+
+ This interface represent the service to obtain UnitFormat instances.
+
+
+ + + +

V

+
+
Volume - Interface in javax.measure.quantity
+
+
Amount of space occupied by a three-dimensional object or region of space.
+
+
+A B C D E F G I J L M P Q R S T U V 
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/index.html b/0.8-SNAPSHOT/apidocs/index.html new file mode 100644 index 00000000..73e6a3d5 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +Units of Measurement API 0.8-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/Dimension.html b/0.8-SNAPSHOT/apidocs/javax/measure/Dimension.html new file mode 100644 index 00000000..05bde55d --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/Dimension.html @@ -0,0 +1,306 @@ + + + + + + +Dimension (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + + + +
+
javax.measure
+

Interface Dimension

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Dimensiondivide(Dimension divisor) +
      Returns the quotient of this dimension with the one specified.
      +
      Map<? extends Dimension,Integer>getProductDimensions() +
      Returns the fundamental dimensions and their exponent whose product is + this dimension, or null if this dimension is a fundamental dimension.
      +
      Dimensionmultiply(Dimension multiplicand) +
      Returns the product of this dimension with the one specified.
      +
      Dimensionpow(int n) +
      Returns this dimension raised to an exponent.
      +
      Dimensionroot(int n) +
      Returns the given root of this dimension.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        multiply

        +
        Dimension multiply(Dimension multiplicand)
        +
        Returns the product of this dimension with the one specified.
        +
        Parameters:
        multiplicand - the dimension multiplicand.
        +
        Returns:
        this * multiplicand
        +
      • +
      + + + +
        +
      • +

        divide

        +
        Dimension divide(Dimension divisor)
        +
        Returns the quotient of this dimension with the one specified.
        +
        Parameters:
        divisor - the dimension divisor.
        +
        Returns:
        this / divisor
        +
      • +
      + + + +
        +
      • +

        pow

        +
        Dimension pow(int n)
        +
        Returns this dimension raised to an exponent. + (thisn)
        +
        Parameters:
        n - power to raise this Dimension to.
        +
        Returns:
        thisn
        +
      • +
      + + + +
        +
      • +

        root

        +
        Dimension root(int n)
        +
        Returns the given root of this dimension.
        +
        Parameters:
        n - the root's order.
        +
        Returns:
        the result of taking the given root of this dimension.
        +
        Throws:
        +
        ArithmeticException - if n == 0.
        +
      • +
      + + + +
        +
      • +

        getProductDimensions

        +
        Map<? extends Dimension,Integer> getProductDimensions()
        +
        Returns the fundamental dimensions and their exponent whose product is + this dimension, or null if this dimension is a fundamental dimension.
        +
        Returns:
        the mapping between the fundamental dimensions and their exponent.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/IncommensurableException.html b/0.8-SNAPSHOT/apidocs/javax/measure/IncommensurableException.html new file mode 100644 index 00000000..ea29d257 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/IncommensurableException.html @@ -0,0 +1,304 @@ + + + + + + +IncommensurableException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure
+

Class IncommensurableException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class IncommensurableException
    +extends Exception
    +
    Signals that a problem of some sort has occurred due to incommensurable of + some quantities/units. Only commensurable quantity (quantities with the same + dimensions) may be compared, equated, added, or subtracted. Also, one unit + can be converted to another unit only if both units are commensurable. +

    + This is a checked exception, so it deliberately doesn't + inherit from MeasurementException like most other exceptions. +

    +
    Version:
    +
    0.15, $Date: 2014-06-28 $
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    Wikipedia: Unit Commensurability, +Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IncommensurableException

        +
        public IncommensurableException(String message)
        +
        Constructs a IncommensurableException with the given message.
        +
        Parameters:
        message - the detail message, or null if none.
        +
      • +
      + + + +
        +
      • +

        IncommensurableException

        +
        public IncommensurableException(Throwable cause)
        +
        Constructs a IncommensurableException with the given cause.
        +
        Parameters:
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        IncommensurableException

        +
        public IncommensurableException(String message,
        +                        Throwable cause)
        +
        Constructs a IncommensurableException with the given message and cause.
        +
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/MeasurementException.html b/0.8-SNAPSHOT/apidocs/javax/measure/MeasurementException.html new file mode 100644 index 00000000..977c51b5 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/MeasurementException.html @@ -0,0 +1,325 @@ + + + + + + +MeasurementException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure
+

Class MeasurementException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MeasurementException

        +
        public MeasurementException(String message)
        +
        Constructs a MeasurementException with the given message.
        +
        Parameters:
        message - the detail message, or null if none.
        +
      • +
      + + + +
        +
      • +

        MeasurementException

        +
        public MeasurementException(Throwable cause)
        +
        Constructs a MeasurementException with the given cause.
        +
        Parameters:
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        MeasurementException

        +
        public MeasurementException(String message,
        +                    Throwable cause)
        +
        Constructs a MeasurementException with the given message and cause.
        +
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        MeasurementException

        +
        protected MeasurementException()
        +
        Constructs a MeasurementException with no given message.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/Quantity.html b/0.8-SNAPSHOT/apidocs/javax/measure/Quantity.html new file mode 100644 index 00000000..e5802be5 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/Quantity.html @@ -0,0 +1,459 @@ + + + + + + +Quantity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure
+

Interface Quantity<Q extends Quantity<Q>>

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Quantity<Q>add(Quantity<Q> augend) +
      Returns the sum of this Quantity with the one specified.
      +
      <T extends Quantity<T>> 
      Quantity<T>
      asType(Class<T> type) +
      Casts this quantity to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified + quantity and this measure unit's dimension do not match.
      +
      Quantity<Q>divide(Number divisor) +
      Returns the product of this Quantity divided by the Number + specified.
      +
      Quantity<?>divide(Quantity<?> divisor) +
      Returns the product of this Quantity divided by the Quantity + specified.
      +
      Unit<Q>getUnit() +
      Returns the unit of this Quantity.
      +
      NumbergetValue() +
      Returns the value of this Quantity.
      +
      Quantity<?>inverse() +
      Returns a Quantity whose unit is unit.inverse().
      +
      Quantity<Q>multiply(Number multiplier) +
      Returns the product of this Quantity with the Number value + specified.
      +
      Quantity<?>multiply(Quantity<?> multiplier) +
      Returns the product of this Quantity with the one specified.
      +
      Quantity<Q>subtract(Quantity<Q> subtrahend) +
      Returns the difference between this Quantity and the one + specified.
      +
      Quantity<Q>to(Unit<Q> unit) +
      Returns this Quantity converted into another (compatible) Unit.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        add

        +
        Quantity<Q> add(Quantity<Q> augend)
        +
        Returns the sum of this Quantity with the one specified.
        +
        Parameters:
        augend - the Quantity to be added.
        +
        Returns:
        this + augend.
        +
      • +
      + + + +
        +
      • +

        subtract

        +
        Quantity<Q> subtract(Quantity<Q> subtrahend)
        +
        Returns the difference between this Quantity and the one + specified.
        +
        Parameters:
        subtrahend - the Quantity to be subtracted.
        +
        Returns:
        this - that.
        +
      • +
      + + + +
        +
      • +

        divide

        +
        Quantity<?> divide(Quantity<?> divisor)
        +
        Returns the product of this Quantity divided by the Quantity + specified.
        +
        Parameters:
        divisor - the Quantity divisor.
        +
        Returns:
        this / that.
        +
        Throws:
        +
        ClassCastException - if the type of an element + in the specified operation is incompatible with this + quantity + (optional)
        +
      • +
      + + + +
        +
      • +

        divide

        +
        Quantity<Q> divide(Number divisor)
        +
        Returns the product of this Quantity divided by the Number + specified.
        +
        Parameters:
        divisor - the Number divisor.
        +
        Returns:
        this / that.
        +
      • +
      + + + +
        +
      • +

        multiply

        +
        Quantity<?> multiply(Quantity<?> multiplier)
        +
        Returns the product of this Quantity with the one specified.
        +
        Parameters:
        that - the Quantity multiplier.
        +
        Returns:
        this * multiplier.
        +
        Throws:
        +
        ClassCastException - if the type of an element + in the specified operation is incompatible with this + quantity + (optional)
        +
      • +
      + + + +
        +
      • +

        multiply

        +
        Quantity<Q> multiply(Number multiplier)
        +
        Returns the product of this Quantity with the Number value + specified.
        +
        Parameters:
        that - the Number multiplier.
        +
        Returns:
        this * multiplier.
        +
      • +
      + + + +
        +
      • +

        inverse

        +
        Quantity<?> inverse()
        +
        Returns a Quantity whose unit is unit.inverse().
        +
        Returns:
        Quantity with this.getUnit().inverse().
        +
      • +
      + + + +
        +
      • +

        to

        +
        Quantity<Q> to(Unit<Q> unit)
        +
        Returns this Quantity converted into another (compatible) Unit.
        +
        Parameters:
        unit - the Unit to convert to.
        +
        Returns:
        the converted result.
        +
      • +
      + + + +
        +
      • +

        asType

        +
        <T extends Quantity<T>> Quantity<T> asType(Class<T> type)
        +                                       throws ClassCastException
        +
        Casts this quantity to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified + quantity and this measure unit's dimension do not match. For example:
        + + Quantity length = BaseQuantity.of("2 km").asType(Length.class); + + or + + Quantity C = length.multiply(299792458).divide(second).asType(Speed.class); +
        +
        Type Parameters:
        T - The type of the quantity.
        Parameters:
        type - the quantity class identifying the nature of the quantity.
        +
        Returns:
        this quantity parameterized with the specified type.
        +
        Throws:
        +
        ClassCastException - if the dimension of this unit is different from the specified + quantity dimension.
        +
        UnsupportedOperationException - if the specified quantity class does not have a public static + field named "UNIT" holding the SI unit for the quantity.
        See Also:
        Unit.asType(Class)
        +
      • +
      + + + +
        +
      • +

        getValue

        +
        Number getValue()
        +
        Returns the value of this Quantity.
        +
        Returns:
        a value.
        +
      • +
      + + + +
        +
      • +

        getUnit

        +
        Unit<Q> getUnit()
        +
        Returns the unit of this Quantity.
        +
        Returns:
        the unit (shall not be null).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/UnconvertibleException.html b/0.8-SNAPSHOT/apidocs/javax/measure/UnconvertibleException.html new file mode 100644 index 00000000..ea18c7fc --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/UnconvertibleException.html @@ -0,0 +1,308 @@ + + + + + + +UnconvertibleException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure
+

Class UnconvertibleException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class UnconvertibleException
    +extends MeasurementException
    +
    Signals that a problem of some sort has occurred due to the impossibility of + constructing a converter between two units. For example, the multiplication of + offset units are usually units not convertible to their system unit.
    +
    Version:
    +
    0.4, 2014-06-10
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UnconvertibleException

        +
        public UnconvertibleException(String message)
        +
        Constructs a UnconvertibleException with the given message.
        +
        Parameters:
        message - the detail message, or null if none.
        +
      • +
      + + + +
        +
      • +

        UnconvertibleException

        +
        public UnconvertibleException(Throwable cause)
        +
        Constructs a UnconvertibleException with the given cause.
        +
        Parameters:
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        UnconvertibleException

        +
        public UnconvertibleException(String message,
        +                      Throwable cause)
        +
        Constructs a UnconvertibleException with the given message and cause.
        +
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/Unit.html b/0.8-SNAPSHOT/apidocs/javax/measure/Unit.html new file mode 100644 index 00000000..d9cfcea2 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/Unit.html @@ -0,0 +1,706 @@ + + + + + + +Unit (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure
+

Interface Unit<Q extends Quantity<Q>>

+
+
+
+
    +
  • +
    Type Parameters:
    Q - The type of the quantity measured by this unit.
    +
    +
    +
    public interface Unit<Q extends Quantity<Q>>
    +
    Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement. + +

    It is helpful to think of instances of this class as recording the history + by which they are created. Thus, for example, the string "g/kg" (which + is a dimensionless unit) would result from invoking the method toString() + on a unit that was created by dividing a gram unit by a kilogram unit.

    + +

    This interface supports the multiplication of offsets units. The result is + usually a unit not convertible to its system unit. + Such units may appear in derivative quantities. For example Celsius per meter is + an unit of gradient, which is common in atmospheric and oceanographic research.

    + +

    Units raised at non-integral powers are not supported. For example, + LITRE.root(2) raises an ArithmeticException, but + HECTARE.root(2) returns HECTOMETRE (100 metres).

    + +

    Unit instances shall be immutable.

    +
    Version:
    +
    0.17, December 15, 2014
    +
    Author:
    +
    Jean-Marie Dautelle, Steve Emmerson, Martin Desruisseaux, Werner Keil
    +
    See Also:
    Wikipedia: Units of measurement
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Unit<Q>alternate(String symbol) +
      Returns a system unit equivalent to this unscaled standard unit but used + in expressions to distinguish between quantities of a different nature + but of the same dimensions.
      +
      <T extends Quantity<T>> 
      Unit<T>
      asType(Class<T> type) +
      Casts this unit to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified quantity + and this unit's dimension do not match.
      +
      Unit<Q>divide(double divisor) +
      Returns the result of dividing this unit by an approximate divisor.
      +
      Unit<?>divide(Unit<?> divisor) +
      Returns the quotient of this unit with the one specified.
      +
      UnitConvertergetConverterTo(Unit<Q> that) +
      Returns a converter of numeric values from this unit to another unit of same type.
      +
      UnitConvertergetConverterToAny(Unit<?> that) +
      Returns a converter from this unit to the specified unit of type unknown.
      +
      DimensiongetDimension() +
      Returns the dimension of this unit.
      +
      StringgetName() +
      Returns the name (if any) of this unit.
      +
      Map<? extends Unit<?>,Integer>getProductUnits() +
      Returns the base units and their exponent whose product is this unit, + or null if this unit is a base unit (not a product of existing units).
      +
      StringgetSymbol() +
      Returns the symbol (if any) of this unit.
      +
      Unit<Q>getSystemUnit() +
      Returns the unscaled system unit from which this unit is derived.
      +
      Unit<?>inverse() +
      Returns the inverse of this unit.
      +
      booleanisCompatible(Unit<?> that) +
      Indicates if this unit is compatible with the unit specified.
      +
      Unit<Q>multiply(double multiplier) +
      Returns the result of multiplying this unit by the specified factor.
      +
      Unit<?>multiply(Unit<?> multiplier) +
      Returns the product of this unit with the one specified.
      +
      Unit<?>pow(int n) +
      Returns a unit equals to this unit raised to an exponent.
      +
      Unit<?>root(int n) +
      Returns a unit equals to the given root of this unit.
      +
      Unit<Q>shift(double offset) +
      Returns the result of setting the origin of the scale of measurement to the given value.
      +
      StringtoString() +
      Returns a string representation of this unit.
      +
      Unit<Q>transform(UnitConverter converter) +
      Returns the unit derived from this unit using the specified converter.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSymbol

        +
        String getSymbol()
        +
        Returns the symbol (if any) of this unit. + This method returns null if this unit has no specific symbol associated with.
        +
        Returns:
        this unit symbol, or null if this unit has not + specific symbol associated with (e.g. product of units).
        See Also:
        toString(), +UnitFormat
        +
      • +
      + + + +
        +
      • +

        getName

        +
        String getName()
        +
        Returns the name (if any) of this unit. + This method returns null if this unit has no specific name associated with.
        +
        Returns:
        this unit name, or null if this unit has not + specific name associated with (e.g. product of units).
        See Also:
        toString(), +UnitFormat
        +
      • +
      + + + +
        +
      • +

        getDimension

        +
        Dimension getDimension()
        +
        Returns the dimension of this unit. Two units u1 and u2 + are compatible if and only if + u1.getDimension().equals(u2.getDimension()).
        +
        Returns:
        the dimension of this unit.
        See Also:
        isCompatible(Unit)
        +
      • +
      + + + +
        +
      • +

        getSystemUnit

        +
        Unit<Q> getSystemUnit()
        +
        Returns the unscaled system unit from which this unit is derived. + System units are either base units, alternate units or product of rational powers of system units. + +

        Because the system unit is unique by quantity type, it can be + be used to identify the quantity given the unit. For example:

        + + [code] + static boolean isAngularSpeed(Unit unit) { + return unit.getSystemUnit().equals(RADIAN.divide(SECOND)); + } + assert isAngularSpeed(REVOLUTION.divide(MINUTE)); // Returns true. + [/code]
        +
        Returns:
        the system unit this unit is derived from, + or this if this unit is a system unit.
        +
      • +
      + + + +
        +
      • +

        getProductUnits

        +
        Map<? extends Unit<?>,Integer> getProductUnits()
        +
        Returns the base units and their exponent whose product is this unit, + or null if this unit is a base unit (not a product of existing units).
        +
        Returns:
        the base units and their exponent making up this unit.
        +
      • +
      + + + +
        +
      • +

        isCompatible

        +
        boolean isCompatible(Unit<?> that)
        +
        Indicates if this unit is compatible with the unit specified. + Units don't need to be equals to be compatible. For example + (assuming ONE is a dimensionless unit): + + [code] + RADIAN.equals(ONE) == false + RADIAN.isCompatible(ONE) == true + [/code]
        +
        Parameters:
        that - the other unit to compare for compatibility.
        +
        Returns:
        this.getDimension().equals(that.getDimension())
        See Also:
        getDimension()
        +
      • +
      + + + +
        +
      • +

        asType

        +
        <T extends Quantity<T>> Unit<T> asType(Class<T> type)
        +                                   throws ClassCastException
        +
        Casts this unit to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified quantity + and this unit's dimension do not match. For example: + + [code] + Unit C = METRE.times(299792458).divide(SECOND).asType(Speed.class); + [/code]
        +
        Type Parameters:
        T - The type of the quantity measured by the unit.
        Parameters:
        type - the quantity class identifying the nature of the unit.
        +
        Returns:
        this unit parameterized with the specified type.
        +
        Throws:
        +
        ClassCastException - if the dimension of this unit is different + from the specified quantity dimension.
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        alternate

        +
        Unit<Q> alternate(String symbol)
        +
        Returns a system unit equivalent to this unscaled standard unit but used + in expressions to distinguish between quantities of a different nature + but of the same dimensions. + +

        Examples of alternate units:

        + + [code] + Unit RADIAN = ONE.alternate("rad").asType(Angle.class); + Unit NEWTON = METRE.times(KILOGRAM).divide(SECOND.pow(2)).alternate("N").asType(Force.class); + Unit PASCAL = NEWTON.divide(METRE.pow(2)).alternate("Pa").asType(Pressure.class); + [/code]
        +
        Parameters:
        symbol - the new symbol for the alternate unit.
        +
        Returns:
        the alternate unit.
        +
        Throws:
        +
        UnsupportedOperationException - if this unit is not an unscaled standard unit.
        +
        IllegalArgumentException - if the specified symbol is already + associated to a different unit.
        +
      • +
      + + + +
        +
      • +

        shift

        +
        Unit<Q> shift(double offset)
        +
        Returns the result of setting the origin of the scale of measurement to the given value. + The returned unit is convertible with all units that are convertible with this unit. + For example the following code: + + [code] + CELSIUS = KELVIN.shift(273.15); + [/code] + + creates a new unit where 0°C (the origin of the new unit) is equals to 273.15 K. + Converting from the old unit to the new one is equivalent to subtracting + the offset to the value in the old unit.
        +
        Parameters:
        offset - the offset added (expressed in this unit).
        +
        Returns:
        this unit offset by the specified value.
        +
      • +
      + + + +
        +
      • +

        multiply

        +
        Unit<Q> multiply(double multiplier)
        +
        Returns the result of multiplying this unit by the specified factor. + If the factor is an integer value, the multiplication is exact + (recommended). For example: + + [code] + FOOT = METRE.multiply(3048).divide(10000); // Exact definition. + ELECTRON_MASS = KILOGRAM.multiply(9.10938188e-31); // Approximation. + [/code]
        +
        Parameters:
        multiplier - the multiplier
        +
        Returns:
        this unit scaled by the specified multiplier.
        +
      • +
      + + + +
        +
      • +

        multiply

        +
        Unit<?> multiply(Unit<?> multiplier)
        +
        Returns the product of this unit with the one specified.
        +
        Parameters:
        multiplier - the unit multiplier.
        +
        Returns:
        this * multiplier
        +
      • +
      + + + +
        +
      • +

        inverse

        +
        Unit<?> inverse()
        +
        Returns the inverse of this unit.
        +
        Returns:
        1 / this
        +
      • +
      + + + +
        +
      • +

        divide

        +
        Unit<Q> divide(double divisor)
        +
        Returns the result of dividing this unit by an approximate divisor. + If the factor is an integer value, the division is exact. + For example: + + [code] + QUART = GALLON_LIQUID_US.divide(4); // Exact definition. + [/code]
        +
        Parameters:
        divisor - the divisor value.
        +
        Returns:
        this unit divided by the specified divisor.
        +
      • +
      + + + +
        +
      • +

        divide

        +
        Unit<?> divide(Unit<?> divisor)
        +
        Returns the quotient of this unit with the one specified.
        +
        Parameters:
        divisor - the unit divisor.
        +
        Returns:
        this / divisor
        +
      • +
      + + + +
        +
      • +

        root

        +
        Unit<?> root(int n)
        +
        Returns a unit equals to the given root of this unit.
        +
        Parameters:
        n - the root's order.
        +
        Returns:
        the result of taking the given root of this unit.
        +
        Throws:
        +
        ArithmeticException - if n == 0 or if this operation + would result in an unit with a fractional exponent.
        +
      • +
      + + + +
        +
      • +

        pow

        +
        Unit<?> pow(int n)
        +
        Returns a unit equals to this unit raised to an exponent.
        +
        Parameters:
        n - the exponent.
        +
        Returns:
        the result of raising this unit to the exponent.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        String toString()
        +

        Returns a string representation of this unit. The string representation may + be the unit symbol, or may be some representation + of product units, multiplication factor and + offset if any.

        + The string may be localized at implementation choice by the means of a particular device and platform. +
        +
        +
        Overrides:
        +
        toString in class Object
        +
        Returns:
        the string representation of this unit.
        See Also:
        getSymbol()
        +
      • +
      + + + +
        +
      • +

        transform

        +
        Unit<Q> transform(UnitConverter converter)
        +
        Returns the unit derived from this unit using the specified converter. + The converter does not need to be linear. For example:
        + + Unit DECIBEL = Unit.ONE.transform( + new LogConverter(10).inverse().concatenate( + new RationalConverter(1, 10))); +
        +
        Parameters:
        operation - the converter from the transformed unit to this unit.
        +
        Returns:
        the unit after the specified transformation.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/UnitConverter.html b/0.8-SNAPSHOT/apidocs/javax/measure/UnitConverter.html new file mode 100644 index 00000000..e1b4aba7 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/UnitConverter.html @@ -0,0 +1,355 @@ + + + + + + +UnitConverter (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + + + + +
+
javax.measure
+

Interface UnitConverter

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      UnitConverterconcatenate(UnitConverter converter) +
      Concatenates this converter with another converter.
      +
      doubleconvert(double value) +
      Converts a double value.
      +
      Numberconvert(Number value) +
      Converts a Number value.
      +
      List<? extends UnitConverter>getConversionSteps() +
      Returns the steps of fundamental converters making up this converter or + this if the converter is a fundamental converter.
      +
      UnitConverterinverse() +
      Returns the inverse of this converter.
      +
      booleanisIdentity() +
      Indicates if this converter is an identity converter.
      +
      booleanisLinear() +
      Indicates if this converter is linear.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isIdentity

        +
        boolean isIdentity()
        +
        Indicates if this converter is an identity converter. + The identity converter returns its input argument (convert(x) == x).
        +
        Returns:
        true if this converter is an identity converter.
        +
      • +
      + + + +
        +
      • +

        isLinear

        +
        boolean isLinear()
        +
        Indicates if this converter is linear. A converter is linear if: + +
          +
        • convert(u + v) == convert(u) + convert(v)
        • +
        • convert(r * u) == r * convert(u)
        • +
        + +

        For linear converters the following property always hold:

        + + [code] + y1 = c1.convert(x1); + y2 = c2.convert(x2); + assert y1*y2 == c1.concatenate(c2).convert(x1*x2); + [/code]
        +
        Returns:
        true if this converter is linear; false otherwise.
        +
      • +
      + + + +
        +
      • +

        inverse

        +
        UnitConverter inverse()
        +
        Returns the inverse of this converter. If x is a valid value, + then x == inverse().convert(convert(x)) to within the accuracy + of computer arithmetic.
        +
        Returns:
        the inverse of this converter.
        +
      • +
      + + + +
        +
      • +

        convert

        +
        Number convert(Number value)
        +
        Converts a Number value.
        +
        Parameters:
        value - the Number value to convert.
        +
        Returns:
        the Number value after conversion.
        +
      • +
      + + + +
        +
      • +

        convert

        +
        double convert(double value)
        +
        Converts a double value.
        +
        Parameters:
        value - the numeric value to convert.
        +
        Returns:
        the double value after conversion.
        +
      • +
      + + + +
        +
      • +

        concatenate

        +
        UnitConverter concatenate(UnitConverter converter)
        +
        Concatenates this converter with another converter. The resulting + converter is equivalent to first converting by the specified converter + (right converter), and then converting by this converter (left converter).
        +
        Parameters:
        converter - the other converter to concatenate with this converter.
        +
        Returns:
        the concatenation of this converter with the other converter.
        +
      • +
      + + + +
        +
      • +

        getConversionSteps

        +
        List<? extends UnitConverter> getConversionSteps()
        +

        Returns the steps of fundamental converters making up this converter or + this if the converter is a fundamental converter.

        +

        + For example, converter1.getConversionSteps() returns {converter1} while {@code converter1.concatenate(converter2).getConversionSteps()} returns {@code {converter1, converter2}.

        +
        Returns:
        the list of fundamental converters which concatenated make up this converter.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Dimension.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Dimension.html new file mode 100644 index 00000000..a4a9afd0 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Dimension.html @@ -0,0 +1,250 @@ + + + + + + +Uses of Interface javax.measure.Dimension (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.Dimension

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Packages that use Dimension 
    PackageDescription
    javax.measure +
    Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
    +
    javax.measure.spi +
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    +
    +
  • +
  • + +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/IncommensurableException.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/IncommensurableException.html new file mode 100644 index 00000000..3303ad69 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/IncommensurableException.html @@ -0,0 +1,162 @@ + + + + + + +Uses of Class javax.measure.IncommensurableException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.IncommensurableException

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/MeasurementException.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/MeasurementException.html new file mode 100644 index 00000000..955a752a --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/MeasurementException.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Class javax.measure.MeasurementException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.MeasurementException

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Quantity.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Quantity.html new file mode 100644 index 00000000..ef0de9a0 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Quantity.html @@ -0,0 +1,602 @@ + + + + + + +Uses of Interface javax.measure.Quantity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.Quantity

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + +
    Packages that use Quantity 
    PackageDescription
    javax.measure +
    Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
    +
    javax.measure.quantity +
    [OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
    +
    javax.measure.spi +
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    +
    +
  • +
  • +
      +
    • + + +

      Uses of Quantity in javax.measure

      + + + + + + + + + + + + + + + + +
      Classes in javax.measure with type parameters of type Quantity 
      Modifier and TypeInterface and Description
      interface Quantity<Q extends Quantity<Q>> +
      + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
      +
      interface Unit<Q extends Quantity<Q>> +
      Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
      +
      + + + + + + + + + + + + + + + + +
      Methods in javax.measure with type parameters of type Quantity 
      Modifier and TypeMethod and Description
      <T extends Quantity<T>> 
      Unit<T>
      Unit.asType(Class<T> type) +
      Casts this unit to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified quantity + and this unit's dimension do not match.
      +
      <T extends Quantity<T>> 
      Quantity<T>
      Quantity.asType(Class<T> type) +
      Casts this quantity to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified + quantity and this measure unit's dimension do not match.
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in javax.measure that return Quantity 
      Modifier and TypeMethod and Description
      Quantity<Q>Quantity.add(Quantity<Q> augend) +
      Returns the sum of this Quantity with the one specified.
      +
      <T extends Quantity<T>> 
      Quantity<T>
      Quantity.asType(Class<T> type) +
      Casts this quantity to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified + quantity and this measure unit's dimension do not match.
      +
      Quantity<Q>Quantity.divide(Number divisor) +
      Returns the product of this Quantity divided by the Number + specified.
      +
      Quantity<?>Quantity.divide(Quantity<?> divisor) +
      Returns the product of this Quantity divided by the Quantity + specified.
      +
      Quantity<?>Quantity.inverse() +
      Returns a Quantity whose unit is unit.inverse().
      +
      Quantity<Q>Quantity.multiply(Number multiplier) +
      Returns the product of this Quantity with the Number value + specified.
      +
      Quantity<?>Quantity.multiply(Quantity<?> multiplier) +
      Returns the product of this Quantity with the one specified.
      +
      Quantity<Q>Quantity.subtract(Quantity<Q> subtrahend) +
      Returns the difference between this Quantity and the one + specified.
      +
      Quantity<Q>Quantity.to(Unit<Q> unit) +
      Returns this Quantity converted into another (compatible) Unit.
      +
      + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in javax.measure with parameters of type Quantity 
      Modifier and TypeMethod and Description
      Quantity<Q>Quantity.add(Quantity<Q> augend) +
      Returns the sum of this Quantity with the one specified.
      +
      Quantity<?>Quantity.divide(Quantity<?> divisor) +
      Returns the product of this Quantity divided by the Quantity + specified.
      +
      Quantity<?>Quantity.multiply(Quantity<?> multiplier) +
      Returns the product of this Quantity with the one specified.
      +
      Quantity<Q>Quantity.subtract(Quantity<Q> subtrahend) +
      Returns the difference between this Quantity and the one + specified.
      +
      +
    • +
    • + + +

      Uses of Quantity in javax.measure.quantity

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Subinterfaces of Quantity in javax.measure.quantity 
      Modifier and TypeInterface and Description
      interface Acceleration +
      Rate of change of velocity with respect to time.
      +
      interface AmountOfSubstance +
      Number of elementary entities (molecules, for example) of a substance.
      +
      interface Angle +
      Figure formed by two lines diverging from a common point.
      +
      interface Area +
      Extent of a planar region or of the surface of a solid measured in square units.
      +
      interface CatalyticActivity +
      Catalytic activity.
      +
      interface Dimensionless +
      Dimensionless quantity.
      +
      interface ElectricCapacitance +
      Electric capacitance.
      +
      interface ElectricCharge +
      Electric charge.
      +
      interface ElectricConductance +
      Electric conductance.
      +
      interface ElectricCurrent +
      Amount of electric charge flowing past a specified circuit point per unit time.
      +
      interface ElectricInductance +
      Electric inductance.
      +
      interface ElectricPermittivity +
      How an electric field affects, and is affected, by a dielectric medium.
      +
      interface ElectricPotential +
      Electric potential or electromotive force.
      +
      interface ElectricResistance +
      Electric resistance.
      +
      interface Energy +
      Capacity of a physical system to do work.
      +
      interface Force +
      Quantity that tends to produce an acceleration of a body in the direction of its application.
      +
      interface Frequency +
      Number of times a specified phenomenon occurs within a specified interval.
      +
      interface Illuminance +
      Illuminance.
      +
      interface Length +
      Extent of something along its greatest dimension or the extent of space + between two objects or places.
      +
      interface Luminance +
      Luminous intensity per unit area of light traveling in a given direction.
      +
      interface LuminousFlux +
      Luminous flux.
      +
      interface LuminousIntensity +
      Luminous flux density per solid angle + as measured in a given direction relative to the emitting source.
      +
      interface MagneticFieldStrength +
      Magnetic field strength.
      +
      interface MagneticFlux +
      Magnetic flux.
      +
      interface MagneticFluxDensity +
      Magnetic flux density.
      +
      interface Mass +
      Measure of the quantity of matter that a body or an object contains.
      +
      interface Power +
      Rate at which work is done.
      +
      interface Pressure +
      Force applied uniformly over a surface.
      +
      interface RadiationDoseAbsorbed +
      Amount of energy deposited per unit of mass.
      +
      interface RadiationDoseEffective +
      Effective (or "equivalent") dose of radiation + received by a human or some other living organism.
      +
      interface Radioactivity +
      Radioactive activity.
      +
      interface SolidAngle +
      Angle formed by three or more planes intersecting at a common point.
      +
      interface Speed +
      Distance traveled divided by the time of travel.
      +
      interface Temperature +
      Degree of hotness or coldness of a body or an environment.
      +
      interface Time +
      Period of existence or persistence.
      +
      interface Volume +
      Amount of space occupied by a three-dimensional object or region of space.
      +
      +
    • +
    • + + +

      Uses of Quantity in javax.measure.spi

      + + + + + + + + + + + + +
      Classes in javax.measure.spi with type parameters of type Quantity 
      Modifier and TypeInterface and Description
      interface QuantityFactory<Q extends Quantity<Q>> +
      Represents a factory that accepts Number and Unit arguments to create a Quantity result.
      +
      + + + + + + + + + + + + + + + + +
      Methods in javax.measure.spi with type parameters of type Quantity 
      Modifier and TypeMethod and Description
      <Q extends Quantity<Q>> 
      QuantityFactory<Q>
      QuantityFactoryService.getQuantityFactory(Class<Q> quantity) +
      Return a factory for this Quantity.
      +
      <Q extends Quantity<Q>> 
      Unit<Q>
      SystemOfUnits.getUnit(Class<Q> quantityType) +
      Returns the default unit for the specified quantity.
      +
      + + + + + + + + + + + + +
      Methods in javax.measure.spi that return Quantity 
      Modifier and TypeMethod and Description
      Quantity<Q>QuantityFactory.create(Number value, + Unit<Q> unit) +
      Returns the quantity for the specified number stated in the specified unit.
      +
      +
    • +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnconvertibleException.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnconvertibleException.html new file mode 100644 index 00000000..8f8d001c --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnconvertibleException.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class javax.measure.UnconvertibleException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.UnconvertibleException

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Unit.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Unit.html new file mode 100644 index 00000000..c33995b6 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Unit.html @@ -0,0 +1,419 @@ + + + + + + +Uses of Interface javax.measure.Unit (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.Unit

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + +
    Packages that use Unit 
    PackageDescription
    javax.measure +
    Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
    +
    javax.measure.format +
    [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
    +
    javax.measure.spi +
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    +
    +
  • +
  • +
      +
    • + + +

      Uses of Unit in javax.measure

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in javax.measure that return Unit 
      Modifier and TypeMethod and Description
      Unit<Q>Unit.alternate(String symbol) +
      Returns a system unit equivalent to this unscaled standard unit but used + in expressions to distinguish between quantities of a different nature + but of the same dimensions.
      +
      <T extends Quantity<T>> 
      Unit<T>
      Unit.asType(Class<T> type) +
      Casts this unit to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified quantity + and this unit's dimension do not match.
      +
      Unit<Q>Unit.divide(double divisor) +
      Returns the result of dividing this unit by an approximate divisor.
      +
      Unit<?>Unit.divide(Unit<?> divisor) +
      Returns the quotient of this unit with the one specified.
      +
      Unit<Q>Unit.getSystemUnit() +
      Returns the unscaled system unit from which this unit is derived.
      +
      Unit<Q>Quantity.getUnit() +
      Returns the unit of this Quantity.
      +
      Unit<?>Unit.inverse() +
      Returns the inverse of this unit.
      +
      Unit<Q>Unit.multiply(double multiplier) +
      Returns the result of multiplying this unit by the specified factor.
      +
      Unit<?>Unit.multiply(Unit<?> multiplier) +
      Returns the product of this unit with the one specified.
      +
      Unit<?>Unit.pow(int n) +
      Returns a unit equals to this unit raised to an exponent.
      +
      Unit<?>Unit.root(int n) +
      Returns a unit equals to the given root of this unit.
      +
      Unit<Q>Unit.shift(double offset) +
      Returns the result of setting the origin of the scale of measurement to the given value.
      +
      Unit<Q>Unit.transform(UnitConverter converter) +
      Returns the unit derived from this unit using the specified converter.
      +
      + + + + + + + + + + + + +
      Methods in javax.measure that return types with arguments of type Unit 
      Modifier and TypeMethod and Description
      Map<? extends Unit<?>,Integer>Unit.getProductUnits() +
      Returns the base units and their exponent whose product is this unit, + or null if this unit is a base unit (not a product of existing units).
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in javax.measure with parameters of type Unit 
      Modifier and TypeMethod and Description
      Unit<?>Unit.divide(Unit<?> divisor) +
      Returns the quotient of this unit with the one specified.
      +
      UnitConverterUnit.getConverterTo(Unit<Q> that) +
      Returns a converter of numeric values from this unit to another unit of same type.
      +
      UnitConverterUnit.getConverterToAny(Unit<?> that) +
      Returns a converter from this unit to the specified unit of type unknown.
      +
      booleanUnit.isCompatible(Unit<?> that) +
      Indicates if this unit is compatible with the unit specified.
      +
      Unit<?>Unit.multiply(Unit<?> multiplier) +
      Returns the product of this unit with the one specified.
      +
      Quantity<Q>Quantity.to(Unit<Q> unit) +
      Returns this Quantity converted into another (compatible) Unit.
      +
      +
    • +
    • + + +

      Uses of Unit in javax.measure.format

      + + + + + + + + + + + + +
      Methods in javax.measure.format that return Unit 
      Modifier and TypeMethod and Description
      Unit<?>UnitFormat.parse(CharSequence csq) +
      Parses a portion of the specified CharSequence from the + specified position to produce a unit.
      +
      + + + + + + + + + + + + + + + + + + + + +
      Methods in javax.measure.format with parameters of type Unit 
      Modifier and TypeMethod and Description
      StringUnitFormat.format(Unit<?> unit) +
      Formats the specified Unit.
      +
      AppendableUnitFormat.format(Unit<?> unit, + Appendable appendable) +
      Formats the specified Unit.
      +
      voidUnitFormat.label(Unit<?> unit, + String label) +
      Attaches a system-wide label to the specified unit.
      +
      +
    • +
    • + + +

      Uses of Unit in javax.measure.spi

      + + + + + + + + + + + + +
      Methods in javax.measure.spi that return Unit 
      Modifier and TypeMethod and Description
      <Q extends Quantity<Q>> 
      Unit<Q>
      SystemOfUnits.getUnit(Class<Q> quantityType) +
      Returns the default unit for the specified quantity.
      +
      + + + + + + + + + + + + + + + + +
      Methods in javax.measure.spi that return types with arguments of type Unit 
      Modifier and TypeMethod and Description
      Set<? extends Unit<?>>SystemOfUnits.getUnits() +
      Returns a read only view over the units defined in this system.
      +
      Set<? extends Unit<?>>SystemOfUnits.getUnits(Dimension dimension) +
      Returns the units defined in this system having the specified dimension + (convenience method).
      +
      + + + + + + + + + + + + +
      Methods in javax.measure.spi with parameters of type Unit 
      Modifier and TypeMethod and Description
      Quantity<Q>QuantityFactory.create(Number value, + Unit<Q> unit) +
      Returns the quantity for the specified number stated in the specified unit.
      +
      +
    • +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnitConverter.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnitConverter.html new file mode 100644 index 00000000..bf0861cf --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnitConverter.html @@ -0,0 +1,217 @@ + + + + + + +Uses of Interface javax.measure.UnitConverter (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.UnitConverter

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/Parser.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/Parser.html new file mode 100644 index 00000000..b30fde7f --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/format/Parser.html @@ -0,0 +1,235 @@ + + + + + + +Parser (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.format
+

Interface Parser<I,O>

+
+
+
+
    +
  • +
    Type Parameters:
    I - the input
    O - the output
    +
    +
    All Known Subinterfaces:
    +
    UnitFormat
    +
    +
    +
    +
    public interface Parser<I,O>
    +
    Represents a function that parses an input value and produces an output. + +

    + This is a functional interface whose functional method is #parse().

    +
    Version:
    +
    0.5, 2014-08-11
    +
    Author:
    +
    Werner Keil
    +
    See Also:
    ParserException
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Oparse(I input) +
      Parses the specified I to produce a O.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        parse

        +
        O parse(I input)
        +        throws ParserException
        +
        Parses the specified I to produce a O.
        +
        Throws:
        +
        ParserException - if any problem occurs while parsing the + specified input (e.g. illegal syntax).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/ParserException.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/ParserException.html new file mode 100644 index 00000000..de6c0096 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/format/ParserException.html @@ -0,0 +1,366 @@ + + + + + + +ParserException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + +
+
javax.measure.format
+

Class ParserException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class ParserException
    +extends MeasurementException
    +
    Signals that an error has been reached unexpectedly while parsing.
    +
    Version:
    +
    0.4, $Date: 2014-08-04 $
    +
    Author:
    +
    Werner Keil
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ParserException

        +
        public ParserException(String message,
        +               CharSequence parsedData,
        +               int position)
        +
        Constructs a ParserException with the specified detail message, + parsed text and index. A detail message is a String that describes this + particular exception.
        +
        Parameters:
        message - the detail message
        parsedData - the parsed text, should not be null
        position - the position where the error was found while parsing.
        +
      • +
      + + + +
        +
      • +

        ParserException

        +
        public ParserException(CharSequence parsedData,
        +               int errorIndex)
        +
        Constructs a ParserException with the parsed text and offset. A + detail message is a String that describes this particular exception.
        +
        Parameters:
        parsedData - the parsed text, should not be null
        errorIndex - the position where the error is found while parsing.
        +
      • +
      + + + +
        +
      • +

        ParserException

        +
        public ParserException(Throwable cause)
        +
        Constructs a ParserException with the specified cause.
        +
        Parameters:
        cause - the root cause
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPosition

        +
        public int getPosition()
        +
        Returns the position where the error was found.
        +
        Returns:
        the position of the error
        +
      • +
      + + + +
        +
      • +

        getParsedString

        +
        public String getParsedString()
        +
        Returns the string that was being parsed.
        +
        Returns:
        the parsed string, or null, if null was passed as + input.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/UnitFormat.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/UnitFormat.html new file mode 100644 index 00000000..b46d5f0a --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/format/UnitFormat.html @@ -0,0 +1,340 @@ + + + + + + +UnitFormat (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + + +
+
javax.measure.format
+

Interface UnitFormat

+
+
+
+ +
+
+
    +
  • + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        format

        +
        Appendable format(Unit<?> unit,
        +                Appendable appendable)
        +                  throws IOException
        +
        Formats the specified Unit.
        +
        Parameters:
        unit - the Unit to format, not null
        appendable - the appendable destination.
        +
        Returns:
        the appendable destination passed in with formatted text appended.
        +
        Throws:
        +
        IOException - if an error occurs while writing to the destination.
        +
      • +
      + + + +
        +
      • +

        format

        +
        String format(Unit<?> unit)
        +
        Formats the specified Unit.
        +
        Parameters:
        unit - the Unit to format, not null
        +
        Returns:
        the string representation using the settings of this UnitFormat.
        +
        Throws:
        +
        IOException - if an error occurs while writing to the destination.
        +
      • +
      + + + +
        +
      • +

        label

        +
        void label(Unit<?> unit,
        +         String label)
        +
        Attaches a system-wide label to the specified unit.

        + If the specified label is already associated to a unit the previous + association can be discarded or ignored. + Depending on the UnitFormat implementation, this call may be ignored if the particular unit already has a label.

        + If a UnitFormat implementation is explicitly immutable, similar to e.g. the result of Collections.unmodifiableList(), then an UnsupportedOperationException may be thrown upon this call.

        + Since UnitFormat implementations often apply the Singleton pattern, system-wide means, the label applies to every instance of UnitFormatA implementing UnitFormat in this case, but not every instance of UnitFormatB or UnitFormatC both also implementing UnitFormat. + If a UnitFormat #isLocaleSensitive() it is up to the implementation, whether the label is ignored, applied in a local-neutral manner (in addition to its local-sensitive information) or locale-specific. +

        +
        Parameters:
        unit - the unit being labeled.
        label - the new label for this unit.
        +
        Throws:
        +
        IllegalArgumentException - if the label is not a valid identifier.
        +
        UnsupportedOperationException - if the label operation + is not supported by this UnitFormat
        +
      • +
      + + + +
        +
      • +

        isLocaleSensitive

        +
        boolean isLocaleSensitive()
        +
        Returns true if this UnitFormat depends on a Locale to perform its tasks.

        + In environments that do not support a Locale, e.g. Java ME, this usually returns false.

        +
        Returns:
        Whether this format depends on the locale.
        +
      • +
      + + + +
        +
      • +

        parse

        +
        Unit<?> parse(CharSequence csq)
        +              throws ParserException
        +
        Parses a portion of the specified CharSequence from the + specified position to produce a unit. If there is no unit to parse + the unitary unit (dimensionless) is returned.
        +
        +
        Specified by:
        +
        parse in interface Parser<CharSequence,Unit<?>>
        +
        Parameters:
        csq - the CharSequence to parse.
        +
        Returns:
        the unit parsed from the specified character sub-sequence.
        +
        Throws:
        +
        ParserException - if any problem occurs while parsing the + specified character sequence (e.g. illegal syntax).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/Parser.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/Parser.html new file mode 100644 index 00000000..aaee411b --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/Parser.html @@ -0,0 +1,162 @@ + + + + + + +Uses of Interface javax.measure.format.Parser (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.format.Parser

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/ParserException.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/ParserException.html new file mode 100644 index 00000000..14491e39 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/ParserException.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class javax.measure.format.ParserException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.format.ParserException

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/UnitFormat.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/UnitFormat.html new file mode 100644 index 00000000..5e4a9f0a --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/UnitFormat.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Interface javax.measure.format.UnitFormat (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.format.UnitFormat

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-frame.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-frame.html new file mode 100644 index 00000000..057e3f2f --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-frame.html @@ -0,0 +1,26 @@ + + + + + + +javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) + + + + + +

javax.measure.format

+
+

Interfaces

+ +

Exceptions

+ +
+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-summary.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-summary.html new file mode 100644 index 00000000..8694a153 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-summary.html @@ -0,0 +1,175 @@ + + + + + + +javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.format

+
+
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    Parser<I,O> +
    Represents a function that parses an input value and produces an output.
    +
    UnitFormat +
    + Formats instances of Unit to a String or an Appendable and parses a CharSequence to a Unit.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    ParserException +
    Signals that an error has been reached unexpectedly while parsing.
    +
    +
  • +
+ + + +

Package javax.measure.format Description

+
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
+
Version:
+
0.4.1, $Date: 2014-01-27 23:16:02 +0100 (Mo, 27 Jän 2014) $
+
Author:
+
Werner Keil
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-tree.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-tree.html new file mode 100644 index 00000000..69f7337e --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-tree.html @@ -0,0 +1,154 @@ + + + + + + +javax.measure.format Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.format

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-use.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-use.html new file mode 100644 index 00000000..854f970a --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-use.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Package javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Package
javax.measure.format

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/package-frame.html b/0.8-SNAPSHOT/apidocs/javax/measure/package-frame.html new file mode 100644 index 00000000..f80bf751 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/package-frame.html @@ -0,0 +1,30 @@ + + + + + + +javax.measure (Units of Measurement API 0.8-SNAPSHOT API) + + + + + +

javax.measure

+ + + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/package-summary.html b/0.8-SNAPSHOT/apidocs/javax/measure/package-summary.html new file mode 100644 index 00000000..40ce83f6 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/package-summary.html @@ -0,0 +1,206 @@ + + + + + + +javax.measure (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure

+
+
Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    Dimension +
    Represents the dimension of a unit.
    +
    Quantity<Q extends Quantity<Q>> +
    + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    +
    Unit<Q extends Quantity<Q>> +
    Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
    +
    UnitConverter +
    A converter of numeric values between different units.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    IncommensurableException +
    Signals that a problem of some sort has occurred due to incommensurable of + some quantities/units.
    +
    MeasurementException +
    Exception thrown when errors occur during measurement operations.
    +
    UnconvertibleException +
    Signals that a problem of some sort has occurred due to the impossibility of + constructing a converter between two units.
    +
    +
  • +
+ + + +

Package javax.measure Description

+
Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units. + +

The core interfaces of this package are javax.measure.Measurement, Quantity and Unit.

+
Version:
+
1.2 ($Revision: 395 $), $Date: 2014-01-27 23:16:02 +0100 (Mo, 27 Jän 2014) $
+
Author:
+
Jean-Marie Dautelle, Werner Keil, Leonardo de Moura Rocha Lima
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/package-tree.html b/0.8-SNAPSHOT/apidocs/javax/measure/package-tree.html new file mode 100644 index 00000000..6b0fc443 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/package-tree.html @@ -0,0 +1,154 @@ + + + + + + +javax.measure Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/package-use.html b/0.8-SNAPSHOT/apidocs/javax/measure/package-use.html new file mode 100644 index 00000000..738fe2dd --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/package-use.html @@ -0,0 +1,278 @@ + + + + + + +Uses of Package javax.measure (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Package
javax.measure

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + +
    Packages that use javax.measure 
    PackageDescription
    javax.measure +
    Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
    +
    javax.measure.format +
    [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
    +
    javax.measure.quantity +
    [OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
    +
    javax.measure.spi +
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Classes in javax.measure used by javax.measure 
    Class and Description
    Dimension +
    Represents the dimension of a unit.
    +
    IncommensurableException +
    Signals that a problem of some sort has occurred due to incommensurable of + some quantities/units.
    +
    MeasurementException +
    Exception thrown when errors occur during measurement operations.
    +
    Quantity +
    + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    +
    UnconvertibleException +
    Signals that a problem of some sort has occurred due to the impossibility of + constructing a converter between two units.
    +
    Unit +
    Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
    +
    UnitConverter +
    A converter of numeric values between different units.
    +
    +
  • +
  • + + + + + + + + + + + + + + + +
    Classes in javax.measure used by javax.measure.format 
    Class and Description
    MeasurementException +
    Exception thrown when errors occur during measurement operations.
    +
    Unit +
    Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Classes in javax.measure used by javax.measure.quantity 
    Class and Description
    Quantity +
    + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + +
    Classes in javax.measure used by javax.measure.spi 
    Class and Description
    Dimension +
    Represents the dimension of a unit.
    +
    Quantity +
    + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    +
    Unit +
    Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
    +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Acceleration.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Acceleration.html new file mode 100644 index 00000000..6db8198b --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Acceleration.html @@ -0,0 +1,197 @@ + + + + + + +Acceleration (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Acceleration

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/AmountOfSubstance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/AmountOfSubstance.html new file mode 100644 index 00000000..133f2def --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/AmountOfSubstance.html @@ -0,0 +1,194 @@ + + + + + + +AmountOfSubstance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface AmountOfSubstance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Angle.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Angle.html new file mode 100644 index 00000000..3a118928 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Angle.html @@ -0,0 +1,196 @@ + + + + + + +Angle (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Angle

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Area.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Area.html new file mode 100644 index 00000000..724c4c82 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Area.html @@ -0,0 +1,196 @@ + + + + + + +Area (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Area

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Area>
    +
    +
    +
    +
    public interface Area
    +extends Quantity<Area>
    +
    Extent of a planar region or of the surface of a solid measured in square units. + The metric system unit for this quantity is "m²" (square metre).
    +
    Version:
    +
    1.2
    +
    Author:
    +
    Jean-Marie Dautelle
    +
    See Also:
    Length, +Volume, +Pressure
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/CatalyticActivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/CatalyticActivity.html new file mode 100644 index 00000000..34c1a47d --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/CatalyticActivity.html @@ -0,0 +1,193 @@ + + + + + + +CatalyticActivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface CatalyticActivity

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Dimensionless.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Dimensionless.html new file mode 100644 index 00000000..ea5fadfa --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Dimensionless.html @@ -0,0 +1,192 @@ + + + + + + +Dimensionless (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Dimensionless

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCapacitance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCapacitance.html new file mode 100644 index 00000000..3e9fb0c6 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCapacitance.html @@ -0,0 +1,193 @@ + + + + + + +ElectricCapacitance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricCapacitance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCharge.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCharge.html new file mode 100644 index 00000000..0c1c6537 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCharge.html @@ -0,0 +1,194 @@ + + + + + + +ElectricCharge (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricCharge

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricConductance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricConductance.html new file mode 100644 index 00000000..7af39715 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricConductance.html @@ -0,0 +1,193 @@ + + + + + + +ElectricConductance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricConductance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCurrent.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCurrent.html new file mode 100644 index 00000000..ee8b0749 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCurrent.html @@ -0,0 +1,195 @@ + + + + + + +ElectricCurrent (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricCurrent

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricInductance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricInductance.html new file mode 100644 index 00000000..2a430d35 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricInductance.html @@ -0,0 +1,193 @@ + + + + + + +ElectricInductance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricInductance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPermittivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPermittivity.html new file mode 100644 index 00000000..94a51c52 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPermittivity.html @@ -0,0 +1,194 @@ + + + + + + +ElectricPermittivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricPermittivity

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPotential.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPotential.html new file mode 100644 index 00000000..bb6076f2 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPotential.html @@ -0,0 +1,193 @@ + + + + + + +ElectricPotential (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricPotential

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricResistance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricResistance.html new file mode 100644 index 00000000..be1c81b1 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricResistance.html @@ -0,0 +1,193 @@ + + + + + + +ElectricResistance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricResistance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Energy.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Energy.html new file mode 100644 index 00000000..55870a98 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Energy.html @@ -0,0 +1,196 @@ + + + + + + +Energy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Energy

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Force.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Force.html new file mode 100644 index 00000000..12f7c92a --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Force.html @@ -0,0 +1,195 @@ + + + + + + +Force (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Force

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Force>
    +
    +
    +
    +
    public interface Force
    +extends Quantity<Force>
    +
    Quantity that tends to produce an acceleration of a body in the direction of its application. + The metric system unit for this quantity is "N" (Newton).
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Jean-Marie Dautelle
    +
    See Also:
    Energy, +Pressure
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Frequency.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Frequency.html new file mode 100644 index 00000000..e05d9f68 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Frequency.html @@ -0,0 +1,194 @@ + + + + + + +Frequency (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Frequency

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Frequency>
    +
    +
    +
    +
    public interface Frequency
    +extends Quantity<Frequency>
    +
    Number of times a specified phenomenon occurs within a specified interval. + The metric system unit for this quantity is "Hz" (Hertz).
    +
    Version:
    +
    1.0
    +
    Author:
    +
    Jean-Marie Dautelle
    +
    See Also:
    Time
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Illuminance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Illuminance.html new file mode 100644 index 00000000..d04d50f5 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Illuminance.html @@ -0,0 +1,193 @@ + + + + + + +Illuminance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Illuminance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Length.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Length.html new file mode 100644 index 00000000..82dcc190 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Length.html @@ -0,0 +1,242 @@ + + + + + + +Length (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Length

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        multiply

        +
        Area multiply(Length that)
        +
        Deprecated. Subject to removal
        +
        Returns the product of this Length with the one specified resulting in Area
        +
        Parameters:
        that - the Length multiplier.
        +
        Returns:
        this * that.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Luminance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Luminance.html new file mode 100644 index 00000000..baa550d7 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Luminance.html @@ -0,0 +1,195 @@ + + + + + + +Luminance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Luminance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousFlux.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousFlux.html new file mode 100644 index 00000000..59468c9c --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousFlux.html @@ -0,0 +1,193 @@ + + + + + + +LuminousFlux (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface LuminousFlux

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousIntensity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousIntensity.html new file mode 100644 index 00000000..82283834 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousIntensity.html @@ -0,0 +1,195 @@ + + + + + + +LuminousIntensity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface LuminousIntensity

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFieldStrength.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFieldStrength.html new file mode 100644 index 00000000..92547d5b --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFieldStrength.html @@ -0,0 +1,193 @@ + + + + + + +MagneticFieldStrength (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface MagneticFieldStrength

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFlux.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFlux.html new file mode 100644 index 00000000..aab7ea5b --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFlux.html @@ -0,0 +1,193 @@ + + + + + + +MagneticFlux (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface MagneticFlux

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFluxDensity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFluxDensity.html new file mode 100644 index 00000000..d3d05c83 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFluxDensity.html @@ -0,0 +1,193 @@ + + + + + + +MagneticFluxDensity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface MagneticFluxDensity

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Mass.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Mass.html new file mode 100644 index 00000000..7cc15f5b --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Mass.html @@ -0,0 +1,196 @@ + + + + + + +Mass (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Mass

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Mass>
    +
    +
    +
    +
    public interface Mass
    +extends Quantity<Mass>
    +
    Measure of the quantity of matter that a body or an object contains. + The mass of the body is not dependent on gravity and therefore is + different from but proportional to its weight. + The metric system unit for this quantity is "kg" (kilogram).
    +
    Version:
    +
    1.2
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    RadiationDoseAbsorbed
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Power.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Power.html new file mode 100644 index 00000000..9b71a02b --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Power.html @@ -0,0 +1,195 @@ + + + + + + +Power (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Power

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Pressure.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Pressure.html new file mode 100644 index 00000000..e7555280 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Pressure.html @@ -0,0 +1,195 @@ + + + + + + +Pressure (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Pressure

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html new file mode 100644 index 00000000..079809be --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html @@ -0,0 +1,194 @@ + + + + + + +RadiationDoseAbsorbed (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface RadiationDoseAbsorbed

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseEffective.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseEffective.html new file mode 100644 index 00000000..d93e695c --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseEffective.html @@ -0,0 +1,194 @@ + + + + + + +RadiationDoseEffective (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface RadiationDoseEffective

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Radioactivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Radioactivity.html new file mode 100644 index 00000000..bade9b8d --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Radioactivity.html @@ -0,0 +1,193 @@ + + + + + + +Radioactivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Radioactivity

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/SolidAngle.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/SolidAngle.html new file mode 100644 index 00000000..be80efda --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/SolidAngle.html @@ -0,0 +1,194 @@ + + + + + + +SolidAngle (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface SolidAngle

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Speed.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Speed.html new file mode 100644 index 00000000..8a5e473d --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Speed.html @@ -0,0 +1,201 @@ + + + + + + +Speed (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Speed

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Speed>
    +
    +
    +
    +
    public interface Speed
    +extends Quantity<Speed>
    +
    Distance traveled divided by the time of travel. + The metric system unit for this quantity is "m/s" (metre per second). + +

    Speed is a scalar value, while velocity is a vector. + Speed is the magnitude of the velocity vector, or the components of the velocity + vector.

    +
    Version:
    +
    1.2
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    Length, +Time, +Acceleration, +Wikipedia: Speed
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Temperature.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Temperature.html new file mode 100644 index 00000000..373f5180 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Temperature.html @@ -0,0 +1,193 @@ + + + + + + +Temperature (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Temperature

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Temperature>
    +
    +
    +
    +
    public interface Temperature
    +extends Quantity<Temperature>
    +
    Degree of hotness or coldness of a body or an environment. + The metric system unit for this quantity is "K" (Kelvin).
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Jean-Marie Dautelle
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Time.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Time.html new file mode 100644 index 00000000..e4510db3 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Time.html @@ -0,0 +1,198 @@ + + + + + + +Time (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Time

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Volume.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Volume.html new file mode 100644 index 00000000..12245dff --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Volume.html @@ -0,0 +1,195 @@ + + + + + + +Volume (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Volume

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Acceleration.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Acceleration.html new file mode 100644 index 00000000..104227ce --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Acceleration.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Acceleration (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Acceleration

+
+
No usage of javax.measure.quantity.Acceleration
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html new file mode 100644 index 00000000..1c27baa0 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.AmountOfSubstance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.AmountOfSubstance

+
+
No usage of javax.measure.quantity.AmountOfSubstance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Angle.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Angle.html new file mode 100644 index 00000000..99e6f9f9 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Angle.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Angle (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Angle

+
+
No usage of javax.measure.quantity.Angle
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Area.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Area.html new file mode 100644 index 00000000..8adffc35 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Area.html @@ -0,0 +1,164 @@ + + + + + + +Uses of Interface javax.measure.quantity.Area (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Area

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html new file mode 100644 index 00000000..e50e6e91 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.CatalyticActivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.CatalyticActivity

+
+
No usage of javax.measure.quantity.CatalyticActivity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Dimensionless.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Dimensionless.html new file mode 100644 index 00000000..6db9c15b --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Dimensionless.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Dimensionless (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Dimensionless

+
+
No usage of javax.measure.quantity.Dimensionless
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html new file mode 100644 index 00000000..98af3038 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricCapacitance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricCapacitance

+
+
No usage of javax.measure.quantity.ElectricCapacitance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCharge.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCharge.html new file mode 100644 index 00000000..3aad1112 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCharge.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricCharge (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricCharge

+
+
No usage of javax.measure.quantity.ElectricCharge
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricConductance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricConductance.html new file mode 100644 index 00000000..6337c116 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricConductance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricConductance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricConductance

+
+
No usage of javax.measure.quantity.ElectricConductance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html new file mode 100644 index 00000000..d7a6f0be --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricCurrent (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricCurrent

+
+
No usage of javax.measure.quantity.ElectricCurrent
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricInductance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricInductance.html new file mode 100644 index 00000000..36045370 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricInductance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricInductance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricInductance

+
+
No usage of javax.measure.quantity.ElectricInductance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html new file mode 100644 index 00000000..251894db --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricPermittivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricPermittivity

+
+
No usage of javax.measure.quantity.ElectricPermittivity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPotential.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPotential.html new file mode 100644 index 00000000..56bbb6a9 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPotential.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricPotential (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricPotential

+
+
No usage of javax.measure.quantity.ElectricPotential
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricResistance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricResistance.html new file mode 100644 index 00000000..0bf4d2d4 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricResistance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricResistance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricResistance

+
+
No usage of javax.measure.quantity.ElectricResistance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Energy.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Energy.html new file mode 100644 index 00000000..a2f15de9 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Energy.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Energy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Energy

+
+
No usage of javax.measure.quantity.Energy
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Force.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Force.html new file mode 100644 index 00000000..b159d89b --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Force.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Force (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Force

+
+
No usage of javax.measure.quantity.Force
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Frequency.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Frequency.html new file mode 100644 index 00000000..a6fc9370 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Frequency.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Frequency (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Frequency

+
+
No usage of javax.measure.quantity.Frequency
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Illuminance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Illuminance.html new file mode 100644 index 00000000..9e010a20 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Illuminance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Illuminance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Illuminance

+
+
No usage of javax.measure.quantity.Illuminance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Length.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Length.html new file mode 100644 index 00000000..a4bb26b4 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Length.html @@ -0,0 +1,164 @@ + + + + + + +Uses of Interface javax.measure.quantity.Length (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Length

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Luminance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Luminance.html new file mode 100644 index 00000000..f9079807 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Luminance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Luminance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Luminance

+
+
No usage of javax.measure.quantity.Luminance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousFlux.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousFlux.html new file mode 100644 index 00000000..23f3688a --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousFlux.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.LuminousFlux (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.LuminousFlux

+
+
No usage of javax.measure.quantity.LuminousFlux
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html new file mode 100644 index 00000000..66f9b14e --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.LuminousIntensity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.LuminousIntensity

+
+
No usage of javax.measure.quantity.LuminousIntensity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html new file mode 100644 index 00000000..f26b084c --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.MagneticFieldStrength (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.MagneticFieldStrength

+
+
No usage of javax.measure.quantity.MagneticFieldStrength
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFlux.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFlux.html new file mode 100644 index 00000000..64531124 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFlux.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.MagneticFlux (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.MagneticFlux

+
+
No usage of javax.measure.quantity.MagneticFlux
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html new file mode 100644 index 00000000..c0f2672d --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.MagneticFluxDensity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.MagneticFluxDensity

+
+
No usage of javax.measure.quantity.MagneticFluxDensity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Mass.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Mass.html new file mode 100644 index 00000000..575e714f --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Mass.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Mass (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Mass

+
+
No usage of javax.measure.quantity.Mass
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Power.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Power.html new file mode 100644 index 00000000..eba0f376 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Power.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Power (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Power

+
+
No usage of javax.measure.quantity.Power
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Pressure.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Pressure.html new file mode 100644 index 00000000..fcb59158 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Pressure.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Pressure (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Pressure

+
+
No usage of javax.measure.quantity.Pressure
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html new file mode 100644 index 00000000..37d340d0 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.RadiationDoseAbsorbed (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.RadiationDoseAbsorbed

+
+
No usage of javax.measure.quantity.RadiationDoseAbsorbed
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html new file mode 100644 index 00000000..09db7983 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.RadiationDoseEffective (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.RadiationDoseEffective

+
+
No usage of javax.measure.quantity.RadiationDoseEffective
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Radioactivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Radioactivity.html new file mode 100644 index 00000000..70b639f8 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Radioactivity.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Radioactivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Radioactivity

+
+
No usage of javax.measure.quantity.Radioactivity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/SolidAngle.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/SolidAngle.html new file mode 100644 index 00000000..15173589 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/SolidAngle.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.SolidAngle (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.SolidAngle

+
+
No usage of javax.measure.quantity.SolidAngle
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Speed.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Speed.html new file mode 100644 index 00000000..e5a903b1 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Speed.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Speed (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Speed

+
+
No usage of javax.measure.quantity.Speed
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Temperature.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Temperature.html new file mode 100644 index 00000000..4c7ff6e1 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Temperature.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Temperature (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Temperature

+
+
No usage of javax.measure.quantity.Temperature
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Time.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Time.html new file mode 100644 index 00000000..924702e5 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Time.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Time (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Time

+
+
No usage of javax.measure.quantity.Time
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Volume.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Volume.html new file mode 100644 index 00000000..490bdf77 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Volume.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Volume (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Volume

+
+
No usage of javax.measure.quantity.Volume
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-frame.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-frame.html new file mode 100644 index 00000000..4e799290 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-frame.html @@ -0,0 +1,56 @@ + + + + + + +javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + +

javax.measure.quantity

+ + + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-summary.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-summary.html new file mode 100644 index 00000000..b589c4e6 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-summary.html @@ -0,0 +1,398 @@ + + + + + + +javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.quantity

+
+
[OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    Acceleration +
    Rate of change of velocity with respect to time.
    +
    AmountOfSubstance +
    Number of elementary entities (molecules, for example) of a substance.
    +
    Angle +
    Figure formed by two lines diverging from a common point.
    +
    Area +
    Extent of a planar region or of the surface of a solid measured in square units.
    +
    CatalyticActivity +
    Catalytic activity.
    +
    Dimensionless +
    Dimensionless quantity.
    +
    ElectricCapacitance +
    Electric capacitance.
    +
    ElectricCharge +
    Electric charge.
    +
    ElectricConductance +
    Electric conductance.
    +
    ElectricCurrent +
    Amount of electric charge flowing past a specified circuit point per unit time.
    +
    ElectricInductance +
    Electric inductance.
    +
    ElectricPermittivity +
    How an electric field affects, and is affected, by a dielectric medium.
    +
    ElectricPotential +
    Electric potential or electromotive force.
    +
    ElectricResistance +
    Electric resistance.
    +
    Energy +
    Capacity of a physical system to do work.
    +
    Force +
    Quantity that tends to produce an acceleration of a body in the direction of its application.
    +
    Frequency +
    Number of times a specified phenomenon occurs within a specified interval.
    +
    Illuminance +
    Illuminance.
    +
    Length +
    Extent of something along its greatest dimension or the extent of space + between two objects or places.
    +
    Luminance +
    Luminous intensity per unit area of light traveling in a given direction.
    +
    LuminousFlux +
    Luminous flux.
    +
    LuminousIntensity +
    Luminous flux density per solid angle + as measured in a given direction relative to the emitting source.
    +
    MagneticFieldStrength +
    Magnetic field strength.
    +
    MagneticFlux +
    Magnetic flux.
    +
    MagneticFluxDensity +
    Magnetic flux density.
    +
    Mass +
    Measure of the quantity of matter that a body or an object contains.
    +
    Power +
    Rate at which work is done.
    +
    Pressure +
    Force applied uniformly over a surface.
    +
    RadiationDoseAbsorbed +
    Amount of energy deposited per unit of mass.
    +
    RadiationDoseEffective +
    Effective (or "equivalent") dose of radiation + received by a human or some other living organism.
    +
    Radioactivity +
    Radioactive activity.
    +
    SolidAngle +
    Angle formed by three or more planes intersecting at a common point.
    +
    Speed +
    Distance traveled divided by the time of travel.
    +
    Temperature +
    Degree of hotness or coldness of a body or an environment.
    +
    Time +
    Period of existence or persistence.
    +
    Volume +
    Amount of space occupied by a three-dimensional object or region of space.
    +
    +
  • +
+ + + +

Package javax.measure.quantity Description

+
[OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation. + Quantities of different kinds are represented by sub-types of the + Quantity interface. + +

Only quantities defined in the International System of Units + are provided here. Users can create their own quantity types by extending the + Quantity interface.

+ +

This package supports measurable quantities, which can be expressed + as (Number, Unit) tuples. + Those tuples are not necessarily used directly in numerically intensive code. + They are more useful as meta-data converted to the application internal representation + (for example double primitive type with the requirement to provide values in meters) + before computation begins.

+ +

Quantities sub-types are also used as parameterized type to characterize + generic classes and provide additional compile time check. This technique is + used extensively by the Unit interface, + but users can apply the same approach to their own classes. In the example + below, Sensor, MyQuantity and Vector3D are user-defined + classes:

+ + + // A general-purpose Sensor class used for temperature measurements:
+ Sensor sensor ...;
+ Temperature temp = sensor.getValue();

+ + // A vector of velocity in a three-dimensional space.
+ Unit = metrePerSecond = METRE.divide(SECOND);
+ Vector3D aircraftSpeed = new Vector3D(200.0, 50.0, -0.5, metrePerSecond); +
+ +

This package holds only the quantities required by the metric system.

+
Version:
+
2.3
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-tree.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-tree.html new file mode 100644 index 00000000..f01d17ee --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-tree.html @@ -0,0 +1,165 @@ + + + + + + +javax.measure.quantity Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.quantity

+Package Hierarchies: + +
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-use.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-use.html new file mode 100644 index 00000000..42f31c97 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-use.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Package javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Package
javax.measure.quantity

+
+
+
    +
  • + + + + + + + + + + + + +
    Packages that use javax.measure.quantity 
    PackageDescription
    javax.measure.quantity +
    [OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
    +
    +
  • +
  • + + + + + + + + + + + + + + + +
    Classes in javax.measure.quantity used by javax.measure.quantity 
    Class and Description
    Area +
    Extent of a planar region or of the surface of a solid measured in square units.
    +
    Length +
    Extent of something along its greatest dimension or the extent of space + between two objects or places.
    +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/Bootstrap.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/Bootstrap.html new file mode 100644 index 00000000..d7c83491 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/Bootstrap.html @@ -0,0 +1,274 @@ + + + + + + +Bootstrap (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + +
+
javax.measure.spi
+

Class Bootstrap

+
+
+ +
+
    +
  • +
    +
    +
    public final class Bootstrap
    +extends Object
    +
    This singleton provides access to the services available in the current runtime environment. The + behavior can be adapted, by calling init(ServiceProvider) before accessing any measurement + services.
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactory.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactory.html new file mode 100644 index 00000000..5df915f3 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactory.html @@ -0,0 +1,226 @@ + + + + + + +QuantityFactory (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface QuantityFactory<Q extends Quantity<Q>>

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Quantity<Q>create(Number value, + Unit<Q> unit) +
      Returns the quantity for the specified number stated in the specified unit.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        create

        +
        Quantity<Q> create(Number value,
        +                 Unit<Q> unit)
        +
        Returns the quantity for the specified number stated in the specified unit.
        +
        Parameters:
        number - the numeric value stated in the specified unit
        unit - the unit
        +
        Returns:
        the corresponding quantity
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactoryService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactoryService.html new file mode 100644 index 00000000..0169d5f9 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactoryService.html @@ -0,0 +1,222 @@ + + + + + + +QuantityFactoryService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface QuantityFactoryService

+
+
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/ServiceProvider.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/ServiceProvider.html new file mode 100644 index 00000000..181dc1eb --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/ServiceProvider.html @@ -0,0 +1,263 @@ + + + + + + +ServiceProvider (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface ServiceProvider

+
+
+
+
    +
  • +
    +
    +
    public interface ServiceProvider
    +
    This class models the component to managing the lifecycle of the + Unit and Quantity services.
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetPriority() +
      This method allows to define a priority for a registered ServiceProvider instance.
      +
      <T> TgetService(Class<T> serviceType) +
      Access a single service, given its type.
      +
      <T> List<T>getServices(Class<T> serviceType) +
      Access a list of services, given its type.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPriority

        +
        int getPriority()
        +
        This method allows to define a priority for a registered ServiceProvider instance. When multiple providers are + registered in the system the provider with the highest priority value is taken.
        +
        Returns:
        the provider's priority (default is 0).
        +
      • +
      + + + +
        +
      • +

        getServices

        +
        <T> List<T> getServices(Class<T> serviceType)
        +
        Access a list of services, given its type. The bootstrap mechanism should + order the instance for precedence, hereby the most significant should be + first in order. If no such services are found, an empty list should be + returned.
        +
        Parameters:
        serviceType - the service type.
        +
        Returns:
        The instance to be used, never null
        +
      • +
      + + + +
        +
      • +

        getService

        +
        <T> T getService(Class<T> serviceType)
        +
        Access a single service, given its type. The bootstrap mechanism should + order the instance for precedence, hereby the most significant should be + first in order and returned. If no such services are found, null is + returned.
        +
        Parameters:
        serviceType - the service type.
        +
        Returns:
        The instance, (with highest precedence) or null, if no such service is available.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnits.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnits.html new file mode 100644 index 00000000..3f977bb9 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnits.html @@ -0,0 +1,282 @@ + + + + + + +SystemOfUnits (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface SystemOfUnits

+
+
+
+
    +
  • +
    +
    +
    public interface SystemOfUnits
    +
    A system of units grouped together for historical or cultural reasons.
    + Common system of units are "SI" (System International), "Imperial" (British), + "US" (US Customary). + Nothing prevents a unit from belonging to several systems of units at the + same time (for example an Imperial system would have many of the + units held by the US Customary system).
    +
    Version:
    +
    0.8, $Date: 2014-12-03 $
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    + Wikipedia: International System of Units, + + Wikipedia: System of measurement
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      StringgetName() 
      <Q extends Quantity<Q>> 
      Unit<Q>
      getUnit(Class<Q> quantityType) +
      Returns the default unit for the specified quantity.
      +
      Set<? extends Unit<?>>getUnits() +
      Returns a read only view over the units defined in this system.
      +
      Set<? extends Unit<?>>getUnits(Dimension dimension) +
      Returns the units defined in this system having the specified dimension + (convenience method).
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        String getName()
        +
        Returns:
        a name
        +
      • +
      + + + +
        +
      • +

        getUnit

        +
        <Q extends Quantity<Q>> Unit<Q> getUnit(Class<Q> quantityType)
        +
        Returns the default unit for the specified quantity.
        +
        Type Parameters:
        Q - the compile-time quantity type.
        Parameters:
        quantityType - the quantity type.
        +
        Returns:
        the unit for the specified quantity.
        +
      • +
      + + + +
        +
      • +

        getUnits

        +
        Set<? extends Unit<?>> getUnits()
        +
        Returns a read only view over the units defined in this system.
        +
        Returns:
        the collection of units.
        +
      • +
      + + + +
        +
      • +

        getUnits

        +
        Set<? extends Unit<?>> getUnits(Dimension dimension)
        +
        Returns the units defined in this system having the specified dimension + (convenience method).
        +
        Parameters:
        dimension - the dimension of the units to be returned.
        +
        Returns:
        the collection of units of specified dimension.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnitsService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnitsService.html new file mode 100644 index 00000000..6d1e81e0 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnitsService.html @@ -0,0 +1,251 @@ + + + + + + +SystemOfUnitsService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface SystemOfUnitsService

+
+
+
+
    +
  • +
    +
    +
    public interface SystemOfUnitsService
    +

    + This interface represents the service to obtain a system + of units. +

    + +

    + Common system of units are "SI" (System International), "Imperial" (British), + "US" (US Customary). +

    +
    Version:
    +
    0.5, $Date: 2014-12-03 $
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getSystemOfUnits

        +
        SystemOfUnits getSystemOfUnits(String name)
        +
        Returns the system of units having the specified name or + null if none.
        +
        Parameters:
        name - the system of unit name.
        +
        Returns:
        the system of units.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/UnitFormatService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/UnitFormatService.html new file mode 100644 index 00000000..9258656b --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/UnitFormatService.html @@ -0,0 +1,246 @@ + + + + + + +UnitFormatService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface UnitFormatService

+
+
+
+
    +
  • +
    +
    +
    public interface UnitFormatService
    +

    + This interface represent the service to obtain UnitFormat instances. +

    +
    Version:
    +
    0.5.2, $Date: 2015-08-02 $
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
  • +
+
+
+
    +
  • + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUnitFormat

        +
        UnitFormat getUnitFormat()
        +
        Returns the default unit format. + + It is up to implementations what to consider a suitable default. + For some (locale-sensitive) implementations it may be a unit format based on Locale.getDefault() while others may return getUnitFormat("Simple") or getUnitFormat("ISO")
        +
        Returns:
        the default UnitFormat implementation.
        +
      • +
      + + + +
        +
      • +

        getUnitFormat

        +
        UnitFormat getUnitFormat(String name)
        +
        Returns the unit format having the specified name or + null if none. + + For example getUnitFormat("UCUM") to return a UCUM specific UnitFormat implementation.
        +
        Parameters:
        name - the name of the format.
        +
        Returns:
        the corresponding unit format.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/Bootstrap.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/Bootstrap.html new file mode 100644 index 00000000..936a336d --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/Bootstrap.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.spi.Bootstrap (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.spi.Bootstrap

+
+
No usage of javax.measure.spi.Bootstrap
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactory.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactory.html new file mode 100644 index 00000000..6d25a47e --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactory.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Interface javax.measure.spi.QuantityFactory (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.QuantityFactory

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html new file mode 100644 index 00000000..ce5727e7 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.spi.QuantityFactoryService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.QuantityFactoryService

+
+
No usage of javax.measure.spi.QuantityFactoryService
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/ServiceProvider.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/ServiceProvider.html new file mode 100644 index 00000000..1fcb12ac --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/ServiceProvider.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Interface javax.measure.spi.ServiceProvider (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.ServiceProvider

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnits.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnits.html new file mode 100644 index 00000000..a800ccf5 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnits.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Interface javax.measure.spi.SystemOfUnits (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.SystemOfUnits

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html new file mode 100644 index 00000000..57f3b13d --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.spi.SystemOfUnitsService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.SystemOfUnitsService

+
+
No usage of javax.measure.spi.SystemOfUnitsService
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/UnitFormatService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/UnitFormatService.html new file mode 100644 index 00000000..0943b64b --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/UnitFormatService.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.spi.UnitFormatService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.UnitFormatService

+
+
No usage of javax.measure.spi.UnitFormatService
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-frame.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-frame.html new file mode 100644 index 00000000..3da79436 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-frame.html @@ -0,0 +1,30 @@ + + + + + + +javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) + + + + + +

javax.measure.spi

+ + + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-summary.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-summary.html new file mode 100644 index 00000000..838c9e65 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-summary.html @@ -0,0 +1,204 @@ + + + + + + +javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.spi

+
+
[OPTIONAL] Provides services for units, quantities or their textual representation.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    QuantityFactory<Q extends Quantity<Q>> +
    Represents a factory that accepts Number and Unit arguments to create a Quantity result.
    +
    QuantityFactoryService +
    Provider of QuantityFactory
    +
    ServiceProvider +
    This class models the component to managing the lifecycle of the + Unit and Quantity services.
    +
    SystemOfUnits +
    A system of units grouped together for historical or cultural reasons.
    + Common system of units are "SI" (System International), "Imperial" (British), + "US" (US Customary).
    +
    SystemOfUnitsService +
    + This interface represents the service to obtain a system + of units.
    +
    UnitFormatService +
    + This interface represent the service to obtain UnitFormat instances.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Bootstrap +
    This singleton provides access to the services available in the current runtime environment.
    +
    +
  • +
+ + + +

Package javax.measure.spi Description

+
[OPTIONAL] Provides services for units, quantities or their textual representation.
+
Version:
+
0.3, $Date: 2014-11-01 $
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-tree.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-tree.html new file mode 100644 index 00000000..dc371ef3 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +javax.measure.spi Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.spi

+Package Hierarchies: + +
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-use.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-use.html new file mode 100644 index 00000000..a799c9a8 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-use.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Package javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Package
javax.measure.spi

+
+
+
    +
  • + + + + + + + + + + + + +
    Packages that use javax.measure.spi 
    PackageDescription
    javax.measure.spi +
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + +
    Classes in javax.measure.spi used by javax.measure.spi 
    Class and Description
    QuantityFactory +
    Represents a factory that accepts Number and Unit arguments to create a Quantity result.
    +
    ServiceProvider +
    This class models the component to managing the lifecycle of the + Unit and Quantity services.
    +
    SystemOfUnits +
    A system of units grouped together for historical or cultural reasons.
    + Common system of units are "SI" (System International), "Imperial" (British), + "US" (US Customary).
    +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/overview-frame.html b/0.8-SNAPSHOT/apidocs/overview-frame.html new file mode 100644 index 00000000..16fa8ffc --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + +Overview List (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +

 

+ + diff --git a/0.8-SNAPSHOT/apidocs/overview-summary.html b/0.8-SNAPSHOT/apidocs/overview-summary.html new file mode 100644 index 00000000..a7f455c7 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/overview-summary.html @@ -0,0 +1,154 @@ + + + + + + +Overview (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Units of Measurement API 0.8-SNAPSHOT API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
javax.measure +
Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
+
javax.measure.format +
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
+
javax.measure.quantity +
[OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
+
javax.measure.spi +
[OPTIONAL] Provides services for units, quantities or their textual representation.
+
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/overview-tree.html b/0.8-SNAPSHOT/apidocs/overview-tree.html new file mode 100644 index 00000000..590ff61d --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/overview-tree.html @@ -0,0 +1,209 @@ + + + + + + +Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/package-list b/0.8-SNAPSHOT/apidocs/package-list new file mode 100644 index 00000000..4cfe83cf --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/package-list @@ -0,0 +1,4 @@ +javax.measure +javax.measure.format +javax.measure.quantity +javax.measure.spi diff --git a/0.8-SNAPSHOT/apidocs/resources/background.gif b/0.8-SNAPSHOT/apidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 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 YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/apidocs/serialized-form.html b/0.8-SNAPSHOT/apidocs/serialized-form.html new file mode 100644 index 00000000..8a6d6ebb --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/serialized-form.html @@ -0,0 +1,182 @@ + + + + + + +Serialized Form (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/apidocs/stylesheet.css b/0.8-SNAPSHOT/apidocs/stylesheet.css new file mode 100644 index 00000000..0e0d70c1 --- /dev/null +++ b/0.8-SNAPSHOT/apidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/0.8-SNAPSHOT/checkstyle.html b/0.8-SNAPSHOT/checkstyle.html new file mode 100644 index 00000000..b00ea050 --- /dev/null +++ b/0.8-SNAPSHOT/checkstyle.html @@ -0,0 +1,908 @@ + + + + + + Units of Measurement API – Checkstyle Results + + + + + + + + + +
+ +
+
+
+
+

Checkstyle Results

+

The following document contains the results of Checkstylerss feed

+
+

Summary

+ + + + + + + + + + +
Files Info Warnings Errors
580480
+ +
+

Rules

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RuleViolationsSeverity
FileContentsHolder0 Warning
ConstantName +
    +
  • format: "^[A-Z_][A-Z0-9]*(_[A-Z0-9]+)*$"
0 Warning
AvoidStarImport0 Warning
EmptyBlock +
    +
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"
0 Warning
EmptyForInitializerPad +
    +
  • option: "space"
0 Warning
EmptyForIteratorPad +
    +
  • option: "space"
0 Warning
EqualsHashCode0 Warning
IllegalImport0 Warning
IllegalInstantiation0 Warning
JavadocType9 Warning
JavadocMethod +
    +
  • excludeScope: "anoninner"
  • +
  • scope: "package"
  • +
  • allowUndeclaredRTE: "true"
0 Warning
JavadocVariable +
    +
  • excludeScope: "anoninner"
0 Warning
LeftCurly0 Warning
LineLength +
    +
  • max: "200"
  • +
  • ignorePattern: "^ *\* *[^ ]+$"
5 Warning
LocalFinalVariableName0 Warning
LocalVariableName0 Warning
MemberName0 Warning
MethodLength +
    +
  • max: "250"
0 Warning
MethodName0 Warning
ModifierOrder0 Warning
NeedBraces +
    +
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_IF,LITERAL_WHILE"
1 Warning
NoWhitespaceAfter0 Warning
NoWhitespaceBefore +
    +
  • allowLineBreaks: "true"
  • +
  • tokens: "DOT"
0 Warning
OperatorWrap +
    +
  • tokens: "ASSIGN, DIV_ASSIGN, PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, MOD_ASSIGN, SR_ASSIGN, BSR_ASSIGN, SL_ASSIGN, BXOR_ASSIGN, BOR_ASSIGN, BAND_ASSIGN"
  • +
  • option: "eol"
0 Warning
PackageName0 Warning
ParameterName0 Warning
ParameterNumber +
    +
  • max: "20"
0 Warning
ParenPad0 Warning
RedundantImport1 Warning
RedundantModifier1 Warning
RightCurly0 Warning
SimplifyBooleanReturn0 Warning
StaticVariableName0 Warning
TypeName0 Warning
TypecastParenPad0 Warning
UpperEll0 Warning
VisibilityModifier +
    +
  • packageAllowed: "true"
0 Warning
WhitespaceAfter0 Warning
WhitespaceAround +
    +
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"
10 Warning
AnnotationUseStyle0 Warning
MissingDeprecated1 Warning
PackageAnnotation0 Warning
SuppressWarnings0 Warning
JavadocStyle3 Warning
ClassTypeParameterName0 Warning
MethodTypeParameterName0 Warning
ImportOrder +
    +
  • option: "top"
0 Warning
GenericWhitespace1 Warning
MethodParamPad0 Warning
CovariantEquals0 Warning
DefaultComesLast0 Warning
ExplicitInitialization0 Warning
FallThrough0 Warning
JUnitTestCase0 Warning
FinalClass0 Warning
HideUtilityClassConstructor0 Warning
InterfaceIsType0 Warning
MutableException2 Warning
ArrayTypeStyle0 Warning
SuppressionCommentFilter +
    +
  • offCommentFormat: "CSOFF\: ([\w\|]+)"
  • +
  • checkFormat: "$1"
  • +
  • onCommentFormat: "CSON\: ([\w\|]+)"
0 Warning
FileLength +
    +
  • max: "3000"
0 Warning
JavadocPackage +
    +
  • allowLegacy: "true"
0 Warning
FileTabCharacter14 Warning
+
+

Details

+
+

javax/measure/MeasurementException.java

+ + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).22
+
+

javax/measure/Quantity.java

+ + + + + + + + + + + + +
SeverityMessageLine
 WarningExtra HTML tag found: </p>19
 WarningFile contains tab characters (this is the first instance).43
+
+

javax/measure/Unit.java

+ + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).306
+
+

javax/measure/UnitConverter.java

+ + + + + + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).25
 WarningLine is longer than 200 characters (found 202).93
+
+

javax/measure/format/Parser.java

+ + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).28
+
+

javax/measure/format/ParserException.java

+ + + + + + + + + + + + + + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).20
 WarningThe field 'position' must be declared final.31
 WarningThe field 'data' must be declared final.34
 Warning'if' construct must use '{}'s.97
+
+

javax/measure/format/UnitFormat.java

+ + + + + + + + + + + + + + + + + + + + +
SeverityMessageLine
 WarningLine is longer than 200 characters (found 232).59
 WarningLine is longer than 200 characters (found 333).60
 WarningLine is longer than 200 characters (found 217).61
 WarningFile contains tab characters (this is the first instance).80
+
+

javax/measure/quantity/AmountOfSubstance.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.22
+
+

javax/measure/quantity/Angle.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.24
+
+

javax/measure/quantity/Area.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.24
+
+

javax/measure/quantity/ElectricCurrent.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.23
+
+

javax/measure/quantity/Length.java

+ + + + + + + + + + + + + + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.27
 WarningFirst sentence should end with a period.30
 WarningFile contains tab characters (this is the first instance).30
 WarningMust include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description.38
+
+

javax/measure/quantity/LuminousIntensity.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.23
+
+

javax/measure/quantity/Mass.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.24
+
+

javax/measure/quantity/Temperature.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.19
+
+

javax/measure/quantity/Time.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.26
+
+

javax/measure/spi/Bootstrap.java

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).68
 Warning'==' is not preceded with whitespace.71
 Warning'==' is not followed by whitespace.71
 Warning'==' is not preceded with whitespace.92
 Warning'==' is not followed by whitespace.92
 Warning'==' is not preceded with whitespace.94
 Warning'==' is not followed by whitespace.94
 Warning'if' is not followed by whitespace.122
 Warning'{' is not preceded with whitespace.122
+
+

javax/measure/spi/DefaultServiceProvider.java

+ + + + + + + + + + + + + + + + +
SeverityMessageLine
 Warning'if' is not followed by whitespace.57
 Warning'{' is not preceded with whitespace.57
 WarningFile contains tab characters (this is the first instance).78
+
+

javax/measure/spi/QuantityFactory.java

+ + + + + + + + + + + + +
SeverityMessageLine
 Warning'<' is preceded with whitespace.25
 WarningFile contains tab characters (this is the first instance).34
+
+

javax/measure/spi/QuantityFactoryService.java

+ + + + + + + + + + + + +
SeverityMessageLine
 WarningRedundant import from the same package - javax.measure.spi.QuantityFactory.10
 WarningFirst sentence should end with a period.12
+
+

javax/measure/spi/ServiceProvider.java

+ + + + + + + + +
SeverityMessageLine
 WarningRedundant 'public' modifier.26
+
+

javax/measure/spi/SystemOfUnits.java

+ + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).35
+
+

javax/measure/spi/SystemOfUnitsService.java

+ + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).28
+
+

javax/measure/spi/UnitFormatService.java

+ + + + + + + + + + + + +
SeverityMessageLine
 WarningLine is longer than 200 characters (found 214).27
 WarningFile contains tab characters (this is the first instance).31
+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/checkstyle.rss b/0.8-SNAPSHOT/checkstyle.rss new file mode 100644 index 00000000..d65bf19a --- /dev/null +++ b/0.8-SNAPSHOT/checkstyle.rss @@ -0,0 +1,866 @@ + + + + + Units of Measurement API - Checkstyle report + http://unitsofmeasurement.github.io/ + Units of Measurement API - Checkstyle report + en-us + ©2014 - 2015 Jean-Marie Dautelle, Werner Keil, V2COM + + File: 58, + Errors: 0, + Warnings: 48, + Infos: 0 + + http://unitsofmeasurement.github.io//checkstyle.html + +

Click here for the full Checkstyle report.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilesIWE
+ javax/measure/format/Parser.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Length.java + + 0 + + 4 + + 0 +
+ javax/measure/UnitConverter.java + + 0 + + 2 + + 0 +
+ javax/measure/quantity/Force.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Luminance.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/MagneticFieldStrength.java + + 0 + + 0 + + 0 +
+ javax/measure/package-info.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Illuminance.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/SystemOfUnits.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/package-info.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/LuminousIntensity.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/ElectricCapacitance.java + + 0 + + 0 + + 0 +
+ javax/measure/IncommensurableException.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Dimensionless.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/ElectricPotential.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Power.java + + 0 + + 0 + + 0 +
+ javax/measure/format/package-info.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/DefaultServiceProvider.java + + 0 + + 3 + + 0 +
+ javax/measure/quantity/SolidAngle.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Acceleration.java + + 0 + + 0 + + 0 +
+ javax/measure/UnconvertibleException.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/MagneticFluxDensity.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/CatalyticActivity.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/UnitFormatService.java + + 0 + + 2 + + 0 +
+ javax/measure/quantity/Pressure.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Energy.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Angle.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Speed.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/QuantityFactoryService.java + + 0 + + 2 + + 0 +
+ javax/measure/quantity/ElectricPermittivity.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/ElectricInductance.java + + 0 + + 0 + + 0 +
+ javax/measure/format/UnitFormat.java + + 0 + + 4 + + 0 +
+ javax/measure/quantity/ElectricCurrent.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/RadiationDoseAbsorbed.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/LuminousFlux.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/ElectricCharge.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/ServiceProvider.java + + 0 + + 1 + + 0 +
+ javax/measure/format/ParserException.java + + 0 + + 4 + + 0 +
+ javax/measure/quantity/Volume.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Time.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Radioactivity.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/ElectricResistance.java + + 0 + + 0 + + 0 +
+ javax/measure/MeasurementException.java + + 0 + + 1 + + 0 +
+ javax/measure/spi/Bootstrap.java + + 0 + + 9 + + 0 +
+ javax/measure/Quantity.java + + 0 + + 2 + + 0 +
+ javax/measure/spi/SystemOfUnitsService.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Area.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/AmountOfSubstance.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Mass.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/RadiationDoseEffective.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/package-info.java + + 0 + + 0 + + 0 +
+ javax/measure/Dimension.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Frequency.java + + 0 + + 0 + + 0 +
+ javax/measure/Unit.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Temperature.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/ElectricConductance.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/QuantityFactory.java + + 0 + + 2 + + 0 +
+ javax/measure/quantity/MagneticFlux.java + + 0 + + 0 + + 0 +
+ +
+
+
+
+ diff --git a/0.8-SNAPSHOT/css/maven-base.css b/0.8-SNAPSHOT/css/maven-base.css new file mode 100644 index 00000000..53153e9f --- /dev/null +++ b/0.8-SNAPSHOT/css/maven-base.css @@ -0,0 +1,155 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/0.8-SNAPSHOT/css/maven-theme.css b/0.8-SNAPSHOT/css/maven-theme.css new file mode 100644 index 00000000..c982168b --- /dev/null +++ b/0.8-SNAPSHOT/css/maven-theme.css @@ -0,0 +1,141 @@ +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/0.8-SNAPSHOT/css/print.css b/0.8-SNAPSHOT/css/print.css new file mode 100644 index 00000000..f09d546c --- /dev/null +++ b/0.8-SNAPSHOT/css/print.css @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/0.8-SNAPSHOT/css/site.css b/0.8-SNAPSHOT/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/0.8-SNAPSHOT/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/0.8-SNAPSHOT/findbugs.html b/0.8-SNAPSHOT/findbugs.html new file mode 100644 index 00000000..ccc38d75 --- /dev/null +++ b/0.8-SNAPSHOT/findbugs.html @@ -0,0 +1,125 @@ + + + + + + Units of Measurement API – FindBugs Bug Detector Report + + + + + + + + + +
+ +
+
+
+
+

FindBugs Bug Detector Report

+

The following document contains the results of FindBugs

+

FindBugs Version is 2.0.3

+

Threshold is medium

+

Effort is min

+
+

Summary

+ + + + + + + + + + +
ClassesBugsErrorsMissing Classes
55000
+
+

Files

+ + + +
ClassBugs
+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/images/collapsed.gif b/0.8-SNAPSHOT/images/collapsed.gif new file mode 100644 index 0000000000000000000000000000000000000000..6e710840640c1bfd9dd76ce7fef56f1004092508 GIT binary patch literal 53 ycmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlI4r7uBZ*YkPFU8d4p4Aua}2?(?R literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/images/expanded.gif b/0.8-SNAPSHOT/images/expanded.gif new file mode 100644 index 0000000000000000000000000000000000000000..0fef3d89e0df1f8bc49a0cd827f2607c7d7fd2f0 GIT binary patch literal 52 xcmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlH@g}+fUi&t{amUB!D)&R0C2fzRT literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/images/external.png b/0.8-SNAPSHOT/images/external.png new file mode 100644 index 0000000000000000000000000000000000000000..3f999fc88b360074e41f38c3b4bc06ccb3bb7cf8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd{{R1fCIbVIy!atN z8e~{WkY6y6%iy53@(Yk3;OXKRQgJIOfsI*BO@UFsfhWLBc>*(#PB?Jn2*(o!76E4F z2oaVU3``tH+Kgs0GI5+@Tg}d)z%jd%F@?{8!SRZ5b1yT80-FZIMn)zc2Ca66y`pzY R*nwsP)>x!^tmpH&$+C<;2VrCaYmBwl1VLaz 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 Z{{a;Um`|96AOZjY002ovPDHLkV1gJ2e-!`# literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/images/icon_error_sml.gif b/0.8-SNAPSHOT/images/icon_error_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..61132ef2b01806f6122c31d173c98e01e499b9a0 GIT binary patch literal 1010 zcmZ?wbhEHbJMCn#OVEqF*oew~oaAu*+mN;-=y?VHT3tIe$XQqrDo-uB_a z!$aaK`z6))OKGn34?nwc^SuifkIL#EmDgV_qjg-#8v*0u4q4%1moUw{LZ54UeCgzNF^jX`uv-XK+9g@yFrG9?@ z!9&5&Tgk*j(b!GF&{N4I-Owl3GNQ;Kslp@APSw&&&ux9d>WxL~{EYoKm2KHvv3+ax zZUYB?Ae*8JnchZheXeEaa>@87?_fB*jV>(`erUx0B6j@wa!KnN)QWMO1rn9HC8 zQU}Tt3>@bftT|;oHYhlHH8T8tc{qL2LBC1&wnQeg^-S05<#H=J%;q~&KX!$OXH$lP zifQJ#9>L8|xhAVRHT-xPa*}7JK>(A*!AmL!CQC~j>707p+C5b#ib-SZ5@wfn#-0y8 zor_pb3M^%mkXhlduwjw4dk@RWhYZ<*tSUAV9x3eYyi#^d39lH{872xT#>g14FgCZb z+Lvv}DClhGVU*`8y(Qe}(9I>Lw<6->0~Q`zX3oMH2272dBARI`0wDzxS_G8b_H+a` TZ#n2*^y*Bf^Krq04Gh)*dSnrT literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/images/icon_info_sml.gif b/0.8-SNAPSHOT/images/icon_info_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..c6cb9ad7ce438a798426703e86a7ffc197d51dbb GIT binary patch literal 606 zcmZ?wbhEHb!Rj)7jHhhdgsOUdoQoueZi?7 z>>gViTe&E#V48n=mrru5S3;v}WQB8hiDz7$TU2Fg8RZkU)J)l4H+4sO@7jjxJ4?G(<~7c1nYFul=C0P+d#d`@bj{yi z-npcE!T#Qb2PP~z)H;3B%r(bntUlH>Y2~CvyV|C%UbyM>vTf&9?!2&e&!siHFV0_c zVB`KP8}?n^dg$7Yqc`@PxOMQ%-NWbZ9Xfk=)1K2OFF!hV;r{6>kIr6ua^~ve%eS9j zy7lbD`I|4_et!J??bq+WzI^-n`RfmdkOIfh!pgqYwSCK`t~@$#!^!1aj_y2mzyI{@?vuB79>2N$==JkApPs$`_~ygc*YCf)diVLp z{pXKfy#M&+`?nvze*gIk#Q*;N0|qHLXbBUFKUo+V7>XElKuSSz!oa?}p{S|3rL`#` zEj=M8CWV#D$GthOu#hRgfH^NPHz`Z6or!6tudIJkhF|)EqL_SUmH;#E=*;vU)ut4d z*}1MJ+3|6yK5|W*0YQlwY}}E_93D;*P3)($(!#iHyj&dYc$?gAB*f@)n?~7Mn)5Ze zB*b!gs&gB@F*e|Da`5(ac688Lp~TGAEh5PBlHo`4aV}w%hy?;49h(#+>`NXTD0Bjy;4ci{C-1K14rU#4Xoa9{m6qopA9n0cn|!>ecYkij zwyX=!4*mH3EoqLqSGiVbyFqxD(bS8XSDu{6U1jZO70Ic@{~t&7=B^ zBD)NOoAkU&Gy^LQJ5PtV?u{&65}4ZUmfYbweP{LTy^YnAGv=AGa7*6wj}%~b0?7r5!@qH7P%p1*$L z@#{ODxoUwG+WsY)zWExj-aqxpQS(e!bx&6L`u)?tfB$~}{{8*?cVO&*V`-G2NeC$Z zWMO1r=w{FXnGVVm3>>=|#5rX=HY{-DP?VFNPL-%m%>B+*~5-k^-+4*MLFr;tQ0}^rlS-^!^Q`Mx1hrB$jwn&hk~Xk=#Nl+_9Nu|Y$D G!5RQ;-6)O# literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/images/icon_warning_sml.gif b/0.8-SNAPSHOT/images/icon_warning_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..873bbb52cb9768103c27fbb9a9bac16ac615fce5 GIT binary patch literal 576 zcmZ?wbhEHbB!Sy%bj7w z8LP{2I!WYbmF&-Ixi?j6tD|K1XR2M#l>Aw*aXL%wXS3nYW}{zi=4WzsU5r%E6qx+# za{AThd85YVOsT`KDUrWsBtGknIa3>Sy(4;AS@f^Dxt>-=XPXm#FD(1Lr2hBv=9?3X zZS^!XrNw@)>eiN((2|w-y>{aB1+99DGMA?}+UTggT+(Z*rf8+5x~aWVOGcurtl;&U zIa)H3I&#vwvQjJBn`YHj9iKlB7`)(M#!e{yWMO1rC}Yq8NrU2qfqia6SyOXMYa1sM zM_a34eqyRfcQbQJY;^IYGTuzaxglKLqNQEA}OiQec+sQ#rUUjLqg_MpsPmY43 zsgmVV8EHK$eV-B~6*UcAW2+w%1e4o&9#aAczLGF}PmMg|6J0Ey4q A)Bpeg literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/images/logos/build-by-maven-black.png b/0.8-SNAPSHOT/images/logos/build-by-maven-black.png new file mode 100644 index 0000000000000000000000000000000000000000..919fd0f66a7f713920dd7422035db1c9d484351d GIT binary patch literal 2294 zcmVKOG`!VuDc=fnx$+R6#>c^>b&wcOS?|$!`a}U6ptjU_J zlBA}l*3{J0)YMd0R~Hr*dU$xO^ie1jhYlTLS+=C4#MRYRCX#twGUSD6Il$6AA+=UAlkY(ZF;m4037Yc>v&!1mPsNXdliHV74&z>zUEv=}iC@U)i zfc^XTJ3BiAKvYyzczAd~K){|od(ip)`}f`5-HnZnv$L~Hzqq=(y7Kb!>gsAwPfu@e z@3gcu0LabFC4?{xBNPh18Fpy3+Tr2hfq{Yc_V$w}PjVdhGtMTH$zU){PfznaPmK)? z4KH52=;-KZX=#a#jlFZ{PF7YH!!Q{c8Taqs=Xt)UsK{tE{@>vc{2Hgh!NL0adH}e0 z@19Df^78Tm0ES@zz{SO7Zf@=upJ1_AP_bIAgpih&mWqmsojZ4GG#a&9{f)&Au~_Wm z<0F^L4;(mPHk)-io!M*-3JMa7#VIK%EBy%}_$g6IPEM9cBvPp~K0f}{t5+6_rMbEJ z(xpqcZ{G$0j^p<2+vnuu^bN3MdU`rLJ3Br;9ss7MrVbuFxUjHLQBhGX6WriQ5|M*_w z@5bUDdV71dTCG;AO-@dx@4a~OA{y)K>k+2N$jAo|9?w z?b_+nr`2k;!{M;o?Qh<^`R=>#RtFA0KR<`Vfh)Li;|5+X!otGn&U<@%H*VaBDU;Gf zr_<5=()7Iqfmk>yLj`}084`48Zf?d|M~)mpOHfeI{QNv2WMN?;Dk=&9GBY#LVzb%$ z`};Aq6GAK&OK4~)&U*g*IT{xh7M8K~%9SgtQ-;OG#ZeC5ym=F=X|vf(9h#b&K7RZN z05+S=X0xGjU|@g-%ePwl!GC`7t=5VDruDp`t9rXwq=tAb*88KQqo~N`a#V_oixKzA z%F4dJzL1cRy1F{CSUfW`qfjWeZ{Hpm7>H$yNF>V6&c<>vGBOgU_w@7}J9g~o(WA6z z#sgc0B0VlH4i&T6{Pyiz)FUDys6$s*7rnXCi!3z)!0DGJ5eITHyM2Q|E@qtti{QRD z*nbiZg+h^&lY>QINl6I+oH}*N-Q67kYHMqqoSd*@fE67^695Pa36aTU0HD+95)%{g zFw)c0Gcqy&K&4WxG906$qk6p_b=txpgmiazqaGF(M)NU+!{3cPsc^{*a`Ja$nXfZ@ zhsL%N4whw0OG`2M6&4oG&CQ8KBHBPHC@3f>C|I^a>__(qFp!^RU zV`F0uhl6EVxm><`_ijATmoHz|)ztxjL?XdmSuB<(Po5A$mM!w}C3kdS~ef}W>dub-Hhz&fI`vJ#oXvTST@?6qsxN=r)tz|+%n^XARiL+I)0 z!HGL|?4Z?OC@z>ppO+fmk zEDIk1FgrV2R8&O&@;qNwR)+h@$;nZx)dqvXVzG2}b>-#d_4oHa!G&Dp59OYMg zd;9A2I}{29&+|ObzkB!Y^XJcKjE;^*({SomlT)I^E^_90Q{xPG;bvU;38ml zcng&pTZhKxAmAX-{xuvUBO`bZu-omWrKK8;X6fkl>(@`5I6;GyySuwkDCBv*tE;QE zwH1kg)0Ijk1~{Qms8A@Vadob6a=9D}VUx-9>C-1l1S|^dcDq`w#&Z*k#hB*+K%>#n z=0$)zo8T)X1Ujc}V+Omw8!O@%0GKp7%(fp1ER{;7QYogYiHQlT)w*&q5{X2iP;Ak literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/images/logos/build-by-maven-white.png b/0.8-SNAPSHOT/images/logos/build-by-maven-white.png new file mode 100644 index 0000000000000000000000000000000000000000..7d44c9c2e5742bdf8649ad282f83208f1da9b982 GIT binary patch literal 2260 zcmV;_2rKuAP)4hTLUyOQ{PVbVY5&Y3g!&hN~bnR7}ZgkXUt ziC%zU0gf+&kEv>t|d$x|zXw1mS0D%1b{8z7DF%0wW-8(XBFc`A3vVI|O z^!N97baWg(eE86zLn4uA_wL=Zb@+UKU|=8sJb3V6XlSUctSl!dhm4xd=KJ^W|8h2q zR4NS%3yX+|NKQ`f?d=7Cf`Wo)&z=E5TU%REQIXYZefjbwRvsQ6zIyfQojZ3l8V#{v zv)R(q)39Vr2GBPsa+apV2%%fIZY3ln0Kl+1Y8c*(xe3X6sWFH9kH*UDDLl)ZN`}u~;f9D%P!A2LK5P2`MQl z(b3TuDUC++_U+qm01k;n!Z1u+TwGjS+}X2d^Yil+3Pn;B-~q z{Qdm_z{kf&EEb1^gw)j3R904!x}#RBj~+c578Vv16olc}xpQZGd;7k9`>@WHD_2M| z{%VB2fNVCK&1U^_rTW_bx`C@MK&%ZR^ybZ*=;&yb zN);0mV>X+~OA`|lRVtNAr7A8i#zL)DyJycHxm+$5izO0?QmM?$%p@6le0*H3R;yI1 z=;-LCrlu1oPI!8HIypHhmCA~Wig|;>WHON!GbSbmcN`jxhJ=GssnlpRR;zVzaF8J4 z>+3sJhW@0w{LH6-`(Afr<9kMWBXoSUM7Dox&JGJtojOI96z3EG z*uH)HWN?qO7x!`hzQnzLg5JL3Ui^ps%X$n4`+YK2S-yNZo>gC8kJmXUC#D?-i_a7IlwdR(Kkw#T>s)<( zJ!ZVTycREBO!{t;H9|r{F#q)FQ_`LjAsBnPnnKk2PZ;V3*7{M#@%jyBNObh|^_fg2 zd|f0I3eTTEPf=83VhUbHWgRft|{%MRRMp6H>seM7wV6&k5Vn7H0DDSDT_wn(;aaUDU zWi%QoiptK;CgqIWB$bwy78Mm?w@oI~&6_tPBO~$kExCLno}10)mX;RGM?^%-PjqOt zTFi(#=@4C7NJmxEVK7l6G0yhEp_Lq9)1fj}S-2%Mdrv$L~tStVt%xVSheDG9e5EX$6J zj8GIMm&=bIKaK;TqoYG05D0}r0!Kqb1E0?q2n1`_uAR{_f0E{OgnR$~y~Sd|+0n_# z2@6L?MsUQ^H0|QzLJoDKqobtlneyk|8`Sp{cp}PUC5RRQ^8?;2;Iss$eWk%*n3$Nr z(73v~e)3}s219#$yTM=(2n6o#?!LahxUO>?H!v`O%bZ*;$Ideh!!Qg0h{fVXix$lf i91DLtEx@rr0RIK2cl{g~?Z1Nn0000}s literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/images/logos/maven-feather.png b/0.8-SNAPSHOT/images/logos/maven-feather.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ada836e9eb4af4db810f648b013933e72c8fbe GIT binary patch literal 3330 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 literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/images/newwindow.png b/0.8-SNAPSHOT/images/newwindow.png new file mode 100644 index 0000000000000000000000000000000000000000..6287f72bd08a870908e7361d98c35ee0d6dcbc82 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd&SYTt4+aeuCvSob zD+%%o1`04ZXs!GLj7%Iec?BF2%&y2ZFfeUwWbk2P5nvW+xWT~4#-PT{uyM;F);OSv44$rjF6*2U FngH~|K)3(^ literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/images/rss.png b/0.8-SNAPSHOT/images/rss.png new file mode 100644 index 0000000000000000000000000000000000000000..f0796ac886201eb43b7a15113e2deb1b32fa9a09 GIT binary patch literal 360 zcmV-u0hj)XP)1pTfh($;sL0vc}u{{{FPIw4gub**+Xunj;hMg-Rk@N{o&!^ z{r&#_{{B{et%#+@{r~@)vdh1}zle=^0GR*(m;g35HkdZcHkixXHq)$8FWQhbW?9;ba!ELWdKKV zVQ^?^V?%Flc4cyOWpXuLNbUdt06|GaK~#90Vz9#p80;8u1CXpOE?Whx%fLW2AK{k88_xIu00030{{sMfLr(Xb|5zme0000 + + + + + Units of Measurement API – Unit API home page + + + + + + + + + + +
+ +
+
+
+
+

The Units of Measurement API for Java

Logo +

Units of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.

+

Copyright 2014 Jean-Marie Dautelle, Werner Keil, V2COM All rights reserved.

+

See license for details.

+
+

The project

+

The project is hosted on GitHub. It runs a public mailing list for user and developer questions, other issues, and general discussion.

+
+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/integration.html b/0.8-SNAPSHOT/integration.html new file mode 100644 index 00000000..9ae1936c --- /dev/null +++ b/0.8-SNAPSHOT/integration.html @@ -0,0 +1,117 @@ + + + + + + Units of Measurement API – Continuous Integration + + + + + + + + + +
+ +
+
+
+
+

Overview

+

This project uses Jenkins.

+
+

Access

+

The following is a link to the continuous integration system used by the project.

+
+
+

Notifiers

+

No notifiers are defined. Please check back at a later date.

+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/issue-tracking.html b/0.8-SNAPSHOT/issue-tracking.html new file mode 100644 index 00000000..0ec258c4 --- /dev/null +++ b/0.8-SNAPSHOT/issue-tracking.html @@ -0,0 +1,114 @@ + + + + + + Units of Measurement API – Issue Tracking + + + + + + + + + +
+ +
+
+
+
+

Overview

+

This project uses JIRA a J2EE-based, issue tracking and project management application.

+
+

Issue Tracking

+

Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

+
+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/license.html b/0.8-SNAPSHOT/license.html new file mode 100644 index 00000000..d0d044aa --- /dev/null +++ b/0.8-SNAPSHOT/license.html @@ -0,0 +1,231 @@ + + + + + + Units of Measurement API – Project License + + + + + + + + + +
+ +
+
+
+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project License

+
+

Specification License

+
+
JEAN-MARIE DAUTELLE, WERNER KEIL, V2COM ARE WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS 
+LICENSE AGREEMENT ("AGREEMENT"). PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. 
+BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THIS AGREEMENT. 
+IF YOU ARE NOT WILLING TO BE BOUND BY THEM, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THIS PAGE AND THE DOWNLOADING PROCESS WILL NOT CONTINUE.
+
+Specification:  JSR-363  Units of Measurement API ("Specification")
+Version:  0.7
+Status:  Early Draft
+Release: 14 December 2014
+Copyright 2014 Jean-Marie Dautelle, Werner Keil, V2COM - Hardware + Software ("Jean-Marie Dautelle, Werner Keil, V2COM")
+All rights reserved. 
+
+NOTICE
+
+The Specification is protected by copyright and the information described therein may be protected by one or more U.S. patents, foreign patents, or pending 
+applications. Except as provided under the following license, no part of the Specification may be reproduced in any form by any means without the prior written 
+authorization of Jean-Marie Dautelle, Werner Keil, V2COM and their licensors, if any. Any use of the Specification and the information described therein will be 
+governed by the terms and conditions of this Agreement.
+
+
+Subject to the terms and conditions of this license, including your compliance with Paragraphs 1, 2 and 3 below, Jean-Marie Dautelle, Werner Keil, V2COM hereby 
+grants you a fully-paid, non-exclusive, non-transferable, limited license (without the right to sublicense) under Jean-Marie Dautelle, Werner Keil, V2COM's 
+intellectual property rights to:
+
+   1. Review the Specification for the purposes of evaluation. This includes: 
+     (i) developing implementations of the Specification for your internal, non-commercial use; 
+     (ii) discussing the Specification with any third party; and (iii) excerpting brief portions of the Specification in oral or written communications 
+     which discuss the Specification provided that such excerpts do not in the aggregate constitute a significant portion of the Specification.
+
+   2. Distribute implementations of the Specification to third parties for their testing and evaluation use, provided that any such implementation:
+     (i) does not modify, subset, superset or otherwise extend the Licensor Name Space, or include any public or protected packages, classes, Java interfaces, 
+     fields or methods within the Licensor Name Space other than those required/authorized by the Specification or Specifications being implemented;
+     (ii) is clearly and prominently marked with the word "UNTESTED" or "EARLY ACCESS" or "INCOMPATIBLE" or "UNSTABLE" or "BETA" in any list of available builds 
+     and in proximity to every link initiating its download, where the list or link is under Licensee's control; and
+     (iii) includes the following notice:
+
+"This is an implementation of an early-draft specification developed under the Java Community Process (JCP) and is made available for testing and evaluation 
+purposes only. The code is not compatible with any specification of the JCP."
+
+   3. Distribute applications written to the Specification to third parties for their testing and evaluation use, provided that any such application includes the 
+   following notice:
+
+      "This is an application written to interoperate with an early-draft specification developed under the Java Community Process (JCP) and is made available for 
+      testing and evaluation purposes only. The code is not compatible with any specification of the JCP."
+
+The grant set forth above concerning your distribution of implementations of the Specification is contingent upon your agreement to terminate development and 
+distribution of your implementation of early draft upon final completion of the Specification.  If you fail to do so, the foregoing grant shall be considered 
+null and void. Other than this limited license, you acquire no right, title or interest in or to the Specification or any other 
+Jean-Marie Dautelle's, Werner Keil's, V2COM's intellectual property, and the Specification may only be used in accordance with the license terms set forth herein. 
+This license will expire on the earlier of:  
+(a) two (2) years from the date of Release listed above; 
+(b) the date on which the final version of the Specification is publicly released; or 
+(c) the date on which the Java Specification Request (JSR) to which the Specification corresponds is withdrawn.  
+In addition, this license will terminate immediately without notice from Jean-Marie Dautelle, Werner Keil, V2COM if you fail to comply with any provision 
+of this license. Upon termination, you must cease use of or destroy the Specification.
+
+"Licensor Name Space" means the public class or interface declarations whose names begin with "java", "javax", "com.oracle" or their equivalents in any subsequent 
+naming convention adopted through the Java Community Process, or any recognized successors or replacements thereof
+
+TRADEMARKS
+
+No right, title, or interest in or to any trademarks, service marks, or trade names of Jean-Marie Dautelle, Werner Keil, V2COM or their licensors is granted hereunder.
+Java and Java-related logos, marks and names are trademarks or registered trademarks of Oracle America, Inc. in the U.S. and other countries.
+
+DISCLAIMER OF WARRANTIES
+
+THE SPECIFICATION IS PROVIDED "AS IS" AND IS EXPERIMENTAL AND MAY CONTAIN DEFECTS OR DEFICIENCIES WHICH CANNOT OR WILL NOT BE CORRECTED BY THE SPECIFICATION LEADS.
+THE SPECIFICATION LEADS MAKE NO REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT THAT THE CONTENTS OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE OR THAT ANY PRACTICE OR IMPLEMENTATION
+OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADE SECRETS OR OTHER RIGHTS.
+This document does not represent any commitment to release or implement any portion of the Specification in any product.
+THE SPECIFICATION COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION THEREIN;
+THESE CHANGES WILL BE INCORPORATED INTO NEW VERSIONS OF THE SPECIFICATION, IF ANY.
+THE SPECIFICATION LEADS MAY MAKE IMPROVEMENTS AND/OR CHANGES TO THE PRODUCT(S) AND/OR THE PROGRAM(S) DESCRIBED IN THE SPECIFICATION AT ANY TIME.
+Any use of such changes in the Specification will be governed by the then-current license for the applicable version of the Specification.
+
+LIMITATION OF LIABILITY
+
+TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL THE SPECIFICATION LEADS AND/OR THEIR LICENSORS BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION,
+LOST REVENUE, PROFITS OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY,
+ARISING OUT OF OR RELATED TO ANY FURNISHING, PRACTICING, MODIFYING OR ANY USE OF THE SPECIFICATION, EVEN IF JEAN-MARIE DAUTELLE, WERNER KEIL, V2COM AND/OR 
+THEIR LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+You will hold Jean-Marie Dautelle, Werner Keil, V2COM (and their licensors) harmless from any claims based on
+your use of the Specification for any purposes other than the limited right of evaluation as described above,
+and from any claims that later versions or releases of any Specification furnished to you are incompatible 
+with the Specification provided to you under this license.
+
+RESTRICTED RIGHTS LEGEND
+
+If this Software is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor 
+or subcontractor (at any tier), then the Government's rights in the Software and accompanying documentation shall be 
+only as set forth in this license; this is in accordance with 48 C.F.R. 227.7201 through 227.7202-4 
+(for Department of Defense (DoD) acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DoD acquisitions)
+
+REPORT
+
+You may wish to report any ambiguities, inconsistencies or inaccuracies you may find in connection with your evaluation of the Specification ("Feedback").
+To the extent that you provide the Specification Lead(s) with any Feedback, you hereby: 
+ (i) agree that such Feedback is provided on a non-proprietary and non-confidential basis, and 
+ (ii) grant the Specification Lead(s) a perpetual, non-exclusive, worldwide, fully paid-up, 
+      irrevocable license, with the right to sublicense through multiple levels of sublicensees, 
+      to incorporate, disclose, and use without limitation the Feedback for any purpose related to 
+      the Specification and future versions, implementations, and test suites thereof.
+
+GENERAL TERMS
+
+Any action related to this Agreement will be governed by California law and controlling U.S. federal law.
+The U.N. Convention for the International Sale of Goods and the choice of law rules of any jurisdiction will not apply.
+The Specification is subject to U.S. export control laws and may be subject to export or import regulations in other countries.
+Licensee agrees to comply strictly with all such laws and regulations and acknowledges that it has the responsibility to obtain
+such licenses to export, re-export or import as may be required after delivery to Licensee.
+This Agreement is the parties' entire agreement relating to its subject matter.
+It supersedes all prior or contemporaneous oral or written communications, proposals, conditions,
+representations and warranties and prevails over any conflicting or additional terms of any quote, order, acknowledgment,
+or other communication between the parties relating to its subject matter during the term of this Agreement.
+No modification to this Agreement will be binding, unless in writing and signed by an authorized representative of each party.
+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/mail-lists.html b/0.8-SNAPSHOT/mail-lists.html new file mode 100644 index 00000000..b30aa98d --- /dev/null +++ b/0.8-SNAPSHOT/mail-lists.html @@ -0,0 +1,128 @@ + + + + + + Units of Measurement API – Project Mailing Lists + + + + + + + + + +
+ +
+
+
+
+

Project Mailing Lists

+

These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.

+ + + + + + + + + + + + + + + + + + +
NameSubscribeUnsubscribePostArchive
Units-DevSubscribeUnsubscribePost-
Units-UsersSubscribeUnsubscribePost-
+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/pmd.html b/0.8-SNAPSHOT/pmd.html new file mode 100644 index 00000000..1d55a9ec --- /dev/null +++ b/0.8-SNAPSHOT/pmd.html @@ -0,0 +1,132 @@ + + + + + + Units of Measurement API – PMD Results + + + + + + + + + +
+ +
+
+
+
+

PMD Results

+

The following document contains the results of PMD 5.1.2.

+
+

Files

+
+

javax/measure/spi/Bootstrap.java

+ + + + + + +
ViolationLine
Avoid using a branching statement as the last in a loop.52
+
+

javax/measure/spi/QuantityFactoryService.java

+ + + + + + +
ViolationLine
No need to import a type that lives in the same package10
+
+

javax/measure/spi/ServiceProvider.java

+ + + + + + +
ViolationLine
Avoid modifiers which are implied by the context26
+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/project-info.html b/0.8-SNAPSHOT/project-info.html new file mode 100644 index 00000000..eaac62aa --- /dev/null +++ b/0.8-SNAPSHOT/project-info.html @@ -0,0 +1,139 @@ + + + + + + Units of Measurement API – Project Information + + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
AboutUnits of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.
Project SummaryThis document lists other related information of this project
Project LicenseThis is a link to the definitions of project licenses.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/project-reports.html b/0.8-SNAPSHOT/project-reports.html new file mode 100644 index 00000000..c3b3b21f --- /dev/null +++ b/0.8-SNAPSHOT/project-reports.html @@ -0,0 +1,127 @@ + + + + + + Units of Measurement API – Generated Reports + + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
JavaDocsJavaDoc API documentation.
Test JavaDocsTest JavaDoc API documentation.
PMDVerification of coding rules.
Surefire ReportReport on the test results of the project.
FindBugsGenerates a source code report with the FindBugs Library.
CheckstyleReport on coding style conventions.
+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/project-summary.html b/0.8-SNAPSHOT/project-summary.html new file mode 100644 index 00000000..0b3a1694 --- /dev/null +++ b/0.8-SNAPSHOT/project-summary.html @@ -0,0 +1,156 @@ + + + + + + Units of Measurement API – Project Summary + + + + + + + + + +
+ +
+
+
+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameUnits of Measurement API
DescriptionUnits of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.
Homepagehttp://unitsofmeasurement.github.io/
+
+

Project Organization

+ + + + + + + + + +
FieldValue
NameJean-Marie Dautelle, Werner Keil, V2COM
URLhttp://unitsofmeasurement.github.io
+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdjavax.measure
ArtifactIdunit-api
Version0.8-SNAPSHOT
Typebundle
JDK Rev1.6
+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/source-repository.html b/0.8-SNAPSHOT/source-repository.html new file mode 100644 index 00000000..dbd406b0 --- /dev/null +++ b/0.8-SNAPSHOT/source-repository.html @@ -0,0 +1,127 @@ + + + + + + Units of Measurement API – Source Repository + + + + + + + + + +
+ +
+
+
+
+

Overview

+

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

+
+

Web Access

+

The following is a link to the online source repository.

+
+
+

Anonymous access

+

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone git@github.com:unitsofmeasurement/unit-api.git
+
+

Developer access

+

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

+
+
$ git clone git@github.com:unitsofmeasurement/unit-api.git
+
+

Access from behind a firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/surefire-report.html b/0.8-SNAPSHOT/surefire-report.html new file mode 100644 index 00000000..f91d0e91 --- /dev/null +++ b/0.8-SNAPSHOT/surefire-report.html @@ -0,0 +1,378 @@ + + + + + + Units of Measurement API – Surefire Report + + + + + + + + + +
+ +
+
+
+ +
+

Surefire Report

+
+

Summary

+

[Summary] [Package List] [Test Cases]


+ + + + + + + + + + + + + + +
TestsErrors FailuresSkippedSuccess RateTime
29000100%0.048

+

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


+
+

Package List

+

[Summary] [Package List] [Test Cases]


+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PackageTestsErrors FailuresSkippedSuccess RateTime
javax.measure.spi6000100%0.039
javax.measure.test.quantity14000100%0.009
javax.measure.test9000100%0

+

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

+
+

javax.measure.spi

+ + + + + + + + + + + + + + + + + + +
ClassTestsErrors FailuresSkippedSuccess RateTime
BootstrapTest6000100%0.039
+
+

javax.measure.test.quantity

+ + + + + + + + + + + + + + + + + + +
ClassTestsErrors FailuresSkippedSuccess RateTime
AreaQuantityTest14000100%0.009
+
+

javax.measure.test

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
ClassTestsErrors FailuresSkippedSuccess RateTime
DimensionTest6000100%0
UnitTest3000100%0

+
+

Test Cases

+

[Summary] [Package List] [Test Cases]

+
+

BootstrapTest

+ + + + + + + + + + + + + + + + + + + + + + + + +
testInit_InitTwice0.034
testGetService0.003
testGetServiceProvider0
testGetService_BadCase0.001
testGetServices0.001
testInit0
+
+

DimensionTest

+ + + + + + + + + + + + + + + + + + + + + + + + +
testPow0
testRoot0
testGetProductDimensions0
testDivide0
testMultiply0
testGetInstance0
+
+

AreaQuantityTest

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
testMultiplyDistanceQuantity0.009
testDivideDouble0
testAdd0
testSubtract0
testAreaQuantity0
testEq0
testGe0
testGt0
testLe0
testLt0
testMultiplyDouble0
testConvert0
testDivideDistanceQuantity0
testShowInUnits0
+
+

UnitTest

+ + + + + + + + + + + + +
testIsCompatible0
testGetDimension0
testGetSymbol0

+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/team-list.html b/0.8-SNAPSHOT/team-list.html new file mode 100644 index 00000000..029ce58d --- /dev/null +++ b/0.8-SNAPSHOT/team-list.html @@ -0,0 +1,284 @@ + + + + + + Units of Measurement API – Team list + + + + + + + + + +
+ +
+
+
+
+

The Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageIdNameEmailOrganizationOrganization URLRolesTime ZoneActual Time (GMT)
dautelleJean-Marie Dautellejean-marie@dautelle.comAirbushttp://www.airbus.comArchitect, Java Developer, Spec Lead+1+1
werner.keilWerner Keilwerner@catmedia.usCreative Arts & Technologieshttp://www.catmedia.usArchitect, Java Developer, Spec Lead+1+1
-Leonardo de Moura Rocha Limallima@v2com.mobiV2COMhttp://www.v2com.mobi/Architect, Java Developer, Spec Lead-5-5
desruisseauxMartin Desruisseauxdesruisseaux@users.sourceforge.netGeomatyshttp://www.geomatys.comExpert, Java Developer, Jenkins Admin+1+1
karen_legrandKaren Legrandkaren.legrand@iem.comInnovation Emergency Management (IEM)http://www.iem.comExpert, Java Developer-5-5
mohamed-tamanMohamed Mahmoud Tamanmohamed.taman@gmail.comIndividual / Morocco JUG-Expert, Java Developer+2+2
otaviojavaOtávio Gonçalves de Santanaotaviopolianasantana@gmail.comIndividual / SouJava-Expert, Java Developer-5-5
rajmahendraRajmahendra Hegderajmahendra@gmail.comJUG Chennai-Expert, Java Developer--
duckasteroidChris Seniorchristopher.senior@gmail.comSnap-on Inc.-Expert, Java Developer--
+
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageNameEmailOrganizationRolesTime ZoneActual Time (GMT)
Daniel Leuckdan@ikayzo.comIkayzoSupporter-9-9
Eric Russelleric-r@northwestern.edu-Supporter-5-5
John Paul Morrison-J.P. Morrison Enterprises, Ltd.Supporter-5-5
Michael Gruebschmichael@mkm-rabis.de-Supporter+1+1
+
+
+
+
+
+ + + diff --git a/0.8-SNAPSHOT/testapidocs/allclasses-frame.html b/0.8-SNAPSHOT/testapidocs/allclasses-frame.html new file mode 100644 index 00000000..96105ee6 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/allclasses-frame.html @@ -0,0 +1,41 @@ + + + + + + +All Classes (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + +

All Classes

+ + + diff --git a/0.8-SNAPSHOT/testapidocs/allclasses-noframe.html b/0.8-SNAPSHOT/testapidocs/allclasses-noframe.html new file mode 100644 index 00000000..e3f49bba --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/allclasses-noframe.html @@ -0,0 +1,41 @@ + + + + + + +All Classes (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + +

All Classes

+ + + diff --git a/0.8-SNAPSHOT/testapidocs/constant-values.html b/0.8-SNAPSHOT/testapidocs/constant-values.html new file mode 100644 index 00000000..f4870f2a --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/constant-values.html @@ -0,0 +1,117 @@ + + + + + + +Constant Field Values (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/deprecated-list.html b/0.8-SNAPSHOT/testapidocs/deprecated-list.html new file mode 100644 index 00000000..48518513 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/deprecated-list.html @@ -0,0 +1,117 @@ + + + + + + +Deprecated List (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/help-doc.html b/0.8-SNAPSHOT/testapidocs/help-doc.html new file mode 100644 index 00000000..f39109b2 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/help-doc.html @@ -0,0 +1,222 @@ + + + + + + +API Help (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/index-all.html b/0.8-SNAPSHOT/testapidocs/index-all.html new file mode 100644 index 00000000..1cbbde51 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/index-all.html @@ -0,0 +1,795 @@ + + + + + + +Index (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
A B C D E F G H I J K L M N O P R S T U V Å  + + +

A

+
+
acre - Static variable in class AreaUnit
+
 
+
add(AreaQuantity) - Method in class AreaQuantity
+
 
+
add(Quantity<Area>) - Method in class AreaQuantity
+
 
+
add(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
add(Quantity<Length>) - Method in class DistanceQuantity
+
 
+
add(TimeQuantity) - Method in class TimeQuantity
+
 
+
add(Quantity<Time>) - Method in class TimeQuantity
+
 
+
add(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
add(Quantity<Volume>) - Method in class VolumeQuantity
+
 
+
alternate(String) - Method in class TestUnit
+
 
+
AreaQuantity - Class in javax.measure.test.quantity
+
 
+
AreaQuantity() - Constructor for class AreaQuantity
+
 
+
AreaQuantity(double, AreaUnit) - Constructor for class AreaQuantity
+
 
+
AreaQuantityTest - Class in javax.measure.test.quantity
+
 
+
AreaQuantityTest() - Constructor for class AreaQuantityTest
+
 
+
AreaUnit - Class in javax.measure.test.unit
+
 
+
AreaUnit(String, double) - Constructor for class AreaUnit
+
 
+
asType(Class<T>) - Method in class AreaQuantity
+
 
+
asType(Class<T>) - Method in class DistanceQuantity
+
 
+
asType(Class<T>) - Method in class TimeQuantity
+
 
+
asType(Class<T>) - Method in class VolumeQuantity
+
 
+
asType(Class<T>) - Method in class TestUnit
+
 
+
AU - Static variable in class DistanceUnit
+
 
+
+ + + +

B

+
+
BaseUnit<Q extends Quantity<Q>> - Class in javax.measure.test.unit
+
+
Building blocks on top of which all others units are created.
+
+
BaseUnit(String, String) - Constructor for class BaseUnit
+
+
Creates a base unit having the specified symbol.
+
+
BaseUnit(String) - Constructor for class BaseUnit
+
+
Creates a base unit having the specified symbol.
+
+
BootstrapTest - Class in javax.measure.spi
+
+
Tests for Bootstrap.
+
+
BootstrapTest() - Constructor for class BootstrapTest
+
 
+
BootstrapTest.TestServiceProvider - Class in javax.measure.spi
+
 
+
BootstrapTest.TestServiceProvider() - Constructor for class BootstrapTest.TestServiceProvider
+
 
+
bushel - Static variable in class VolumeUnit
+
 
+
+ + + +

C

+
+
CalcTripLength - Class in javax.measure.test
+
 
+
CalcTripLength() - Constructor for class CalcTripLength
+
 
+
cc - Static variable in class VolumeUnit
+
 
+
CircleInfo - Class in javax.measure.test
+
 
+
CircleInfo() - Constructor for class CircleInfo
+
 
+
CircleInfo - Class in javax.measure.test.quantity
+
 
+
CircleInfo() - Constructor for class CircleInfo
+
 
+
cm - Static variable in class DistanceUnit
+
 
+
Conversions - Class in javax.measure.test
+
 
+
Conversions() - Constructor for class Conversions
+
 
+
convert(AreaUnit) - Method in class AreaQuantity
+
 
+
convert(DistanceUnit) - Method in class DistanceQuantity
+
 
+
convert(TimeUnit) - Method in class TimeQuantity
+
 
+
convert(VolumeUnit) - Method in class VolumeQuantity
+
 
+
create(Number, Unit<Q>) - Method in class TestQuantityFactory
+
+
Returns the quantity for the specified number stated in the specified unit.
+
+
cumetre - Static variable in class VolumeUnit
+
 
+
cumile - Static variable in class VolumeUnit
+
 
+
+ + + +

D

+
+
DimensionTest - Class in javax.measure.test
+
 
+
DimensionTest() - Constructor for class DimensionTest
+
 
+
DistanceQuantity - Class in javax.measure.test.quantity
+
 
+
DistanceQuantity(double, DistanceUnit) - Constructor for class DistanceQuantity
+
 
+
DistanceQuantity() - Constructor for class DistanceQuantity
+
 
+
DistanceUnit - Class in javax.measure.test.unit
+
 
+
DistanceUnit(String, double) - Constructor for class DistanceUnit
+
 
+
DistanceUnit(String, DistanceUnit, double) - Constructor for class DistanceUnit
+
 
+
divide(double) - Method in class AreaQuantity
+
 
+
divide(DistanceQuantity) - Method in class AreaQuantity
+
 
+
divide(Quantity<?>) - Method in class AreaQuantity
+
 
+
divide(Number) - Method in class AreaQuantity
+
 
+
divide(double) - Method in class DistanceQuantity
+
 
+
divide(Quantity<?>) - Method in class DistanceQuantity
+
 
+
divide(Number) - Method in class DistanceQuantity
+
 
+
divide(double) - Method in class TimeQuantity
+
 
+
divide(Quantity<?>) - Method in class TimeQuantity
+
 
+
divide(Number) - Method in class TimeQuantity
+
 
+
divide(double) - Method in class VolumeQuantity
+
 
+
divide(DistanceQuantity) - Method in class VolumeQuantity
+
 
+
divide(AreaQuantity) - Method in class VolumeQuantity
+
 
+
divide(Quantity<?>) - Method in class VolumeQuantity
+
 
+
divide(Number) - Method in class VolumeQuantity
+
 
+
divide(double) - Method in class TestUnit
+
 
+
divide(Unit<?>) - Method in class TestUnit
+
 
+
+ + + +

E

+
+
echo(Object) - Static method in class PrintUtils
+
+
This is a Fantom-style convenience method for console output
+
+
echo(String) - Static method in class PrintUtils
+
+
This is a Fantom-style convenience method for console output
+
+
eq(AreaQuantity) - Method in class AreaQuantity
+
 
+
eq(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
eq(TimeQuantity) - Method in class TimeQuantity
+
 
+
eq(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
equals(Object) - Method in class BaseUnit
+
 
+
+ + + +

F

+
+
format(Unit<?>, Appendable) - Method in class SimpleTestFormat
+
 
+
+ + + +

G

+
+
ge(AreaQuantity) - Method in class AreaQuantity
+
 
+
ge(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
ge(TimeQuantity) - Method in class TimeQuantity
+
 
+
ge(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
geInstance() - Static method in class SimpleTestFormat
+
+
Returns the instance for formatting and parsing using case insensitive + symbols
+
+
getConverterTo(Unit<Q>) - Method in class TestUnit
+
 
+
getConverterToAny(Unit<?>) - Method in class TestUnit
+
 
+
getDimension() - Method in class TestUnit
+
 
+
getDist() - Method in class TripLeg
+
 
+
getInstance(Class<Q>) - Static method in class TestQuantityFactory
+
+
Returns the default instance for the specified quantity type.
+
+
getMetricUnit() - Method in class TestQuantityFactory
+
+
Returns the metric unit for quantities produced by this factory + or null if unknown.
+
+
getMultFactor() - Method in class TestUnit
+
 
+
getName() - Method in class TestUnit
+
 
+
getProductUnits() - Method in class TestUnit
+
 
+
getServices(Class<T>) - Method in class BootstrapTest.TestServiceProvider
+
 
+
getSymbol() - Method in class TestUnit
+
 
+
getSymbol() - Method in class BaseUnit
+
 
+
getSystemUnit() - Method in class TestUnit
+
 
+
getSystemUnit() - Method in class AreaUnit
+
 
+
getSystemUnit() - Method in class BaseUnit
+
 
+
getSystemUnit() - Method in class DistanceUnit
+
 
+
getSystemUnit() - Method in class TimeUnit
+
 
+
getSystemUnit() - Method in class VolumeUnit
+
 
+
gt(AreaQuantity) - Method in class AreaQuantity
+
 
+
gt(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
gt(TimeQuantity) - Method in class TimeQuantity
+
 
+
gt(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
+ + + +

H

+
+
h - Static variable in class TimeUnit
+
 
+
hashCode() - Method in class BaseUnit
+
 
+
hectare - Static variable in class AreaUnit
+
 
+
+ + + +

I

+
+
in - Static variable in class DistanceUnit
+
 
+
init() - Method in class DimensionTest
+
 
+
init() - Method in class UnitTest
+
 
+
inverse() - Method in class AreaQuantity
+
 
+
inverse() - Method in class DistanceQuantity
+
 
+
inverse() - Method in class TimeQuantity
+
 
+
inverse() - Method in class VolumeQuantity
+
 
+
inverse() - Method in class TestUnit
+
 
+
isCompatible(Unit<?>) - Method in class TestUnit
+
 
+
isConsoleOutput() - Static method in class PrintUtils
+
 
+
isLocaleSensitive() - Method in class SimpleTestFormat
+
 
+
+ + + +

J

+
+
javax.measure.spi - package javax.measure.spi
+
 
+
javax.measure.test - package javax.measure.test
+
 
+
javax.measure.test.format - package javax.measure.test.format
+
 
+
javax.measure.test.quantity - package javax.measure.test.quantity
+
 
+
javax.measure.test.unit - package javax.measure.test.unit
+
 
+
+ + + +

K

+
+
km - Static variable in class DistanceUnit
+
 
+
+ + + +

L

+
+
label(Unit<?>, String) - Method in class SimpleTestFormat
+
 
+
le(AreaQuantity) - Method in class AreaQuantity
+
 
+
le(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
le(TimeQuantity) - Method in class TimeQuantity
+
 
+
le(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
litre - Static variable in class VolumeUnit
+
 
+
lt(AreaQuantity) - Method in class AreaQuantity
+
 
+
lt(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
lt(TimeQuantity) - Method in class TimeQuantity
+
 
+
lt(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
+ + + +

M

+
+
m - Static variable in class DistanceUnit
+
 
+
main(String[]) - Static method in class CalcTripLength
+
 
+
main(String[]) - Static method in class CircleInfo
+
 
+
main(String[]) - Static method in class Conversions
+
 
+
main(String[]) - Static method in class CircleInfo
+
 
+
mile - Static variable in class DistanceUnit
+
 
+
multFactor - Variable in class TestUnit
+
 
+
multiply(double) - Method in class AreaQuantity
+
 
+
multiply(DistanceQuantity) - Method in class AreaQuantity
+
 
+
multiply(Number) - Method in class AreaQuantity
+
 
+
multiply(Quantity<?>) - Method in class AreaQuantity
+
 
+
multiply(double) - Method in class DistanceQuantity
+
 
+
multiply(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
multiply(AreaQuantity) - Method in class DistanceQuantity
+
 
+
multiply(Number) - Method in class DistanceQuantity
+
 
+
multiply(Quantity<?>) - Method in class DistanceQuantity
+
 
+
multiply(Length) - Method in class DistanceQuantity
+
 
+
multiply(double) - Method in class TimeQuantity
+
 
+
multiply(Number) - Method in class TimeQuantity
+
 
+
multiply(Quantity<?>) - Method in class TimeQuantity
+
 
+
multiply(double) - Method in class VolumeQuantity
+
 
+
multiply(Number) - Method in class VolumeQuantity
+
 
+
multiply(Quantity<?>) - Method in class VolumeQuantity
+
 
+
multiply(double) - Method in class TestUnit
+
 
+
multiply(Unit<?>) - Method in class TestUnit
+
 
+
+ + + +

N

+
+
name - Variable in class TestUnit
+
 
+
ne(AreaQuantity) - Method in class AreaQuantity
+
 
+
ne(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
ne(TimeQuantity) - Method in class TimeQuantity
+
 
+
ne(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
+ + + +

O

+
+
ONE - Static variable in class TestUnit
+
 
+
+ + + +

P

+
+
parsec - Static variable in class DistanceUnit
+
 
+
pow(int) - Method in class TestUnit
+
 
+
print(String) - Static method in class PrintUtils
+
 
+
print(Object) - Static method in class PrintUtils
+
 
+
println(String) - Static method in class PrintUtils
+
 
+
println(Object) - Static method in class PrintUtils
+
 
+
PrintUtils - Class in javax.measure.test.format
+
+
A static helper class, checking e.g.
+
+
+ + + +

R

+
+
REF_UNIT - Static variable in class AreaUnit
+
 
+
REF_UNIT - Static variable in class DistanceUnit
+
 
+
REF_UNIT - Static variable in class TimeUnit
+
 
+
REF_UNIT - Static variable in class VolumeUnit
+
 
+
root(int) - Method in class TestUnit
+
 
+
+ + + +

S

+
+
s - Static variable in class TimeUnit
+
 
+
setInstance(Class<Q>, TestQuantityFactory<Q>) - Static method in class TestQuantityFactory
+
+
Overrides the default implementation of the factory for the specified + quantity type.
+
+
setUp() - Method in class AreaQuantityTest
+
 
+
shift(double) - Method in class TestUnit
+
 
+
showInUnits(AreaUnit, int) - Method in class AreaQuantity
+
 
+
showInUnits(DistanceUnit, int) - Method in class DistanceQuantity
+
 
+
showInUnits(DistanceUnit, int) - Method in class TimeQuantity
+
 
+
showInUnits(VolumeUnit, int) - Method in class VolumeQuantity
+
 
+
SimpleTestFormat - Class in javax.measure.test.format
+
+
Provides a simple interface for formatting and parsing units.
+
+
sqmetre - Static variable in class AreaUnit
+
 
+
sqmile - Static variable in class AreaUnit
+
 
+
subtract(AreaQuantity) - Method in class AreaQuantity
+
 
+
subtract(Quantity<Area>) - Method in class AreaQuantity
+
 
+
subtract(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
subtract(Quantity<Length>) - Method in class DistanceQuantity
+
 
+
subtract(TimeQuantity) - Method in class TimeQuantity
+
 
+
subtract(Quantity<Time>) - Method in class TimeQuantity
+
 
+
subtract(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
subtract(Quantity<Volume>) - Method in class VolumeQuantity
+
 
+
symbol - Variable in class TestUnit
+
 
+
+ + + +

T

+
+
testAdd() - Method in class AreaQuantityTest
+
 
+
testAreaQuantity() - Method in class AreaQuantityTest
+
 
+
testConvert() - Method in class AreaQuantityTest
+
 
+
testDivide() - Method in class DimensionTest
+
 
+
testDivideDistanceQuantity() - Method in class AreaQuantityTest
+
 
+
testDivideDouble() - Method in class AreaQuantityTest
+
 
+
testEq() - Method in class AreaQuantityTest
+
 
+
testGe() - Method in class AreaQuantityTest
+
 
+
testGetDimension() - Method in class UnitTest
+
+
Test method for EnumUnit.getDimension().
+
+
testGetInstance() - Method in class DimensionTest
+
 
+
testGetProductDimensions() - Method in class DimensionTest
+
 
+
testGetService() - Method in class BootstrapTest
+
 
+
testGetService_BadCase() - Method in class BootstrapTest
+
 
+
testGetServiceProvider() - Method in class BootstrapTest
+
 
+
testGetServices() - Method in class BootstrapTest
+
 
+
testGetSymbol() - Method in class UnitTest
+
+
Test method for EnumUnit.getSymbol().
+
+
testGt() - Method in class AreaQuantityTest
+
 
+
testInit() - Method in class BootstrapTest
+
 
+
testInit_InitTwice() - Method in class BootstrapTest
+
 
+
testIsCompatible() - Method in class UnitTest
+
+
Test method for EnumUnit.isCompatible(javax.measure.Unit).
+
+
testLe() - Method in class AreaQuantityTest
+
 
+
testLt() - Method in class AreaQuantityTest
+
 
+
testMultiply() - Method in class DimensionTest
+
 
+
testMultiplyDistanceQuantity() - Method in class AreaQuantityTest
+
 
+
testMultiplyDouble() - Method in class AreaQuantityTest
+
 
+
testPow() - Method in class DimensionTest
+
 
+
TestQuantityFactory<Q extends Quantity<Q>> - Class in javax.measure.test.quantity
+
+
A factory producing simple quantities instances (tuples Number/Unit).
+
+
TestQuantityFactory() - Constructor for class TestQuantityFactory
+
 
+
testRoot() - Method in class DimensionTest
+
 
+
testShowInUnits() - Method in class AreaQuantityTest
+
 
+
testSubtract() - Method in class AreaQuantityTest
+
 
+
TestUnit<Q extends Quantity<Q>> - Class in javax.measure.test
+
 
+
TestUnit() - Constructor for class TestUnit
+
 
+
TestUnit(String, double) - Constructor for class TestUnit
+
 
+
TestUnit(String) - Constructor for class TestUnit
+
 
+
TimeQuantity - Class in javax.measure.test.quantity
+
 
+
TimeQuantity(double, TimeUnit) - Constructor for class TimeQuantity
+
 
+
TimeQuantity() - Constructor for class TimeQuantity
+
 
+
TimeUnit - Class in javax.measure.test.unit
+
 
+
TimeUnit(String, double) - Constructor for class TimeUnit
+
 
+
to(Unit<Area>) - Method in class AreaQuantity
+
 
+
to(Unit<Length>) - Method in class DistanceQuantity
+
 
+
to(Unit<Time>) - Method in class TimeQuantity
+
 
+
to(Unit<Volume>) - Method in class VolumeQuantity
+
 
+
transform(UnitConverter) - Method in class TestUnit
+
 
+
TripLeg - Class in javax.measure.test
+
 
+
TripLeg(String, String, DistanceQuantity) - Constructor for class TripLeg
+
 
+
+ + + +

U

+
+
UnitTest - Class in javax.measure.test
+
 
+
UnitTest() - Constructor for class UnitTest
+
 
+
+ + + +

V

+
+
VolumeQuantity - Class in javax.measure.test.quantity
+
 
+
VolumeQuantity() - Constructor for class VolumeQuantity
+
 
+
VolumeQuantity(double, VolumeUnit) - Constructor for class VolumeQuantity
+
 
+
VolumeUnit - Class in javax.measure.test.unit
+
 
+
VolumeUnit(String, double) - Constructor for class VolumeUnit
+
 
+
+ + + +

Å

+
+
Ångström - Static variable in class DistanceUnit
+
 
+
+A B C D E F G H I J K L M N O P R S T U V Å 
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/index.html b/0.8-SNAPSHOT/testapidocs/index.html new file mode 100644 index 00000000..a4b10ecd --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +Units of Measurement API 0.8-SNAPSHOT Test API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html new file mode 100644 index 00000000..eb73e4a4 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html @@ -0,0 +1,314 @@ + + + + + + +BootstrapTest.TestServiceProvider (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.spi
+

Class BootstrapTest.TestServiceProvider

+
+
+
    +
  • Object
  • +
  • +
      +
    • BootstrapTest.TestServiceProvider
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.html new file mode 100644 index 00000000..a58c1603 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.html @@ -0,0 +1,368 @@ + + + + + + +BootstrapTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + +
+
javax.measure.spi
+

Class BootstrapTest

+
+
+
    +
  • Object
  • +
  • +
      +
    • BootstrapTest
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class BootstrapTest
    +extends Object
    +
    Tests for Bootstrap.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BootstrapTest

        +
        public BootstrapTest()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html new file mode 100644 index 00000000..cac1e997 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.spi.BootstrapTest.TestServiceProvider (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.spi.BootstrapTest.TestServiceProvider

+
+
No usage of javax.measure.spi.BootstrapTest.TestServiceProvider
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.html new file mode 100644 index 00000000..0b1b0e1f --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.spi.BootstrapTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.spi.BootstrapTest

+
+
No usage of javax.measure.spi.BootstrapTest
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-frame.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-frame.html new file mode 100644 index 00000000..1562c43f --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + +

javax.measure.spi

+ + + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-summary.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-summary.html new file mode 100644 index 00000000..6292c646 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-summary.html @@ -0,0 +1,142 @@ + + + + + + +javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.spi

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-tree.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-tree.html new file mode 100644 index 00000000..77b3c2ae --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-tree.html @@ -0,0 +1,131 @@ + + + + + + +javax.measure.spi Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.spi

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-use.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-use.html new file mode 100644 index 00000000..24d2f494 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Package
javax.measure.spi

+
+
No usage of javax.measure.spi
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/CalcTripLength.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/CalcTripLength.html new file mode 100644 index 00000000..6a6d3245 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/CalcTripLength.html @@ -0,0 +1,262 @@ + + + + + + +CalcTripLength (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.test
+

Class CalcTripLength

+
+
+
    +
  • Object
  • +
  • +
      +
    • CalcTripLength
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class CalcTripLength
    +extends Object
    +
    Author:
    +
    paul.morrison
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CalcTripLength

        +
        public CalcTripLength()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] argv)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/CircleInfo.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/CircleInfo.html new file mode 100644 index 00000000..b91718c5 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/CircleInfo.html @@ -0,0 +1,260 @@ + + + + + + +CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.test
+

Class CircleInfo

+
+
+
    +
  • Object
  • +
  • +
      +
    • CircleInfo
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class CircleInfo
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CircleInfo

        +
        public CircleInfo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/Conversions.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/Conversions.html new file mode 100644 index 00000000..e80d01f7 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/Conversions.html @@ -0,0 +1,260 @@ + + + + + + +Conversions (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.test
+

Class Conversions

+
+
+
    +
  • Object
  • +
  • +
      +
    • Conversions
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class Conversions
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Conversions

        +
        public Conversions()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/DimensionTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/DimensionTest.html new file mode 100644 index 00000000..4a6fc4f1 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/DimensionTest.html @@ -0,0 +1,344 @@ + + + + + + +DimensionTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test
+

Class DimensionTest

+
+
+
    +
  • Object
  • +
  • +
      +
    • DimensionTest
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class DimensionTest
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DimensionTest

        +
        public DimensionTest()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init()
        +
      • +
      + + + +
        +
      • +

        testGetInstance

        +
        public void testGetInstance()
        +
      • +
      + + + +
        +
      • +

        testMultiply

        +
        public void testMultiply()
        +
      • +
      + + + +
        +
      • +

        testDivide

        +
        public void testDivide()
        +
      • +
      + + + +
        +
      • +

        testPow

        +
        public void testPow()
        +
      • +
      + + + +
        +
      • +

        testRoot

        +
        public void testRoot()
        +
      • +
      + + + +
        +
      • +

        testGetProductDimensions

        +
        public void testGetProductDimensions()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/TestUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/TestUnit.html new file mode 100644 index 00000000..aeec8c75 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/TestUnit.html @@ -0,0 +1,735 @@ + + + + + + +TestUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test
+

Class TestUnit<Q extends Quantity<Q>>

+
+
+
    +
  • Object
  • +
  • +
      +
    • TestUnit<Q>
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/TripLeg.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/TripLeg.html new file mode 100644 index 00000000..a6d6f3cf --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/TripLeg.html @@ -0,0 +1,266 @@ + + + + + + +TripLeg (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.test
+

Class TripLeg

+
+
+ +
+
    +
  • +
    +
    +
    public class TripLeg
    +extends Object
    +
    Author:
    +
    paul.morrison
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/UnitTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/UnitTest.html new file mode 100644 index 00000000..c910f9df --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/UnitTest.html @@ -0,0 +1,313 @@ + + + + + + +UnitTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test
+

Class UnitTest

+
+
+ +
+
    +
  • +
    +
    +
    public class UnitTest
    +extends Object
    +
    Author:
    +
    Werner
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UnitTest

        +
        public UnitTest()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init()
        +
      • +
      + + + +
        +
      • +

        testGetSymbol

        +
        public void testGetSymbol()
        +
        Test method for EnumUnit.getSymbol().
        +
      • +
      + + + +
        +
      • +

        testGetDimension

        +
        public void testGetDimension()
        +
        Test method for EnumUnit.getDimension().
        +
      • +
      + + + +
        +
      • +

        testIsCompatible

        +
        public void testIsCompatible()
        +
        Test method for EnumUnit.isCompatible(javax.measure.Unit).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CalcTripLength.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CalcTripLength.html new file mode 100644 index 00000000..4fa8fec8 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CalcTripLength.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.CalcTripLength (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.CalcTripLength

+
+
No usage of javax.measure.test.CalcTripLength
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CircleInfo.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CircleInfo.html new file mode 100644 index 00000000..dc9a089b --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CircleInfo.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.CircleInfo

+
+
No usage of javax.measure.test.CircleInfo
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/Conversions.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/Conversions.html new file mode 100644 index 00000000..50c8b112 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/Conversions.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.Conversions (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.Conversions

+
+
No usage of javax.measure.test.Conversions
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/DimensionTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/DimensionTest.html new file mode 100644 index 00000000..55a42c45 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/DimensionTest.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.DimensionTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.DimensionTest

+
+
No usage of javax.measure.test.DimensionTest
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TestUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TestUnit.html new file mode 100644 index 00000000..6323b9cb --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TestUnit.html @@ -0,0 +1,175 @@ + + + + + + +Uses of Class javax.measure.test.TestUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.TestUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TripLeg.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TripLeg.html new file mode 100644 index 00000000..7ed18713 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TripLeg.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.TripLeg (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.TripLeg

+
+
No usage of javax.measure.test.TripLeg
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/UnitTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/UnitTest.html new file mode 100644 index 00000000..a4c50cbc --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/UnitTest.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.UnitTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.UnitTest

+
+
No usage of javax.measure.test.UnitTest
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/PrintUtils.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/PrintUtils.html new file mode 100644 index 00000000..9addc3db --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/PrintUtils.html @@ -0,0 +1,317 @@ + + + + + + +PrintUtils (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test.format
+

Class PrintUtils

+
+
+
    +
  • Object
  • +
  • +
      +
    • PrintUtils
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class PrintUtils
    +extends Object
    +
    A static helper class, checking e.g. if some tests require optional console + output XXX this could have options for using a logging framework eventually
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isConsoleOutput

        +
        public static boolean isConsoleOutput()
        +
      • +
      + + + +
        +
      • +

        print

        +
        public static void print(String message)
        +
      • +
      + + + +
        +
      • +

        println

        +
        public static void println(String message)
        +
      • +
      + + + +
        +
      • +

        print

        +
        public static void print(Object object)
        +
      • +
      + + + +
        +
      • +

        println

        +
        public static void println(Object object)
        +
      • +
      + + + +
        +
      • +

        echo

        +
        public static void echo(Object obj)
        +
        This is a Fantom-style convenience method for console output
        +
      • +
      + + + +
        +
      • +

        echo

        +
        public static void echo(String str)
        +
        This is a Fantom-style convenience method for console output
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/SimpleTestFormat.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/SimpleTestFormat.html new file mode 100644 index 00000000..165ae934 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/SimpleTestFormat.html @@ -0,0 +1,389 @@ + + + + + + +SimpleTestFormat (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test.format
+

Class SimpleTestFormat

+
+
+
    +
  • Object
  • +
  • +
      +
    • SimpleTestFormat
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        geInstance

        +
        public static UnitFormat geInstance()
        +
        Returns the instance for formatting and parsing using case insensitive + symbols
        +
      • +
      + + + +
        +
      • +

        format

        +
        public Appendable format(Unit<?> unit,
        +                Appendable appendable)
        +                  throws IOException
        +
        Formats the specified unit.
        +
        +
        Specified by:
        +
        format in interface UnitFormat
        +
        Parameters:
        unit - the unit to format.
        appendable - the appendable destination.
        +
        Returns:
        The appendable destination passed in as appendable, with + formatted text appended.
        +
        Throws:
        +
        IOException - if an error occurs.
        +
      • +
      + + + +
        +
      • +

        label

        +
        public void label(Unit<?> unit,
        +         String label)
        +
      • +
      + + + +
        +
      • +

        isLocaleSensitive

        +
        public boolean isLocaleSensitive()
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public static UnitFormat getInstance()
        +
        Returns the unit format for the default locale.
        +
        Returns:
        the locale format.
        +
      • +
      + + + + + + + +
        +
      • +

        parse

        +
        public final Unit<?> parse(CharSequence csq)
        +                    throws ParserException
        +
        Parses the specified character sequence to produce a unit (convenience + method). If the specified sequence is empty, the unitary unit + (dimensionless) is returned.
        +
        +
        Specified by:
        +
        parse in interface Parser<CharSequence,Unit<?>>
        +
        Specified by:
        +
        parse in interface UnitFormat
        +
        Parameters:
        csq - the CharSequence to parse.
        +
        Returns:
        the unit parsed from the specified character sub-sequence.
        +
        Throws:
        +
        ParseException - if any problem occurs while parsing the specified character + sequence (e.g. illegal syntax).
        +
        ParserException
        +
      • +
      + + + +
        +
      • +

        format

        +
        public final String format(Unit<?> unit)
        +
        Formats an object to produce a string. This is equivalent to
        + format(unit, + new StringBuilder()).toString();
        +
        +
        Specified by:
        +
        format in interface UnitFormat
        +
        Parameters:
        obj - The object to format
        +
        Returns:
        Formatted string.
        +
        Throws:
        +
        IllegalArgumentException - if the Format cannot format the given object
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/PrintUtils.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/PrintUtils.html new file mode 100644 index 00000000..8fbf2c31 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/PrintUtils.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.format.PrintUtils (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.format.PrintUtils

+
+
No usage of javax.measure.test.format.PrintUtils
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html new file mode 100644 index 00000000..60dd47f4 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.format.SimpleTestFormat (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.format.SimpleTestFormat

+
+
No usage of javax.measure.test.format.SimpleTestFormat
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-frame.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-frame.html new file mode 100644 index 00000000..64b98320 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + +

javax.measure.test.format

+
+

Classes

+ +
+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-summary.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-summary.html new file mode 100644 index 00000000..2f4dd3ba --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-summary.html @@ -0,0 +1,146 @@ + + + + + + +javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.test.format

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    PrintUtils +
    A static helper class, checking e.g.
    +
    SimpleTestFormat +
    Provides a simple interface for formatting and parsing units.
    +
    +
  • +
+
Author:
+
Werner
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-tree.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-tree.html new file mode 100644 index 00000000..ce680513 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-tree.html @@ -0,0 +1,131 @@ + + + + + + +javax.measure.test.format Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.test.format

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-use.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-use.html new file mode 100644 index 00000000..97691bb9 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Package
javax.measure.test.format

+
+
No usage of javax.measure.test.format
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-frame.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-frame.html new file mode 100644 index 00000000..02e2f0ef --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-frame.html @@ -0,0 +1,27 @@ + + + + + + +javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + +

javax.measure.test

+ + + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-summary.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-summary.html new file mode 100644 index 00000000..e1bd64b7 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-summary.html @@ -0,0 +1,162 @@ + + + + + + +javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.test

+
+
+ +
Author:
+
Werner
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-tree.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-tree.html new file mode 100644 index 00000000..515923af --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-tree.html @@ -0,0 +1,136 @@ + + + + + + +javax.measure.test Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.test

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-use.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-use.html new file mode 100644 index 00000000..45a00320 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-use.html @@ -0,0 +1,150 @@ + + + + + + +Uses of Package javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Package
javax.measure.test

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantity.html new file mode 100644 index 00000000..aaaae2db --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantity.html @@ -0,0 +1,897 @@ + + + + + + +AreaQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class AreaQuantity

+
+
+
    +
  • Object
  • +
  • +
      +
    • AreaQuantity
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html new file mode 100644 index 00000000..84ae9f5c --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html @@ -0,0 +1,458 @@ + + + + + + +AreaQuantityTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class AreaQuantityTest

+
+
+
    +
  • Object
  • +
  • +
      +
    • AreaQuantityTest
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class AreaQuantityTest
    +extends Object
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AreaQuantityTest

        +
        public AreaQuantityTest()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setUp

        +
        public void setUp()
        +
      • +
      + + + +
        +
      • +

        testAreaQuantity

        +
        public void testAreaQuantity()
        +
      • +
      + + + +
        +
      • +

        testAdd

        +
        public void testAdd()
        +
      • +
      + + + +
        +
      • +

        testSubtract

        +
        public void testSubtract()
        +
      • +
      + + + +
        +
      • +

        testEq

        +
        public void testEq()
        +
      • +
      + + + +
        +
      • +

        testGt

        +
        public void testGt()
        +
      • +
      + + + +
        +
      • +

        testLt

        +
        public void testLt()
        +
      • +
      + + + +
        +
      • +

        testGe

        +
        public void testGe()
        +
      • +
      + + + +
        +
      • +

        testLe

        +
        public void testLe()
        +
      • +
      + + + +
        +
      • +

        testMultiplyDouble

        +
        public void testMultiplyDouble()
        +
      • +
      + + + +
        +
      • +

        testDivideDouble

        +
        public void testDivideDouble()
        +
      • +
      + + + +
        +
      • +

        testDivideDistanceQuantity

        +
        public void testDivideDistanceQuantity()
        +
      • +
      + + + +
        +
      • +

        testMultiplyDistanceQuantity

        +
        public void testMultiplyDistanceQuantity()
        +
      • +
      + + + +
        +
      • +

        testConvert

        +
        public void testConvert()
        +
      • +
      + + + +
        +
      • +

        testShowInUnits

        +
        public void testShowInUnits()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/CircleInfo.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/CircleInfo.html new file mode 100644 index 00000000..dbaadea9 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/CircleInfo.html @@ -0,0 +1,261 @@ + + + + + + +CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class CircleInfo

+
+
+
    +
  • Object
  • +
  • +
      +
    • CircleInfo
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class CircleInfo
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CircleInfo

        +
        public CircleInfo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
        Parameters:
        args -
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/DistanceQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/DistanceQuantity.html new file mode 100644 index 00000000..30be30a6 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/DistanceQuantity.html @@ -0,0 +1,914 @@ + + + + + + +DistanceQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class DistanceQuantity

+
+
+
    +
  • Object
  • +
  • +
      +
    • DistanceQuantity
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html new file mode 100644 index 00000000..7d0439a7 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html @@ -0,0 +1,347 @@ + + + + + + +TestQuantityFactory (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class TestQuantityFactory<Q extends Quantity<Q>>

+
+
+
    +
  • Object
  • +
  • +
      +
    • TestQuantityFactory<Q>
    • +
    +
  • +
+
+
    +
  • +
    Type Parameters:
    Q - The type of the quantity.
    +
    +
    All Implemented Interfaces:
    +
    QuantityFactory<Q>
    +
    +
    +
    +
    public abstract class TestQuantityFactory<Q extends Quantity<Q>>
    +extends Object
    +implements QuantityFactory<Q>
    +
    A factory producing simple quantities instances (tuples Number/Unit). + + For example:
    + Mass m = QuantityFactory.getInstance(Mass.class).create(23.0, KILOGRAM); // 23.0 kg
    + Time m = QuantityFactory.getInstance(Time.class).create(124, MILLI(SECOND)); // 124 ms +
    +
    Version:
    +
    0.6, $Date: 2014-10-30 $
    +
    Author:
    +
    Martin Desruisseaux, Werner Keil, Jean-Marie Dautelle
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TestQuantityFactory

        +
        public TestQuantityFactory()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInstance

        +
        public static <Q extends Quantity<Q>> QuantityFactory<Q> getInstance(Class<Q> type)
        +
        Returns the default instance for the specified quantity type.
        +
        Type Parameters:
        Q - The type of the quantity
        Parameters:
        type - the quantity type
        +
        Returns:
        the quantity factory for the specified type
        +
      • +
      + + + +
        +
      • +

        setInstance

        +
        protected static <Q extends Quantity<Q>> void setInstance(Class<Q> type,
        +                                       TestQuantityFactory<Q> factory)
        +
        Overrides the default implementation of the factory for the specified + quantity type.
        +
        Type Parameters:
        Q - The type of the quantity
        Parameters:
        type - the quantity type
        factory - the quantity factory
        +
      • +
      + + + +
        +
      • +

        create

        +
        public abstract Quantity<Q> create(Number value,
        +                 Unit<Q> unit)
        +
        Returns the quantity for the specified number stated in the specified unit.
        +
        +
        Specified by:
        +
        create in interface QuantityFactory<Q extends Quantity<Q>>
        +
        Parameters:
        value - the value stated in the specified unit
        unit - the unit
        +
        Returns:
        the corresponding quantity
        +
      • +
      + + + +
        +
      • +

        getMetricUnit

        +
        public abstract Unit<Q> getMetricUnit()
        +
        Returns the metric unit for quantities produced by this factory + or null if unknown.
        +
        Returns:
        the metric units for this factory quantities.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TimeQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TimeQuantity.html new file mode 100644 index 00000000..798329a4 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TimeQuantity.html @@ -0,0 +1,828 @@ + + + + + + +TimeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class TimeQuantity

+
+
+
    +
  • Object
  • +
  • +
      +
    • TimeQuantity
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/VolumeQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/VolumeQuantity.html new file mode 100644 index 00000000..c6230c71 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/VolumeQuantity.html @@ -0,0 +1,854 @@ + + + + + + +VolumeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class VolumeQuantity

+
+
+
    +
  • Object
  • +
  • +
      +
    • VolumeQuantity
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html new file mode 100644 index 00000000..9965f3b1 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html @@ -0,0 +1,230 @@ + + + + + + +Uses of Class javax.measure.test.quantity.AreaQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.AreaQuantity

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html new file mode 100644 index 00000000..ad08ed3d --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.quantity.AreaQuantityTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.AreaQuantityTest

+
+
No usage of javax.measure.test.quantity.AreaQuantityTest
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html new file mode 100644 index 00000000..99daf6c0 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.quantity.CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.CircleInfo

+
+
No usage of javax.measure.test.quantity.CircleInfo
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html new file mode 100644 index 00000000..35fee2b0 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html @@ -0,0 +1,273 @@ + + + + + + +Uses of Class javax.measure.test.quantity.DistanceQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.DistanceQuantity

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html new file mode 100644 index 00000000..517009c1 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Class javax.measure.test.quantity.TestQuantityFactory (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.TestQuantityFactory

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html new file mode 100644 index 00000000..90df34e8 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html @@ -0,0 +1,214 @@ + + + + + + +Uses of Class javax.measure.test.quantity.TimeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.TimeQuantity

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html new file mode 100644 index 00000000..b3fa717f --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html @@ -0,0 +1,222 @@ + + + + + + +Uses of Class javax.measure.test.quantity.VolumeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.VolumeQuantity

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-frame.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-frame.html new file mode 100644 index 00000000..ea001abd --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-frame.html @@ -0,0 +1,27 @@ + + + + + + +javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + +

javax.measure.test.quantity

+ + + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-summary.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-summary.html new file mode 100644 index 00000000..03b23957 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-summary.html @@ -0,0 +1,162 @@ + + + + + + +javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.test.quantity

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-tree.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-tree.html new file mode 100644 index 00000000..f6fbcf82 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-tree.html @@ -0,0 +1,136 @@ + + + + + + +javax.measure.test.quantity Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.test.quantity

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-use.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-use.html new file mode 100644 index 00000000..e233d20f --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-use.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Package javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Package
javax.measure.test.quantity

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/AreaUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/AreaUnit.html new file mode 100644 index 00000000..c16977cd --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/AreaUnit.html @@ -0,0 +1,393 @@ + + + + + + +AreaUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.unit
+

Class AreaUnit

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Unit<Area>
    +
    +
    +
    +
    public class AreaUnit
    +extends TestUnit<Area>
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/BaseUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/BaseUnit.html new file mode 100644 index 00000000..adec336f --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/BaseUnit.html @@ -0,0 +1,403 @@ + + + + + + +BaseUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test.unit
+

Class BaseUnit<Q extends Quantity<Q>>

+
+
+ +
+
    +
  • +
    Type Parameters:
    Q - The type of the quantity measured by this unit.
    +
    +
    All Implemented Interfaces:
    +
    Unit<Q>
    +
    +
    +
    Direct Known Subclasses:
    +
    DistanceUnit, TimeUnit
    +
    +
    +
    +
    public class BaseUnit<Q extends Quantity<Q>>
    +extends TestUnit<Q>
    +
    Building blocks on top of which all others units are created. + Base units are always unscaled metric units. + +

    When using the standard model (default), + all seven base units are dimensionally independent.

    +
    Version:
    +
    0.9
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    Wikipedia: SI base unit
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/DistanceUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/DistanceUnit.html new file mode 100644 index 00000000..013aaedf --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/DistanceUnit.html @@ -0,0 +1,477 @@ + + + + + + +DistanceUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.unit
+

Class DistanceUnit

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Unit<Length>
    +
    +
    +
    +
    public class DistanceUnit
    +extends BaseUnit<Length>
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/TimeUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/TimeUnit.html new file mode 100644 index 00000000..b8103e01 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/TimeUnit.html @@ -0,0 +1,379 @@ + + + + + + +TimeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test.unit
+

Class TimeUnit

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Unit<Time>
    +
    +
    +
    +
    public class TimeUnit
    +extends BaseUnit<Time>
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/VolumeUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/VolumeUnit.html new file mode 100644 index 00000000..4d44ac41 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/VolumeUnit.html @@ -0,0 +1,407 @@ + + + + + + +VolumeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.unit
+

Class VolumeUnit

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Unit<Volume>
    +
    +
    +
    +
    public class VolumeUnit
    +extends TestUnit<Volume>
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html new file mode 100644 index 00000000..35999121 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html @@ -0,0 +1,212 @@ + + + + + + +Uses of Class javax.measure.test.unit.AreaUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.unit.AreaUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html new file mode 100644 index 00000000..3f2884d9 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Class javax.measure.test.unit.BaseUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.unit.BaseUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html new file mode 100644 index 00000000..1b6e7fb0 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html @@ -0,0 +1,246 @@ + + + + + + +Uses of Class javax.measure.test.unit.DistanceUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.unit.DistanceUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html new file mode 100644 index 00000000..0412cf6b --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html @@ -0,0 +1,199 @@ + + + + + + +Uses of Class javax.measure.test.unit.TimeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.unit.TimeUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html new file mode 100644 index 00000000..d5c2b4d0 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html @@ -0,0 +1,216 @@ + + + + + + +Uses of Class javax.measure.test.unit.VolumeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.unit.VolumeUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-frame.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-frame.html new file mode 100644 index 00000000..e4f393e4 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + +

javax.measure.test.unit

+ + + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-summary.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-summary.html new file mode 100644 index 00000000..f6c0687a --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-summary.html @@ -0,0 +1,154 @@ + + + + + + +javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.test.unit

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-tree.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-tree.html new file mode 100644 index 00000000..b9d3f127 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-tree.html @@ -0,0 +1,141 @@ + + + + + + +javax.measure.test.unit Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.test.unit

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-use.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-use.html new file mode 100644 index 00000000..c52130de --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-use.html @@ -0,0 +1,192 @@ + + + + + + +Uses of Package javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Package
javax.measure.test.unit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/overview-frame.html b/0.8-SNAPSHOT/testapidocs/overview-frame.html new file mode 100644 index 00000000..3136938f --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/overview-frame.html @@ -0,0 +1,26 @@ + + + + + + +Overview List (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +

 

+ + diff --git a/0.8-SNAPSHOT/testapidocs/overview-summary.html b/0.8-SNAPSHOT/testapidocs/overview-summary.html new file mode 100644 index 00000000..4947dca8 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/overview-summary.html @@ -0,0 +1,148 @@ + + + + + + +Overview (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Units of Measurement API 0.8-SNAPSHOT Test API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
javax.measure.spi 
javax.measure.test 
javax.measure.test.format 
javax.measure.test.quantity 
javax.measure.test.unit 
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/overview-tree.html b/0.8-SNAPSHOT/testapidocs/overview-tree.html new file mode 100644 index 00000000..6fd17820 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/overview-tree.html @@ -0,0 +1,162 @@ + + + + + + +Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + + + + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/0.8-SNAPSHOT/testapidocs/package-list b/0.8-SNAPSHOT/testapidocs/package-list new file mode 100644 index 00000000..30bc0d02 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/package-list @@ -0,0 +1,5 @@ +javax.measure.spi +javax.measure.test +javax.measure.test.format +javax.measure.test.quantity +javax.measure.test.unit diff --git a/0.8-SNAPSHOT/testapidocs/resources/background.gif b/0.8-SNAPSHOT/testapidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 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 YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/0.8-SNAPSHOT/testapidocs/stylesheet.css b/0.8-SNAPSHOT/testapidocs/stylesheet.css new file mode 100644 index 00000000..0e0d70c1 --- /dev/null +++ b/0.8-SNAPSHOT/testapidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} From a7b9eec9bf635dc348677101cab9fd537ff2eeca Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Sun, 20 Sep 2015 12:27:19 +0000 Subject: [PATCH 03/57] Building site for 0.8-SNAPSHOT --- site/apidocs/allclasses-frame.html | 71 ++ site/apidocs/allclasses-noframe.html | 71 ++ site/apidocs/constant-values.html | 117 +++ site/apidocs/deprecated-list.html | 141 +++ site/apidocs/help-doc.html | 222 +++++ site/apidocs/index-all.html | 810 ++++++++++++++++ site/apidocs/index.html | 75 ++ site/apidocs/javax/measure/Dimension.html | 306 ++++++ .../measure/IncommensurableException.html | 304 ++++++ .../javax/measure/MeasurementException.html | 325 +++++++ site/apidocs/javax/measure/Quantity.html | 459 +++++++++ .../javax/measure/UnconvertibleException.html | 308 ++++++ site/apidocs/javax/measure/Unit.html | 706 ++++++++++++++ site/apidocs/javax/measure/UnitConverter.html | 355 +++++++ .../javax/measure/class-use/Dimension.html | 250 +++++ .../class-use/IncommensurableException.html | 162 ++++ .../class-use/MeasurementException.html | 189 ++++ .../javax/measure/class-use/Quantity.html | 602 ++++++++++++ .../class-use/UnconvertibleException.html | 168 ++++ .../apidocs/javax/measure/class-use/Unit.html | 419 ++++++++ .../measure/class-use/UnitConverter.html | 217 +++++ site/apidocs/javax/measure/format/Parser.html | 235 +++++ .../javax/measure/format/ParserException.html | 366 +++++++ .../javax/measure/format/UnitFormat.html | 340 +++++++ .../measure/format/class-use/Parser.html | 162 ++++ .../format/class-use/ParserException.html | 168 ++++ .../measure/format/class-use/UnitFormat.html | 168 ++++ .../javax/measure/format/package-frame.html | 26 + .../javax/measure/format/package-summary.html | 175 ++++ .../javax/measure/format/package-tree.html | 154 +++ .../javax/measure/format/package-use.html | 183 ++++ site/apidocs/javax/measure/package-frame.html | 30 + .../javax/measure/package-summary.html | 206 ++++ site/apidocs/javax/measure/package-tree.html | 154 +++ site/apidocs/javax/measure/package-use.html | 278 ++++++ .../javax/measure/quantity/Acceleration.html | 197 ++++ .../measure/quantity/AmountOfSubstance.html | 194 ++++ .../apidocs/javax/measure/quantity/Angle.html | 196 ++++ site/apidocs/javax/measure/quantity/Area.html | 196 ++++ .../measure/quantity/CatalyticActivity.html | 193 ++++ .../javax/measure/quantity/Dimensionless.html | 192 ++++ .../measure/quantity/ElectricCapacitance.html | 193 ++++ .../measure/quantity/ElectricCharge.html | 194 ++++ .../measure/quantity/ElectricConductance.html | 193 ++++ .../measure/quantity/ElectricCurrent.html | 195 ++++ .../measure/quantity/ElectricInductance.html | 193 ++++ .../quantity/ElectricPermittivity.html | 194 ++++ .../measure/quantity/ElectricPotential.html | 193 ++++ .../measure/quantity/ElectricResistance.html | 193 ++++ .../javax/measure/quantity/Energy.html | 196 ++++ .../apidocs/javax/measure/quantity/Force.html | 195 ++++ .../javax/measure/quantity/Frequency.html | 194 ++++ .../javax/measure/quantity/Illuminance.html | 193 ++++ .../javax/measure/quantity/Length.html | 242 +++++ .../javax/measure/quantity/Luminance.html | 195 ++++ .../javax/measure/quantity/LuminousFlux.html | 193 ++++ .../measure/quantity/LuminousIntensity.html | 195 ++++ .../quantity/MagneticFieldStrength.html | 193 ++++ .../javax/measure/quantity/MagneticFlux.html | 193 ++++ .../measure/quantity/MagneticFluxDensity.html | 193 ++++ site/apidocs/javax/measure/quantity/Mass.html | 196 ++++ .../apidocs/javax/measure/quantity/Power.html | 195 ++++ .../javax/measure/quantity/Pressure.html | 195 ++++ .../quantity/RadiationDoseAbsorbed.html | 194 ++++ .../quantity/RadiationDoseEffective.html | 194 ++++ .../javax/measure/quantity/Radioactivity.html | 193 ++++ .../javax/measure/quantity/SolidAngle.html | 194 ++++ .../apidocs/javax/measure/quantity/Speed.html | 201 ++++ .../javax/measure/quantity/Temperature.html | 193 ++++ site/apidocs/javax/measure/quantity/Time.html | 198 ++++ .../javax/measure/quantity/Volume.html | 195 ++++ .../quantity/class-use/Acceleration.html | 117 +++ .../quantity/class-use/AmountOfSubstance.html | 117 +++ .../measure/quantity/class-use/Angle.html | 117 +++ .../measure/quantity/class-use/Area.html | 164 ++++ .../quantity/class-use/CatalyticActivity.html | 117 +++ .../quantity/class-use/Dimensionless.html | 117 +++ .../class-use/ElectricCapacitance.html | 117 +++ .../quantity/class-use/ElectricCharge.html | 117 +++ .../class-use/ElectricConductance.html | 117 +++ .../quantity/class-use/ElectricCurrent.html | 117 +++ .../class-use/ElectricInductance.html | 117 +++ .../class-use/ElectricPermittivity.html | 117 +++ .../quantity/class-use/ElectricPotential.html | 117 +++ .../class-use/ElectricResistance.html | 117 +++ .../measure/quantity/class-use/Energy.html | 117 +++ .../measure/quantity/class-use/Force.html | 117 +++ .../measure/quantity/class-use/Frequency.html | 117 +++ .../quantity/class-use/Illuminance.html | 117 +++ .../measure/quantity/class-use/Length.html | 164 ++++ .../measure/quantity/class-use/Luminance.html | 117 +++ .../quantity/class-use/LuminousFlux.html | 117 +++ .../quantity/class-use/LuminousIntensity.html | 117 +++ .../class-use/MagneticFieldStrength.html | 117 +++ .../quantity/class-use/MagneticFlux.html | 117 +++ .../class-use/MagneticFluxDensity.html | 117 +++ .../measure/quantity/class-use/Mass.html | 117 +++ .../measure/quantity/class-use/Power.html | 117 +++ .../measure/quantity/class-use/Pressure.html | 117 +++ .../class-use/RadiationDoseAbsorbed.html | 117 +++ .../class-use/RadiationDoseEffective.html | 117 +++ .../quantity/class-use/Radioactivity.html | 117 +++ .../quantity/class-use/SolidAngle.html | 117 +++ .../measure/quantity/class-use/Speed.html | 117 +++ .../quantity/class-use/Temperature.html | 117 +++ .../measure/quantity/class-use/Time.html | 117 +++ .../measure/quantity/class-use/Volume.html | 117 +++ .../javax/measure/quantity/package-frame.html | 56 ++ .../measure/quantity/package-summary.html | 398 ++++++++ .../javax/measure/quantity/package-tree.html | 165 ++++ .../javax/measure/quantity/package-use.html | 161 +++ site/apidocs/javax/measure/spi/Bootstrap.html | 274 ++++++ .../javax/measure/spi/QuantityFactory.html | 226 +++++ .../measure/spi/QuantityFactoryService.html | 222 +++++ .../javax/measure/spi/ServiceProvider.html | 263 +++++ .../javax/measure/spi/SystemOfUnits.html | 282 ++++++ .../measure/spi/SystemOfUnitsService.html | 251 +++++ .../javax/measure/spi/UnitFormatService.html | 246 +++++ .../measure/spi/class-use/Bootstrap.html | 117 +++ .../spi/class-use/QuantityFactory.html | 161 +++ .../spi/class-use/QuantityFactoryService.html | 117 +++ .../spi/class-use/ServiceProvider.html | 176 ++++ .../measure/spi/class-use/SystemOfUnits.html | 170 ++++ .../spi/class-use/SystemOfUnitsService.html | 117 +++ .../spi/class-use/UnitFormatService.html | 117 +++ .../javax/measure/spi/package-frame.html | 30 + .../javax/measure/spi/package-summary.html | 204 ++++ .../javax/measure/spi/package-tree.html | 139 +++ .../javax/measure/spi/package-use.html | 167 ++++ site/apidocs/overview-frame.html | 25 + site/apidocs/overview-summary.html | 154 +++ site/apidocs/overview-tree.html | 209 ++++ site/apidocs/package-list | 4 + site/apidocs/resources/background.gif | Bin 0 -> 2313 bytes site/apidocs/resources/tab.gif | Bin 0 -> 291 bytes site/apidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes site/apidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes site/apidocs/serialized-form.html | 182 ++++ site/apidocs/stylesheet.css | 474 +++++++++ site/checkstyle.html | 908 +++++++++++++++++ site/checkstyle.rss | 866 +++++++++++++++++ site/css/maven-base.css | 155 +++ site/css/maven-theme.css | 141 +++ site/css/print.css | 7 + site/css/site.css | 1 + site/findbugs.html | 125 +++ site/images/collapsed.gif | Bin 0 -> 53 bytes site/images/expanded.gif | Bin 0 -> 52 bytes site/images/external.png | Bin 0 -> 230 bytes site/images/icon.png | Bin 0 -> 5267 bytes site/images/icon_error_sml.gif | Bin 0 -> 1010 bytes site/images/icon_info_sml.gif | Bin 0 -> 606 bytes site/images/icon_success_sml.gif | Bin 0 -> 990 bytes site/images/icon_warning_sml.gif | Bin 0 -> 576 bytes site/images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes site/images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes site/images/logos/maven-feather.png | Bin 0 -> 3330 bytes site/images/newwindow.png | Bin 0 -> 220 bytes site/images/rss.png | Bin 0 -> 360 bytes site/index.html | 122 +++ site/integration.html | 117 +++ site/issue-tracking.html | 114 +++ site/license.html | 231 +++++ site/mail-lists.html | 128 +++ site/pmd.html | 132 +++ site/project-info.html | 139 +++ site/project-reports.html | 127 +++ site/project-summary.html | 156 +++ site/source-repository.html | 127 +++ site/surefire-report.html | 378 ++++++++ site/team-list.html | 284 ++++++ site/testapidocs/allclasses-frame.html | 41 + site/testapidocs/allclasses-noframe.html | 41 + site/testapidocs/constant-values.html | 117 +++ site/testapidocs/deprecated-list.html | 117 +++ site/testapidocs/help-doc.html | 222 +++++ site/testapidocs/index-all.html | 795 +++++++++++++++ site/testapidocs/index.html | 75 ++ .../BootstrapTest.TestServiceProvider.html | 314 ++++++ .../javax/measure/spi/BootstrapTest.html | 368 +++++++ .../BootstrapTest.TestServiceProvider.html | 117 +++ .../measure/spi/class-use/BootstrapTest.html | 117 +++ .../javax/measure/spi/package-frame.html | 22 + .../javax/measure/spi/package-summary.html | 142 +++ .../javax/measure/spi/package-tree.html | 131 +++ .../javax/measure/spi/package-use.html | 117 +++ .../javax/measure/test/CalcTripLength.html | 262 +++++ .../javax/measure/test/CircleInfo.html | 260 +++++ .../javax/measure/test/Conversions.html | 260 +++++ .../javax/measure/test/DimensionTest.html | 344 +++++++ .../javax/measure/test/TestUnit.html | 735 ++++++++++++++ .../javax/measure/test/TripLeg.html | 266 +++++ .../javax/measure/test/UnitTest.html | 313 ++++++ .../test/class-use/CalcTripLength.html | 117 +++ .../measure/test/class-use/CircleInfo.html | 117 +++ .../measure/test/class-use/Conversions.html | 117 +++ .../measure/test/class-use/DimensionTest.html | 117 +++ .../measure/test/class-use/TestUnit.html | 175 ++++ .../javax/measure/test/class-use/TripLeg.html | 117 +++ .../measure/test/class-use/UnitTest.html | 117 +++ .../javax/measure/test/format/PrintUtils.html | 317 ++++++ .../measure/test/format/SimpleTestFormat.html | 389 ++++++++ .../test/format/class-use/PrintUtils.html | 117 +++ .../format/class-use/SimpleTestFormat.html | 117 +++ .../measure/test/format/package-frame.html | 22 + .../measure/test/format/package-summary.html | 146 +++ .../measure/test/format/package-tree.html | 131 +++ .../measure/test/format/package-use.html | 117 +++ .../javax/measure/test/package-frame.html | 27 + .../javax/measure/test/package-summary.html | 162 ++++ .../javax/measure/test/package-tree.html | 136 +++ .../javax/measure/test/package-use.html | 150 +++ .../measure/test/quantity/AreaQuantity.html | 897 +++++++++++++++++ .../test/quantity/AreaQuantityTest.html | 458 +++++++++ .../measure/test/quantity/CircleInfo.html | 261 +++++ .../test/quantity/DistanceQuantity.html | 914 ++++++++++++++++++ .../test/quantity/TestQuantityFactory.html | 347 +++++++ .../measure/test/quantity/TimeQuantity.html | 828 ++++++++++++++++ .../measure/test/quantity/VolumeQuantity.html | 854 ++++++++++++++++ .../test/quantity/class-use/AreaQuantity.html | 230 +++++ .../quantity/class-use/AreaQuantityTest.html | 117 +++ .../test/quantity/class-use/CircleInfo.html | 117 +++ .../quantity/class-use/DistanceQuantity.html | 273 ++++++ .../class-use/TestQuantityFactory.html | 161 +++ .../test/quantity/class-use/TimeQuantity.html | 214 ++++ .../quantity/class-use/VolumeQuantity.html | 222 +++++ .../measure/test/quantity/package-frame.html | 27 + .../test/quantity/package-summary.html | 162 ++++ .../measure/test/quantity/package-tree.html | 136 +++ .../measure/test/quantity/package-use.html | 183 ++++ .../javax/measure/test/unit/AreaUnit.html | 393 ++++++++ .../javax/measure/test/unit/BaseUnit.html | 403 ++++++++ .../javax/measure/test/unit/DistanceUnit.html | 477 +++++++++ .../javax/measure/test/unit/TimeUnit.html | 379 ++++++++ .../javax/measure/test/unit/VolumeUnit.html | 407 ++++++++ .../measure/test/unit/class-use/AreaUnit.html | 212 ++++ .../measure/test/unit/class-use/BaseUnit.html | 161 +++ .../test/unit/class-use/DistanceUnit.html | 246 +++++ .../measure/test/unit/class-use/TimeUnit.html | 199 ++++ .../test/unit/class-use/VolumeUnit.html | 216 +++++ .../measure/test/unit/package-frame.html | 25 + .../measure/test/unit/package-summary.html | 154 +++ .../javax/measure/test/unit/package-tree.html | 141 +++ .../javax/measure/test/unit/package-use.html | 192 ++++ site/testapidocs/overview-frame.html | 26 + site/testapidocs/overview-summary.html | 148 +++ site/testapidocs/overview-tree.html | 162 ++++ site/testapidocs/package-list | 5 + site/testapidocs/resources/background.gif | Bin 0 -> 2313 bytes site/testapidocs/resources/tab.gif | Bin 0 -> 291 bytes site/testapidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes site/testapidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes site/testapidocs/stylesheet.css | 474 +++++++++ 253 files changed, 48344 insertions(+) create mode 100644 site/apidocs/allclasses-frame.html create mode 100644 site/apidocs/allclasses-noframe.html create mode 100644 site/apidocs/constant-values.html create mode 100644 site/apidocs/deprecated-list.html create mode 100644 site/apidocs/help-doc.html create mode 100644 site/apidocs/index-all.html create mode 100644 site/apidocs/index.html create mode 100644 site/apidocs/javax/measure/Dimension.html create mode 100644 site/apidocs/javax/measure/IncommensurableException.html create mode 100644 site/apidocs/javax/measure/MeasurementException.html create mode 100644 site/apidocs/javax/measure/Quantity.html create mode 100644 site/apidocs/javax/measure/UnconvertibleException.html create mode 100644 site/apidocs/javax/measure/Unit.html create mode 100644 site/apidocs/javax/measure/UnitConverter.html create mode 100644 site/apidocs/javax/measure/class-use/Dimension.html create mode 100644 site/apidocs/javax/measure/class-use/IncommensurableException.html create mode 100644 site/apidocs/javax/measure/class-use/MeasurementException.html create mode 100644 site/apidocs/javax/measure/class-use/Quantity.html create mode 100644 site/apidocs/javax/measure/class-use/UnconvertibleException.html create mode 100644 site/apidocs/javax/measure/class-use/Unit.html create mode 100644 site/apidocs/javax/measure/class-use/UnitConverter.html create mode 100644 site/apidocs/javax/measure/format/Parser.html create mode 100644 site/apidocs/javax/measure/format/ParserException.html create mode 100644 site/apidocs/javax/measure/format/UnitFormat.html create mode 100644 site/apidocs/javax/measure/format/class-use/Parser.html create mode 100644 site/apidocs/javax/measure/format/class-use/ParserException.html create mode 100644 site/apidocs/javax/measure/format/class-use/UnitFormat.html create mode 100644 site/apidocs/javax/measure/format/package-frame.html create mode 100644 site/apidocs/javax/measure/format/package-summary.html create mode 100644 site/apidocs/javax/measure/format/package-tree.html create mode 100644 site/apidocs/javax/measure/format/package-use.html create mode 100644 site/apidocs/javax/measure/package-frame.html create mode 100644 site/apidocs/javax/measure/package-summary.html create mode 100644 site/apidocs/javax/measure/package-tree.html create mode 100644 site/apidocs/javax/measure/package-use.html create mode 100644 site/apidocs/javax/measure/quantity/Acceleration.html create mode 100644 site/apidocs/javax/measure/quantity/AmountOfSubstance.html create mode 100644 site/apidocs/javax/measure/quantity/Angle.html create mode 100644 site/apidocs/javax/measure/quantity/Area.html create mode 100644 site/apidocs/javax/measure/quantity/CatalyticActivity.html create mode 100644 site/apidocs/javax/measure/quantity/Dimensionless.html create mode 100644 site/apidocs/javax/measure/quantity/ElectricCapacitance.html create mode 100644 site/apidocs/javax/measure/quantity/ElectricCharge.html create mode 100644 site/apidocs/javax/measure/quantity/ElectricConductance.html create mode 100644 site/apidocs/javax/measure/quantity/ElectricCurrent.html create mode 100644 site/apidocs/javax/measure/quantity/ElectricInductance.html create mode 100644 site/apidocs/javax/measure/quantity/ElectricPermittivity.html create mode 100644 site/apidocs/javax/measure/quantity/ElectricPotential.html create mode 100644 site/apidocs/javax/measure/quantity/ElectricResistance.html create mode 100644 site/apidocs/javax/measure/quantity/Energy.html create mode 100644 site/apidocs/javax/measure/quantity/Force.html create mode 100644 site/apidocs/javax/measure/quantity/Frequency.html create mode 100644 site/apidocs/javax/measure/quantity/Illuminance.html create mode 100644 site/apidocs/javax/measure/quantity/Length.html create mode 100644 site/apidocs/javax/measure/quantity/Luminance.html create mode 100644 site/apidocs/javax/measure/quantity/LuminousFlux.html create mode 100644 site/apidocs/javax/measure/quantity/LuminousIntensity.html create mode 100644 site/apidocs/javax/measure/quantity/MagneticFieldStrength.html create mode 100644 site/apidocs/javax/measure/quantity/MagneticFlux.html create mode 100644 site/apidocs/javax/measure/quantity/MagneticFluxDensity.html create mode 100644 site/apidocs/javax/measure/quantity/Mass.html create mode 100644 site/apidocs/javax/measure/quantity/Power.html create mode 100644 site/apidocs/javax/measure/quantity/Pressure.html create mode 100644 site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html create mode 100644 site/apidocs/javax/measure/quantity/RadiationDoseEffective.html create mode 100644 site/apidocs/javax/measure/quantity/Radioactivity.html create mode 100644 site/apidocs/javax/measure/quantity/SolidAngle.html create mode 100644 site/apidocs/javax/measure/quantity/Speed.html create mode 100644 site/apidocs/javax/measure/quantity/Temperature.html create mode 100644 site/apidocs/javax/measure/quantity/Time.html create mode 100644 site/apidocs/javax/measure/quantity/Volume.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Acceleration.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Angle.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Area.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Dimensionless.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/ElectricCharge.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/ElectricConductance.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/ElectricInductance.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/ElectricResistance.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Energy.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Force.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Frequency.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Illuminance.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Length.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Luminance.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Mass.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Power.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Pressure.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Radioactivity.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/SolidAngle.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Speed.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Temperature.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Time.html create mode 100644 site/apidocs/javax/measure/quantity/class-use/Volume.html create mode 100644 site/apidocs/javax/measure/quantity/package-frame.html create mode 100644 site/apidocs/javax/measure/quantity/package-summary.html create mode 100644 site/apidocs/javax/measure/quantity/package-tree.html create mode 100644 site/apidocs/javax/measure/quantity/package-use.html create mode 100644 site/apidocs/javax/measure/spi/Bootstrap.html create mode 100644 site/apidocs/javax/measure/spi/QuantityFactory.html create mode 100644 site/apidocs/javax/measure/spi/QuantityFactoryService.html create mode 100644 site/apidocs/javax/measure/spi/ServiceProvider.html create mode 100644 site/apidocs/javax/measure/spi/SystemOfUnits.html create mode 100644 site/apidocs/javax/measure/spi/SystemOfUnitsService.html create mode 100644 site/apidocs/javax/measure/spi/UnitFormatService.html create mode 100644 site/apidocs/javax/measure/spi/class-use/Bootstrap.html create mode 100644 site/apidocs/javax/measure/spi/class-use/QuantityFactory.html create mode 100644 site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html create mode 100644 site/apidocs/javax/measure/spi/class-use/ServiceProvider.html create mode 100644 site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html create mode 100644 site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html create mode 100644 site/apidocs/javax/measure/spi/class-use/UnitFormatService.html create mode 100644 site/apidocs/javax/measure/spi/package-frame.html create mode 100644 site/apidocs/javax/measure/spi/package-summary.html create mode 100644 site/apidocs/javax/measure/spi/package-tree.html create mode 100644 site/apidocs/javax/measure/spi/package-use.html create mode 100644 site/apidocs/overview-frame.html create mode 100644 site/apidocs/overview-summary.html create mode 100644 site/apidocs/overview-tree.html create mode 100644 site/apidocs/package-list create mode 100644 site/apidocs/resources/background.gif create mode 100644 site/apidocs/resources/tab.gif create mode 100644 site/apidocs/resources/titlebar.gif create mode 100644 site/apidocs/resources/titlebar_end.gif create mode 100644 site/apidocs/serialized-form.html create mode 100644 site/apidocs/stylesheet.css create mode 100644 site/checkstyle.html create mode 100644 site/checkstyle.rss create mode 100644 site/css/maven-base.css create mode 100644 site/css/maven-theme.css create mode 100644 site/css/print.css create mode 100644 site/css/site.css create mode 100644 site/findbugs.html create mode 100644 site/images/collapsed.gif create mode 100644 site/images/expanded.gif create mode 100644 site/images/external.png create mode 100644 site/images/icon.png create mode 100644 site/images/icon_error_sml.gif create mode 100644 site/images/icon_info_sml.gif create mode 100644 site/images/icon_success_sml.gif create mode 100644 site/images/icon_warning_sml.gif create mode 100644 site/images/logos/build-by-maven-black.png create mode 100644 site/images/logos/build-by-maven-white.png create mode 100644 site/images/logos/maven-feather.png create mode 100644 site/images/newwindow.png create mode 100644 site/images/rss.png create mode 100644 site/index.html create mode 100644 site/integration.html create mode 100644 site/issue-tracking.html create mode 100644 site/license.html create mode 100644 site/mail-lists.html create mode 100644 site/pmd.html create mode 100644 site/project-info.html create mode 100644 site/project-reports.html create mode 100644 site/project-summary.html create mode 100644 site/source-repository.html create mode 100644 site/surefire-report.html create mode 100644 site/team-list.html create mode 100644 site/testapidocs/allclasses-frame.html create mode 100644 site/testapidocs/allclasses-noframe.html create mode 100644 site/testapidocs/constant-values.html create mode 100644 site/testapidocs/deprecated-list.html create mode 100644 site/testapidocs/help-doc.html create mode 100644 site/testapidocs/index-all.html create mode 100644 site/testapidocs/index.html create mode 100644 site/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html create mode 100644 site/testapidocs/javax/measure/spi/BootstrapTest.html create mode 100644 site/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html create mode 100644 site/testapidocs/javax/measure/spi/class-use/BootstrapTest.html create mode 100644 site/testapidocs/javax/measure/spi/package-frame.html create mode 100644 site/testapidocs/javax/measure/spi/package-summary.html create mode 100644 site/testapidocs/javax/measure/spi/package-tree.html create mode 100644 site/testapidocs/javax/measure/spi/package-use.html create mode 100644 site/testapidocs/javax/measure/test/CalcTripLength.html create mode 100644 site/testapidocs/javax/measure/test/CircleInfo.html create mode 100644 site/testapidocs/javax/measure/test/Conversions.html create mode 100644 site/testapidocs/javax/measure/test/DimensionTest.html create mode 100644 site/testapidocs/javax/measure/test/TestUnit.html create mode 100644 site/testapidocs/javax/measure/test/TripLeg.html create mode 100644 site/testapidocs/javax/measure/test/UnitTest.html create mode 100644 site/testapidocs/javax/measure/test/class-use/CalcTripLength.html create mode 100644 site/testapidocs/javax/measure/test/class-use/CircleInfo.html create mode 100644 site/testapidocs/javax/measure/test/class-use/Conversions.html create mode 100644 site/testapidocs/javax/measure/test/class-use/DimensionTest.html create mode 100644 site/testapidocs/javax/measure/test/class-use/TestUnit.html create mode 100644 site/testapidocs/javax/measure/test/class-use/TripLeg.html create mode 100644 site/testapidocs/javax/measure/test/class-use/UnitTest.html create mode 100644 site/testapidocs/javax/measure/test/format/PrintUtils.html create mode 100644 site/testapidocs/javax/measure/test/format/SimpleTestFormat.html create mode 100644 site/testapidocs/javax/measure/test/format/class-use/PrintUtils.html create mode 100644 site/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html create mode 100644 site/testapidocs/javax/measure/test/format/package-frame.html create mode 100644 site/testapidocs/javax/measure/test/format/package-summary.html create mode 100644 site/testapidocs/javax/measure/test/format/package-tree.html create mode 100644 site/testapidocs/javax/measure/test/format/package-use.html create mode 100644 site/testapidocs/javax/measure/test/package-frame.html create mode 100644 site/testapidocs/javax/measure/test/package-summary.html create mode 100644 site/testapidocs/javax/measure/test/package-tree.html create mode 100644 site/testapidocs/javax/measure/test/package-use.html create mode 100644 site/testapidocs/javax/measure/test/quantity/AreaQuantity.html create mode 100644 site/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html create mode 100644 site/testapidocs/javax/measure/test/quantity/CircleInfo.html create mode 100644 site/testapidocs/javax/measure/test/quantity/DistanceQuantity.html create mode 100644 site/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html create mode 100644 site/testapidocs/javax/measure/test/quantity/TimeQuantity.html create mode 100644 site/testapidocs/javax/measure/test/quantity/VolumeQuantity.html create mode 100644 site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html create mode 100644 site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html create mode 100644 site/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html create mode 100644 site/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html create mode 100644 site/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html create mode 100644 site/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html create mode 100644 site/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html create mode 100644 site/testapidocs/javax/measure/test/quantity/package-frame.html create mode 100644 site/testapidocs/javax/measure/test/quantity/package-summary.html create mode 100644 site/testapidocs/javax/measure/test/quantity/package-tree.html create mode 100644 site/testapidocs/javax/measure/test/quantity/package-use.html create mode 100644 site/testapidocs/javax/measure/test/unit/AreaUnit.html create mode 100644 site/testapidocs/javax/measure/test/unit/BaseUnit.html create mode 100644 site/testapidocs/javax/measure/test/unit/DistanceUnit.html create mode 100644 site/testapidocs/javax/measure/test/unit/TimeUnit.html create mode 100644 site/testapidocs/javax/measure/test/unit/VolumeUnit.html create mode 100644 site/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html create mode 100644 site/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html create mode 100644 site/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html create mode 100644 site/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html create mode 100644 site/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html create mode 100644 site/testapidocs/javax/measure/test/unit/package-frame.html create mode 100644 site/testapidocs/javax/measure/test/unit/package-summary.html create mode 100644 site/testapidocs/javax/measure/test/unit/package-tree.html create mode 100644 site/testapidocs/javax/measure/test/unit/package-use.html create mode 100644 site/testapidocs/overview-frame.html create mode 100644 site/testapidocs/overview-summary.html create mode 100644 site/testapidocs/overview-tree.html create mode 100644 site/testapidocs/package-list create mode 100644 site/testapidocs/resources/background.gif create mode 100644 site/testapidocs/resources/tab.gif create mode 100644 site/testapidocs/resources/titlebar.gif create mode 100644 site/testapidocs/resources/titlebar_end.gif create mode 100644 site/testapidocs/stylesheet.css diff --git a/site/apidocs/allclasses-frame.html b/site/apidocs/allclasses-frame.html new file mode 100644 index 00000000..11e2d5d1 --- /dev/null +++ b/site/apidocs/allclasses-frame.html @@ -0,0 +1,71 @@ + + + + + + +All Classes (Units of Measurement API 0.8-SNAPSHOT API) + + + + +

All Classes

+ + + diff --git a/site/apidocs/allclasses-noframe.html b/site/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..f4fb639f --- /dev/null +++ b/site/apidocs/allclasses-noframe.html @@ -0,0 +1,71 @@ + + + + + + +All Classes (Units of Measurement API 0.8-SNAPSHOT API) + + + + +

All Classes

+ + + diff --git a/site/apidocs/constant-values.html b/site/apidocs/constant-values.html new file mode 100644 index 00000000..8d40be8a --- /dev/null +++ b/site/apidocs/constant-values.html @@ -0,0 +1,117 @@ + + + + + + +Constant Field Values (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/deprecated-list.html b/site/apidocs/deprecated-list.html new file mode 100644 index 00000000..ed38846e --- /dev/null +++ b/site/apidocs/deprecated-list.html @@ -0,0 +1,141 @@ + + + + + + +Deprecated List (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+ +
+
+ + + +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/help-doc.html b/site/apidocs/help-doc.html new file mode 100644 index 00000000..b8c30fbd --- /dev/null +++ b/site/apidocs/help-doc.html @@ -0,0 +1,222 @@ + + + + + + +API Help (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/index-all.html b/site/apidocs/index-all.html new file mode 100644 index 00000000..4c1abba8 --- /dev/null +++ b/site/apidocs/index-all.html @@ -0,0 +1,810 @@ + + + + + + +Index (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
A B C D E F G I J L M P Q R S T U V  + + +

A

+
+
Acceleration - Interface in javax.measure.quantity
+
+
Rate of change of velocity with respect to time.
+
+
add(Quantity<Q>) - Method in interface Quantity
+
+
Returns the sum of this Quantity with the one specified.
+
+
alternate(String) - Method in interface Unit
+
+
Returns a system unit equivalent to this unscaled standard unit but used + in expressions to distinguish between quantities of a different nature + but of the same dimensions.
+
+
AmountOfSubstance - Interface in javax.measure.quantity
+
+
Number of elementary entities (molecules, for example) of a substance.
+
+
Angle - Interface in javax.measure.quantity
+
+
Figure formed by two lines diverging from a common point.
+
+
Area - Interface in javax.measure.quantity
+
+
Extent of a planar region or of the surface of a solid measured in square units.
+
+
asType(Class<T>) - Method in interface Quantity
+
+
Casts this quantity to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified + quantity and this measure unit's dimension do not match.
+
+
asType(Class<T>) - Method in interface Unit
+
+
Casts this unit to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified quantity + and this unit's dimension do not match.
+
+
+ + + +

B

+
+
Bootstrap - Class in javax.measure.spi
+
+
This singleton provides access to the services available in the current runtime environment.
+
+
+ + + +

C

+
+
CatalyticActivity - Interface in javax.measure.quantity
+
+
Catalytic activity.
+
+
concatenate(UnitConverter) - Method in interface UnitConverter
+
+
Concatenates this converter with another converter.
+
+
convert(Number) - Method in interface UnitConverter
+
+
Converts a Number value.
+
+
convert(double) - Method in interface UnitConverter
+
+
Converts a double value.
+
+
create(Number, Unit<Q>) - Method in interface QuantityFactory
+
+
Returns the quantity for the specified number stated in the specified unit.
+
+
+ + + +

D

+
+
Dimension - Interface in javax.measure
+
+
Represents the dimension of a unit.
+
+
Dimensionless - Interface in javax.measure.quantity
+
+
Dimensionless quantity.
+
+
divide(Dimension) - Method in interface Dimension
+
+
Returns the quotient of this dimension with the one specified.
+
+
divide(Quantity<?>) - Method in interface Quantity
+
+
Returns the product of this Quantity divided by the Quantity + specified.
+
+
divide(Number) - Method in interface Quantity
+
+
Returns the product of this Quantity divided by the Number + specified.
+
+
divide(double) - Method in interface Unit
+
+
Returns the result of dividing this unit by an approximate divisor.
+
+
divide(Unit<?>) - Method in interface Unit
+
+
Returns the quotient of this unit with the one specified.
+
+
+ + + +

E

+
+
ElectricCapacitance - Interface in javax.measure.quantity
+
+
Electric capacitance.
+
+
ElectricCharge - Interface in javax.measure.quantity
+
+
Electric charge.
+
+
ElectricConductance - Interface in javax.measure.quantity
+
+
Electric conductance.
+
+
ElectricCurrent - Interface in javax.measure.quantity
+
+
Amount of electric charge flowing past a specified circuit point per unit time.
+
+
ElectricInductance - Interface in javax.measure.quantity
+
+
Electric inductance.
+
+
ElectricPermittivity - Interface in javax.measure.quantity
+
+
How an electric field affects, and is affected, by a dielectric medium.
+
+
ElectricPotential - Interface in javax.measure.quantity
+
+
Electric potential or electromotive force.
+
+
ElectricResistance - Interface in javax.measure.quantity
+
+
Electric resistance.
+
+
Energy - Interface in javax.measure.quantity
+
+
Capacity of a physical system to do work.
+
+
+ + + +

F

+
+
Force - Interface in javax.measure.quantity
+
+
Quantity that tends to produce an acceleration of a body in the direction of its application.
+
+
format(Unit<?>, Appendable) - Method in interface UnitFormat
+
+
Formats the specified Unit.
+
+
format(Unit<?>) - Method in interface UnitFormat
+
+
Formats the specified Unit.
+
+
Frequency - Interface in javax.measure.quantity
+
+
Number of times a specified phenomenon occurs within a specified interval.
+
+
+ + + +

G

+
+
getConversionSteps() - Method in interface UnitConverter
+
+
Returns the steps of fundamental converters making up this converter or + this if the converter is a fundamental converter.
+
+
getConverterTo(Unit<Q>) - Method in interface Unit
+
+
Returns a converter of numeric values from this unit to another unit of same type.
+
+
getConverterToAny(Unit<?>) - Method in interface Unit
+
+
Returns a converter from this unit to the specified unit of type unknown.
+
+
getDimension() - Method in interface Unit
+
+
Returns the dimension of this unit.
+
+
getName() - Method in interface SystemOfUnits
+
 
+
getName() - Method in interface Unit
+
+
Returns the name (if any) of this unit.
+
+
getParsedString() - Method in exception ParserException
+
+
Returns the string that was being parsed.
+
+
getPosition() - Method in exception ParserException
+
+
Returns the position where the error was found.
+
+
getPriority() - Method in interface ServiceProvider
+
+
This method allows to define a priority for a registered ServiceProvider instance.
+
+
getProductDimensions() - Method in interface Dimension
+
+
Returns the fundamental dimensions and their exponent whose product is + this dimension, or null if this dimension is a fundamental dimension.
+
+
getProductUnits() - Method in interface Unit
+
+
Returns the base units and their exponent whose product is this unit, + or null if this unit is a base unit (not a product of existing units).
+
+
getQuantityFactory(Class<Q>) - Method in interface QuantityFactoryService
+
+
Return a factory for this Quantity.
+
+
getService(Class<T>) - Static method in class Bootstrap
+
+ +
+
getService(Class<T>) - Method in interface ServiceProvider
+
+
Access a single service, given its type.
+
+
getServices(Class<T>) - Static method in class Bootstrap
+
+ +
+
getServices(Class<T>) - Method in interface ServiceProvider
+
+
Access a list of services, given its type.
+
+
getSymbol() - Method in interface Unit
+
+
Returns the symbol (if any) of this unit.
+
+
getSystemOfUnits() - Method in interface SystemOfUnitsService
+
+ +
+
getSystemOfUnits(String) - Method in interface SystemOfUnitsService
+
+
Returns the system of units having the specified name or + null if none.
+
+
getSystemUnit() - Method in interface Unit
+
+
Returns the unscaled system unit from which this unit is derived.
+
+
getUnit() - Method in interface Quantity
+
+
Returns the unit of this Quantity.
+
+
getUnit(Class<Q>) - Method in interface SystemOfUnits
+
+
Returns the default unit for the specified quantity.
+
+
getUnitFormat() - Method in interface UnitFormatService
+
+
Returns the default unit format.
+
+
getUnitFormat(String) - Method in interface UnitFormatService
+
+
Returns the unit format having the specified name or + null if none.
+
+
getUnits() - Method in interface SystemOfUnits
+
+
Returns a read only view over the units defined in this system.
+
+
getUnits(Dimension) - Method in interface SystemOfUnits
+
+
Returns the units defined in this system having the specified dimension + (convenience method).
+
+
getValue() - Method in interface Quantity
+
+
Returns the value of this Quantity.
+
+
+ + + +

I

+
+
Illuminance - Interface in javax.measure.quantity
+
+
Illuminance.
+
+
IncommensurableException - Exception in javax.measure
+
+
Signals that a problem of some sort has occurred due to incommensurable of + some quantities/units.
+
+
IncommensurableException(String) - Constructor for exception IncommensurableException
+
+
Constructs a IncommensurableException with the given message.
+
+
IncommensurableException(Throwable) - Constructor for exception IncommensurableException
+
+
Constructs a IncommensurableException with the given cause.
+
+
IncommensurableException(String, Throwable) - Constructor for exception IncommensurableException
+
+
Constructs a IncommensurableException with the given message and cause.
+
+
init(ServiceProvider) - Static method in class Bootstrap
+
+
Replace the current ServiceProvider in use.
+
+
inverse() - Method in interface Quantity
+
+
Returns a Quantity whose unit is unit.inverse().
+
+
inverse() - Method in interface Unit
+
+
Returns the inverse of this unit.
+
+
inverse() - Method in interface UnitConverter
+
+
Returns the inverse of this converter.
+
+
isCompatible(Unit<?>) - Method in interface Unit
+
+
Indicates if this unit is compatible with the unit specified.
+
+
isIdentity() - Method in interface UnitConverter
+
+
Indicates if this converter is an identity converter.
+
+
isLinear() - Method in interface UnitConverter
+
+
Indicates if this converter is linear.
+
+
isLocaleSensitive() - Method in interface UnitFormat
+
+
Returns true if this UnitFormat depends on a Locale to perform its tasks.
+
+
+ + + +

J

+
+
javax.measure - package javax.measure
+
+
Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
+
+
javax.measure.format - package javax.measure.format
+
+
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
+
+
javax.measure.quantity - package javax.measure.quantity
+
+
[OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
+
+
javax.measure.spi - package javax.measure.spi
+
+
[OPTIONAL] Provides services for units, quantities or their textual representation.
+
+
+ + + +

L

+
+
label(Unit<?>, String) - Method in interface UnitFormat
+
+
Attaches a system-wide label to the specified unit.
+
+
Length - Interface in javax.measure.quantity
+
+
Extent of something along its greatest dimension or the extent of space + between two objects or places.
+
+
Luminance - Interface in javax.measure.quantity
+
+
Luminous intensity per unit area of light traveling in a given direction.
+
+
LuminousFlux - Interface in javax.measure.quantity
+
+
Luminous flux.
+
+
LuminousIntensity - Interface in javax.measure.quantity
+
+
Luminous flux density per solid angle + as measured in a given direction relative to the emitting source.
+
+
+ + + +

M

+
+
MagneticFieldStrength - Interface in javax.measure.quantity
+
+
Magnetic field strength.
+
+
MagneticFlux - Interface in javax.measure.quantity
+
+
Magnetic flux.
+
+
MagneticFluxDensity - Interface in javax.measure.quantity
+
+
Magnetic flux density.
+
+
Mass - Interface in javax.measure.quantity
+
+
Measure of the quantity of matter that a body or an object contains.
+
+
MeasurementException - Exception in javax.measure
+
+
Exception thrown when errors occur during measurement operations.
+
+
MeasurementException(String) - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with the given message.
+
+
MeasurementException(Throwable) - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with the given cause.
+
+
MeasurementException(String, Throwable) - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with the given message and cause.
+
+
MeasurementException() - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with no given message.
+
+
multiply(Dimension) - Method in interface Dimension
+
+
Returns the product of this dimension with the one specified.
+
+
multiply(Length) - Method in interface Length
+
+
Deprecated. +
Subject to removal
+
+
+
multiply(Quantity<?>) - Method in interface Quantity
+
+
Returns the product of this Quantity with the one specified.
+
+
multiply(Number) - Method in interface Quantity
+
+
Returns the product of this Quantity with the Number value + specified.
+
+
multiply(double) - Method in interface Unit
+
+
Returns the result of multiplying this unit by the specified factor.
+
+
multiply(Unit<?>) - Method in interface Unit
+
+
Returns the product of this unit with the one specified.
+
+
+ + + +

P

+
+
parse(I) - Method in interface Parser
+
+
Parses the specified I to produce a O.
+
+
parse(CharSequence) - Method in interface UnitFormat
+
+
Parses a portion of the specified CharSequence from the + specified position to produce a unit.
+
+
Parser<I,O> - Interface in javax.measure.format
+
+
Represents a function that parses an input value and produces an output.
+
+
ParserException - Exception in javax.measure.format
+
+
Signals that an error has been reached unexpectedly while parsing.
+
+
ParserException(String, CharSequence, int) - Constructor for exception ParserException
+
+
Constructs a ParserException with the specified detail message, + parsed text and index.
+
+
ParserException(CharSequence, int) - Constructor for exception ParserException
+
+
Constructs a ParserException with the parsed text and offset.
+
+
ParserException(Throwable) - Constructor for exception ParserException
+
+
Constructs a ParserException with the specified cause.
+
+
pow(int) - Method in interface Dimension
+
+
Returns this dimension raised to an exponent.
+
+
pow(int) - Method in interface Unit
+
+
Returns a unit equals to this unit raised to an exponent.
+
+
Power - Interface in javax.measure.quantity
+
+
Rate at which work is done.
+
+
Pressure - Interface in javax.measure.quantity
+
+
Force applied uniformly over a surface.
+
+
+ + + +

Q

+
+
Quantity<Q extends Quantity<Q>> - Interface in javax.measure
+
+
+ Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
+
+
QuantityFactory<Q extends Quantity<Q>> - Interface in javax.measure.spi
+
+
Represents a factory that accepts Number and Unit arguments to create a Quantity result.
+
+
QuantityFactoryService - Interface in javax.measure.spi
+
+
Provider of QuantityFactory
+
+
+ + + +

R

+
+
RadiationDoseAbsorbed - Interface in javax.measure.quantity
+
+
Amount of energy deposited per unit of mass.
+
+
RadiationDoseEffective - Interface in javax.measure.quantity
+
+
Effective (or "equivalent") dose of radiation + received by a human or some other living organism.
+
+
Radioactivity - Interface in javax.measure.quantity
+
+
Radioactive activity.
+
+
root(int) - Method in interface Dimension
+
+
Returns the given root of this dimension.
+
+
root(int) - Method in interface Unit
+
+
Returns a unit equals to the given root of this unit.
+
+
+ + + +

S

+
+
ServiceProvider - Interface in javax.measure.spi
+
+
This class models the component to managing the lifecycle of the + Unit and Quantity services.
+
+
shift(double) - Method in interface Unit
+
+
Returns the result of setting the origin of the scale of measurement to the given value.
+
+
SolidAngle - Interface in javax.measure.quantity
+
+
Angle formed by three or more planes intersecting at a common point.
+
+
Speed - Interface in javax.measure.quantity
+
+
Distance traveled divided by the time of travel.
+
+
subtract(Quantity<Q>) - Method in interface Quantity
+
+
Returns the difference between this Quantity and the one + specified.
+
+
SystemOfUnits - Interface in javax.measure.spi
+
+
A system of units grouped together for historical or cultural reasons.
+ Common system of units are "SI" (System International), "Imperial" (British), + "US" (US Customary).
+
+
SystemOfUnitsService - Interface in javax.measure.spi
+
+
+ This interface represents the service to obtain a system + of units.
+
+
+ + + +

T

+
+
Temperature - Interface in javax.measure.quantity
+
+
Degree of hotness or coldness of a body or an environment.
+
+
Time - Interface in javax.measure.quantity
+
+
Period of existence or persistence.
+
+
to(Unit<Q>) - Method in interface Quantity
+
+
Returns this Quantity converted into another (compatible) Unit.
+
+
toString() - Method in interface Unit
+
+
Returns a string representation of this unit.
+
+
transform(UnitConverter) - Method in interface Unit
+
+
Returns the unit derived from this unit using the specified converter.
+
+
+ + + +

U

+
+
UnconvertibleException - Exception in javax.measure
+
+
Signals that a problem of some sort has occurred due to the impossibility of + constructing a converter between two units.
+
+
UnconvertibleException(String) - Constructor for exception UnconvertibleException
+
+
Constructs a UnconvertibleException with the given message.
+
+
UnconvertibleException(Throwable) - Constructor for exception UnconvertibleException
+
+
Constructs a UnconvertibleException with the given cause.
+
+
UnconvertibleException(String, Throwable) - Constructor for exception UnconvertibleException
+
+
Constructs a UnconvertibleException with the given message and cause.
+
+
Unit<Q extends Quantity<Q>> - Interface in javax.measure
+
+
Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
+
+
UnitConverter - Interface in javax.measure
+
+
A converter of numeric values between different units.
+
+
UnitFormat - Interface in javax.measure.format
+
+
+ Formats instances of Unit to a String or an Appendable and parses a CharSequence to a Unit.
+
+
UnitFormatService - Interface in javax.measure.spi
+
+
+ This interface represent the service to obtain UnitFormat instances.
+
+
+ + + +

V

+
+
Volume - Interface in javax.measure.quantity
+
+
Amount of space occupied by a three-dimensional object or region of space.
+
+
+A B C D E F G I J L M P Q R S T U V 
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/index.html b/site/apidocs/index.html new file mode 100644 index 00000000..6922b353 --- /dev/null +++ b/site/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +Units of Measurement API 0.8-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/site/apidocs/javax/measure/Dimension.html b/site/apidocs/javax/measure/Dimension.html new file mode 100644 index 00000000..a31bffea --- /dev/null +++ b/site/apidocs/javax/measure/Dimension.html @@ -0,0 +1,306 @@ + + + + + + +Dimension (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + + + +
+
javax.measure
+

Interface Dimension

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Dimensiondivide(Dimension divisor) +
      Returns the quotient of this dimension with the one specified.
      +
      Map<? extends Dimension,Integer>getProductDimensions() +
      Returns the fundamental dimensions and their exponent whose product is + this dimension, or null if this dimension is a fundamental dimension.
      +
      Dimensionmultiply(Dimension multiplicand) +
      Returns the product of this dimension with the one specified.
      +
      Dimensionpow(int n) +
      Returns this dimension raised to an exponent.
      +
      Dimensionroot(int n) +
      Returns the given root of this dimension.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        multiply

        +
        Dimension multiply(Dimension multiplicand)
        +
        Returns the product of this dimension with the one specified.
        +
        Parameters:
        multiplicand - the dimension multiplicand.
        +
        Returns:
        this * multiplicand
        +
      • +
      + + + +
        +
      • +

        divide

        +
        Dimension divide(Dimension divisor)
        +
        Returns the quotient of this dimension with the one specified.
        +
        Parameters:
        divisor - the dimension divisor.
        +
        Returns:
        this / divisor
        +
      • +
      + + + +
        +
      • +

        pow

        +
        Dimension pow(int n)
        +
        Returns this dimension raised to an exponent. + (thisn)
        +
        Parameters:
        n - power to raise this Dimension to.
        +
        Returns:
        thisn
        +
      • +
      + + + +
        +
      • +

        root

        +
        Dimension root(int n)
        +
        Returns the given root of this dimension.
        +
        Parameters:
        n - the root's order.
        +
        Returns:
        the result of taking the given root of this dimension.
        +
        Throws:
        +
        ArithmeticException - if n == 0.
        +
      • +
      + + + +
        +
      • +

        getProductDimensions

        +
        Map<? extends Dimension,Integer> getProductDimensions()
        +
        Returns the fundamental dimensions and their exponent whose product is + this dimension, or null if this dimension is a fundamental dimension.
        +
        Returns:
        the mapping between the fundamental dimensions and their exponent.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/IncommensurableException.html b/site/apidocs/javax/measure/IncommensurableException.html new file mode 100644 index 00000000..5ff410ce --- /dev/null +++ b/site/apidocs/javax/measure/IncommensurableException.html @@ -0,0 +1,304 @@ + + + + + + +IncommensurableException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure
+

Class IncommensurableException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class IncommensurableException
    +extends Exception
    +
    Signals that a problem of some sort has occurred due to incommensurable of + some quantities/units. Only commensurable quantity (quantities with the same + dimensions) may be compared, equated, added, or subtracted. Also, one unit + can be converted to another unit only if both units are commensurable. +

    + This is a checked exception, so it deliberately doesn't + inherit from MeasurementException like most other exceptions. +

    +
    Version:
    +
    0.15, $Date: 2014-06-28 $
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    Wikipedia: Unit Commensurability, +Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IncommensurableException

        +
        public IncommensurableException(String message)
        +
        Constructs a IncommensurableException with the given message.
        +
        Parameters:
        message - the detail message, or null if none.
        +
      • +
      + + + +
        +
      • +

        IncommensurableException

        +
        public IncommensurableException(Throwable cause)
        +
        Constructs a IncommensurableException with the given cause.
        +
        Parameters:
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        IncommensurableException

        +
        public IncommensurableException(String message,
        +                        Throwable cause)
        +
        Constructs a IncommensurableException with the given message and cause.
        +
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/MeasurementException.html b/site/apidocs/javax/measure/MeasurementException.html new file mode 100644 index 00000000..c82cad2a --- /dev/null +++ b/site/apidocs/javax/measure/MeasurementException.html @@ -0,0 +1,325 @@ + + + + + + +MeasurementException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure
+

Class MeasurementException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MeasurementException

        +
        public MeasurementException(String message)
        +
        Constructs a MeasurementException with the given message.
        +
        Parameters:
        message - the detail message, or null if none.
        +
      • +
      + + + +
        +
      • +

        MeasurementException

        +
        public MeasurementException(Throwable cause)
        +
        Constructs a MeasurementException with the given cause.
        +
        Parameters:
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        MeasurementException

        +
        public MeasurementException(String message,
        +                    Throwable cause)
        +
        Constructs a MeasurementException with the given message and cause.
        +
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        MeasurementException

        +
        protected MeasurementException()
        +
        Constructs a MeasurementException with no given message.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/Quantity.html b/site/apidocs/javax/measure/Quantity.html new file mode 100644 index 00000000..9693e052 --- /dev/null +++ b/site/apidocs/javax/measure/Quantity.html @@ -0,0 +1,459 @@ + + + + + + +Quantity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure
+

Interface Quantity<Q extends Quantity<Q>>

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Quantity<Q>add(Quantity<Q> augend) +
      Returns the sum of this Quantity with the one specified.
      +
      <T extends Quantity<T>> 
      Quantity<T>
      asType(Class<T> type) +
      Casts this quantity to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified + quantity and this measure unit's dimension do not match.
      +
      Quantity<Q>divide(Number divisor) +
      Returns the product of this Quantity divided by the Number + specified.
      +
      Quantity<?>divide(Quantity<?> divisor) +
      Returns the product of this Quantity divided by the Quantity + specified.
      +
      Unit<Q>getUnit() +
      Returns the unit of this Quantity.
      +
      NumbergetValue() +
      Returns the value of this Quantity.
      +
      Quantity<?>inverse() +
      Returns a Quantity whose unit is unit.inverse().
      +
      Quantity<Q>multiply(Number multiplier) +
      Returns the product of this Quantity with the Number value + specified.
      +
      Quantity<?>multiply(Quantity<?> multiplier) +
      Returns the product of this Quantity with the one specified.
      +
      Quantity<Q>subtract(Quantity<Q> subtrahend) +
      Returns the difference between this Quantity and the one + specified.
      +
      Quantity<Q>to(Unit<Q> unit) +
      Returns this Quantity converted into another (compatible) Unit.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        add

        +
        Quantity<Q> add(Quantity<Q> augend)
        +
        Returns the sum of this Quantity with the one specified.
        +
        Parameters:
        augend - the Quantity to be added.
        +
        Returns:
        this + augend.
        +
      • +
      + + + +
        +
      • +

        subtract

        +
        Quantity<Q> subtract(Quantity<Q> subtrahend)
        +
        Returns the difference between this Quantity and the one + specified.
        +
        Parameters:
        subtrahend - the Quantity to be subtracted.
        +
        Returns:
        this - that.
        +
      • +
      + + + +
        +
      • +

        divide

        +
        Quantity<?> divide(Quantity<?> divisor)
        +
        Returns the product of this Quantity divided by the Quantity + specified.
        +
        Parameters:
        divisor - the Quantity divisor.
        +
        Returns:
        this / that.
        +
        Throws:
        +
        ClassCastException - if the type of an element + in the specified operation is incompatible with this + quantity + (optional)
        +
      • +
      + + + +
        +
      • +

        divide

        +
        Quantity<Q> divide(Number divisor)
        +
        Returns the product of this Quantity divided by the Number + specified.
        +
        Parameters:
        divisor - the Number divisor.
        +
        Returns:
        this / that.
        +
      • +
      + + + +
        +
      • +

        multiply

        +
        Quantity<?> multiply(Quantity<?> multiplier)
        +
        Returns the product of this Quantity with the one specified.
        +
        Parameters:
        that - the Quantity multiplier.
        +
        Returns:
        this * multiplier.
        +
        Throws:
        +
        ClassCastException - if the type of an element + in the specified operation is incompatible with this + quantity + (optional)
        +
      • +
      + + + +
        +
      • +

        multiply

        +
        Quantity<Q> multiply(Number multiplier)
        +
        Returns the product of this Quantity with the Number value + specified.
        +
        Parameters:
        that - the Number multiplier.
        +
        Returns:
        this * multiplier.
        +
      • +
      + + + +
        +
      • +

        inverse

        +
        Quantity<?> inverse()
        +
        Returns a Quantity whose unit is unit.inverse().
        +
        Returns:
        Quantity with this.getUnit().inverse().
        +
      • +
      + + + +
        +
      • +

        to

        +
        Quantity<Q> to(Unit<Q> unit)
        +
        Returns this Quantity converted into another (compatible) Unit.
        +
        Parameters:
        unit - the Unit to convert to.
        +
        Returns:
        the converted result.
        +
      • +
      + + + +
        +
      • +

        asType

        +
        <T extends Quantity<T>> Quantity<T> asType(Class<T> type)
        +                                       throws ClassCastException
        +
        Casts this quantity to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified + quantity and this measure unit's dimension do not match. For example:
        + + Quantity length = BaseQuantity.of("2 km").asType(Length.class); + + or + + Quantity C = length.multiply(299792458).divide(second).asType(Speed.class); +
        +
        Type Parameters:
        T - The type of the quantity.
        Parameters:
        type - the quantity class identifying the nature of the quantity.
        +
        Returns:
        this quantity parameterized with the specified type.
        +
        Throws:
        +
        ClassCastException - if the dimension of this unit is different from the specified + quantity dimension.
        +
        UnsupportedOperationException - if the specified quantity class does not have a public static + field named "UNIT" holding the SI unit for the quantity.
        See Also:
        Unit.asType(Class)
        +
      • +
      + + + +
        +
      • +

        getValue

        +
        Number getValue()
        +
        Returns the value of this Quantity.
        +
        Returns:
        a value.
        +
      • +
      + + + +
        +
      • +

        getUnit

        +
        Unit<Q> getUnit()
        +
        Returns the unit of this Quantity.
        +
        Returns:
        the unit (shall not be null).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/UnconvertibleException.html b/site/apidocs/javax/measure/UnconvertibleException.html new file mode 100644 index 00000000..6b0f013a --- /dev/null +++ b/site/apidocs/javax/measure/UnconvertibleException.html @@ -0,0 +1,308 @@ + + + + + + +UnconvertibleException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure
+

Class UnconvertibleException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class UnconvertibleException
    +extends MeasurementException
    +
    Signals that a problem of some sort has occurred due to the impossibility of + constructing a converter between two units. For example, the multiplication of + offset units are usually units not convertible to their system unit.
    +
    Version:
    +
    0.4, 2014-06-10
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UnconvertibleException

        +
        public UnconvertibleException(String message)
        +
        Constructs a UnconvertibleException with the given message.
        +
        Parameters:
        message - the detail message, or null if none.
        +
      • +
      + + + +
        +
      • +

        UnconvertibleException

        +
        public UnconvertibleException(Throwable cause)
        +
        Constructs a UnconvertibleException with the given cause.
        +
        Parameters:
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        UnconvertibleException

        +
        public UnconvertibleException(String message,
        +                      Throwable cause)
        +
        Constructs a UnconvertibleException with the given message and cause.
        +
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/Unit.html b/site/apidocs/javax/measure/Unit.html new file mode 100644 index 00000000..63073808 --- /dev/null +++ b/site/apidocs/javax/measure/Unit.html @@ -0,0 +1,706 @@ + + + + + + +Unit (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure
+

Interface Unit<Q extends Quantity<Q>>

+
+
+
+
    +
  • +
    Type Parameters:
    Q - The type of the quantity measured by this unit.
    +
    +
    +
    public interface Unit<Q extends Quantity<Q>>
    +
    Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement. + +

    It is helpful to think of instances of this class as recording the history + by which they are created. Thus, for example, the string "g/kg" (which + is a dimensionless unit) would result from invoking the method toString() + on a unit that was created by dividing a gram unit by a kilogram unit.

    + +

    This interface supports the multiplication of offsets units. The result is + usually a unit not convertible to its system unit. + Such units may appear in derivative quantities. For example Celsius per meter is + an unit of gradient, which is common in atmospheric and oceanographic research.

    + +

    Units raised at non-integral powers are not supported. For example, + LITRE.root(2) raises an ArithmeticException, but + HECTARE.root(2) returns HECTOMETRE (100 metres).

    + +

    Unit instances shall be immutable.

    +
    Version:
    +
    0.17, December 15, 2014
    +
    Author:
    +
    Jean-Marie Dautelle, Steve Emmerson, Martin Desruisseaux, Werner Keil
    +
    See Also:
    Wikipedia: Units of measurement
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Unit<Q>alternate(String symbol) +
      Returns a system unit equivalent to this unscaled standard unit but used + in expressions to distinguish between quantities of a different nature + but of the same dimensions.
      +
      <T extends Quantity<T>> 
      Unit<T>
      asType(Class<T> type) +
      Casts this unit to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified quantity + and this unit's dimension do not match.
      +
      Unit<Q>divide(double divisor) +
      Returns the result of dividing this unit by an approximate divisor.
      +
      Unit<?>divide(Unit<?> divisor) +
      Returns the quotient of this unit with the one specified.
      +
      UnitConvertergetConverterTo(Unit<Q> that) +
      Returns a converter of numeric values from this unit to another unit of same type.
      +
      UnitConvertergetConverterToAny(Unit<?> that) +
      Returns a converter from this unit to the specified unit of type unknown.
      +
      DimensiongetDimension() +
      Returns the dimension of this unit.
      +
      StringgetName() +
      Returns the name (if any) of this unit.
      +
      Map<? extends Unit<?>,Integer>getProductUnits() +
      Returns the base units and their exponent whose product is this unit, + or null if this unit is a base unit (not a product of existing units).
      +
      StringgetSymbol() +
      Returns the symbol (if any) of this unit.
      +
      Unit<Q>getSystemUnit() +
      Returns the unscaled system unit from which this unit is derived.
      +
      Unit<?>inverse() +
      Returns the inverse of this unit.
      +
      booleanisCompatible(Unit<?> that) +
      Indicates if this unit is compatible with the unit specified.
      +
      Unit<Q>multiply(double multiplier) +
      Returns the result of multiplying this unit by the specified factor.
      +
      Unit<?>multiply(Unit<?> multiplier) +
      Returns the product of this unit with the one specified.
      +
      Unit<?>pow(int n) +
      Returns a unit equals to this unit raised to an exponent.
      +
      Unit<?>root(int n) +
      Returns a unit equals to the given root of this unit.
      +
      Unit<Q>shift(double offset) +
      Returns the result of setting the origin of the scale of measurement to the given value.
      +
      StringtoString() +
      Returns a string representation of this unit.
      +
      Unit<Q>transform(UnitConverter converter) +
      Returns the unit derived from this unit using the specified converter.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSymbol

        +
        String getSymbol()
        +
        Returns the symbol (if any) of this unit. + This method returns null if this unit has no specific symbol associated with.
        +
        Returns:
        this unit symbol, or null if this unit has not + specific symbol associated with (e.g. product of units).
        See Also:
        toString(), +UnitFormat
        +
      • +
      + + + +
        +
      • +

        getName

        +
        String getName()
        +
        Returns the name (if any) of this unit. + This method returns null if this unit has no specific name associated with.
        +
        Returns:
        this unit name, or null if this unit has not + specific name associated with (e.g. product of units).
        See Also:
        toString(), +UnitFormat
        +
      • +
      + + + +
        +
      • +

        getDimension

        +
        Dimension getDimension()
        +
        Returns the dimension of this unit. Two units u1 and u2 + are compatible if and only if + u1.getDimension().equals(u2.getDimension()).
        +
        Returns:
        the dimension of this unit.
        See Also:
        isCompatible(Unit)
        +
      • +
      + + + +
        +
      • +

        getSystemUnit

        +
        Unit<Q> getSystemUnit()
        +
        Returns the unscaled system unit from which this unit is derived. + System units are either base units, alternate units or product of rational powers of system units. + +

        Because the system unit is unique by quantity type, it can be + be used to identify the quantity given the unit. For example:

        + + [code] + static boolean isAngularSpeed(Unit unit) { + return unit.getSystemUnit().equals(RADIAN.divide(SECOND)); + } + assert isAngularSpeed(REVOLUTION.divide(MINUTE)); // Returns true. + [/code]
        +
        Returns:
        the system unit this unit is derived from, + or this if this unit is a system unit.
        +
      • +
      + + + +
        +
      • +

        getProductUnits

        +
        Map<? extends Unit<?>,Integer> getProductUnits()
        +
        Returns the base units and their exponent whose product is this unit, + or null if this unit is a base unit (not a product of existing units).
        +
        Returns:
        the base units and their exponent making up this unit.
        +
      • +
      + + + +
        +
      • +

        isCompatible

        +
        boolean isCompatible(Unit<?> that)
        +
        Indicates if this unit is compatible with the unit specified. + Units don't need to be equals to be compatible. For example + (assuming ONE is a dimensionless unit): + + [code] + RADIAN.equals(ONE) == false + RADIAN.isCompatible(ONE) == true + [/code]
        +
        Parameters:
        that - the other unit to compare for compatibility.
        +
        Returns:
        this.getDimension().equals(that.getDimension())
        See Also:
        getDimension()
        +
      • +
      + + + +
        +
      • +

        asType

        +
        <T extends Quantity<T>> Unit<T> asType(Class<T> type)
        +                                   throws ClassCastException
        +
        Casts this unit to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified quantity + and this unit's dimension do not match. For example: + + [code] + Unit C = METRE.times(299792458).divide(SECOND).asType(Speed.class); + [/code]
        +
        Type Parameters:
        T - The type of the quantity measured by the unit.
        Parameters:
        type - the quantity class identifying the nature of the unit.
        +
        Returns:
        this unit parameterized with the specified type.
        +
        Throws:
        +
        ClassCastException - if the dimension of this unit is different + from the specified quantity dimension.
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        alternate

        +
        Unit<Q> alternate(String symbol)
        +
        Returns a system unit equivalent to this unscaled standard unit but used + in expressions to distinguish between quantities of a different nature + but of the same dimensions. + +

        Examples of alternate units:

        + + [code] + Unit RADIAN = ONE.alternate("rad").asType(Angle.class); + Unit NEWTON = METRE.times(KILOGRAM).divide(SECOND.pow(2)).alternate("N").asType(Force.class); + Unit PASCAL = NEWTON.divide(METRE.pow(2)).alternate("Pa").asType(Pressure.class); + [/code]
        +
        Parameters:
        symbol - the new symbol for the alternate unit.
        +
        Returns:
        the alternate unit.
        +
        Throws:
        +
        UnsupportedOperationException - if this unit is not an unscaled standard unit.
        +
        IllegalArgumentException - if the specified symbol is already + associated to a different unit.
        +
      • +
      + + + +
        +
      • +

        shift

        +
        Unit<Q> shift(double offset)
        +
        Returns the result of setting the origin of the scale of measurement to the given value. + The returned unit is convertible with all units that are convertible with this unit. + For example the following code: + + [code] + CELSIUS = KELVIN.shift(273.15); + [/code] + + creates a new unit where 0°C (the origin of the new unit) is equals to 273.15 K. + Converting from the old unit to the new one is equivalent to subtracting + the offset to the value in the old unit.
        +
        Parameters:
        offset - the offset added (expressed in this unit).
        +
        Returns:
        this unit offset by the specified value.
        +
      • +
      + + + +
        +
      • +

        multiply

        +
        Unit<Q> multiply(double multiplier)
        +
        Returns the result of multiplying this unit by the specified factor. + If the factor is an integer value, the multiplication is exact + (recommended). For example: + + [code] + FOOT = METRE.multiply(3048).divide(10000); // Exact definition. + ELECTRON_MASS = KILOGRAM.multiply(9.10938188e-31); // Approximation. + [/code]
        +
        Parameters:
        multiplier - the multiplier
        +
        Returns:
        this unit scaled by the specified multiplier.
        +
      • +
      + + + +
        +
      • +

        multiply

        +
        Unit<?> multiply(Unit<?> multiplier)
        +
        Returns the product of this unit with the one specified.
        +
        Parameters:
        multiplier - the unit multiplier.
        +
        Returns:
        this * multiplier
        +
      • +
      + + + +
        +
      • +

        inverse

        +
        Unit<?> inverse()
        +
        Returns the inverse of this unit.
        +
        Returns:
        1 / this
        +
      • +
      + + + +
        +
      • +

        divide

        +
        Unit<Q> divide(double divisor)
        +
        Returns the result of dividing this unit by an approximate divisor. + If the factor is an integer value, the division is exact. + For example: + + [code] + QUART = GALLON_LIQUID_US.divide(4); // Exact definition. + [/code]
        +
        Parameters:
        divisor - the divisor value.
        +
        Returns:
        this unit divided by the specified divisor.
        +
      • +
      + + + +
        +
      • +

        divide

        +
        Unit<?> divide(Unit<?> divisor)
        +
        Returns the quotient of this unit with the one specified.
        +
        Parameters:
        divisor - the unit divisor.
        +
        Returns:
        this / divisor
        +
      • +
      + + + +
        +
      • +

        root

        +
        Unit<?> root(int n)
        +
        Returns a unit equals to the given root of this unit.
        +
        Parameters:
        n - the root's order.
        +
        Returns:
        the result of taking the given root of this unit.
        +
        Throws:
        +
        ArithmeticException - if n == 0 or if this operation + would result in an unit with a fractional exponent.
        +
      • +
      + + + +
        +
      • +

        pow

        +
        Unit<?> pow(int n)
        +
        Returns a unit equals to this unit raised to an exponent.
        +
        Parameters:
        n - the exponent.
        +
        Returns:
        the result of raising this unit to the exponent.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        String toString()
        +

        Returns a string representation of this unit. The string representation may + be the unit symbol, or may be some representation + of product units, multiplication factor and + offset if any.

        + The string may be localized at implementation choice by the means of a particular device and platform. +
        +
        +
        Overrides:
        +
        toString in class Object
        +
        Returns:
        the string representation of this unit.
        See Also:
        getSymbol()
        +
      • +
      + + + +
        +
      • +

        transform

        +
        Unit<Q> transform(UnitConverter converter)
        +
        Returns the unit derived from this unit using the specified converter. + The converter does not need to be linear. For example:
        + + Unit DECIBEL = Unit.ONE.transform( + new LogConverter(10).inverse().concatenate( + new RationalConverter(1, 10))); +
        +
        Parameters:
        operation - the converter from the transformed unit to this unit.
        +
        Returns:
        the unit after the specified transformation.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/UnitConverter.html b/site/apidocs/javax/measure/UnitConverter.html new file mode 100644 index 00000000..f6cfabe0 --- /dev/null +++ b/site/apidocs/javax/measure/UnitConverter.html @@ -0,0 +1,355 @@ + + + + + + +UnitConverter (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + + + + +
+
javax.measure
+

Interface UnitConverter

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      UnitConverterconcatenate(UnitConverter converter) +
      Concatenates this converter with another converter.
      +
      doubleconvert(double value) +
      Converts a double value.
      +
      Numberconvert(Number value) +
      Converts a Number value.
      +
      List<? extends UnitConverter>getConversionSteps() +
      Returns the steps of fundamental converters making up this converter or + this if the converter is a fundamental converter.
      +
      UnitConverterinverse() +
      Returns the inverse of this converter.
      +
      booleanisIdentity() +
      Indicates if this converter is an identity converter.
      +
      booleanisLinear() +
      Indicates if this converter is linear.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isIdentity

        +
        boolean isIdentity()
        +
        Indicates if this converter is an identity converter. + The identity converter returns its input argument (convert(x) == x).
        +
        Returns:
        true if this converter is an identity converter.
        +
      • +
      + + + +
        +
      • +

        isLinear

        +
        boolean isLinear()
        +
        Indicates if this converter is linear. A converter is linear if: + +
          +
        • convert(u + v) == convert(u) + convert(v)
        • +
        • convert(r * u) == r * convert(u)
        • +
        + +

        For linear converters the following property always hold:

        + + [code] + y1 = c1.convert(x1); + y2 = c2.convert(x2); + assert y1*y2 == c1.concatenate(c2).convert(x1*x2); + [/code]
        +
        Returns:
        true if this converter is linear; false otherwise.
        +
      • +
      + + + +
        +
      • +

        inverse

        +
        UnitConverter inverse()
        +
        Returns the inverse of this converter. If x is a valid value, + then x == inverse().convert(convert(x)) to within the accuracy + of computer arithmetic.
        +
        Returns:
        the inverse of this converter.
        +
      • +
      + + + +
        +
      • +

        convert

        +
        Number convert(Number value)
        +
        Converts a Number value.
        +
        Parameters:
        value - the Number value to convert.
        +
        Returns:
        the Number value after conversion.
        +
      • +
      + + + +
        +
      • +

        convert

        +
        double convert(double value)
        +
        Converts a double value.
        +
        Parameters:
        value - the numeric value to convert.
        +
        Returns:
        the double value after conversion.
        +
      • +
      + + + +
        +
      • +

        concatenate

        +
        UnitConverter concatenate(UnitConverter converter)
        +
        Concatenates this converter with another converter. The resulting + converter is equivalent to first converting by the specified converter + (right converter), and then converting by this converter (left converter).
        +
        Parameters:
        converter - the other converter to concatenate with this converter.
        +
        Returns:
        the concatenation of this converter with the other converter.
        +
      • +
      + + + +
        +
      • +

        getConversionSteps

        +
        List<? extends UnitConverter> getConversionSteps()
        +

        Returns the steps of fundamental converters making up this converter or + this if the converter is a fundamental converter.

        +

        + For example, converter1.getConversionSteps() returns {converter1} while {@code converter1.concatenate(converter2).getConversionSteps()} returns {@code {converter1, converter2}.

        +
        Returns:
        the list of fundamental converters which concatenated make up this converter.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/Dimension.html b/site/apidocs/javax/measure/class-use/Dimension.html new file mode 100644 index 00000000..9fb87811 --- /dev/null +++ b/site/apidocs/javax/measure/class-use/Dimension.html @@ -0,0 +1,250 @@ + + + + + + +Uses of Interface javax.measure.Dimension (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.Dimension

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Packages that use Dimension 
    PackageDescription
    javax.measure +
    Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
    +
    javax.measure.spi +
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    +
    +
  • +
  • + +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/IncommensurableException.html b/site/apidocs/javax/measure/class-use/IncommensurableException.html new file mode 100644 index 00000000..2fcc5b24 --- /dev/null +++ b/site/apidocs/javax/measure/class-use/IncommensurableException.html @@ -0,0 +1,162 @@ + + + + + + +Uses of Class javax.measure.IncommensurableException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.IncommensurableException

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/MeasurementException.html b/site/apidocs/javax/measure/class-use/MeasurementException.html new file mode 100644 index 00000000..0afb9ac2 --- /dev/null +++ b/site/apidocs/javax/measure/class-use/MeasurementException.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Class javax.measure.MeasurementException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.MeasurementException

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/Quantity.html b/site/apidocs/javax/measure/class-use/Quantity.html new file mode 100644 index 00000000..115453f3 --- /dev/null +++ b/site/apidocs/javax/measure/class-use/Quantity.html @@ -0,0 +1,602 @@ + + + + + + +Uses of Interface javax.measure.Quantity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.Quantity

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + +
    Packages that use Quantity 
    PackageDescription
    javax.measure +
    Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
    +
    javax.measure.quantity +
    [OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
    +
    javax.measure.spi +
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    +
    +
  • +
  • +
      +
    • + + +

      Uses of Quantity in javax.measure

      + + + + + + + + + + + + + + + + +
      Classes in javax.measure with type parameters of type Quantity 
      Modifier and TypeInterface and Description
      interface Quantity<Q extends Quantity<Q>> +
      + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
      +
      interface Unit<Q extends Quantity<Q>> +
      Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
      +
      + + + + + + + + + + + + + + + + +
      Methods in javax.measure with type parameters of type Quantity 
      Modifier and TypeMethod and Description
      <T extends Quantity<T>> 
      Unit<T>
      Unit.asType(Class<T> type) +
      Casts this unit to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified quantity + and this unit's dimension do not match.
      +
      <T extends Quantity<T>> 
      Quantity<T>
      Quantity.asType(Class<T> type) +
      Casts this quantity to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified + quantity and this measure unit's dimension do not match.
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in javax.measure that return Quantity 
      Modifier and TypeMethod and Description
      Quantity<Q>Quantity.add(Quantity<Q> augend) +
      Returns the sum of this Quantity with the one specified.
      +
      <T extends Quantity<T>> 
      Quantity<T>
      Quantity.asType(Class<T> type) +
      Casts this quantity to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified + quantity and this measure unit's dimension do not match.
      +
      Quantity<Q>Quantity.divide(Number divisor) +
      Returns the product of this Quantity divided by the Number + specified.
      +
      Quantity<?>Quantity.divide(Quantity<?> divisor) +
      Returns the product of this Quantity divided by the Quantity + specified.
      +
      Quantity<?>Quantity.inverse() +
      Returns a Quantity whose unit is unit.inverse().
      +
      Quantity<Q>Quantity.multiply(Number multiplier) +
      Returns the product of this Quantity with the Number value + specified.
      +
      Quantity<?>Quantity.multiply(Quantity<?> multiplier) +
      Returns the product of this Quantity with the one specified.
      +
      Quantity<Q>Quantity.subtract(Quantity<Q> subtrahend) +
      Returns the difference between this Quantity and the one + specified.
      +
      Quantity<Q>Quantity.to(Unit<Q> unit) +
      Returns this Quantity converted into another (compatible) Unit.
      +
      + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in javax.measure with parameters of type Quantity 
      Modifier and TypeMethod and Description
      Quantity<Q>Quantity.add(Quantity<Q> augend) +
      Returns the sum of this Quantity with the one specified.
      +
      Quantity<?>Quantity.divide(Quantity<?> divisor) +
      Returns the product of this Quantity divided by the Quantity + specified.
      +
      Quantity<?>Quantity.multiply(Quantity<?> multiplier) +
      Returns the product of this Quantity with the one specified.
      +
      Quantity<Q>Quantity.subtract(Quantity<Q> subtrahend) +
      Returns the difference between this Quantity and the one + specified.
      +
      +
    • +
    • + + +

      Uses of Quantity in javax.measure.quantity

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Subinterfaces of Quantity in javax.measure.quantity 
      Modifier and TypeInterface and Description
      interface Acceleration +
      Rate of change of velocity with respect to time.
      +
      interface AmountOfSubstance +
      Number of elementary entities (molecules, for example) of a substance.
      +
      interface Angle +
      Figure formed by two lines diverging from a common point.
      +
      interface Area +
      Extent of a planar region or of the surface of a solid measured in square units.
      +
      interface CatalyticActivity +
      Catalytic activity.
      +
      interface Dimensionless +
      Dimensionless quantity.
      +
      interface ElectricCapacitance +
      Electric capacitance.
      +
      interface ElectricCharge +
      Electric charge.
      +
      interface ElectricConductance +
      Electric conductance.
      +
      interface ElectricCurrent +
      Amount of electric charge flowing past a specified circuit point per unit time.
      +
      interface ElectricInductance +
      Electric inductance.
      +
      interface ElectricPermittivity +
      How an electric field affects, and is affected, by a dielectric medium.
      +
      interface ElectricPotential +
      Electric potential or electromotive force.
      +
      interface ElectricResistance +
      Electric resistance.
      +
      interface Energy +
      Capacity of a physical system to do work.
      +
      interface Force +
      Quantity that tends to produce an acceleration of a body in the direction of its application.
      +
      interface Frequency +
      Number of times a specified phenomenon occurs within a specified interval.
      +
      interface Illuminance +
      Illuminance.
      +
      interface Length +
      Extent of something along its greatest dimension or the extent of space + between two objects or places.
      +
      interface Luminance +
      Luminous intensity per unit area of light traveling in a given direction.
      +
      interface LuminousFlux +
      Luminous flux.
      +
      interface LuminousIntensity +
      Luminous flux density per solid angle + as measured in a given direction relative to the emitting source.
      +
      interface MagneticFieldStrength +
      Magnetic field strength.
      +
      interface MagneticFlux +
      Magnetic flux.
      +
      interface MagneticFluxDensity +
      Magnetic flux density.
      +
      interface Mass +
      Measure of the quantity of matter that a body or an object contains.
      +
      interface Power +
      Rate at which work is done.
      +
      interface Pressure +
      Force applied uniformly over a surface.
      +
      interface RadiationDoseAbsorbed +
      Amount of energy deposited per unit of mass.
      +
      interface RadiationDoseEffective +
      Effective (or "equivalent") dose of radiation + received by a human or some other living organism.
      +
      interface Radioactivity +
      Radioactive activity.
      +
      interface SolidAngle +
      Angle formed by three or more planes intersecting at a common point.
      +
      interface Speed +
      Distance traveled divided by the time of travel.
      +
      interface Temperature +
      Degree of hotness or coldness of a body or an environment.
      +
      interface Time +
      Period of existence or persistence.
      +
      interface Volume +
      Amount of space occupied by a three-dimensional object or region of space.
      +
      +
    • +
    • + + +

      Uses of Quantity in javax.measure.spi

      + + + + + + + + + + + + +
      Classes in javax.measure.spi with type parameters of type Quantity 
      Modifier and TypeInterface and Description
      interface QuantityFactory<Q extends Quantity<Q>> +
      Represents a factory that accepts Number and Unit arguments to create a Quantity result.
      +
      + + + + + + + + + + + + + + + + +
      Methods in javax.measure.spi with type parameters of type Quantity 
      Modifier and TypeMethod and Description
      <Q extends Quantity<Q>> 
      QuantityFactory<Q>
      QuantityFactoryService.getQuantityFactory(Class<Q> quantity) +
      Return a factory for this Quantity.
      +
      <Q extends Quantity<Q>> 
      Unit<Q>
      SystemOfUnits.getUnit(Class<Q> quantityType) +
      Returns the default unit for the specified quantity.
      +
      + + + + + + + + + + + + +
      Methods in javax.measure.spi that return Quantity 
      Modifier and TypeMethod and Description
      Quantity<Q>QuantityFactory.create(Number value, + Unit<Q> unit) +
      Returns the quantity for the specified number stated in the specified unit.
      +
      +
    • +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/UnconvertibleException.html b/site/apidocs/javax/measure/class-use/UnconvertibleException.html new file mode 100644 index 00000000..71d91127 --- /dev/null +++ b/site/apidocs/javax/measure/class-use/UnconvertibleException.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class javax.measure.UnconvertibleException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.UnconvertibleException

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/Unit.html b/site/apidocs/javax/measure/class-use/Unit.html new file mode 100644 index 00000000..5fa9d657 --- /dev/null +++ b/site/apidocs/javax/measure/class-use/Unit.html @@ -0,0 +1,419 @@ + + + + + + +Uses of Interface javax.measure.Unit (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.Unit

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + +
    Packages that use Unit 
    PackageDescription
    javax.measure +
    Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
    +
    javax.measure.format +
    [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
    +
    javax.measure.spi +
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    +
    +
  • +
  • +
      +
    • + + +

      Uses of Unit in javax.measure

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in javax.measure that return Unit 
      Modifier and TypeMethod and Description
      Unit<Q>Unit.alternate(String symbol) +
      Returns a system unit equivalent to this unscaled standard unit but used + in expressions to distinguish between quantities of a different nature + but of the same dimensions.
      +
      <T extends Quantity<T>> 
      Unit<T>
      Unit.asType(Class<T> type) +
      Casts this unit to a parameterized unit of specified nature or throw a + ClassCastException if the dimension of the specified quantity + and this unit's dimension do not match.
      +
      Unit<Q>Unit.divide(double divisor) +
      Returns the result of dividing this unit by an approximate divisor.
      +
      Unit<?>Unit.divide(Unit<?> divisor) +
      Returns the quotient of this unit with the one specified.
      +
      Unit<Q>Unit.getSystemUnit() +
      Returns the unscaled system unit from which this unit is derived.
      +
      Unit<Q>Quantity.getUnit() +
      Returns the unit of this Quantity.
      +
      Unit<?>Unit.inverse() +
      Returns the inverse of this unit.
      +
      Unit<Q>Unit.multiply(double multiplier) +
      Returns the result of multiplying this unit by the specified factor.
      +
      Unit<?>Unit.multiply(Unit<?> multiplier) +
      Returns the product of this unit with the one specified.
      +
      Unit<?>Unit.pow(int n) +
      Returns a unit equals to this unit raised to an exponent.
      +
      Unit<?>Unit.root(int n) +
      Returns a unit equals to the given root of this unit.
      +
      Unit<Q>Unit.shift(double offset) +
      Returns the result of setting the origin of the scale of measurement to the given value.
      +
      Unit<Q>Unit.transform(UnitConverter converter) +
      Returns the unit derived from this unit using the specified converter.
      +
      + + + + + + + + + + + + +
      Methods in javax.measure that return types with arguments of type Unit 
      Modifier and TypeMethod and Description
      Map<? extends Unit<?>,Integer>Unit.getProductUnits() +
      Returns the base units and their exponent whose product is this unit, + or null if this unit is a base unit (not a product of existing units).
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in javax.measure with parameters of type Unit 
      Modifier and TypeMethod and Description
      Unit<?>Unit.divide(Unit<?> divisor) +
      Returns the quotient of this unit with the one specified.
      +
      UnitConverterUnit.getConverterTo(Unit<Q> that) +
      Returns a converter of numeric values from this unit to another unit of same type.
      +
      UnitConverterUnit.getConverterToAny(Unit<?> that) +
      Returns a converter from this unit to the specified unit of type unknown.
      +
      booleanUnit.isCompatible(Unit<?> that) +
      Indicates if this unit is compatible with the unit specified.
      +
      Unit<?>Unit.multiply(Unit<?> multiplier) +
      Returns the product of this unit with the one specified.
      +
      Quantity<Q>Quantity.to(Unit<Q> unit) +
      Returns this Quantity converted into another (compatible) Unit.
      +
      +
    • +
    • + + +

      Uses of Unit in javax.measure.format

      + + + + + + + + + + + + +
      Methods in javax.measure.format that return Unit 
      Modifier and TypeMethod and Description
      Unit<?>UnitFormat.parse(CharSequence csq) +
      Parses a portion of the specified CharSequence from the + specified position to produce a unit.
      +
      + + + + + + + + + + + + + + + + + + + + +
      Methods in javax.measure.format with parameters of type Unit 
      Modifier and TypeMethod and Description
      StringUnitFormat.format(Unit<?> unit) +
      Formats the specified Unit.
      +
      AppendableUnitFormat.format(Unit<?> unit, + Appendable appendable) +
      Formats the specified Unit.
      +
      voidUnitFormat.label(Unit<?> unit, + String label) +
      Attaches a system-wide label to the specified unit.
      +
      +
    • +
    • + + +

      Uses of Unit in javax.measure.spi

      + + + + + + + + + + + + +
      Methods in javax.measure.spi that return Unit 
      Modifier and TypeMethod and Description
      <Q extends Quantity<Q>> 
      Unit<Q>
      SystemOfUnits.getUnit(Class<Q> quantityType) +
      Returns the default unit for the specified quantity.
      +
      + + + + + + + + + + + + + + + + +
      Methods in javax.measure.spi that return types with arguments of type Unit 
      Modifier and TypeMethod and Description
      Set<? extends Unit<?>>SystemOfUnits.getUnits() +
      Returns a read only view over the units defined in this system.
      +
      Set<? extends Unit<?>>SystemOfUnits.getUnits(Dimension dimension) +
      Returns the units defined in this system having the specified dimension + (convenience method).
      +
      + + + + + + + + + + + + +
      Methods in javax.measure.spi with parameters of type Unit 
      Modifier and TypeMethod and Description
      Quantity<Q>QuantityFactory.create(Number value, + Unit<Q> unit) +
      Returns the quantity for the specified number stated in the specified unit.
      +
      +
    • +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/UnitConverter.html b/site/apidocs/javax/measure/class-use/UnitConverter.html new file mode 100644 index 00000000..410e8628 --- /dev/null +++ b/site/apidocs/javax/measure/class-use/UnitConverter.html @@ -0,0 +1,217 @@ + + + + + + +Uses of Interface javax.measure.UnitConverter (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.UnitConverter

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/Parser.html b/site/apidocs/javax/measure/format/Parser.html new file mode 100644 index 00000000..98c783e0 --- /dev/null +++ b/site/apidocs/javax/measure/format/Parser.html @@ -0,0 +1,235 @@ + + + + + + +Parser (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.format
+

Interface Parser<I,O>

+
+
+
+
    +
  • +
    Type Parameters:
    I - the input
    O - the output
    +
    +
    All Known Subinterfaces:
    +
    UnitFormat
    +
    +
    +
    +
    public interface Parser<I,O>
    +
    Represents a function that parses an input value and produces an output. + +

    + This is a functional interface whose functional method is #parse().

    +
    Version:
    +
    0.5, 2014-08-11
    +
    Author:
    +
    Werner Keil
    +
    See Also:
    ParserException
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Oparse(I input) +
      Parses the specified I to produce a O.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        parse

        +
        O parse(I input)
        +        throws ParserException
        +
        Parses the specified I to produce a O.
        +
        Throws:
        +
        ParserException - if any problem occurs while parsing the + specified input (e.g. illegal syntax).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/ParserException.html b/site/apidocs/javax/measure/format/ParserException.html new file mode 100644 index 00000000..783b6044 --- /dev/null +++ b/site/apidocs/javax/measure/format/ParserException.html @@ -0,0 +1,366 @@ + + + + + + +ParserException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + +
+
javax.measure.format
+

Class ParserException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class ParserException
    +extends MeasurementException
    +
    Signals that an error has been reached unexpectedly while parsing.
    +
    Version:
    +
    0.4, $Date: 2014-08-04 $
    +
    Author:
    +
    Werner Keil
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ParserException

        +
        public ParserException(String message,
        +               CharSequence parsedData,
        +               int position)
        +
        Constructs a ParserException with the specified detail message, + parsed text and index. A detail message is a String that describes this + particular exception.
        +
        Parameters:
        message - the detail message
        parsedData - the parsed text, should not be null
        position - the position where the error was found while parsing.
        +
      • +
      + + + +
        +
      • +

        ParserException

        +
        public ParserException(CharSequence parsedData,
        +               int errorIndex)
        +
        Constructs a ParserException with the parsed text and offset. A + detail message is a String that describes this particular exception.
        +
        Parameters:
        parsedData - the parsed text, should not be null
        errorIndex - the position where the error is found while parsing.
        +
      • +
      + + + +
        +
      • +

        ParserException

        +
        public ParserException(Throwable cause)
        +
        Constructs a ParserException with the specified cause.
        +
        Parameters:
        cause - the root cause
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPosition

        +
        public int getPosition()
        +
        Returns the position where the error was found.
        +
        Returns:
        the position of the error
        +
      • +
      + + + +
        +
      • +

        getParsedString

        +
        public String getParsedString()
        +
        Returns the string that was being parsed.
        +
        Returns:
        the parsed string, or null, if null was passed as + input.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/UnitFormat.html b/site/apidocs/javax/measure/format/UnitFormat.html new file mode 100644 index 00000000..884934c0 --- /dev/null +++ b/site/apidocs/javax/measure/format/UnitFormat.html @@ -0,0 +1,340 @@ + + + + + + +UnitFormat (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + + +
+
javax.measure.format
+

Interface UnitFormat

+
+
+
+ +
+
+
    +
  • + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        format

        +
        Appendable format(Unit<?> unit,
        +                Appendable appendable)
        +                  throws IOException
        +
        Formats the specified Unit.
        +
        Parameters:
        unit - the Unit to format, not null
        appendable - the appendable destination.
        +
        Returns:
        the appendable destination passed in with formatted text appended.
        +
        Throws:
        +
        IOException - if an error occurs while writing to the destination.
        +
      • +
      + + + +
        +
      • +

        format

        +
        String format(Unit<?> unit)
        +
        Formats the specified Unit.
        +
        Parameters:
        unit - the Unit to format, not null
        +
        Returns:
        the string representation using the settings of this UnitFormat.
        +
        Throws:
        +
        IOException - if an error occurs while writing to the destination.
        +
      • +
      + + + +
        +
      • +

        label

        +
        void label(Unit<?> unit,
        +         String label)
        +
        Attaches a system-wide label to the specified unit.

        + If the specified label is already associated to a unit the previous + association can be discarded or ignored. + Depending on the UnitFormat implementation, this call may be ignored if the particular unit already has a label.

        + If a UnitFormat implementation is explicitly immutable, similar to e.g. the result of Collections.unmodifiableList(), then an UnsupportedOperationException may be thrown upon this call.

        + Since UnitFormat implementations often apply the Singleton pattern, system-wide means, the label applies to every instance of UnitFormatA implementing UnitFormat in this case, but not every instance of UnitFormatB or UnitFormatC both also implementing UnitFormat. + If a UnitFormat #isLocaleSensitive() it is up to the implementation, whether the label is ignored, applied in a local-neutral manner (in addition to its local-sensitive information) or locale-specific. +

        +
        Parameters:
        unit - the unit being labeled.
        label - the new label for this unit.
        +
        Throws:
        +
        IllegalArgumentException - if the label is not a valid identifier.
        +
        UnsupportedOperationException - if the label operation + is not supported by this UnitFormat
        +
      • +
      + + + +
        +
      • +

        isLocaleSensitive

        +
        boolean isLocaleSensitive()
        +
        Returns true if this UnitFormat depends on a Locale to perform its tasks.

        + In environments that do not support a Locale, e.g. Java ME, this usually returns false.

        +
        Returns:
        Whether this format depends on the locale.
        +
      • +
      + + + +
        +
      • +

        parse

        +
        Unit<?> parse(CharSequence csq)
        +              throws ParserException
        +
        Parses a portion of the specified CharSequence from the + specified position to produce a unit. If there is no unit to parse + the unitary unit (dimensionless) is returned.
        +
        +
        Specified by:
        +
        parse in interface Parser<CharSequence,Unit<?>>
        +
        Parameters:
        csq - the CharSequence to parse.
        +
        Returns:
        the unit parsed from the specified character sub-sequence.
        +
        Throws:
        +
        ParserException - if any problem occurs while parsing the + specified character sequence (e.g. illegal syntax).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/class-use/Parser.html b/site/apidocs/javax/measure/format/class-use/Parser.html new file mode 100644 index 00000000..6709fd40 --- /dev/null +++ b/site/apidocs/javax/measure/format/class-use/Parser.html @@ -0,0 +1,162 @@ + + + + + + +Uses of Interface javax.measure.format.Parser (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.format.Parser

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/class-use/ParserException.html b/site/apidocs/javax/measure/format/class-use/ParserException.html new file mode 100644 index 00000000..f0b0ed54 --- /dev/null +++ b/site/apidocs/javax/measure/format/class-use/ParserException.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class javax.measure.format.ParserException (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.format.ParserException

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/class-use/UnitFormat.html b/site/apidocs/javax/measure/format/class-use/UnitFormat.html new file mode 100644 index 00000000..fc7846f2 --- /dev/null +++ b/site/apidocs/javax/measure/format/class-use/UnitFormat.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Interface javax.measure.format.UnitFormat (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.format.UnitFormat

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/package-frame.html b/site/apidocs/javax/measure/format/package-frame.html new file mode 100644 index 00000000..90556560 --- /dev/null +++ b/site/apidocs/javax/measure/format/package-frame.html @@ -0,0 +1,26 @@ + + + + + + +javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) + + + + + +

javax.measure.format

+
+

Interfaces

+ +

Exceptions

+ +
+ + diff --git a/site/apidocs/javax/measure/format/package-summary.html b/site/apidocs/javax/measure/format/package-summary.html new file mode 100644 index 00000000..c03234b9 --- /dev/null +++ b/site/apidocs/javax/measure/format/package-summary.html @@ -0,0 +1,175 @@ + + + + + + +javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.format

+
+
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    Parser<I,O> +
    Represents a function that parses an input value and produces an output.
    +
    UnitFormat +
    + Formats instances of Unit to a String or an Appendable and parses a CharSequence to a Unit.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    ParserException +
    Signals that an error has been reached unexpectedly while parsing.
    +
    +
  • +
+ + + +

Package javax.measure.format Description

+
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
+
Version:
+
0.4.1, $Date: 2014-01-27 23:16:02 +0100 (Mo, 27 Jän 2014) $
+
Author:
+
Werner Keil
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/package-tree.html b/site/apidocs/javax/measure/format/package-tree.html new file mode 100644 index 00000000..373ae6c6 --- /dev/null +++ b/site/apidocs/javax/measure/format/package-tree.html @@ -0,0 +1,154 @@ + + + + + + +javax.measure.format Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.format

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/package-use.html b/site/apidocs/javax/measure/format/package-use.html new file mode 100644 index 00000000..f383bb9b --- /dev/null +++ b/site/apidocs/javax/measure/format/package-use.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Package javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Package
javax.measure.format

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/package-frame.html b/site/apidocs/javax/measure/package-frame.html new file mode 100644 index 00000000..5eceeb17 --- /dev/null +++ b/site/apidocs/javax/measure/package-frame.html @@ -0,0 +1,30 @@ + + + + + + +javax.measure (Units of Measurement API 0.8-SNAPSHOT API) + + + + + +

javax.measure

+ + + diff --git a/site/apidocs/javax/measure/package-summary.html b/site/apidocs/javax/measure/package-summary.html new file mode 100644 index 00000000..7932d73f --- /dev/null +++ b/site/apidocs/javax/measure/package-summary.html @@ -0,0 +1,206 @@ + + + + + + +javax.measure (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure

+
+
Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    Dimension +
    Represents the dimension of a unit.
    +
    Quantity<Q extends Quantity<Q>> +
    + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    +
    Unit<Q extends Quantity<Q>> +
    Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
    +
    UnitConverter +
    A converter of numeric values between different units.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    IncommensurableException +
    Signals that a problem of some sort has occurred due to incommensurable of + some quantities/units.
    +
    MeasurementException +
    Exception thrown when errors occur during measurement operations.
    +
    UnconvertibleException +
    Signals that a problem of some sort has occurred due to the impossibility of + constructing a converter between two units.
    +
    +
  • +
+ + + +

Package javax.measure Description

+
Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units. + +

The core interfaces of this package are javax.measure.Measurement, Quantity and Unit.

+
Version:
+
1.2 ($Revision: 395 $), $Date: 2014-01-27 23:16:02 +0100 (Mo, 27 Jän 2014) $
+
Author:
+
Jean-Marie Dautelle, Werner Keil, Leonardo de Moura Rocha Lima
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/package-tree.html b/site/apidocs/javax/measure/package-tree.html new file mode 100644 index 00000000..e5169017 --- /dev/null +++ b/site/apidocs/javax/measure/package-tree.html @@ -0,0 +1,154 @@ + + + + + + +javax.measure Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/package-use.html b/site/apidocs/javax/measure/package-use.html new file mode 100644 index 00000000..4a52bae6 --- /dev/null +++ b/site/apidocs/javax/measure/package-use.html @@ -0,0 +1,278 @@ + + + + + + +Uses of Package javax.measure (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Package
javax.measure

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + +
    Packages that use javax.measure 
    PackageDescription
    javax.measure +
    Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
    +
    javax.measure.format +
    [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
    +
    javax.measure.quantity +
    [OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
    +
    javax.measure.spi +
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Classes in javax.measure used by javax.measure 
    Class and Description
    Dimension +
    Represents the dimension of a unit.
    +
    IncommensurableException +
    Signals that a problem of some sort has occurred due to incommensurable of + some quantities/units.
    +
    MeasurementException +
    Exception thrown when errors occur during measurement operations.
    +
    Quantity +
    + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    +
    UnconvertibleException +
    Signals that a problem of some sort has occurred due to the impossibility of + constructing a converter between two units.
    +
    Unit +
    Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
    +
    UnitConverter +
    A converter of numeric values between different units.
    +
    +
  • +
  • + + + + + + + + + + + + + + + +
    Classes in javax.measure used by javax.measure.format 
    Class and Description
    MeasurementException +
    Exception thrown when errors occur during measurement operations.
    +
    Unit +
    Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Classes in javax.measure used by javax.measure.quantity 
    Class and Description
    Quantity +
    + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + +
    Classes in javax.measure used by javax.measure.spi 
    Class and Description
    Dimension +
    Represents the dimension of a unit.
    +
    Quantity +
    + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    +
    Unit +
    Represents a determinate quantity (as of + length, time, heat, or value) adopted as a standard of measurement.
    +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Acceleration.html b/site/apidocs/javax/measure/quantity/Acceleration.html new file mode 100644 index 00000000..5d8aa20f --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Acceleration.html @@ -0,0 +1,197 @@ + + + + + + +Acceleration (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Acceleration

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/AmountOfSubstance.html b/site/apidocs/javax/measure/quantity/AmountOfSubstance.html new file mode 100644 index 00000000..53930acd --- /dev/null +++ b/site/apidocs/javax/measure/quantity/AmountOfSubstance.html @@ -0,0 +1,194 @@ + + + + + + +AmountOfSubstance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface AmountOfSubstance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Angle.html b/site/apidocs/javax/measure/quantity/Angle.html new file mode 100644 index 00000000..8b428566 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Angle.html @@ -0,0 +1,196 @@ + + + + + + +Angle (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Angle

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Area.html b/site/apidocs/javax/measure/quantity/Area.html new file mode 100644 index 00000000..6e48fd39 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Area.html @@ -0,0 +1,196 @@ + + + + + + +Area (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Area

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Area>
    +
    +
    +
    +
    public interface Area
    +extends Quantity<Area>
    +
    Extent of a planar region or of the surface of a solid measured in square units. + The metric system unit for this quantity is "m²" (square metre).
    +
    Version:
    +
    1.2
    +
    Author:
    +
    Jean-Marie Dautelle
    +
    See Also:
    Length, +Volume, +Pressure
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/CatalyticActivity.html b/site/apidocs/javax/measure/quantity/CatalyticActivity.html new file mode 100644 index 00000000..129499c5 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/CatalyticActivity.html @@ -0,0 +1,193 @@ + + + + + + +CatalyticActivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface CatalyticActivity

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Dimensionless.html b/site/apidocs/javax/measure/quantity/Dimensionless.html new file mode 100644 index 00000000..40104274 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Dimensionless.html @@ -0,0 +1,192 @@ + + + + + + +Dimensionless (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Dimensionless

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricCapacitance.html b/site/apidocs/javax/measure/quantity/ElectricCapacitance.html new file mode 100644 index 00000000..c68ecd0c --- /dev/null +++ b/site/apidocs/javax/measure/quantity/ElectricCapacitance.html @@ -0,0 +1,193 @@ + + + + + + +ElectricCapacitance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricCapacitance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricCharge.html b/site/apidocs/javax/measure/quantity/ElectricCharge.html new file mode 100644 index 00000000..667fba52 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/ElectricCharge.html @@ -0,0 +1,194 @@ + + + + + + +ElectricCharge (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricCharge

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricConductance.html b/site/apidocs/javax/measure/quantity/ElectricConductance.html new file mode 100644 index 00000000..eee2febc --- /dev/null +++ b/site/apidocs/javax/measure/quantity/ElectricConductance.html @@ -0,0 +1,193 @@ + + + + + + +ElectricConductance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricConductance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricCurrent.html b/site/apidocs/javax/measure/quantity/ElectricCurrent.html new file mode 100644 index 00000000..7480111c --- /dev/null +++ b/site/apidocs/javax/measure/quantity/ElectricCurrent.html @@ -0,0 +1,195 @@ + + + + + + +ElectricCurrent (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricCurrent

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricInductance.html b/site/apidocs/javax/measure/quantity/ElectricInductance.html new file mode 100644 index 00000000..7faef776 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/ElectricInductance.html @@ -0,0 +1,193 @@ + + + + + + +ElectricInductance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricInductance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricPermittivity.html b/site/apidocs/javax/measure/quantity/ElectricPermittivity.html new file mode 100644 index 00000000..a149aa53 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/ElectricPermittivity.html @@ -0,0 +1,194 @@ + + + + + + +ElectricPermittivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricPermittivity

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricPotential.html b/site/apidocs/javax/measure/quantity/ElectricPotential.html new file mode 100644 index 00000000..bc1a4357 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/ElectricPotential.html @@ -0,0 +1,193 @@ + + + + + + +ElectricPotential (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricPotential

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricResistance.html b/site/apidocs/javax/measure/quantity/ElectricResistance.html new file mode 100644 index 00000000..9f17c53c --- /dev/null +++ b/site/apidocs/javax/measure/quantity/ElectricResistance.html @@ -0,0 +1,193 @@ + + + + + + +ElectricResistance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface ElectricResistance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Energy.html b/site/apidocs/javax/measure/quantity/Energy.html new file mode 100644 index 00000000..5ffd1ccc --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Energy.html @@ -0,0 +1,196 @@ + + + + + + +Energy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Energy

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Force.html b/site/apidocs/javax/measure/quantity/Force.html new file mode 100644 index 00000000..b9c68a55 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Force.html @@ -0,0 +1,195 @@ + + + + + + +Force (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Force

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Force>
    +
    +
    +
    +
    public interface Force
    +extends Quantity<Force>
    +
    Quantity that tends to produce an acceleration of a body in the direction of its application. + The metric system unit for this quantity is "N" (Newton).
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Jean-Marie Dautelle
    +
    See Also:
    Energy, +Pressure
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Frequency.html b/site/apidocs/javax/measure/quantity/Frequency.html new file mode 100644 index 00000000..f4ae6e23 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Frequency.html @@ -0,0 +1,194 @@ + + + + + + +Frequency (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Frequency

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Frequency>
    +
    +
    +
    +
    public interface Frequency
    +extends Quantity<Frequency>
    +
    Number of times a specified phenomenon occurs within a specified interval. + The metric system unit for this quantity is "Hz" (Hertz).
    +
    Version:
    +
    1.0
    +
    Author:
    +
    Jean-Marie Dautelle
    +
    See Also:
    Time
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Illuminance.html b/site/apidocs/javax/measure/quantity/Illuminance.html new file mode 100644 index 00000000..31c667d5 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Illuminance.html @@ -0,0 +1,193 @@ + + + + + + +Illuminance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Illuminance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Length.html b/site/apidocs/javax/measure/quantity/Length.html new file mode 100644 index 00000000..d085aaa8 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Length.html @@ -0,0 +1,242 @@ + + + + + + +Length (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Length

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        multiply

        +
        Area multiply(Length that)
        +
        Deprecated. Subject to removal
        +
        Returns the product of this Length with the one specified resulting in Area
        +
        Parameters:
        that - the Length multiplier.
        +
        Returns:
        this * that.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Luminance.html b/site/apidocs/javax/measure/quantity/Luminance.html new file mode 100644 index 00000000..0a25cb87 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Luminance.html @@ -0,0 +1,195 @@ + + + + + + +Luminance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Luminance

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/LuminousFlux.html b/site/apidocs/javax/measure/quantity/LuminousFlux.html new file mode 100644 index 00000000..a5921ad3 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/LuminousFlux.html @@ -0,0 +1,193 @@ + + + + + + +LuminousFlux (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface LuminousFlux

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/LuminousIntensity.html b/site/apidocs/javax/measure/quantity/LuminousIntensity.html new file mode 100644 index 00000000..2066edfd --- /dev/null +++ b/site/apidocs/javax/measure/quantity/LuminousIntensity.html @@ -0,0 +1,195 @@ + + + + + + +LuminousIntensity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface LuminousIntensity

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/MagneticFieldStrength.html b/site/apidocs/javax/measure/quantity/MagneticFieldStrength.html new file mode 100644 index 00000000..30f475a0 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/MagneticFieldStrength.html @@ -0,0 +1,193 @@ + + + + + + +MagneticFieldStrength (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface MagneticFieldStrength

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/MagneticFlux.html b/site/apidocs/javax/measure/quantity/MagneticFlux.html new file mode 100644 index 00000000..3f093ac5 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/MagneticFlux.html @@ -0,0 +1,193 @@ + + + + + + +MagneticFlux (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface MagneticFlux

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/MagneticFluxDensity.html b/site/apidocs/javax/measure/quantity/MagneticFluxDensity.html new file mode 100644 index 00000000..db52f283 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/MagneticFluxDensity.html @@ -0,0 +1,193 @@ + + + + + + +MagneticFluxDensity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface MagneticFluxDensity

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Mass.html b/site/apidocs/javax/measure/quantity/Mass.html new file mode 100644 index 00000000..5a44dbd1 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Mass.html @@ -0,0 +1,196 @@ + + + + + + +Mass (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Mass

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Mass>
    +
    +
    +
    +
    public interface Mass
    +extends Quantity<Mass>
    +
    Measure of the quantity of matter that a body or an object contains. + The mass of the body is not dependent on gravity and therefore is + different from but proportional to its weight. + The metric system unit for this quantity is "kg" (kilogram).
    +
    Version:
    +
    1.2
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    RadiationDoseAbsorbed
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Power.html b/site/apidocs/javax/measure/quantity/Power.html new file mode 100644 index 00000000..cdebed8e --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Power.html @@ -0,0 +1,195 @@ + + + + + + +Power (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Power

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Pressure.html b/site/apidocs/javax/measure/quantity/Pressure.html new file mode 100644 index 00000000..390bd2f7 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Pressure.html @@ -0,0 +1,195 @@ + + + + + + +Pressure (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Pressure

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html b/site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html new file mode 100644 index 00000000..fc456d55 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html @@ -0,0 +1,194 @@ + + + + + + +RadiationDoseAbsorbed (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface RadiationDoseAbsorbed

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/RadiationDoseEffective.html b/site/apidocs/javax/measure/quantity/RadiationDoseEffective.html new file mode 100644 index 00000000..47c84d4d --- /dev/null +++ b/site/apidocs/javax/measure/quantity/RadiationDoseEffective.html @@ -0,0 +1,194 @@ + + + + + + +RadiationDoseEffective (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface RadiationDoseEffective

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Radioactivity.html b/site/apidocs/javax/measure/quantity/Radioactivity.html new file mode 100644 index 00000000..cd9dd30d --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Radioactivity.html @@ -0,0 +1,193 @@ + + + + + + +Radioactivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Radioactivity

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/SolidAngle.html b/site/apidocs/javax/measure/quantity/SolidAngle.html new file mode 100644 index 00000000..1a836167 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/SolidAngle.html @@ -0,0 +1,194 @@ + + + + + + +SolidAngle (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface SolidAngle

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Speed.html b/site/apidocs/javax/measure/quantity/Speed.html new file mode 100644 index 00000000..f87d909f --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Speed.html @@ -0,0 +1,201 @@ + + + + + + +Speed (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Speed

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Speed>
    +
    +
    +
    +
    public interface Speed
    +extends Quantity<Speed>
    +
    Distance traveled divided by the time of travel. + The metric system unit for this quantity is "m/s" (metre per second). + +

    Speed is a scalar value, while velocity is a vector. + Speed is the magnitude of the velocity vector, or the components of the velocity + vector.

    +
    Version:
    +
    1.2
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    Length, +Time, +Acceleration, +Wikipedia: Speed
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Temperature.html b/site/apidocs/javax/measure/quantity/Temperature.html new file mode 100644 index 00000000..34ea346e --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Temperature.html @@ -0,0 +1,193 @@ + + + + + + +Temperature (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Temperature

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Quantity<Temperature>
    +
    +
    +
    +
    public interface Temperature
    +extends Quantity<Temperature>
    +
    Degree of hotness or coldness of a body or an environment. + The metric system unit for this quantity is "K" (Kelvin).
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Jean-Marie Dautelle
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Time.html b/site/apidocs/javax/measure/quantity/Time.html new file mode 100644 index 00000000..d3845a28 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Time.html @@ -0,0 +1,198 @@ + + + + + + +Time (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Time

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Volume.html b/site/apidocs/javax/measure/quantity/Volume.html new file mode 100644 index 00000000..d93198d2 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/Volume.html @@ -0,0 +1,195 @@ + + + + + + +Volume (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Volume

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Acceleration.html b/site/apidocs/javax/measure/quantity/class-use/Acceleration.html new file mode 100644 index 00000000..e6e4dd99 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Acceleration.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Acceleration (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Acceleration

+
+
No usage of javax.measure.quantity.Acceleration
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html b/site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html new file mode 100644 index 00000000..85670b3b --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.AmountOfSubstance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.AmountOfSubstance

+
+
No usage of javax.measure.quantity.AmountOfSubstance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Angle.html b/site/apidocs/javax/measure/quantity/class-use/Angle.html new file mode 100644 index 00000000..8b78a0d1 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Angle.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Angle (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Angle

+
+
No usage of javax.measure.quantity.Angle
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Area.html b/site/apidocs/javax/measure/quantity/class-use/Area.html new file mode 100644 index 00000000..e2645151 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Area.html @@ -0,0 +1,164 @@ + + + + + + +Uses of Interface javax.measure.quantity.Area (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Area

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html b/site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html new file mode 100644 index 00000000..b50382b4 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.CatalyticActivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.CatalyticActivity

+
+
No usage of javax.measure.quantity.CatalyticActivity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Dimensionless.html b/site/apidocs/javax/measure/quantity/class-use/Dimensionless.html new file mode 100644 index 00000000..f243f73d --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Dimensionless.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Dimensionless (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Dimensionless

+
+
No usage of javax.measure.quantity.Dimensionless
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html b/site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html new file mode 100644 index 00000000..b5826700 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricCapacitance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricCapacitance

+
+
No usage of javax.measure.quantity.ElectricCapacitance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricCharge.html b/site/apidocs/javax/measure/quantity/class-use/ElectricCharge.html new file mode 100644 index 00000000..b65b62aa --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricCharge.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricCharge (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricCharge

+
+
No usage of javax.measure.quantity.ElectricCharge
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricConductance.html b/site/apidocs/javax/measure/quantity/class-use/ElectricConductance.html new file mode 100644 index 00000000..94add647 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricConductance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricConductance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricConductance

+
+
No usage of javax.measure.quantity.ElectricConductance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html b/site/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html new file mode 100644 index 00000000..16661ac7 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricCurrent (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricCurrent

+
+
No usage of javax.measure.quantity.ElectricCurrent
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricInductance.html b/site/apidocs/javax/measure/quantity/class-use/ElectricInductance.html new file mode 100644 index 00000000..5a0db866 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricInductance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricInductance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricInductance

+
+
No usage of javax.measure.quantity.ElectricInductance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html b/site/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html new file mode 100644 index 00000000..1a8e9692 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricPermittivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricPermittivity

+
+
No usage of javax.measure.quantity.ElectricPermittivity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html b/site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html new file mode 100644 index 00000000..39e6b7e5 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricPotential (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricPotential

+
+
No usage of javax.measure.quantity.ElectricPotential
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricResistance.html b/site/apidocs/javax/measure/quantity/class-use/ElectricResistance.html new file mode 100644 index 00000000..d12e3132 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricResistance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.ElectricResistance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricResistance

+
+
No usage of javax.measure.quantity.ElectricResistance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Energy.html b/site/apidocs/javax/measure/quantity/class-use/Energy.html new file mode 100644 index 00000000..81391d9e --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Energy.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Energy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Energy

+
+
No usage of javax.measure.quantity.Energy
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Force.html b/site/apidocs/javax/measure/quantity/class-use/Force.html new file mode 100644 index 00000000..52bce911 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Force.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Force (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Force

+
+
No usage of javax.measure.quantity.Force
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Frequency.html b/site/apidocs/javax/measure/quantity/class-use/Frequency.html new file mode 100644 index 00000000..4dc24318 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Frequency.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Frequency (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Frequency

+
+
No usage of javax.measure.quantity.Frequency
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Illuminance.html b/site/apidocs/javax/measure/quantity/class-use/Illuminance.html new file mode 100644 index 00000000..5609e5d7 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Illuminance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Illuminance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Illuminance

+
+
No usage of javax.measure.quantity.Illuminance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Length.html b/site/apidocs/javax/measure/quantity/class-use/Length.html new file mode 100644 index 00000000..ae120a01 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Length.html @@ -0,0 +1,164 @@ + + + + + + +Uses of Interface javax.measure.quantity.Length (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Length

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Luminance.html b/site/apidocs/javax/measure/quantity/class-use/Luminance.html new file mode 100644 index 00000000..24fcc231 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Luminance.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Luminance (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Luminance

+
+
No usage of javax.measure.quantity.Luminance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html b/site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html new file mode 100644 index 00000000..afd34e23 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.LuminousFlux (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.LuminousFlux

+
+
No usage of javax.measure.quantity.LuminousFlux
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html b/site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html new file mode 100644 index 00000000..2ed49c93 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.LuminousIntensity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.LuminousIntensity

+
+
No usage of javax.measure.quantity.LuminousIntensity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html b/site/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html new file mode 100644 index 00000000..11e6f3a1 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.MagneticFieldStrength (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.MagneticFieldStrength

+
+
No usage of javax.measure.quantity.MagneticFieldStrength
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html b/site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html new file mode 100644 index 00000000..db5b776b --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.MagneticFlux (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.MagneticFlux

+
+
No usage of javax.measure.quantity.MagneticFlux
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html b/site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html new file mode 100644 index 00000000..df4f3d2f --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.MagneticFluxDensity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.MagneticFluxDensity

+
+
No usage of javax.measure.quantity.MagneticFluxDensity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Mass.html b/site/apidocs/javax/measure/quantity/class-use/Mass.html new file mode 100644 index 00000000..378f9337 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Mass.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Mass (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Mass

+
+
No usage of javax.measure.quantity.Mass
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Power.html b/site/apidocs/javax/measure/quantity/class-use/Power.html new file mode 100644 index 00000000..9982cfca --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Power.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Power (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Power

+
+
No usage of javax.measure.quantity.Power
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Pressure.html b/site/apidocs/javax/measure/quantity/class-use/Pressure.html new file mode 100644 index 00000000..798292cf --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Pressure.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Pressure (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Pressure

+
+
No usage of javax.measure.quantity.Pressure
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html new file mode 100644 index 00000000..49a70115 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.RadiationDoseAbsorbed (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.RadiationDoseAbsorbed

+
+
No usage of javax.measure.quantity.RadiationDoseAbsorbed
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html new file mode 100644 index 00000000..7f9a4809 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.RadiationDoseEffective (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.RadiationDoseEffective

+
+
No usage of javax.measure.quantity.RadiationDoseEffective
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Radioactivity.html b/site/apidocs/javax/measure/quantity/class-use/Radioactivity.html new file mode 100644 index 00000000..785d34e4 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Radioactivity.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Radioactivity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Radioactivity

+
+
No usage of javax.measure.quantity.Radioactivity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/SolidAngle.html b/site/apidocs/javax/measure/quantity/class-use/SolidAngle.html new file mode 100644 index 00000000..f61e4eee --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/SolidAngle.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.SolidAngle (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.SolidAngle

+
+
No usage of javax.measure.quantity.SolidAngle
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Speed.html b/site/apidocs/javax/measure/quantity/class-use/Speed.html new file mode 100644 index 00000000..419d5503 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Speed.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Speed (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Speed

+
+
No usage of javax.measure.quantity.Speed
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Temperature.html b/site/apidocs/javax/measure/quantity/class-use/Temperature.html new file mode 100644 index 00000000..1d37e6bf --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Temperature.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Temperature (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Temperature

+
+
No usage of javax.measure.quantity.Temperature
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Time.html b/site/apidocs/javax/measure/quantity/class-use/Time.html new file mode 100644 index 00000000..5a29a715 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Time.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Time (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Time

+
+
No usage of javax.measure.quantity.Time
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Volume.html b/site/apidocs/javax/measure/quantity/class-use/Volume.html new file mode 100644 index 00000000..4dac7fd3 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/class-use/Volume.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.quantity.Volume (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Volume

+
+
No usage of javax.measure.quantity.Volume
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/package-frame.html b/site/apidocs/javax/measure/quantity/package-frame.html new file mode 100644 index 00000000..d9584ac8 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/package-frame.html @@ -0,0 +1,56 @@ + + + + + + +javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + +

javax.measure.quantity

+ + + diff --git a/site/apidocs/javax/measure/quantity/package-summary.html b/site/apidocs/javax/measure/quantity/package-summary.html new file mode 100644 index 00000000..b096fbbe --- /dev/null +++ b/site/apidocs/javax/measure/quantity/package-summary.html @@ -0,0 +1,398 @@ + + + + + + +javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.quantity

+
+
[OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    Acceleration +
    Rate of change of velocity with respect to time.
    +
    AmountOfSubstance +
    Number of elementary entities (molecules, for example) of a substance.
    +
    Angle +
    Figure formed by two lines diverging from a common point.
    +
    Area +
    Extent of a planar region or of the surface of a solid measured in square units.
    +
    CatalyticActivity +
    Catalytic activity.
    +
    Dimensionless +
    Dimensionless quantity.
    +
    ElectricCapacitance +
    Electric capacitance.
    +
    ElectricCharge +
    Electric charge.
    +
    ElectricConductance +
    Electric conductance.
    +
    ElectricCurrent +
    Amount of electric charge flowing past a specified circuit point per unit time.
    +
    ElectricInductance +
    Electric inductance.
    +
    ElectricPermittivity +
    How an electric field affects, and is affected, by a dielectric medium.
    +
    ElectricPotential +
    Electric potential or electromotive force.
    +
    ElectricResistance +
    Electric resistance.
    +
    Energy +
    Capacity of a physical system to do work.
    +
    Force +
    Quantity that tends to produce an acceleration of a body in the direction of its application.
    +
    Frequency +
    Number of times a specified phenomenon occurs within a specified interval.
    +
    Illuminance +
    Illuminance.
    +
    Length +
    Extent of something along its greatest dimension or the extent of space + between two objects or places.
    +
    Luminance +
    Luminous intensity per unit area of light traveling in a given direction.
    +
    LuminousFlux +
    Luminous flux.
    +
    LuminousIntensity +
    Luminous flux density per solid angle + as measured in a given direction relative to the emitting source.
    +
    MagneticFieldStrength +
    Magnetic field strength.
    +
    MagneticFlux +
    Magnetic flux.
    +
    MagneticFluxDensity +
    Magnetic flux density.
    +
    Mass +
    Measure of the quantity of matter that a body or an object contains.
    +
    Power +
    Rate at which work is done.
    +
    Pressure +
    Force applied uniformly over a surface.
    +
    RadiationDoseAbsorbed +
    Amount of energy deposited per unit of mass.
    +
    RadiationDoseEffective +
    Effective (or "equivalent") dose of radiation + received by a human or some other living organism.
    +
    Radioactivity +
    Radioactive activity.
    +
    SolidAngle +
    Angle formed by three or more planes intersecting at a common point.
    +
    Speed +
    Distance traveled divided by the time of travel.
    +
    Temperature +
    Degree of hotness or coldness of a body or an environment.
    +
    Time +
    Period of existence or persistence.
    +
    Volume +
    Amount of space occupied by a three-dimensional object or region of space.
    +
    +
  • +
+ + + +

Package javax.measure.quantity Description

+
[OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation. + Quantities of different kinds are represented by sub-types of the + Quantity interface. + +

Only quantities defined in the International System of Units + are provided here. Users can create their own quantity types by extending the + Quantity interface.

+ +

This package supports measurable quantities, which can be expressed + as (Number, Unit) tuples. + Those tuples are not necessarily used directly in numerically intensive code. + They are more useful as meta-data converted to the application internal representation + (for example double primitive type with the requirement to provide values in meters) + before computation begins.

+ +

Quantities sub-types are also used as parameterized type to characterize + generic classes and provide additional compile time check. This technique is + used extensively by the Unit interface, + but users can apply the same approach to their own classes. In the example + below, Sensor, MyQuantity and Vector3D are user-defined + classes:

+ + + // A general-purpose Sensor class used for temperature measurements:
+ Sensor sensor ...;
+ Temperature temp = sensor.getValue();

+ + // A vector of velocity in a three-dimensional space.
+ Unit = metrePerSecond = METRE.divide(SECOND);
+ Vector3D aircraftSpeed = new Vector3D(200.0, 50.0, -0.5, metrePerSecond); +
+ +

This package holds only the quantities required by the metric system.

+
Version:
+
2.3
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/package-tree.html b/site/apidocs/javax/measure/quantity/package-tree.html new file mode 100644 index 00000000..5c7e3621 --- /dev/null +++ b/site/apidocs/javax/measure/quantity/package-tree.html @@ -0,0 +1,165 @@ + + + + + + +javax.measure.quantity Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.quantity

+Package Hierarchies: + +
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/package-use.html b/site/apidocs/javax/measure/quantity/package-use.html new file mode 100644 index 00000000..26c27d0f --- /dev/null +++ b/site/apidocs/javax/measure/quantity/package-use.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Package javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Package
javax.measure.quantity

+
+
+
    +
  • + + + + + + + + + + + + +
    Packages that use javax.measure.quantity 
    PackageDescription
    javax.measure.quantity +
    [OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
    +
    +
  • +
  • + + + + + + + + + + + + + + + +
    Classes in javax.measure.quantity used by javax.measure.quantity 
    Class and Description
    Area +
    Extent of a planar region or of the surface of a solid measured in square units.
    +
    Length +
    Extent of something along its greatest dimension or the extent of space + between two objects or places.
    +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/Bootstrap.html b/site/apidocs/javax/measure/spi/Bootstrap.html new file mode 100644 index 00000000..3ed63813 --- /dev/null +++ b/site/apidocs/javax/measure/spi/Bootstrap.html @@ -0,0 +1,274 @@ + + + + + + +Bootstrap (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + +
+
javax.measure.spi
+

Class Bootstrap

+
+
+ +
+
    +
  • +
    +
    +
    public final class Bootstrap
    +extends Object
    +
    This singleton provides access to the services available in the current runtime environment. The + behavior can be adapted, by calling init(ServiceProvider) before accessing any measurement + services.
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/QuantityFactory.html b/site/apidocs/javax/measure/spi/QuantityFactory.html new file mode 100644 index 00000000..02b6c925 --- /dev/null +++ b/site/apidocs/javax/measure/spi/QuantityFactory.html @@ -0,0 +1,226 @@ + + + + + + +QuantityFactory (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface QuantityFactory<Q extends Quantity<Q>>

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Quantity<Q>create(Number value, + Unit<Q> unit) +
      Returns the quantity for the specified number stated in the specified unit.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        create

        +
        Quantity<Q> create(Number value,
        +                 Unit<Q> unit)
        +
        Returns the quantity for the specified number stated in the specified unit.
        +
        Parameters:
        number - the numeric value stated in the specified unit
        unit - the unit
        +
        Returns:
        the corresponding quantity
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/QuantityFactoryService.html b/site/apidocs/javax/measure/spi/QuantityFactoryService.html new file mode 100644 index 00000000..507500e3 --- /dev/null +++ b/site/apidocs/javax/measure/spi/QuantityFactoryService.html @@ -0,0 +1,222 @@ + + + + + + +QuantityFactoryService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface QuantityFactoryService

+
+
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/ServiceProvider.html b/site/apidocs/javax/measure/spi/ServiceProvider.html new file mode 100644 index 00000000..af9382f0 --- /dev/null +++ b/site/apidocs/javax/measure/spi/ServiceProvider.html @@ -0,0 +1,263 @@ + + + + + + +ServiceProvider (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface ServiceProvider

+
+
+
+
    +
  • +
    +
    +
    public interface ServiceProvider
    +
    This class models the component to managing the lifecycle of the + Unit and Quantity services.
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetPriority() +
      This method allows to define a priority for a registered ServiceProvider instance.
      +
      <T> TgetService(Class<T> serviceType) +
      Access a single service, given its type.
      +
      <T> List<T>getServices(Class<T> serviceType) +
      Access a list of services, given its type.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPriority

        +
        int getPriority()
        +
        This method allows to define a priority for a registered ServiceProvider instance. When multiple providers are + registered in the system the provider with the highest priority value is taken.
        +
        Returns:
        the provider's priority (default is 0).
        +
      • +
      + + + +
        +
      • +

        getServices

        +
        <T> List<T> getServices(Class<T> serviceType)
        +
        Access a list of services, given its type. The bootstrap mechanism should + order the instance for precedence, hereby the most significant should be + first in order. If no such services are found, an empty list should be + returned.
        +
        Parameters:
        serviceType - the service type.
        +
        Returns:
        The instance to be used, never null
        +
      • +
      + + + +
        +
      • +

        getService

        +
        <T> T getService(Class<T> serviceType)
        +
        Access a single service, given its type. The bootstrap mechanism should + order the instance for precedence, hereby the most significant should be + first in order and returned. If no such services are found, null is + returned.
        +
        Parameters:
        serviceType - the service type.
        +
        Returns:
        The instance, (with highest precedence) or null, if no such service is available.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/SystemOfUnits.html b/site/apidocs/javax/measure/spi/SystemOfUnits.html new file mode 100644 index 00000000..196b4c04 --- /dev/null +++ b/site/apidocs/javax/measure/spi/SystemOfUnits.html @@ -0,0 +1,282 @@ + + + + + + +SystemOfUnits (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface SystemOfUnits

+
+
+
+
    +
  • +
    +
    +
    public interface SystemOfUnits
    +
    A system of units grouped together for historical or cultural reasons.
    + Common system of units are "SI" (System International), "Imperial" (British), + "US" (US Customary). + Nothing prevents a unit from belonging to several systems of units at the + same time (for example an Imperial system would have many of the + units held by the US Customary system).
    +
    Version:
    +
    0.8, $Date: 2014-12-03 $
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    + Wikipedia: International System of Units, + + Wikipedia: System of measurement
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      StringgetName() 
      <Q extends Quantity<Q>> 
      Unit<Q>
      getUnit(Class<Q> quantityType) +
      Returns the default unit for the specified quantity.
      +
      Set<? extends Unit<?>>getUnits() +
      Returns a read only view over the units defined in this system.
      +
      Set<? extends Unit<?>>getUnits(Dimension dimension) +
      Returns the units defined in this system having the specified dimension + (convenience method).
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        String getName()
        +
        Returns:
        a name
        +
      • +
      + + + +
        +
      • +

        getUnit

        +
        <Q extends Quantity<Q>> Unit<Q> getUnit(Class<Q> quantityType)
        +
        Returns the default unit for the specified quantity.
        +
        Type Parameters:
        Q - the compile-time quantity type.
        Parameters:
        quantityType - the quantity type.
        +
        Returns:
        the unit for the specified quantity.
        +
      • +
      + + + +
        +
      • +

        getUnits

        +
        Set<? extends Unit<?>> getUnits()
        +
        Returns a read only view over the units defined in this system.
        +
        Returns:
        the collection of units.
        +
      • +
      + + + +
        +
      • +

        getUnits

        +
        Set<? extends Unit<?>> getUnits(Dimension dimension)
        +
        Returns the units defined in this system having the specified dimension + (convenience method).
        +
        Parameters:
        dimension - the dimension of the units to be returned.
        +
        Returns:
        the collection of units of specified dimension.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/SystemOfUnitsService.html b/site/apidocs/javax/measure/spi/SystemOfUnitsService.html new file mode 100644 index 00000000..9d3e702c --- /dev/null +++ b/site/apidocs/javax/measure/spi/SystemOfUnitsService.html @@ -0,0 +1,251 @@ + + + + + + +SystemOfUnitsService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface SystemOfUnitsService

+
+
+
+
    +
  • +
    +
    +
    public interface SystemOfUnitsService
    +

    + This interface represents the service to obtain a system + of units. +

    + +

    + Common system of units are "SI" (System International), "Imperial" (British), + "US" (US Customary). +

    +
    Version:
    +
    0.5, $Date: 2014-12-03 $
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getSystemOfUnits

        +
        SystemOfUnits getSystemOfUnits(String name)
        +
        Returns the system of units having the specified name or + null if none.
        +
        Parameters:
        name - the system of unit name.
        +
        Returns:
        the system of units.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/UnitFormatService.html b/site/apidocs/javax/measure/spi/UnitFormatService.html new file mode 100644 index 00000000..cbc50acd --- /dev/null +++ b/site/apidocs/javax/measure/spi/UnitFormatService.html @@ -0,0 +1,246 @@ + + + + + + +UnitFormatService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface UnitFormatService

+
+
+
+
    +
  • +
    +
    +
    public interface UnitFormatService
    +

    + This interface represent the service to obtain UnitFormat instances. +

    +
    Version:
    +
    0.5.2, $Date: 2015-08-02 $
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
  • +
+
+
+
    +
  • + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUnitFormat

        +
        UnitFormat getUnitFormat()
        +
        Returns the default unit format. + + It is up to implementations what to consider a suitable default. + For some (locale-sensitive) implementations it may be a unit format based on Locale.getDefault() while others may return getUnitFormat("Simple") or getUnitFormat("ISO")
        +
        Returns:
        the default UnitFormat implementation.
        +
      • +
      + + + +
        +
      • +

        getUnitFormat

        +
        UnitFormat getUnitFormat(String name)
        +
        Returns the unit format having the specified name or + null if none. + + For example getUnitFormat("UCUM") to return a UCUM specific UnitFormat implementation.
        +
        Parameters:
        name - the name of the format.
        +
        Returns:
        the corresponding unit format.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/Bootstrap.html b/site/apidocs/javax/measure/spi/class-use/Bootstrap.html new file mode 100644 index 00000000..e5a9d7ff --- /dev/null +++ b/site/apidocs/javax/measure/spi/class-use/Bootstrap.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.spi.Bootstrap (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.spi.Bootstrap

+
+
No usage of javax.measure.spi.Bootstrap
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/QuantityFactory.html b/site/apidocs/javax/measure/spi/class-use/QuantityFactory.html new file mode 100644 index 00000000..825793a6 --- /dev/null +++ b/site/apidocs/javax/measure/spi/class-use/QuantityFactory.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Interface javax.measure.spi.QuantityFactory (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.QuantityFactory

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html b/site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html new file mode 100644 index 00000000..1c726c01 --- /dev/null +++ b/site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.spi.QuantityFactoryService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.QuantityFactoryService

+
+
No usage of javax.measure.spi.QuantityFactoryService
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/ServiceProvider.html b/site/apidocs/javax/measure/spi/class-use/ServiceProvider.html new file mode 100644 index 00000000..e96da073 --- /dev/null +++ b/site/apidocs/javax/measure/spi/class-use/ServiceProvider.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Interface javax.measure.spi.ServiceProvider (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.ServiceProvider

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html b/site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html new file mode 100644 index 00000000..8129085e --- /dev/null +++ b/site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Interface javax.measure.spi.SystemOfUnits (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.SystemOfUnits

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html b/site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html new file mode 100644 index 00000000..07504e8e --- /dev/null +++ b/site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.spi.SystemOfUnitsService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.SystemOfUnitsService

+
+
No usage of javax.measure.spi.SystemOfUnitsService
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/UnitFormatService.html b/site/apidocs/javax/measure/spi/class-use/UnitFormatService.html new file mode 100644 index 00000000..9f6a8ced --- /dev/null +++ b/site/apidocs/javax/measure/spi/class-use/UnitFormatService.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Interface javax.measure.spi.UnitFormatService (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.UnitFormatService

+
+
No usage of javax.measure.spi.UnitFormatService
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/package-frame.html b/site/apidocs/javax/measure/spi/package-frame.html new file mode 100644 index 00000000..26c3305d --- /dev/null +++ b/site/apidocs/javax/measure/spi/package-frame.html @@ -0,0 +1,30 @@ + + + + + + +javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) + + + + + +

javax.measure.spi

+ + + diff --git a/site/apidocs/javax/measure/spi/package-summary.html b/site/apidocs/javax/measure/spi/package-summary.html new file mode 100644 index 00000000..cf79bd75 --- /dev/null +++ b/site/apidocs/javax/measure/spi/package-summary.html @@ -0,0 +1,204 @@ + + + + + + +javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.spi

+
+
[OPTIONAL] Provides services for units, quantities or their textual representation.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    QuantityFactory<Q extends Quantity<Q>> +
    Represents a factory that accepts Number and Unit arguments to create a Quantity result.
    +
    QuantityFactoryService +
    Provider of QuantityFactory
    +
    ServiceProvider +
    This class models the component to managing the lifecycle of the + Unit and Quantity services.
    +
    SystemOfUnits +
    A system of units grouped together for historical or cultural reasons.
    + Common system of units are "SI" (System International), "Imperial" (British), + "US" (US Customary).
    +
    SystemOfUnitsService +
    + This interface represents the service to obtain a system + of units.
    +
    UnitFormatService +
    + This interface represent the service to obtain UnitFormat instances.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Bootstrap +
    This singleton provides access to the services available in the current runtime environment.
    +
    +
  • +
+ + + +

Package javax.measure.spi Description

+
[OPTIONAL] Provides services for units, quantities or their textual representation.
+
Version:
+
0.3, $Date: 2014-11-01 $
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/package-tree.html b/site/apidocs/javax/measure/spi/package-tree.html new file mode 100644 index 00000000..d5fb02ea --- /dev/null +++ b/site/apidocs/javax/measure/spi/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +javax.measure.spi Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.spi

+Package Hierarchies: + +
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/package-use.html b/site/apidocs/javax/measure/spi/package-use.html new file mode 100644 index 00000000..b3f62477 --- /dev/null +++ b/site/apidocs/javax/measure/spi/package-use.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Package javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Package
javax.measure.spi

+
+
+
    +
  • + + + + + + + + + + + + +
    Packages that use javax.measure.spi 
    PackageDescription
    javax.measure.spi +
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + +
    Classes in javax.measure.spi used by javax.measure.spi 
    Class and Description
    QuantityFactory +
    Represents a factory that accepts Number and Unit arguments to create a Quantity result.
    +
    ServiceProvider +
    This class models the component to managing the lifecycle of the + Unit and Quantity services.
    +
    SystemOfUnits +
    A system of units grouped together for historical or cultural reasons.
    + Common system of units are "SI" (System International), "Imperial" (British), + "US" (US Customary).
    +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/overview-frame.html b/site/apidocs/overview-frame.html new file mode 100644 index 00000000..3474c087 --- /dev/null +++ b/site/apidocs/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + +Overview List (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +

 

+ + diff --git a/site/apidocs/overview-summary.html b/site/apidocs/overview-summary.html new file mode 100644 index 00000000..bbc6b491 --- /dev/null +++ b/site/apidocs/overview-summary.html @@ -0,0 +1,154 @@ + + + + + + +Overview (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Units of Measurement API 0.8-SNAPSHOT API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
javax.measure +
Specifies Java packages for the programmatic, type safe handling + of quantities and their expression as values of units.
+
javax.measure.format +
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
+
javax.measure.quantity +
[OPTIONAL] Provides quantitative properties or attributes of thing such as + mass, time, distance, heat, and angular separation.
+
javax.measure.spi +
[OPTIONAL] Provides services for units, quantities or their textual representation.
+
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/overview-tree.html b/site/apidocs/overview-tree.html new file mode 100644 index 00000000..a4cd3b1e --- /dev/null +++ b/site/apidocs/overview-tree.html @@ -0,0 +1,209 @@ + + + + + + +Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/package-list b/site/apidocs/package-list new file mode 100644 index 00000000..4cfe83cf --- /dev/null +++ b/site/apidocs/package-list @@ -0,0 +1,4 @@ +javax.measure +javax.measure.format +javax.measure.quantity +javax.measure.spi diff --git a/site/apidocs/resources/background.gif b/site/apidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 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 YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/site/apidocs/serialized-form.html b/site/apidocs/serialized-form.html new file mode 100644 index 00000000..ed220d0b --- /dev/null +++ b/site/apidocs/serialized-form.html @@ -0,0 +1,182 @@ + + + + + + +Serialized Form (Units of Measurement API 0.8-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/stylesheet.css b/site/apidocs/stylesheet.css new file mode 100644 index 00000000..0e0d70c1 --- /dev/null +++ b/site/apidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/site/checkstyle.html b/site/checkstyle.html new file mode 100644 index 00000000..b00ea050 --- /dev/null +++ b/site/checkstyle.html @@ -0,0 +1,908 @@ + + + + + + Units of Measurement API – Checkstyle Results + + + + + + + + + +
+ +
+
+
+
+

Checkstyle Results

+

The following document contains the results of Checkstylerss feed

+
+

Summary

+ + + + + + + + + + +
Files Info Warnings Errors
580480
+ +
+

Rules

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RuleViolationsSeverity
FileContentsHolder0 Warning
ConstantName +
    +
  • format: "^[A-Z_][A-Z0-9]*(_[A-Z0-9]+)*$"
0 Warning
AvoidStarImport0 Warning
EmptyBlock +
    +
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"
0 Warning
EmptyForInitializerPad +
    +
  • option: "space"
0 Warning
EmptyForIteratorPad +
    +
  • option: "space"
0 Warning
EqualsHashCode0 Warning
IllegalImport0 Warning
IllegalInstantiation0 Warning
JavadocType9 Warning
JavadocMethod +
    +
  • excludeScope: "anoninner"
  • +
  • scope: "package"
  • +
  • allowUndeclaredRTE: "true"
0 Warning
JavadocVariable +
    +
  • excludeScope: "anoninner"
0 Warning
LeftCurly0 Warning
LineLength +
    +
  • max: "200"
  • +
  • ignorePattern: "^ *\* *[^ ]+$"
5 Warning
LocalFinalVariableName0 Warning
LocalVariableName0 Warning
MemberName0 Warning
MethodLength +
    +
  • max: "250"
0 Warning
MethodName0 Warning
ModifierOrder0 Warning
NeedBraces +
    +
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_IF,LITERAL_WHILE"
1 Warning
NoWhitespaceAfter0 Warning
NoWhitespaceBefore +
    +
  • allowLineBreaks: "true"
  • +
  • tokens: "DOT"
0 Warning
OperatorWrap +
    +
  • tokens: "ASSIGN, DIV_ASSIGN, PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, MOD_ASSIGN, SR_ASSIGN, BSR_ASSIGN, SL_ASSIGN, BXOR_ASSIGN, BOR_ASSIGN, BAND_ASSIGN"
  • +
  • option: "eol"
0 Warning
PackageName0 Warning
ParameterName0 Warning
ParameterNumber +
    +
  • max: "20"
0 Warning
ParenPad0 Warning
RedundantImport1 Warning
RedundantModifier1 Warning
RightCurly0 Warning
SimplifyBooleanReturn0 Warning
StaticVariableName0 Warning
TypeName0 Warning
TypecastParenPad0 Warning
UpperEll0 Warning
VisibilityModifier +
    +
  • packageAllowed: "true"
0 Warning
WhitespaceAfter0 Warning
WhitespaceAround +
    +
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"
10 Warning
AnnotationUseStyle0 Warning
MissingDeprecated1 Warning
PackageAnnotation0 Warning
SuppressWarnings0 Warning
JavadocStyle3 Warning
ClassTypeParameterName0 Warning
MethodTypeParameterName0 Warning
ImportOrder +
    +
  • option: "top"
0 Warning
GenericWhitespace1 Warning
MethodParamPad0 Warning
CovariantEquals0 Warning
DefaultComesLast0 Warning
ExplicitInitialization0 Warning
FallThrough0 Warning
JUnitTestCase0 Warning
FinalClass0 Warning
HideUtilityClassConstructor0 Warning
InterfaceIsType0 Warning
MutableException2 Warning
ArrayTypeStyle0 Warning
SuppressionCommentFilter +
    +
  • offCommentFormat: "CSOFF\: ([\w\|]+)"
  • +
  • checkFormat: "$1"
  • +
  • onCommentFormat: "CSON\: ([\w\|]+)"
0 Warning
FileLength +
    +
  • max: "3000"
0 Warning
JavadocPackage +
    +
  • allowLegacy: "true"
0 Warning
FileTabCharacter14 Warning
+
+

Details

+
+

javax/measure/MeasurementException.java

+ + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).22
+
+

javax/measure/Quantity.java

+ + + + + + + + + + + + +
SeverityMessageLine
 WarningExtra HTML tag found: </p>19
 WarningFile contains tab characters (this is the first instance).43
+
+

javax/measure/Unit.java

+ + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).306
+
+

javax/measure/UnitConverter.java

+ + + + + + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).25
 WarningLine is longer than 200 characters (found 202).93
+
+

javax/measure/format/Parser.java

+ + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).28
+
+

javax/measure/format/ParserException.java

+ + + + + + + + + + + + + + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).20
 WarningThe field 'position' must be declared final.31
 WarningThe field 'data' must be declared final.34
 Warning'if' construct must use '{}'s.97
+
+

javax/measure/format/UnitFormat.java

+ + + + + + + + + + + + + + + + + + + + +
SeverityMessageLine
 WarningLine is longer than 200 characters (found 232).59
 WarningLine is longer than 200 characters (found 333).60
 WarningLine is longer than 200 characters (found 217).61
 WarningFile contains tab characters (this is the first instance).80
+
+

javax/measure/quantity/AmountOfSubstance.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.22
+
+

javax/measure/quantity/Angle.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.24
+
+

javax/measure/quantity/Area.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.24
+
+

javax/measure/quantity/ElectricCurrent.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.23
+
+

javax/measure/quantity/Length.java

+ + + + + + + + + + + + + + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.27
 WarningFirst sentence should end with a period.30
 WarningFile contains tab characters (this is the first instance).30
 WarningMust include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description.38
+
+

javax/measure/quantity/LuminousIntensity.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.23
+
+

javax/measure/quantity/Mass.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.24
+
+

javax/measure/quantity/Temperature.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.19
+
+

javax/measure/quantity/Time.java

+ + + + + + + + +
SeverityMessageLine
 WarningUnknown tag 'apiNote'.26
+
+

javax/measure/spi/Bootstrap.java

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).68
 Warning'==' is not preceded with whitespace.71
 Warning'==' is not followed by whitespace.71
 Warning'==' is not preceded with whitespace.92
 Warning'==' is not followed by whitespace.92
 Warning'==' is not preceded with whitespace.94
 Warning'==' is not followed by whitespace.94
 Warning'if' is not followed by whitespace.122
 Warning'{' is not preceded with whitespace.122
+
+

javax/measure/spi/DefaultServiceProvider.java

+ + + + + + + + + + + + + + + + +
SeverityMessageLine
 Warning'if' is not followed by whitespace.57
 Warning'{' is not preceded with whitespace.57
 WarningFile contains tab characters (this is the first instance).78
+
+

javax/measure/spi/QuantityFactory.java

+ + + + + + + + + + + + +
SeverityMessageLine
 Warning'<' is preceded with whitespace.25
 WarningFile contains tab characters (this is the first instance).34
+
+

javax/measure/spi/QuantityFactoryService.java

+ + + + + + + + + + + + +
SeverityMessageLine
 WarningRedundant import from the same package - javax.measure.spi.QuantityFactory.10
 WarningFirst sentence should end with a period.12
+
+

javax/measure/spi/ServiceProvider.java

+ + + + + + + + +
SeverityMessageLine
 WarningRedundant 'public' modifier.26
+
+

javax/measure/spi/SystemOfUnits.java

+ + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).35
+
+

javax/measure/spi/SystemOfUnitsService.java

+ + + + + + + + +
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).28
+
+

javax/measure/spi/UnitFormatService.java

+ + + + + + + + + + + + +
SeverityMessageLine
 WarningLine is longer than 200 characters (found 214).27
 WarningFile contains tab characters (this is the first instance).31
+
+
+
+
+
+ + + diff --git a/site/checkstyle.rss b/site/checkstyle.rss new file mode 100644 index 00000000..d65bf19a --- /dev/null +++ b/site/checkstyle.rss @@ -0,0 +1,866 @@ + + + + + Units of Measurement API - Checkstyle report + http://unitsofmeasurement.github.io/ + Units of Measurement API - Checkstyle report + en-us + ©2014 - 2015 Jean-Marie Dautelle, Werner Keil, V2COM + + File: 58, + Errors: 0, + Warnings: 48, + Infos: 0 + + http://unitsofmeasurement.github.io//checkstyle.html + +

Click here for the full Checkstyle report.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilesIWE
+ javax/measure/format/Parser.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Length.java + + 0 + + 4 + + 0 +
+ javax/measure/UnitConverter.java + + 0 + + 2 + + 0 +
+ javax/measure/quantity/Force.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Luminance.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/MagneticFieldStrength.java + + 0 + + 0 + + 0 +
+ javax/measure/package-info.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Illuminance.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/SystemOfUnits.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/package-info.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/LuminousIntensity.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/ElectricCapacitance.java + + 0 + + 0 + + 0 +
+ javax/measure/IncommensurableException.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Dimensionless.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/ElectricPotential.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Power.java + + 0 + + 0 + + 0 +
+ javax/measure/format/package-info.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/DefaultServiceProvider.java + + 0 + + 3 + + 0 +
+ javax/measure/quantity/SolidAngle.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Acceleration.java + + 0 + + 0 + + 0 +
+ javax/measure/UnconvertibleException.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/MagneticFluxDensity.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/CatalyticActivity.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/UnitFormatService.java + + 0 + + 2 + + 0 +
+ javax/measure/quantity/Pressure.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Energy.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Angle.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Speed.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/QuantityFactoryService.java + + 0 + + 2 + + 0 +
+ javax/measure/quantity/ElectricPermittivity.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/ElectricInductance.java + + 0 + + 0 + + 0 +
+ javax/measure/format/UnitFormat.java + + 0 + + 4 + + 0 +
+ javax/measure/quantity/ElectricCurrent.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/RadiationDoseAbsorbed.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/LuminousFlux.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/ElectricCharge.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/ServiceProvider.java + + 0 + + 1 + + 0 +
+ javax/measure/format/ParserException.java + + 0 + + 4 + + 0 +
+ javax/measure/quantity/Volume.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Time.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Radioactivity.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/ElectricResistance.java + + 0 + + 0 + + 0 +
+ javax/measure/MeasurementException.java + + 0 + + 1 + + 0 +
+ javax/measure/spi/Bootstrap.java + + 0 + + 9 + + 0 +
+ javax/measure/Quantity.java + + 0 + + 2 + + 0 +
+ javax/measure/spi/SystemOfUnitsService.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Area.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/AmountOfSubstance.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Mass.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/RadiationDoseEffective.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/package-info.java + + 0 + + 0 + + 0 +
+ javax/measure/Dimension.java + + 0 + + 0 + + 0 +
+ javax/measure/quantity/Frequency.java + + 0 + + 0 + + 0 +
+ javax/measure/Unit.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/Temperature.java + + 0 + + 1 + + 0 +
+ javax/measure/quantity/ElectricConductance.java + + 0 + + 0 + + 0 +
+ javax/measure/spi/QuantityFactory.java + + 0 + + 2 + + 0 +
+ javax/measure/quantity/MagneticFlux.java + + 0 + + 0 + + 0 +
+ +
+
+
+
+ diff --git a/site/css/maven-base.css b/site/css/maven-base.css new file mode 100644 index 00000000..53153e9f --- /dev/null +++ b/site/css/maven-base.css @@ -0,0 +1,155 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/site/css/maven-theme.css b/site/css/maven-theme.css new file mode 100644 index 00000000..c982168b --- /dev/null +++ b/site/css/maven-theme.css @@ -0,0 +1,141 @@ +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/site/css/print.css b/site/css/print.css new file mode 100644 index 00000000..f09d546c --- /dev/null +++ b/site/css/print.css @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/site/css/site.css b/site/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/site/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/site/findbugs.html b/site/findbugs.html new file mode 100644 index 00000000..ccc38d75 --- /dev/null +++ b/site/findbugs.html @@ -0,0 +1,125 @@ + + + + + + Units of Measurement API – FindBugs Bug Detector Report + + + + + + + + + +
+ +
+
+
+
+

FindBugs Bug Detector Report

+

The following document contains the results of FindBugs

+

FindBugs Version is 2.0.3

+

Threshold is medium

+

Effort is min

+
+

Summary

+ + + + + + + + + + +
ClassesBugsErrorsMissing Classes
55000
+
+

Files

+ + + +
ClassBugs
+
+
+
+
+
+ + + diff --git a/site/images/collapsed.gif b/site/images/collapsed.gif new file mode 100644 index 0000000000000000000000000000000000000000..6e710840640c1bfd9dd76ce7fef56f1004092508 GIT binary patch literal 53 ycmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlI4r7uBZ*YkPFU8d4p4Aua}2?(?R literal 0 HcmV?d00001 diff --git a/site/images/expanded.gif b/site/images/expanded.gif new file mode 100644 index 0000000000000000000000000000000000000000..0fef3d89e0df1f8bc49a0cd827f2607c7d7fd2f0 GIT binary patch literal 52 xcmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlH@g}+fUi&t{amUB!D)&R0C2fzRT literal 0 HcmV?d00001 diff --git a/site/images/external.png b/site/images/external.png new file mode 100644 index 0000000000000000000000000000000000000000..3f999fc88b360074e41f38c3b4bc06ccb3bb7cf8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd{{R1fCIbVIy!atN z8e~{WkY6y6%iy53@(Yk3;OXKRQgJIOfsI*BO@UFsfhWLBc>*(#PB?Jn2*(o!76E4F z2oaVU3``tH+Kgs0GI5+@Tg}d)z%jd%F@?{8!SRZ5b1yT80-FZIMn)zc2Ca66y`pzY R*nwsP)>x!^tmpH&$+C<;2VrCaYmBwl1VLaz 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 Z{{a;Um`|96AOZjY002ovPDHLkV1gJ2e-!`# literal 0 HcmV?d00001 diff --git a/site/images/icon_error_sml.gif b/site/images/icon_error_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..61132ef2b01806f6122c31d173c98e01e499b9a0 GIT binary patch literal 1010 zcmZ?wbhEHbJMCn#OVEqF*oew~oaAu*+mN;-=y?VHT3tIe$XQqrDo-uB_a z!$aaK`z6))OKGn34?nwc^SuifkIL#EmDgV_qjg-#8v*0u4q4%1moUw{LZ54UeCgzNF^jX`uv-XK+9g@yFrG9?@ z!9&5&Tgk*j(b!GF&{N4I-Owl3GNQ;Kslp@APSw&&&ux9d>WxL~{EYoKm2KHvv3+ax zZUYB?Ae*8JnchZheXeEaa>@87?_fB*jV>(`erUx0B6j@wa!KnN)QWMO1rn9HC8 zQU}Tt3>@bftT|;oHYhlHH8T8tc{qL2LBC1&wnQeg^-S05<#H=J%;q~&KX!$OXH$lP zifQJ#9>L8|xhAVRHT-xPa*}7JK>(A*!AmL!CQC~j>707p+C5b#ib-SZ5@wfn#-0y8 zor_pb3M^%mkXhlduwjw4dk@RWhYZ<*tSUAV9x3eYyi#^d39lH{872xT#>g14FgCZb z+Lvv}DClhGVU*`8y(Qe}(9I>Lw<6->0~Q`zX3oMH2272dBARI`0wDzxS_G8b_H+a` TZ#n2*^y*Bf^Krq04Gh)*dSnrT literal 0 HcmV?d00001 diff --git a/site/images/icon_info_sml.gif b/site/images/icon_info_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..c6cb9ad7ce438a798426703e86a7ffc197d51dbb GIT binary patch literal 606 zcmZ?wbhEHb!Rj)7jHhhdgsOUdoQoueZi?7 z>>gViTe&E#V48n=mrru5S3;v}WQB8hiDz7$TU2Fg8RZkU)J)l4H+4sO@7jjxJ4?G(<~7c1nYFul=C0P+d#d`@bj{yi z-npcE!T#Qb2PP~z)H;3B%r(bntUlH>Y2~CvyV|C%UbyM>vTf&9?!2&e&!siHFV0_c zVB`KP8}?n^dg$7Yqc`@PxOMQ%-NWbZ9Xfk=)1K2OFF!hV;r{6>kIr6ua^~ve%eS9j zy7lbD`I|4_et!J??bq+WzI^-n`RfmdkOIfh!pgqYwSCK`t~@$#!^!1aj_y2mzyI{@?vuB79>2N$==JkApPs$`_~ygc*YCf)diVLp z{pXKfy#M&+`?nvze*gIk#Q*;N0|qHLXbBUFKUo+V7>XElKuSSz!oa?}p{S|3rL`#` zEj=M8CWV#D$GthOu#hRgfH^NPHz`Z6or!6tudIJkhF|)EqL_SUmH;#E=*;vU)ut4d z*}1MJ+3|6yK5|W*0YQlwY}}E_93D;*P3)($(!#iHyj&dYc$?gAB*f@)n?~7Mn)5Ze zB*b!gs&gB@F*e|Da`5(ac688Lp~TGAEh5PBlHo`4aV}w%hy?;49h(#+>`NXTD0Bjy;4ci{C-1K14rU#4Xoa9{m6qopA9n0cn|!>ecYkij zwyX=!4*mH3EoqLqSGiVbyFqxD(bS8XSDu{6U1jZO70Ic@{~t&7=B^ zBD)NOoAkU&Gy^LQJ5PtV?u{&65}4ZUmfYbweP{LTy^YnAGv=AGa7*6wj}%~b0?7r5!@qH7P%p1*$L z@#{ODxoUwG+WsY)zWExj-aqxpQS(e!bx&6L`u)?tfB$~}{{8*?cVO&*V`-G2NeC$Z zWMO1r=w{FXnGVVm3>>=|#5rX=HY{-DP?VFNPL-%m%>B+*~5-k^-+4*MLFr;tQ0}^rlS-^!^Q`Mx1hrB$jwn&hk~Xk=#Nl+_9Nu|Y$D G!5RQ;-6)O# literal 0 HcmV?d00001 diff --git a/site/images/icon_warning_sml.gif b/site/images/icon_warning_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..873bbb52cb9768103c27fbb9a9bac16ac615fce5 GIT binary patch literal 576 zcmZ?wbhEHbB!Sy%bj7w z8LP{2I!WYbmF&-Ixi?j6tD|K1XR2M#l>Aw*aXL%wXS3nYW}{zi=4WzsU5r%E6qx+# za{AThd85YVOsT`KDUrWsBtGknIa3>Sy(4;AS@f^Dxt>-=XPXm#FD(1Lr2hBv=9?3X zZS^!XrNw@)>eiN((2|w-y>{aB1+99DGMA?}+UTggT+(Z*rf8+5x~aWVOGcurtl;&U zIa)H3I&#vwvQjJBn`YHj9iKlB7`)(M#!e{yWMO1rC}Yq8NrU2qfqia6SyOXMYa1sM zM_a34eqyRfcQbQJY;^IYGTuzaxglKLqNQEA}OiQec+sQ#rUUjLqg_MpsPmY43 zsgmVV8EHK$eV-B~6*UcAW2+w%1e4o&9#aAczLGF}PmMg|6J0Ey4q A)Bpeg literal 0 HcmV?d00001 diff --git a/site/images/logos/build-by-maven-black.png b/site/images/logos/build-by-maven-black.png new file mode 100644 index 0000000000000000000000000000000000000000..919fd0f66a7f713920dd7422035db1c9d484351d GIT binary patch literal 2294 zcmVKOG`!VuDc=fnx$+R6#>c^>b&wcOS?|$!`a}U6ptjU_J zlBA}l*3{J0)YMd0R~Hr*dU$xO^ie1jhYlTLS+=C4#MRYRCX#twGUSD6Il$6AA+=UAlkY(ZF;m4037Yc>v&!1mPsNXdliHV74&z>zUEv=}iC@U)i zfc^XTJ3BiAKvYyzczAd~K){|od(ip)`}f`5-HnZnv$L~Hzqq=(y7Kb!>gsAwPfu@e z@3gcu0LabFC4?{xBNPh18Fpy3+Tr2hfq{Yc_V$w}PjVdhGtMTH$zU){PfznaPmK)? z4KH52=;-KZX=#a#jlFZ{PF7YH!!Q{c8Taqs=Xt)UsK{tE{@>vc{2Hgh!NL0adH}e0 z@19Df^78Tm0ES@zz{SO7Zf@=upJ1_AP_bIAgpih&mWqmsojZ4GG#a&9{f)&Au~_Wm z<0F^L4;(mPHk)-io!M*-3JMa7#VIK%EBy%}_$g6IPEM9cBvPp~K0f}{t5+6_rMbEJ z(xpqcZ{G$0j^p<2+vnuu^bN3MdU`rLJ3Br;9ss7MrVbuFxUjHLQBhGX6WriQ5|M*_w z@5bUDdV71dTCG;AO-@dx@4a~OA{y)K>k+2N$jAo|9?w z?b_+nr`2k;!{M;o?Qh<^`R=>#RtFA0KR<`Vfh)Li;|5+X!otGn&U<@%H*VaBDU;Gf zr_<5=()7Iqfmk>yLj`}084`48Zf?d|M~)mpOHfeI{QNv2WMN?;Dk=&9GBY#LVzb%$ z`};Aq6GAK&OK4~)&U*g*IT{xh7M8K~%9SgtQ-;OG#ZeC5ym=F=X|vf(9h#b&K7RZN z05+S=X0xGjU|@g-%ePwl!GC`7t=5VDruDp`t9rXwq=tAb*88KQqo~N`a#V_oixKzA z%F4dJzL1cRy1F{CSUfW`qfjWeZ{Hpm7>H$yNF>V6&c<>vGBOgU_w@7}J9g~o(WA6z z#sgc0B0VlH4i&T6{Pyiz)FUDys6$s*7rnXCi!3z)!0DGJ5eITHyM2Q|E@qtti{QRD z*nbiZg+h^&lY>QINl6I+oH}*N-Q67kYHMqqoSd*@fE67^695Pa36aTU0HD+95)%{g zFw)c0Gcqy&K&4WxG906$qk6p_b=txpgmiazqaGF(M)NU+!{3cPsc^{*a`Ja$nXfZ@ zhsL%N4whw0OG`2M6&4oG&CQ8KBHBPHC@3f>C|I^a>__(qFp!^RU zV`F0uhl6EVxm><`_ijATmoHz|)ztxjL?XdmSuB<(Po5A$mM!w}C3kdS~ef}W>dub-Hhz&fI`vJ#oXvTST@?6qsxN=r)tz|+%n^XARiL+I)0 z!HGL|?4Z?OC@z>ppO+fmk zEDIk1FgrV2R8&O&@;qNwR)+h@$;nZx)dqvXVzG2}b>-#d_4oHa!G&Dp59OYMg zd;9A2I}{29&+|ObzkB!Y^XJcKjE;^*({SomlT)I^E^_90Q{xPG;bvU;38ml zcng&pTZhKxAmAX-{xuvUBO`bZu-omWrKK8;X6fkl>(@`5I6;GyySuwkDCBv*tE;QE zwH1kg)0Ijk1~{Qms8A@Vadob6a=9D}VUx-9>C-1l1S|^dcDq`w#&Z*k#hB*+K%>#n z=0$)zo8T)X1Ujc}V+Omw8!O@%0GKp7%(fp1ER{;7QYogYiHQlT)w*&q5{X2iP;Ak literal 0 HcmV?d00001 diff --git a/site/images/logos/build-by-maven-white.png b/site/images/logos/build-by-maven-white.png new file mode 100644 index 0000000000000000000000000000000000000000..7d44c9c2e5742bdf8649ad282f83208f1da9b982 GIT binary patch literal 2260 zcmV;_2rKuAP)4hTLUyOQ{PVbVY5&Y3g!&hN~bnR7}ZgkXUt ziC%zU0gf+&kEv>t|d$x|zXw1mS0D%1b{8z7DF%0wW-8(XBFc`A3vVI|O z^!N97baWg(eE86zLn4uA_wL=Zb@+UKU|=8sJb3V6XlSUctSl!dhm4xd=KJ^W|8h2q zR4NS%3yX+|NKQ`f?d=7Cf`Wo)&z=E5TU%REQIXYZefjbwRvsQ6zIyfQojZ3l8V#{v zv)R(q)39Vr2GBPsa+apV2%%fIZY3ln0Kl+1Y8c*(xe3X6sWFH9kH*UDDLl)ZN`}u~;f9D%P!A2LK5P2`MQl z(b3TuDUC++_U+qm01k;n!Z1u+TwGjS+}X2d^Yil+3Pn;B-~q z{Qdm_z{kf&EEb1^gw)j3R904!x}#RBj~+c578Vv16olc}xpQZGd;7k9`>@WHD_2M| z{%VB2fNVCK&1U^_rTW_bx`C@MK&%ZR^ybZ*=;&yb zN);0mV>X+~OA`|lRVtNAr7A8i#zL)DyJycHxm+$5izO0?QmM?$%p@6le0*H3R;yI1 z=;-LCrlu1oPI!8HIypHhmCA~Wig|;>WHON!GbSbmcN`jxhJ=GssnlpRR;zVzaF8J4 z>+3sJhW@0w{LH6-`(Afr<9kMWBXoSUM7Dox&JGJtojOI96z3EG z*uH)HWN?qO7x!`hzQnzLg5JL3Ui^ps%X$n4`+YK2S-yNZo>gC8kJmXUC#D?-i_a7IlwdR(Kkw#T>s)<( zJ!ZVTycREBO!{t;H9|r{F#q)FQ_`LjAsBnPnnKk2PZ;V3*7{M#@%jyBNObh|^_fg2 zd|f0I3eTTEPf=83VhUbHWgRft|{%MRRMp6H>seM7wV6&k5Vn7H0DDSDT_wn(;aaUDU zWi%QoiptK;CgqIWB$bwy78Mm?w@oI~&6_tPBO~$kExCLno}10)mX;RGM?^%-PjqOt zTFi(#=@4C7NJmxEVK7l6G0yhEp_Lq9)1fj}S-2%Mdrv$L~tStVt%xVSheDG9e5EX$6J zj8GIMm&=bIKaK;TqoYG05D0}r0!Kqb1E0?q2n1`_uAR{_f0E{OgnR$~y~Sd|+0n_# z2@6L?MsUQ^H0|QzLJoDKqobtlneyk|8`Sp{cp}PUC5RRQ^8?;2;Iss$eWk%*n3$Nr z(73v~e)3}s219#$yTM=(2n6o#?!LahxUO>?H!v`O%bZ*;$Ideh!!Qg0h{fVXix$lf i91DLtEx@rr0RIK2cl{g~?Z1Nn0000}s literal 0 HcmV?d00001 diff --git a/site/images/logos/maven-feather.png b/site/images/logos/maven-feather.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ada836e9eb4af4db810f648b013933e72c8fbe GIT binary patch literal 3330 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 literal 0 HcmV?d00001 diff --git a/site/images/newwindow.png b/site/images/newwindow.png new file mode 100644 index 0000000000000000000000000000000000000000..6287f72bd08a870908e7361d98c35ee0d6dcbc82 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd&SYTt4+aeuCvSob zD+%%o1`04ZXs!GLj7%Iec?BF2%&y2ZFfeUwWbk2P5nvW+xWT~4#-PT{uyM;F);OSv44$rjF6*2U FngH~|K)3(^ literal 0 HcmV?d00001 diff --git a/site/images/rss.png b/site/images/rss.png new file mode 100644 index 0000000000000000000000000000000000000000..f0796ac886201eb43b7a15113e2deb1b32fa9a09 GIT binary patch literal 360 zcmV-u0hj)XP)1pTfh($;sL0vc}u{{{FPIw4gub**+Xunj;hMg-Rk@N{o&!^ z{r&#_{{B{et%#+@{r~@)vdh1}zle=^0GR*(m;g35HkdZcHkixXHq)$8FWQhbW?9;ba!ELWdKKV zVQ^?^V?%Flc4cyOWpXuLNbUdt06|GaK~#90Vz9#p80;8u1CXpOE?Whx%fLW2AK{k88_xIu00030{{sMfLr(Xb|5zme0000 + + + + + Units of Measurement API – Unit API home page + + + + + + + + + + +
+ +
+
+
+
+

The Units of Measurement API for Java

Logo +

Units of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.

+

Copyright 2014 Jean-Marie Dautelle, Werner Keil, V2COM All rights reserved.

+

See license for details.

+
+

The project

+

The project is hosted on GitHub. It runs a public mailing list for user and developer questions, other issues, and general discussion.

+
+
+
+
+
+
+ + + diff --git a/site/integration.html b/site/integration.html new file mode 100644 index 00000000..9ae1936c --- /dev/null +++ b/site/integration.html @@ -0,0 +1,117 @@ + + + + + + Units of Measurement API – Continuous Integration + + + + + + + + + +
+ +
+
+
+
+

Overview

+

This project uses Jenkins.

+
+

Access

+

The following is a link to the continuous integration system used by the project.

+
+
+

Notifiers

+

No notifiers are defined. Please check back at a later date.

+
+
+
+
+
+ + + diff --git a/site/issue-tracking.html b/site/issue-tracking.html new file mode 100644 index 00000000..0ec258c4 --- /dev/null +++ b/site/issue-tracking.html @@ -0,0 +1,114 @@ + + + + + + Units of Measurement API – Issue Tracking + + + + + + + + + +
+ +
+
+
+
+

Overview

+

This project uses JIRA a J2EE-based, issue tracking and project management application.

+
+

Issue Tracking

+

Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

+
+
+
+
+
+
+ + + diff --git a/site/license.html b/site/license.html new file mode 100644 index 00000000..d0d044aa --- /dev/null +++ b/site/license.html @@ -0,0 +1,231 @@ + + + + + + Units of Measurement API – Project License + + + + + + + + + +
+ +
+
+
+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project License

+
+

Specification License

+
+
JEAN-MARIE DAUTELLE, WERNER KEIL, V2COM ARE WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS 
+LICENSE AGREEMENT ("AGREEMENT"). PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. 
+BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THIS AGREEMENT. 
+IF YOU ARE NOT WILLING TO BE BOUND BY THEM, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THIS PAGE AND THE DOWNLOADING PROCESS WILL NOT CONTINUE.
+
+Specification:  JSR-363  Units of Measurement API ("Specification")
+Version:  0.7
+Status:  Early Draft
+Release: 14 December 2014
+Copyright 2014 Jean-Marie Dautelle, Werner Keil, V2COM - Hardware + Software ("Jean-Marie Dautelle, Werner Keil, V2COM")
+All rights reserved. 
+
+NOTICE
+
+The Specification is protected by copyright and the information described therein may be protected by one or more U.S. patents, foreign patents, or pending 
+applications. Except as provided under the following license, no part of the Specification may be reproduced in any form by any means without the prior written 
+authorization of Jean-Marie Dautelle, Werner Keil, V2COM and their licensors, if any. Any use of the Specification and the information described therein will be 
+governed by the terms and conditions of this Agreement.
+
+
+Subject to the terms and conditions of this license, including your compliance with Paragraphs 1, 2 and 3 below, Jean-Marie Dautelle, Werner Keil, V2COM hereby 
+grants you a fully-paid, non-exclusive, non-transferable, limited license (without the right to sublicense) under Jean-Marie Dautelle, Werner Keil, V2COM's 
+intellectual property rights to:
+
+   1. Review the Specification for the purposes of evaluation. This includes: 
+     (i) developing implementations of the Specification for your internal, non-commercial use; 
+     (ii) discussing the Specification with any third party; and (iii) excerpting brief portions of the Specification in oral or written communications 
+     which discuss the Specification provided that such excerpts do not in the aggregate constitute a significant portion of the Specification.
+
+   2. Distribute implementations of the Specification to third parties for their testing and evaluation use, provided that any such implementation:
+     (i) does not modify, subset, superset or otherwise extend the Licensor Name Space, or include any public or protected packages, classes, Java interfaces, 
+     fields or methods within the Licensor Name Space other than those required/authorized by the Specification or Specifications being implemented;
+     (ii) is clearly and prominently marked with the word "UNTESTED" or "EARLY ACCESS" or "INCOMPATIBLE" or "UNSTABLE" or "BETA" in any list of available builds 
+     and in proximity to every link initiating its download, where the list or link is under Licensee's control; and
+     (iii) includes the following notice:
+
+"This is an implementation of an early-draft specification developed under the Java Community Process (JCP) and is made available for testing and evaluation 
+purposes only. The code is not compatible with any specification of the JCP."
+
+   3. Distribute applications written to the Specification to third parties for their testing and evaluation use, provided that any such application includes the 
+   following notice:
+
+      "This is an application written to interoperate with an early-draft specification developed under the Java Community Process (JCP) and is made available for 
+      testing and evaluation purposes only. The code is not compatible with any specification of the JCP."
+
+The grant set forth above concerning your distribution of implementations of the Specification is contingent upon your agreement to terminate development and 
+distribution of your implementation of early draft upon final completion of the Specification.  If you fail to do so, the foregoing grant shall be considered 
+null and void. Other than this limited license, you acquire no right, title or interest in or to the Specification or any other 
+Jean-Marie Dautelle's, Werner Keil's, V2COM's intellectual property, and the Specification may only be used in accordance with the license terms set forth herein. 
+This license will expire on the earlier of:  
+(a) two (2) years from the date of Release listed above; 
+(b) the date on which the final version of the Specification is publicly released; or 
+(c) the date on which the Java Specification Request (JSR) to which the Specification corresponds is withdrawn.  
+In addition, this license will terminate immediately without notice from Jean-Marie Dautelle, Werner Keil, V2COM if you fail to comply with any provision 
+of this license. Upon termination, you must cease use of or destroy the Specification.
+
+"Licensor Name Space" means the public class or interface declarations whose names begin with "java", "javax", "com.oracle" or their equivalents in any subsequent 
+naming convention adopted through the Java Community Process, or any recognized successors or replacements thereof
+
+TRADEMARKS
+
+No right, title, or interest in or to any trademarks, service marks, or trade names of Jean-Marie Dautelle, Werner Keil, V2COM or their licensors is granted hereunder.
+Java and Java-related logos, marks and names are trademarks or registered trademarks of Oracle America, Inc. in the U.S. and other countries.
+
+DISCLAIMER OF WARRANTIES
+
+THE SPECIFICATION IS PROVIDED "AS IS" AND IS EXPERIMENTAL AND MAY CONTAIN DEFECTS OR DEFICIENCIES WHICH CANNOT OR WILL NOT BE CORRECTED BY THE SPECIFICATION LEADS.
+THE SPECIFICATION LEADS MAKE NO REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT THAT THE CONTENTS OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE OR THAT ANY PRACTICE OR IMPLEMENTATION
+OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADE SECRETS OR OTHER RIGHTS.
+This document does not represent any commitment to release or implement any portion of the Specification in any product.
+THE SPECIFICATION COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION THEREIN;
+THESE CHANGES WILL BE INCORPORATED INTO NEW VERSIONS OF THE SPECIFICATION, IF ANY.
+THE SPECIFICATION LEADS MAY MAKE IMPROVEMENTS AND/OR CHANGES TO THE PRODUCT(S) AND/OR THE PROGRAM(S) DESCRIBED IN THE SPECIFICATION AT ANY TIME.
+Any use of such changes in the Specification will be governed by the then-current license for the applicable version of the Specification.
+
+LIMITATION OF LIABILITY
+
+TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL THE SPECIFICATION LEADS AND/OR THEIR LICENSORS BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION,
+LOST REVENUE, PROFITS OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY,
+ARISING OUT OF OR RELATED TO ANY FURNISHING, PRACTICING, MODIFYING OR ANY USE OF THE SPECIFICATION, EVEN IF JEAN-MARIE DAUTELLE, WERNER KEIL, V2COM AND/OR 
+THEIR LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+You will hold Jean-Marie Dautelle, Werner Keil, V2COM (and their licensors) harmless from any claims based on
+your use of the Specification for any purposes other than the limited right of evaluation as described above,
+and from any claims that later versions or releases of any Specification furnished to you are incompatible 
+with the Specification provided to you under this license.
+
+RESTRICTED RIGHTS LEGEND
+
+If this Software is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor 
+or subcontractor (at any tier), then the Government's rights in the Software and accompanying documentation shall be 
+only as set forth in this license; this is in accordance with 48 C.F.R. 227.7201 through 227.7202-4 
+(for Department of Defense (DoD) acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DoD acquisitions)
+
+REPORT
+
+You may wish to report any ambiguities, inconsistencies or inaccuracies you may find in connection with your evaluation of the Specification ("Feedback").
+To the extent that you provide the Specification Lead(s) with any Feedback, you hereby: 
+ (i) agree that such Feedback is provided on a non-proprietary and non-confidential basis, and 
+ (ii) grant the Specification Lead(s) a perpetual, non-exclusive, worldwide, fully paid-up, 
+      irrevocable license, with the right to sublicense through multiple levels of sublicensees, 
+      to incorporate, disclose, and use without limitation the Feedback for any purpose related to 
+      the Specification and future versions, implementations, and test suites thereof.
+
+GENERAL TERMS
+
+Any action related to this Agreement will be governed by California law and controlling U.S. federal law.
+The U.N. Convention for the International Sale of Goods and the choice of law rules of any jurisdiction will not apply.
+The Specification is subject to U.S. export control laws and may be subject to export or import regulations in other countries.
+Licensee agrees to comply strictly with all such laws and regulations and acknowledges that it has the responsibility to obtain
+such licenses to export, re-export or import as may be required after delivery to Licensee.
+This Agreement is the parties' entire agreement relating to its subject matter.
+It supersedes all prior or contemporaneous oral or written communications, proposals, conditions,
+representations and warranties and prevails over any conflicting or additional terms of any quote, order, acknowledgment,
+or other communication between the parties relating to its subject matter during the term of this Agreement.
+No modification to this Agreement will be binding, unless in writing and signed by an authorized representative of each party.
+
+
+
+
+
+ + + diff --git a/site/mail-lists.html b/site/mail-lists.html new file mode 100644 index 00000000..b30aa98d --- /dev/null +++ b/site/mail-lists.html @@ -0,0 +1,128 @@ + + + + + + Units of Measurement API – Project Mailing Lists + + + + + + + + + +
+ +
+
+
+
+

Project Mailing Lists

+

These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.

+ + + + + + + + + + + + + + + + + + +
NameSubscribeUnsubscribePostArchive
Units-DevSubscribeUnsubscribePost-
Units-UsersSubscribeUnsubscribePost-
+
+
+
+
+
+ + + diff --git a/site/pmd.html b/site/pmd.html new file mode 100644 index 00000000..1d55a9ec --- /dev/null +++ b/site/pmd.html @@ -0,0 +1,132 @@ + + + + + + Units of Measurement API – PMD Results + + + + + + + + + +
+ +
+
+
+
+

PMD Results

+

The following document contains the results of PMD 5.1.2.

+
+

Files

+
+

javax/measure/spi/Bootstrap.java

+ + + + + + +
ViolationLine
Avoid using a branching statement as the last in a loop.52
+
+

javax/measure/spi/QuantityFactoryService.java

+ + + + + + +
ViolationLine
No need to import a type that lives in the same package10
+
+

javax/measure/spi/ServiceProvider.java

+ + + + + + +
ViolationLine
Avoid modifiers which are implied by the context26
+
+
+
+
+
+ + + diff --git a/site/project-info.html b/site/project-info.html new file mode 100644 index 00000000..eaac62aa --- /dev/null +++ b/site/project-info.html @@ -0,0 +1,139 @@ + + + + + + Units of Measurement API – Project Information + + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
AboutUnits of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.
Project SummaryThis document lists other related information of this project
Project LicenseThis is a link to the definitions of project licenses.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
+
+
+
+
+
+ + + diff --git a/site/project-reports.html b/site/project-reports.html new file mode 100644 index 00000000..c3b3b21f --- /dev/null +++ b/site/project-reports.html @@ -0,0 +1,127 @@ + + + + + + Units of Measurement API – Generated Reports + + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
JavaDocsJavaDoc API documentation.
Test JavaDocsTest JavaDoc API documentation.
PMDVerification of coding rules.
Surefire ReportReport on the test results of the project.
FindBugsGenerates a source code report with the FindBugs Library.
CheckstyleReport on coding style conventions.
+
+
+
+
+
+ + + diff --git a/site/project-summary.html b/site/project-summary.html new file mode 100644 index 00000000..0b3a1694 --- /dev/null +++ b/site/project-summary.html @@ -0,0 +1,156 @@ + + + + + + Units of Measurement API – Project Summary + + + + + + + + + +
+ +
+
+
+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameUnits of Measurement API
DescriptionUnits of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.
Homepagehttp://unitsofmeasurement.github.io/
+
+

Project Organization

+ + + + + + + + + +
FieldValue
NameJean-Marie Dautelle, Werner Keil, V2COM
URLhttp://unitsofmeasurement.github.io
+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdjavax.measure
ArtifactIdunit-api
Version0.8-SNAPSHOT
Typebundle
JDK Rev1.6
+
+
+
+
+
+ + + diff --git a/site/source-repository.html b/site/source-repository.html new file mode 100644 index 00000000..dbd406b0 --- /dev/null +++ b/site/source-repository.html @@ -0,0 +1,127 @@ + + + + + + Units of Measurement API – Source Repository + + + + + + + + + +
+ +
+
+
+
+

Overview

+

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

+
+

Web Access

+

The following is a link to the online source repository.

+
+
+

Anonymous access

+

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone git@github.com:unitsofmeasurement/unit-api.git
+
+

Developer access

+

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

+
+
$ git clone git@github.com:unitsofmeasurement/unit-api.git
+
+

Access from behind a firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+
+
+
+ + + diff --git a/site/surefire-report.html b/site/surefire-report.html new file mode 100644 index 00000000..dbb3b5c2 --- /dev/null +++ b/site/surefire-report.html @@ -0,0 +1,378 @@ + + + + + + Units of Measurement API – Surefire Report + + + + + + + + + +
+ +
+
+
+ +
+

Surefire Report

+
+

Summary

+

[Summary] [Package List] [Test Cases]


+ + + + + + + + + + + + + + +
TestsErrors FailuresSkippedSuccess RateTime
29000100%0.075

+

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


+
+

Package List

+

[Summary] [Package List] [Test Cases]


+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PackageTestsErrors FailuresSkippedSuccess RateTime
javax.measure.spi6000100%0.03
javax.measure.test.quantity14000100%0.045
javax.measure.test9000100%0

+

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

+
+

javax.measure.spi

+ + + + + + + + + + + + + + + + + + +
ClassTestsErrors FailuresSkippedSuccess RateTime
BootstrapTest6000100%0.03
+
+

javax.measure.test.quantity

+ + + + + + + + + + + + + + + + + + +
ClassTestsErrors FailuresSkippedSuccess RateTime
AreaQuantityTest14000100%0.045
+
+

javax.measure.test

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
ClassTestsErrors FailuresSkippedSuccess RateTime
DimensionTest6000100%0
UnitTest3000100%0

+
+

Test Cases

+

[Summary] [Package List] [Test Cases]

+
+

BootstrapTest

+ + + + + + + + + + + + + + + + + + + + + + + + +
testInit_InitTwice0.025
testGetService0.003
testGetServiceProvider0.001
testGetService_BadCase0.001
testGetServices0
testInit0
+
+

DimensionTest

+ + + + + + + + + + + + + + + + + + + + + + + + +
testPow0
testRoot0
testGetProductDimensions0
testDivide0
testMultiply0
testGetInstance0
+
+

AreaQuantityTest

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
testMultiplyDistanceQuantity0.044
testDivideDouble0
testAdd0
testSubtract0.001
testAreaQuantity0
testEq0
testGe0
testGt0
testLe0
testLt0
testMultiplyDouble0
testConvert0
testDivideDistanceQuantity0
testShowInUnits0
+
+

UnitTest

+ + + + + + + + + + + + +
testIsCompatible0
testGetDimension0
testGetSymbol0

+
+
+
+
+
+ + + diff --git a/site/team-list.html b/site/team-list.html new file mode 100644 index 00000000..029ce58d --- /dev/null +++ b/site/team-list.html @@ -0,0 +1,284 @@ + + + + + + Units of Measurement API – Team list + + + + + + + + + +
+ +
+
+
+
+

The Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageIdNameEmailOrganizationOrganization URLRolesTime ZoneActual Time (GMT)
dautelleJean-Marie Dautellejean-marie@dautelle.comAirbushttp://www.airbus.comArchitect, Java Developer, Spec Lead+1+1
werner.keilWerner Keilwerner@catmedia.usCreative Arts & Technologieshttp://www.catmedia.usArchitect, Java Developer, Spec Lead+1+1
-Leonardo de Moura Rocha Limallima@v2com.mobiV2COMhttp://www.v2com.mobi/Architect, Java Developer, Spec Lead-5-5
desruisseauxMartin Desruisseauxdesruisseaux@users.sourceforge.netGeomatyshttp://www.geomatys.comExpert, Java Developer, Jenkins Admin+1+1
karen_legrandKaren Legrandkaren.legrand@iem.comInnovation Emergency Management (IEM)http://www.iem.comExpert, Java Developer-5-5
mohamed-tamanMohamed Mahmoud Tamanmohamed.taman@gmail.comIndividual / Morocco JUG-Expert, Java Developer+2+2
otaviojavaOtávio Gonçalves de Santanaotaviopolianasantana@gmail.comIndividual / SouJava-Expert, Java Developer-5-5
rajmahendraRajmahendra Hegderajmahendra@gmail.comJUG Chennai-Expert, Java Developer--
duckasteroidChris Seniorchristopher.senior@gmail.comSnap-on Inc.-Expert, Java Developer--
+
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageNameEmailOrganizationRolesTime ZoneActual Time (GMT)
Daniel Leuckdan@ikayzo.comIkayzoSupporter-9-9
Eric Russelleric-r@northwestern.edu-Supporter-5-5
John Paul Morrison-J.P. Morrison Enterprises, Ltd.Supporter-5-5
Michael Gruebschmichael@mkm-rabis.de-Supporter+1+1
+
+
+
+
+
+ + + diff --git a/site/testapidocs/allclasses-frame.html b/site/testapidocs/allclasses-frame.html new file mode 100644 index 00000000..56c4fc13 --- /dev/null +++ b/site/testapidocs/allclasses-frame.html @@ -0,0 +1,41 @@ + + + + + + +All Classes (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + +

All Classes

+ + + diff --git a/site/testapidocs/allclasses-noframe.html b/site/testapidocs/allclasses-noframe.html new file mode 100644 index 00000000..c0f7ae0c --- /dev/null +++ b/site/testapidocs/allclasses-noframe.html @@ -0,0 +1,41 @@ + + + + + + +All Classes (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + +

All Classes

+ + + diff --git a/site/testapidocs/constant-values.html b/site/testapidocs/constant-values.html new file mode 100644 index 00000000..b0410cfe --- /dev/null +++ b/site/testapidocs/constant-values.html @@ -0,0 +1,117 @@ + + + + + + +Constant Field Values (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/deprecated-list.html b/site/testapidocs/deprecated-list.html new file mode 100644 index 00000000..7cdd13b8 --- /dev/null +++ b/site/testapidocs/deprecated-list.html @@ -0,0 +1,117 @@ + + + + + + +Deprecated List (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/help-doc.html b/site/testapidocs/help-doc.html new file mode 100644 index 00000000..087f27cc --- /dev/null +++ b/site/testapidocs/help-doc.html @@ -0,0 +1,222 @@ + + + + + + +API Help (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/index-all.html b/site/testapidocs/index-all.html new file mode 100644 index 00000000..757dea2b --- /dev/null +++ b/site/testapidocs/index-all.html @@ -0,0 +1,795 @@ + + + + + + +Index (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
A B C D E F G H I J K L M N O P R S T U V Å  + + +

A

+
+
acre - Static variable in class AreaUnit
+
 
+
add(AreaQuantity) - Method in class AreaQuantity
+
 
+
add(Quantity<Area>) - Method in class AreaQuantity
+
 
+
add(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
add(Quantity<Length>) - Method in class DistanceQuantity
+
 
+
add(TimeQuantity) - Method in class TimeQuantity
+
 
+
add(Quantity<Time>) - Method in class TimeQuantity
+
 
+
add(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
add(Quantity<Volume>) - Method in class VolumeQuantity
+
 
+
alternate(String) - Method in class TestUnit
+
 
+
AreaQuantity - Class in javax.measure.test.quantity
+
 
+
AreaQuantity() - Constructor for class AreaQuantity
+
 
+
AreaQuantity(double, AreaUnit) - Constructor for class AreaQuantity
+
 
+
AreaQuantityTest - Class in javax.measure.test.quantity
+
 
+
AreaQuantityTest() - Constructor for class AreaQuantityTest
+
 
+
AreaUnit - Class in javax.measure.test.unit
+
 
+
AreaUnit(String, double) - Constructor for class AreaUnit
+
 
+
asType(Class<T>) - Method in class AreaQuantity
+
 
+
asType(Class<T>) - Method in class DistanceQuantity
+
 
+
asType(Class<T>) - Method in class TimeQuantity
+
 
+
asType(Class<T>) - Method in class VolumeQuantity
+
 
+
asType(Class<T>) - Method in class TestUnit
+
 
+
AU - Static variable in class DistanceUnit
+
 
+
+ + + +

B

+
+
BaseUnit<Q extends Quantity<Q>> - Class in javax.measure.test.unit
+
+
Building blocks on top of which all others units are created.
+
+
BaseUnit(String, String) - Constructor for class BaseUnit
+
+
Creates a base unit having the specified symbol.
+
+
BaseUnit(String) - Constructor for class BaseUnit
+
+
Creates a base unit having the specified symbol.
+
+
BootstrapTest - Class in javax.measure.spi
+
+
Tests for Bootstrap.
+
+
BootstrapTest() - Constructor for class BootstrapTest
+
 
+
BootstrapTest.TestServiceProvider - Class in javax.measure.spi
+
 
+
BootstrapTest.TestServiceProvider() - Constructor for class BootstrapTest.TestServiceProvider
+
 
+
bushel - Static variable in class VolumeUnit
+
 
+
+ + + +

C

+
+
CalcTripLength - Class in javax.measure.test
+
 
+
CalcTripLength() - Constructor for class CalcTripLength
+
 
+
cc - Static variable in class VolumeUnit
+
 
+
CircleInfo - Class in javax.measure.test
+
 
+
CircleInfo() - Constructor for class CircleInfo
+
 
+
CircleInfo - Class in javax.measure.test.quantity
+
 
+
CircleInfo() - Constructor for class CircleInfo
+
 
+
cm - Static variable in class DistanceUnit
+
 
+
Conversions - Class in javax.measure.test
+
 
+
Conversions() - Constructor for class Conversions
+
 
+
convert(AreaUnit) - Method in class AreaQuantity
+
 
+
convert(DistanceUnit) - Method in class DistanceQuantity
+
 
+
convert(TimeUnit) - Method in class TimeQuantity
+
 
+
convert(VolumeUnit) - Method in class VolumeQuantity
+
 
+
create(Number, Unit<Q>) - Method in class TestQuantityFactory
+
+
Returns the quantity for the specified number stated in the specified unit.
+
+
cumetre - Static variable in class VolumeUnit
+
 
+
cumile - Static variable in class VolumeUnit
+
 
+
+ + + +

D

+
+
DimensionTest - Class in javax.measure.test
+
 
+
DimensionTest() - Constructor for class DimensionTest
+
 
+
DistanceQuantity - Class in javax.measure.test.quantity
+
 
+
DistanceQuantity(double, DistanceUnit) - Constructor for class DistanceQuantity
+
 
+
DistanceQuantity() - Constructor for class DistanceQuantity
+
 
+
DistanceUnit - Class in javax.measure.test.unit
+
 
+
DistanceUnit(String, double) - Constructor for class DistanceUnit
+
 
+
DistanceUnit(String, DistanceUnit, double) - Constructor for class DistanceUnit
+
 
+
divide(double) - Method in class AreaQuantity
+
 
+
divide(DistanceQuantity) - Method in class AreaQuantity
+
 
+
divide(Quantity<?>) - Method in class AreaQuantity
+
 
+
divide(Number) - Method in class AreaQuantity
+
 
+
divide(double) - Method in class DistanceQuantity
+
 
+
divide(Quantity<?>) - Method in class DistanceQuantity
+
 
+
divide(Number) - Method in class DistanceQuantity
+
 
+
divide(double) - Method in class TimeQuantity
+
 
+
divide(Quantity<?>) - Method in class TimeQuantity
+
 
+
divide(Number) - Method in class TimeQuantity
+
 
+
divide(double) - Method in class VolumeQuantity
+
 
+
divide(DistanceQuantity) - Method in class VolumeQuantity
+
 
+
divide(AreaQuantity) - Method in class VolumeQuantity
+
 
+
divide(Quantity<?>) - Method in class VolumeQuantity
+
 
+
divide(Number) - Method in class VolumeQuantity
+
 
+
divide(double) - Method in class TestUnit
+
 
+
divide(Unit<?>) - Method in class TestUnit
+
 
+
+ + + +

E

+
+
echo(Object) - Static method in class PrintUtils
+
+
This is a Fantom-style convenience method for console output
+
+
echo(String) - Static method in class PrintUtils
+
+
This is a Fantom-style convenience method for console output
+
+
eq(AreaQuantity) - Method in class AreaQuantity
+
 
+
eq(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
eq(TimeQuantity) - Method in class TimeQuantity
+
 
+
eq(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
equals(Object) - Method in class BaseUnit
+
 
+
+ + + +

F

+
+
format(Unit<?>, Appendable) - Method in class SimpleTestFormat
+
 
+
+ + + +

G

+
+
ge(AreaQuantity) - Method in class AreaQuantity
+
 
+
ge(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
ge(TimeQuantity) - Method in class TimeQuantity
+
 
+
ge(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
geInstance() - Static method in class SimpleTestFormat
+
+
Returns the instance for formatting and parsing using case insensitive + symbols
+
+
getConverterTo(Unit<Q>) - Method in class TestUnit
+
 
+
getConverterToAny(Unit<?>) - Method in class TestUnit
+
 
+
getDimension() - Method in class TestUnit
+
 
+
getDist() - Method in class TripLeg
+
 
+
getInstance(Class<Q>) - Static method in class TestQuantityFactory
+
+
Returns the default instance for the specified quantity type.
+
+
getMetricUnit() - Method in class TestQuantityFactory
+
+
Returns the metric unit for quantities produced by this factory + or null if unknown.
+
+
getMultFactor() - Method in class TestUnit
+
 
+
getName() - Method in class TestUnit
+
 
+
getProductUnits() - Method in class TestUnit
+
 
+
getServices(Class<T>) - Method in class BootstrapTest.TestServiceProvider
+
 
+
getSymbol() - Method in class TestUnit
+
 
+
getSymbol() - Method in class BaseUnit
+
 
+
getSystemUnit() - Method in class TestUnit
+
 
+
getSystemUnit() - Method in class AreaUnit
+
 
+
getSystemUnit() - Method in class BaseUnit
+
 
+
getSystemUnit() - Method in class DistanceUnit
+
 
+
getSystemUnit() - Method in class TimeUnit
+
 
+
getSystemUnit() - Method in class VolumeUnit
+
 
+
gt(AreaQuantity) - Method in class AreaQuantity
+
 
+
gt(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
gt(TimeQuantity) - Method in class TimeQuantity
+
 
+
gt(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
+ + + +

H

+
+
h - Static variable in class TimeUnit
+
 
+
hashCode() - Method in class BaseUnit
+
 
+
hectare - Static variable in class AreaUnit
+
 
+
+ + + +

I

+
+
in - Static variable in class DistanceUnit
+
 
+
init() - Method in class DimensionTest
+
 
+
init() - Method in class UnitTest
+
 
+
inverse() - Method in class AreaQuantity
+
 
+
inverse() - Method in class DistanceQuantity
+
 
+
inverse() - Method in class TimeQuantity
+
 
+
inverse() - Method in class VolumeQuantity
+
 
+
inverse() - Method in class TestUnit
+
 
+
isCompatible(Unit<?>) - Method in class TestUnit
+
 
+
isConsoleOutput() - Static method in class PrintUtils
+
 
+
isLocaleSensitive() - Method in class SimpleTestFormat
+
 
+
+ + + +

J

+
+
javax.measure.spi - package javax.measure.spi
+
 
+
javax.measure.test - package javax.measure.test
+
 
+
javax.measure.test.format - package javax.measure.test.format
+
 
+
javax.measure.test.quantity - package javax.measure.test.quantity
+
 
+
javax.measure.test.unit - package javax.measure.test.unit
+
 
+
+ + + +

K

+
+
km - Static variable in class DistanceUnit
+
 
+
+ + + +

L

+
+
label(Unit<?>, String) - Method in class SimpleTestFormat
+
 
+
le(AreaQuantity) - Method in class AreaQuantity
+
 
+
le(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
le(TimeQuantity) - Method in class TimeQuantity
+
 
+
le(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
litre - Static variable in class VolumeUnit
+
 
+
lt(AreaQuantity) - Method in class AreaQuantity
+
 
+
lt(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
lt(TimeQuantity) - Method in class TimeQuantity
+
 
+
lt(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
+ + + +

M

+
+
m - Static variable in class DistanceUnit
+
 
+
main(String[]) - Static method in class CalcTripLength
+
 
+
main(String[]) - Static method in class CircleInfo
+
 
+
main(String[]) - Static method in class Conversions
+
 
+
main(String[]) - Static method in class CircleInfo
+
 
+
mile - Static variable in class DistanceUnit
+
 
+
multFactor - Variable in class TestUnit
+
 
+
multiply(double) - Method in class AreaQuantity
+
 
+
multiply(DistanceQuantity) - Method in class AreaQuantity
+
 
+
multiply(Number) - Method in class AreaQuantity
+
 
+
multiply(Quantity<?>) - Method in class AreaQuantity
+
 
+
multiply(double) - Method in class DistanceQuantity
+
 
+
multiply(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
multiply(AreaQuantity) - Method in class DistanceQuantity
+
 
+
multiply(Number) - Method in class DistanceQuantity
+
 
+
multiply(Quantity<?>) - Method in class DistanceQuantity
+
 
+
multiply(Length) - Method in class DistanceQuantity
+
 
+
multiply(double) - Method in class TimeQuantity
+
 
+
multiply(Number) - Method in class TimeQuantity
+
 
+
multiply(Quantity<?>) - Method in class TimeQuantity
+
 
+
multiply(double) - Method in class VolumeQuantity
+
 
+
multiply(Number) - Method in class VolumeQuantity
+
 
+
multiply(Quantity<?>) - Method in class VolumeQuantity
+
 
+
multiply(double) - Method in class TestUnit
+
 
+
multiply(Unit<?>) - Method in class TestUnit
+
 
+
+ + + +

N

+
+
name - Variable in class TestUnit
+
 
+
ne(AreaQuantity) - Method in class AreaQuantity
+
 
+
ne(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
ne(TimeQuantity) - Method in class TimeQuantity
+
 
+
ne(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
+ + + +

O

+
+
ONE - Static variable in class TestUnit
+
 
+
+ + + +

P

+
+
parsec - Static variable in class DistanceUnit
+
 
+
pow(int) - Method in class TestUnit
+
 
+
print(String) - Static method in class PrintUtils
+
 
+
print(Object) - Static method in class PrintUtils
+
 
+
println(String) - Static method in class PrintUtils
+
 
+
println(Object) - Static method in class PrintUtils
+
 
+
PrintUtils - Class in javax.measure.test.format
+
+
A static helper class, checking e.g.
+
+
+ + + +

R

+
+
REF_UNIT - Static variable in class AreaUnit
+
 
+
REF_UNIT - Static variable in class DistanceUnit
+
 
+
REF_UNIT - Static variable in class TimeUnit
+
 
+
REF_UNIT - Static variable in class VolumeUnit
+
 
+
root(int) - Method in class TestUnit
+
 
+
+ + + +

S

+
+
s - Static variable in class TimeUnit
+
 
+
setInstance(Class<Q>, TestQuantityFactory<Q>) - Static method in class TestQuantityFactory
+
+
Overrides the default implementation of the factory for the specified + quantity type.
+
+
setUp() - Method in class AreaQuantityTest
+
 
+
shift(double) - Method in class TestUnit
+
 
+
showInUnits(AreaUnit, int) - Method in class AreaQuantity
+
 
+
showInUnits(DistanceUnit, int) - Method in class DistanceQuantity
+
 
+
showInUnits(DistanceUnit, int) - Method in class TimeQuantity
+
 
+
showInUnits(VolumeUnit, int) - Method in class VolumeQuantity
+
 
+
SimpleTestFormat - Class in javax.measure.test.format
+
+
Provides a simple interface for formatting and parsing units.
+
+
sqmetre - Static variable in class AreaUnit
+
 
+
sqmile - Static variable in class AreaUnit
+
 
+
subtract(AreaQuantity) - Method in class AreaQuantity
+
 
+
subtract(Quantity<Area>) - Method in class AreaQuantity
+
 
+
subtract(DistanceQuantity) - Method in class DistanceQuantity
+
 
+
subtract(Quantity<Length>) - Method in class DistanceQuantity
+
 
+
subtract(TimeQuantity) - Method in class TimeQuantity
+
 
+
subtract(Quantity<Time>) - Method in class TimeQuantity
+
 
+
subtract(VolumeQuantity) - Method in class VolumeQuantity
+
 
+
subtract(Quantity<Volume>) - Method in class VolumeQuantity
+
 
+
symbol - Variable in class TestUnit
+
 
+
+ + + +

T

+
+
testAdd() - Method in class AreaQuantityTest
+
 
+
testAreaQuantity() - Method in class AreaQuantityTest
+
 
+
testConvert() - Method in class AreaQuantityTest
+
 
+
testDivide() - Method in class DimensionTest
+
 
+
testDivideDistanceQuantity() - Method in class AreaQuantityTest
+
 
+
testDivideDouble() - Method in class AreaQuantityTest
+
 
+
testEq() - Method in class AreaQuantityTest
+
 
+
testGe() - Method in class AreaQuantityTest
+
 
+
testGetDimension() - Method in class UnitTest
+
+
Test method for EnumUnit.getDimension().
+
+
testGetInstance() - Method in class DimensionTest
+
 
+
testGetProductDimensions() - Method in class DimensionTest
+
 
+
testGetService() - Method in class BootstrapTest
+
 
+
testGetService_BadCase() - Method in class BootstrapTest
+
 
+
testGetServiceProvider() - Method in class BootstrapTest
+
 
+
testGetServices() - Method in class BootstrapTest
+
 
+
testGetSymbol() - Method in class UnitTest
+
+
Test method for EnumUnit.getSymbol().
+
+
testGt() - Method in class AreaQuantityTest
+
 
+
testInit() - Method in class BootstrapTest
+
 
+
testInit_InitTwice() - Method in class BootstrapTest
+
 
+
testIsCompatible() - Method in class UnitTest
+
+
Test method for EnumUnit.isCompatible(javax.measure.Unit).
+
+
testLe() - Method in class AreaQuantityTest
+
 
+
testLt() - Method in class AreaQuantityTest
+
 
+
testMultiply() - Method in class DimensionTest
+
 
+
testMultiplyDistanceQuantity() - Method in class AreaQuantityTest
+
 
+
testMultiplyDouble() - Method in class AreaQuantityTest
+
 
+
testPow() - Method in class DimensionTest
+
 
+
TestQuantityFactory<Q extends Quantity<Q>> - Class in javax.measure.test.quantity
+
+
A factory producing simple quantities instances (tuples Number/Unit).
+
+
TestQuantityFactory() - Constructor for class TestQuantityFactory
+
 
+
testRoot() - Method in class DimensionTest
+
 
+
testShowInUnits() - Method in class AreaQuantityTest
+
 
+
testSubtract() - Method in class AreaQuantityTest
+
 
+
TestUnit<Q extends Quantity<Q>> - Class in javax.measure.test
+
 
+
TestUnit() - Constructor for class TestUnit
+
 
+
TestUnit(String, double) - Constructor for class TestUnit
+
 
+
TestUnit(String) - Constructor for class TestUnit
+
 
+
TimeQuantity - Class in javax.measure.test.quantity
+
 
+
TimeQuantity(double, TimeUnit) - Constructor for class TimeQuantity
+
 
+
TimeQuantity() - Constructor for class TimeQuantity
+
 
+
TimeUnit - Class in javax.measure.test.unit
+
 
+
TimeUnit(String, double) - Constructor for class TimeUnit
+
 
+
to(Unit<Area>) - Method in class AreaQuantity
+
 
+
to(Unit<Length>) - Method in class DistanceQuantity
+
 
+
to(Unit<Time>) - Method in class TimeQuantity
+
 
+
to(Unit<Volume>) - Method in class VolumeQuantity
+
 
+
transform(UnitConverter) - Method in class TestUnit
+
 
+
TripLeg - Class in javax.measure.test
+
 
+
TripLeg(String, String, DistanceQuantity) - Constructor for class TripLeg
+
 
+
+ + + +

U

+
+
UnitTest - Class in javax.measure.test
+
 
+
UnitTest() - Constructor for class UnitTest
+
 
+
+ + + +

V

+
+
VolumeQuantity - Class in javax.measure.test.quantity
+
 
+
VolumeQuantity() - Constructor for class VolumeQuantity
+
 
+
VolumeQuantity(double, VolumeUnit) - Constructor for class VolumeQuantity
+
 
+
VolumeUnit - Class in javax.measure.test.unit
+
 
+
VolumeUnit(String, double) - Constructor for class VolumeUnit
+
 
+
+ + + +

Å

+
+
Ångström - Static variable in class DistanceUnit
+
 
+
+A B C D E F G H I J K L M N O P R S T U V Å 
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/index.html b/site/testapidocs/index.html new file mode 100644 index 00000000..cf682fe2 --- /dev/null +++ b/site/testapidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +Units of Measurement API 0.8-SNAPSHOT Test API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/site/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html b/site/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html new file mode 100644 index 00000000..99cd57e6 --- /dev/null +++ b/site/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html @@ -0,0 +1,314 @@ + + + + + + +BootstrapTest.TestServiceProvider (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.spi
+

Class BootstrapTest.TestServiceProvider

+
+
+
    +
  • Object
  • +
  • +
      +
    • BootstrapTest.TestServiceProvider
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/spi/BootstrapTest.html b/site/testapidocs/javax/measure/spi/BootstrapTest.html new file mode 100644 index 00000000..3bba80fb --- /dev/null +++ b/site/testapidocs/javax/measure/spi/BootstrapTest.html @@ -0,0 +1,368 @@ + + + + + + +BootstrapTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + +
+
javax.measure.spi
+

Class BootstrapTest

+
+
+
    +
  • Object
  • +
  • +
      +
    • BootstrapTest
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class BootstrapTest
    +extends Object
    +
    Tests for Bootstrap.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BootstrapTest

        +
        public BootstrapTest()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html b/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html new file mode 100644 index 00000000..ee8a92d2 --- /dev/null +++ b/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.spi.BootstrapTest.TestServiceProvider (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.spi.BootstrapTest.TestServiceProvider

+
+
No usage of javax.measure.spi.BootstrapTest.TestServiceProvider
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.html b/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.html new file mode 100644 index 00000000..e218a690 --- /dev/null +++ b/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.spi.BootstrapTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.spi.BootstrapTest

+
+
No usage of javax.measure.spi.BootstrapTest
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/spi/package-frame.html b/site/testapidocs/javax/measure/spi/package-frame.html new file mode 100644 index 00000000..27fc26c4 --- /dev/null +++ b/site/testapidocs/javax/measure/spi/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + +

javax.measure.spi

+ + + diff --git a/site/testapidocs/javax/measure/spi/package-summary.html b/site/testapidocs/javax/measure/spi/package-summary.html new file mode 100644 index 00000000..a0fbf28f --- /dev/null +++ b/site/testapidocs/javax/measure/spi/package-summary.html @@ -0,0 +1,142 @@ + + + + + + +javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.spi

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/spi/package-tree.html b/site/testapidocs/javax/measure/spi/package-tree.html new file mode 100644 index 00000000..9f89b755 --- /dev/null +++ b/site/testapidocs/javax/measure/spi/package-tree.html @@ -0,0 +1,131 @@ + + + + + + +javax.measure.spi Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.spi

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/spi/package-use.html b/site/testapidocs/javax/measure/spi/package-use.html new file mode 100644 index 00000000..47b086b5 --- /dev/null +++ b/site/testapidocs/javax/measure/spi/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Package
javax.measure.spi

+
+
No usage of javax.measure.spi
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/CalcTripLength.html b/site/testapidocs/javax/measure/test/CalcTripLength.html new file mode 100644 index 00000000..2c2be200 --- /dev/null +++ b/site/testapidocs/javax/measure/test/CalcTripLength.html @@ -0,0 +1,262 @@ + + + + + + +CalcTripLength (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.test
+

Class CalcTripLength

+
+
+
    +
  • Object
  • +
  • +
      +
    • CalcTripLength
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class CalcTripLength
    +extends Object
    +
    Author:
    +
    paul.morrison
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CalcTripLength

        +
        public CalcTripLength()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] argv)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/CircleInfo.html b/site/testapidocs/javax/measure/test/CircleInfo.html new file mode 100644 index 00000000..2ad65070 --- /dev/null +++ b/site/testapidocs/javax/measure/test/CircleInfo.html @@ -0,0 +1,260 @@ + + + + + + +CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.test
+

Class CircleInfo

+
+
+
    +
  • Object
  • +
  • +
      +
    • CircleInfo
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class CircleInfo
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CircleInfo

        +
        public CircleInfo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/Conversions.html b/site/testapidocs/javax/measure/test/Conversions.html new file mode 100644 index 00000000..91824ba9 --- /dev/null +++ b/site/testapidocs/javax/measure/test/Conversions.html @@ -0,0 +1,260 @@ + + + + + + +Conversions (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.test
+

Class Conversions

+
+
+
    +
  • Object
  • +
  • +
      +
    • Conversions
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class Conversions
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Conversions

        +
        public Conversions()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/DimensionTest.html b/site/testapidocs/javax/measure/test/DimensionTest.html new file mode 100644 index 00000000..88cddc9e --- /dev/null +++ b/site/testapidocs/javax/measure/test/DimensionTest.html @@ -0,0 +1,344 @@ + + + + + + +DimensionTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test
+

Class DimensionTest

+
+
+
    +
  • Object
  • +
  • +
      +
    • DimensionTest
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class DimensionTest
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DimensionTest

        +
        public DimensionTest()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init()
        +
      • +
      + + + +
        +
      • +

        testGetInstance

        +
        public void testGetInstance()
        +
      • +
      + + + +
        +
      • +

        testMultiply

        +
        public void testMultiply()
        +
      • +
      + + + +
        +
      • +

        testDivide

        +
        public void testDivide()
        +
      • +
      + + + +
        +
      • +

        testPow

        +
        public void testPow()
        +
      • +
      + + + +
        +
      • +

        testRoot

        +
        public void testRoot()
        +
      • +
      + + + +
        +
      • +

        testGetProductDimensions

        +
        public void testGetProductDimensions()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/TestUnit.html b/site/testapidocs/javax/measure/test/TestUnit.html new file mode 100644 index 00000000..c037431d --- /dev/null +++ b/site/testapidocs/javax/measure/test/TestUnit.html @@ -0,0 +1,735 @@ + + + + + + +TestUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test
+

Class TestUnit<Q extends Quantity<Q>>

+
+
+
    +
  • Object
  • +
  • +
      +
    • TestUnit<Q>
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/TripLeg.html b/site/testapidocs/javax/measure/test/TripLeg.html new file mode 100644 index 00000000..ef29952a --- /dev/null +++ b/site/testapidocs/javax/measure/test/TripLeg.html @@ -0,0 +1,266 @@ + + + + + + +TripLeg (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.test
+

Class TripLeg

+
+
+ +
+
    +
  • +
    +
    +
    public class TripLeg
    +extends Object
    +
    Author:
    +
    paul.morrison
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/UnitTest.html b/site/testapidocs/javax/measure/test/UnitTest.html new file mode 100644 index 00000000..a59e97dc --- /dev/null +++ b/site/testapidocs/javax/measure/test/UnitTest.html @@ -0,0 +1,313 @@ + + + + + + +UnitTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test
+

Class UnitTest

+
+
+ +
+
    +
  • +
    +
    +
    public class UnitTest
    +extends Object
    +
    Author:
    +
    Werner
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UnitTest

        +
        public UnitTest()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init()
        +
      • +
      + + + +
        +
      • +

        testGetSymbol

        +
        public void testGetSymbol()
        +
        Test method for EnumUnit.getSymbol().
        +
      • +
      + + + +
        +
      • +

        testGetDimension

        +
        public void testGetDimension()
        +
        Test method for EnumUnit.getDimension().
        +
      • +
      + + + +
        +
      • +

        testIsCompatible

        +
        public void testIsCompatible()
        +
        Test method for EnumUnit.isCompatible(javax.measure.Unit).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/class-use/CalcTripLength.html b/site/testapidocs/javax/measure/test/class-use/CalcTripLength.html new file mode 100644 index 00000000..d8e9f709 --- /dev/null +++ b/site/testapidocs/javax/measure/test/class-use/CalcTripLength.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.CalcTripLength (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.CalcTripLength

+
+
No usage of javax.measure.test.CalcTripLength
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/class-use/CircleInfo.html b/site/testapidocs/javax/measure/test/class-use/CircleInfo.html new file mode 100644 index 00000000..cf856d66 --- /dev/null +++ b/site/testapidocs/javax/measure/test/class-use/CircleInfo.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.CircleInfo

+
+
No usage of javax.measure.test.CircleInfo
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/class-use/Conversions.html b/site/testapidocs/javax/measure/test/class-use/Conversions.html new file mode 100644 index 00000000..cdcad451 --- /dev/null +++ b/site/testapidocs/javax/measure/test/class-use/Conversions.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.Conversions (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.Conversions

+
+
No usage of javax.measure.test.Conversions
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/class-use/DimensionTest.html b/site/testapidocs/javax/measure/test/class-use/DimensionTest.html new file mode 100644 index 00000000..822afcb9 --- /dev/null +++ b/site/testapidocs/javax/measure/test/class-use/DimensionTest.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.DimensionTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.DimensionTest

+
+
No usage of javax.measure.test.DimensionTest
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/class-use/TestUnit.html b/site/testapidocs/javax/measure/test/class-use/TestUnit.html new file mode 100644 index 00000000..a0849455 --- /dev/null +++ b/site/testapidocs/javax/measure/test/class-use/TestUnit.html @@ -0,0 +1,175 @@ + + + + + + +Uses of Class javax.measure.test.TestUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.TestUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/class-use/TripLeg.html b/site/testapidocs/javax/measure/test/class-use/TripLeg.html new file mode 100644 index 00000000..061e6c27 --- /dev/null +++ b/site/testapidocs/javax/measure/test/class-use/TripLeg.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.TripLeg (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.TripLeg

+
+
No usage of javax.measure.test.TripLeg
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/class-use/UnitTest.html b/site/testapidocs/javax/measure/test/class-use/UnitTest.html new file mode 100644 index 00000000..60bdf9d2 --- /dev/null +++ b/site/testapidocs/javax/measure/test/class-use/UnitTest.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.UnitTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.UnitTest

+
+
No usage of javax.measure.test.UnitTest
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/format/PrintUtils.html b/site/testapidocs/javax/measure/test/format/PrintUtils.html new file mode 100644 index 00000000..f87d8424 --- /dev/null +++ b/site/testapidocs/javax/measure/test/format/PrintUtils.html @@ -0,0 +1,317 @@ + + + + + + +PrintUtils (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test.format
+

Class PrintUtils

+
+
+
    +
  • Object
  • +
  • +
      +
    • PrintUtils
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class PrintUtils
    +extends Object
    +
    A static helper class, checking e.g. if some tests require optional console + output XXX this could have options for using a logging framework eventually
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isConsoleOutput

        +
        public static boolean isConsoleOutput()
        +
      • +
      + + + +
        +
      • +

        print

        +
        public static void print(String message)
        +
      • +
      + + + +
        +
      • +

        println

        +
        public static void println(String message)
        +
      • +
      + + + +
        +
      • +

        print

        +
        public static void print(Object object)
        +
      • +
      + + + +
        +
      • +

        println

        +
        public static void println(Object object)
        +
      • +
      + + + +
        +
      • +

        echo

        +
        public static void echo(Object obj)
        +
        This is a Fantom-style convenience method for console output
        +
      • +
      + + + +
        +
      • +

        echo

        +
        public static void echo(String str)
        +
        This is a Fantom-style convenience method for console output
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/format/SimpleTestFormat.html b/site/testapidocs/javax/measure/test/format/SimpleTestFormat.html new file mode 100644 index 00000000..46191740 --- /dev/null +++ b/site/testapidocs/javax/measure/test/format/SimpleTestFormat.html @@ -0,0 +1,389 @@ + + + + + + +SimpleTestFormat (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test.format
+

Class SimpleTestFormat

+
+
+
    +
  • Object
  • +
  • +
      +
    • SimpleTestFormat
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        geInstance

        +
        public static UnitFormat geInstance()
        +
        Returns the instance for formatting and parsing using case insensitive + symbols
        +
      • +
      + + + +
        +
      • +

        format

        +
        public Appendable format(Unit<?> unit,
        +                Appendable appendable)
        +                  throws IOException
        +
        Formats the specified unit.
        +
        +
        Specified by:
        +
        format in interface UnitFormat
        +
        Parameters:
        unit - the unit to format.
        appendable - the appendable destination.
        +
        Returns:
        The appendable destination passed in as appendable, with + formatted text appended.
        +
        Throws:
        +
        IOException - if an error occurs.
        +
      • +
      + + + +
        +
      • +

        label

        +
        public void label(Unit<?> unit,
        +         String label)
        +
      • +
      + + + +
        +
      • +

        isLocaleSensitive

        +
        public boolean isLocaleSensitive()
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public static UnitFormat getInstance()
        +
        Returns the unit format for the default locale.
        +
        Returns:
        the locale format.
        +
      • +
      + + + + + + + +
        +
      • +

        parse

        +
        public final Unit<?> parse(CharSequence csq)
        +                    throws ParserException
        +
        Parses the specified character sequence to produce a unit (convenience + method). If the specified sequence is empty, the unitary unit + (dimensionless) is returned.
        +
        +
        Specified by:
        +
        parse in interface Parser<CharSequence,Unit<?>>
        +
        Specified by:
        +
        parse in interface UnitFormat
        +
        Parameters:
        csq - the CharSequence to parse.
        +
        Returns:
        the unit parsed from the specified character sub-sequence.
        +
        Throws:
        +
        ParseException - if any problem occurs while parsing the specified character + sequence (e.g. illegal syntax).
        +
        ParserException
        +
      • +
      + + + +
        +
      • +

        format

        +
        public final String format(Unit<?> unit)
        +
        Formats an object to produce a string. This is equivalent to
        + format(unit, + new StringBuilder()).toString();
        +
        +
        Specified by:
        +
        format in interface UnitFormat
        +
        Parameters:
        obj - The object to format
        +
        Returns:
        Formatted string.
        +
        Throws:
        +
        IllegalArgumentException - if the Format cannot format the given object
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/format/class-use/PrintUtils.html b/site/testapidocs/javax/measure/test/format/class-use/PrintUtils.html new file mode 100644 index 00000000..191d55dd --- /dev/null +++ b/site/testapidocs/javax/measure/test/format/class-use/PrintUtils.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.format.PrintUtils (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.format.PrintUtils

+
+
No usage of javax.measure.test.format.PrintUtils
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html b/site/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html new file mode 100644 index 00000000..cd62f97a --- /dev/null +++ b/site/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.format.SimpleTestFormat (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.format.SimpleTestFormat

+
+
No usage of javax.measure.test.format.SimpleTestFormat
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/format/package-frame.html b/site/testapidocs/javax/measure/test/format/package-frame.html new file mode 100644 index 00000000..f4e9481b --- /dev/null +++ b/site/testapidocs/javax/measure/test/format/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + +

javax.measure.test.format

+
+

Classes

+ +
+ + diff --git a/site/testapidocs/javax/measure/test/format/package-summary.html b/site/testapidocs/javax/measure/test/format/package-summary.html new file mode 100644 index 00000000..ce244166 --- /dev/null +++ b/site/testapidocs/javax/measure/test/format/package-summary.html @@ -0,0 +1,146 @@ + + + + + + +javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.test.format

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    PrintUtils +
    A static helper class, checking e.g.
    +
    SimpleTestFormat +
    Provides a simple interface for formatting and parsing units.
    +
    +
  • +
+
Author:
+
Werner
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/format/package-tree.html b/site/testapidocs/javax/measure/test/format/package-tree.html new file mode 100644 index 00000000..a2ce4ac4 --- /dev/null +++ b/site/testapidocs/javax/measure/test/format/package-tree.html @@ -0,0 +1,131 @@ + + + + + + +javax.measure.test.format Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.test.format

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/format/package-use.html b/site/testapidocs/javax/measure/test/format/package-use.html new file mode 100644 index 00000000..b8edf99b --- /dev/null +++ b/site/testapidocs/javax/measure/test/format/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Package
javax.measure.test.format

+
+
No usage of javax.measure.test.format
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/package-frame.html b/site/testapidocs/javax/measure/test/package-frame.html new file mode 100644 index 00000000..0fc3e694 --- /dev/null +++ b/site/testapidocs/javax/measure/test/package-frame.html @@ -0,0 +1,27 @@ + + + + + + +javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + +

javax.measure.test

+ + + diff --git a/site/testapidocs/javax/measure/test/package-summary.html b/site/testapidocs/javax/measure/test/package-summary.html new file mode 100644 index 00000000..34907b90 --- /dev/null +++ b/site/testapidocs/javax/measure/test/package-summary.html @@ -0,0 +1,162 @@ + + + + + + +javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.test

+
+
+ +
Author:
+
Werner
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/package-tree.html b/site/testapidocs/javax/measure/test/package-tree.html new file mode 100644 index 00000000..6fde4d53 --- /dev/null +++ b/site/testapidocs/javax/measure/test/package-tree.html @@ -0,0 +1,136 @@ + + + + + + +javax.measure.test Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.test

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/package-use.html b/site/testapidocs/javax/measure/test/package-use.html new file mode 100644 index 00000000..8da45c7c --- /dev/null +++ b/site/testapidocs/javax/measure/test/package-use.html @@ -0,0 +1,150 @@ + + + + + + +Uses of Package javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Package
javax.measure.test

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/AreaQuantity.html b/site/testapidocs/javax/measure/test/quantity/AreaQuantity.html new file mode 100644 index 00000000..a4a64ca3 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/AreaQuantity.html @@ -0,0 +1,897 @@ + + + + + + +AreaQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class AreaQuantity

+
+
+
    +
  • Object
  • +
  • +
      +
    • AreaQuantity
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html b/site/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html new file mode 100644 index 00000000..0c00c374 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html @@ -0,0 +1,458 @@ + + + + + + +AreaQuantityTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class AreaQuantityTest

+
+
+
    +
  • Object
  • +
  • +
      +
    • AreaQuantityTest
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class AreaQuantityTest
    +extends Object
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AreaQuantityTest

        +
        public AreaQuantityTest()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setUp

        +
        public void setUp()
        +
      • +
      + + + +
        +
      • +

        testAreaQuantity

        +
        public void testAreaQuantity()
        +
      • +
      + + + +
        +
      • +

        testAdd

        +
        public void testAdd()
        +
      • +
      + + + +
        +
      • +

        testSubtract

        +
        public void testSubtract()
        +
      • +
      + + + +
        +
      • +

        testEq

        +
        public void testEq()
        +
      • +
      + + + +
        +
      • +

        testGt

        +
        public void testGt()
        +
      • +
      + + + +
        +
      • +

        testLt

        +
        public void testLt()
        +
      • +
      + + + +
        +
      • +

        testGe

        +
        public void testGe()
        +
      • +
      + + + +
        +
      • +

        testLe

        +
        public void testLe()
        +
      • +
      + + + +
        +
      • +

        testMultiplyDouble

        +
        public void testMultiplyDouble()
        +
      • +
      + + + +
        +
      • +

        testDivideDouble

        +
        public void testDivideDouble()
        +
      • +
      + + + +
        +
      • +

        testDivideDistanceQuantity

        +
        public void testDivideDistanceQuantity()
        +
      • +
      + + + +
        +
      • +

        testMultiplyDistanceQuantity

        +
        public void testMultiplyDistanceQuantity()
        +
      • +
      + + + +
        +
      • +

        testConvert

        +
        public void testConvert()
        +
      • +
      + + + +
        +
      • +

        testShowInUnits

        +
        public void testShowInUnits()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/CircleInfo.html b/site/testapidocs/javax/measure/test/quantity/CircleInfo.html new file mode 100644 index 00000000..1c6ebccf --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/CircleInfo.html @@ -0,0 +1,261 @@ + + + + + + +CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class CircleInfo

+
+
+
    +
  • Object
  • +
  • +
      +
    • CircleInfo
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class CircleInfo
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CircleInfo

        +
        public CircleInfo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
        Parameters:
        args -
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/DistanceQuantity.html b/site/testapidocs/javax/measure/test/quantity/DistanceQuantity.html new file mode 100644 index 00000000..6985b271 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/DistanceQuantity.html @@ -0,0 +1,914 @@ + + + + + + +DistanceQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class DistanceQuantity

+
+
+
    +
  • Object
  • +
  • +
      +
    • DistanceQuantity
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html b/site/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html new file mode 100644 index 00000000..102e165f --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html @@ -0,0 +1,347 @@ + + + + + + +TestQuantityFactory (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class TestQuantityFactory<Q extends Quantity<Q>>

+
+
+
    +
  • Object
  • +
  • +
      +
    • TestQuantityFactory<Q>
    • +
    +
  • +
+
+
    +
  • +
    Type Parameters:
    Q - The type of the quantity.
    +
    +
    All Implemented Interfaces:
    +
    QuantityFactory<Q>
    +
    +
    +
    +
    public abstract class TestQuantityFactory<Q extends Quantity<Q>>
    +extends Object
    +implements QuantityFactory<Q>
    +
    A factory producing simple quantities instances (tuples Number/Unit). + + For example:
    + Mass m = QuantityFactory.getInstance(Mass.class).create(23.0, KILOGRAM); // 23.0 kg
    + Time m = QuantityFactory.getInstance(Time.class).create(124, MILLI(SECOND)); // 124 ms +
    +
    Version:
    +
    0.6, $Date: 2014-10-30 $
    +
    Author:
    +
    Martin Desruisseaux, Werner Keil, Jean-Marie Dautelle
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TestQuantityFactory

        +
        public TestQuantityFactory()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInstance

        +
        public static <Q extends Quantity<Q>> QuantityFactory<Q> getInstance(Class<Q> type)
        +
        Returns the default instance for the specified quantity type.
        +
        Type Parameters:
        Q - The type of the quantity
        Parameters:
        type - the quantity type
        +
        Returns:
        the quantity factory for the specified type
        +
      • +
      + + + +
        +
      • +

        setInstance

        +
        protected static <Q extends Quantity<Q>> void setInstance(Class<Q> type,
        +                                       TestQuantityFactory<Q> factory)
        +
        Overrides the default implementation of the factory for the specified + quantity type.
        +
        Type Parameters:
        Q - The type of the quantity
        Parameters:
        type - the quantity type
        factory - the quantity factory
        +
      • +
      + + + +
        +
      • +

        create

        +
        public abstract Quantity<Q> create(Number value,
        +                 Unit<Q> unit)
        +
        Returns the quantity for the specified number stated in the specified unit.
        +
        +
        Specified by:
        +
        create in interface QuantityFactory<Q extends Quantity<Q>>
        +
        Parameters:
        value - the value stated in the specified unit
        unit - the unit
        +
        Returns:
        the corresponding quantity
        +
      • +
      + + + +
        +
      • +

        getMetricUnit

        +
        public abstract Unit<Q> getMetricUnit()
        +
        Returns the metric unit for quantities produced by this factory + or null if unknown.
        +
        Returns:
        the metric units for this factory quantities.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/TimeQuantity.html b/site/testapidocs/javax/measure/test/quantity/TimeQuantity.html new file mode 100644 index 00000000..83ed3128 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/TimeQuantity.html @@ -0,0 +1,828 @@ + + + + + + +TimeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class TimeQuantity

+
+
+
    +
  • Object
  • +
  • +
      +
    • TimeQuantity
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/VolumeQuantity.html b/site/testapidocs/javax/measure/test/quantity/VolumeQuantity.html new file mode 100644 index 00000000..191e6dc6 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/VolumeQuantity.html @@ -0,0 +1,854 @@ + + + + + + +VolumeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.quantity
+

Class VolumeQuantity

+
+
+
    +
  • Object
  • +
  • +
      +
    • VolumeQuantity
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html b/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html new file mode 100644 index 00000000..69947f71 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html @@ -0,0 +1,230 @@ + + + + + + +Uses of Class javax.measure.test.quantity.AreaQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.AreaQuantity

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html b/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html new file mode 100644 index 00000000..fe761625 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.quantity.AreaQuantityTest (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.AreaQuantityTest

+
+
No usage of javax.measure.test.quantity.AreaQuantityTest
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html b/site/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html new file mode 100644 index 00000000..69807809 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class javax.measure.test.quantity.CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.CircleInfo

+
+
No usage of javax.measure.test.quantity.CircleInfo
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html b/site/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html new file mode 100644 index 00000000..0c695f54 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html @@ -0,0 +1,273 @@ + + + + + + +Uses of Class javax.measure.test.quantity.DistanceQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.DistanceQuantity

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html b/site/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html new file mode 100644 index 00000000..88904e1b --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Class javax.measure.test.quantity.TestQuantityFactory (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.TestQuantityFactory

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html b/site/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html new file mode 100644 index 00000000..382bff4d --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html @@ -0,0 +1,214 @@ + + + + + + +Uses of Class javax.measure.test.quantity.TimeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.TimeQuantity

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html b/site/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html new file mode 100644 index 00000000..13471c1a --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html @@ -0,0 +1,222 @@ + + + + + + +Uses of Class javax.measure.test.quantity.VolumeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.quantity.VolumeQuantity

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/package-frame.html b/site/testapidocs/javax/measure/test/quantity/package-frame.html new file mode 100644 index 00000000..8430b913 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/package-frame.html @@ -0,0 +1,27 @@ + + + + + + +javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + +

javax.measure.test.quantity

+ + + diff --git a/site/testapidocs/javax/measure/test/quantity/package-summary.html b/site/testapidocs/javax/measure/test/quantity/package-summary.html new file mode 100644 index 00000000..c40e9c92 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/package-summary.html @@ -0,0 +1,162 @@ + + + + + + +javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.test.quantity

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/package-tree.html b/site/testapidocs/javax/measure/test/quantity/package-tree.html new file mode 100644 index 00000000..59bebd45 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/package-tree.html @@ -0,0 +1,136 @@ + + + + + + +javax.measure.test.quantity Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.test.quantity

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/quantity/package-use.html b/site/testapidocs/javax/measure/test/quantity/package-use.html new file mode 100644 index 00000000..5c944904 --- /dev/null +++ b/site/testapidocs/javax/measure/test/quantity/package-use.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Package javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Package
javax.measure.test.quantity

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/AreaUnit.html b/site/testapidocs/javax/measure/test/unit/AreaUnit.html new file mode 100644 index 00000000..4a4bc138 --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/AreaUnit.html @@ -0,0 +1,393 @@ + + + + + + +AreaUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.unit
+

Class AreaUnit

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Unit<Area>
    +
    +
    +
    +
    public class AreaUnit
    +extends TestUnit<Area>
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/BaseUnit.html b/site/testapidocs/javax/measure/test/unit/BaseUnit.html new file mode 100644 index 00000000..ade868e8 --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/BaseUnit.html @@ -0,0 +1,403 @@ + + + + + + +BaseUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test.unit
+

Class BaseUnit<Q extends Quantity<Q>>

+
+
+ +
+
    +
  • +
    Type Parameters:
    Q - The type of the quantity measured by this unit.
    +
    +
    All Implemented Interfaces:
    +
    Unit<Q>
    +
    +
    +
    Direct Known Subclasses:
    +
    DistanceUnit, TimeUnit
    +
    +
    +
    +
    public class BaseUnit<Q extends Quantity<Q>>
    +extends TestUnit<Q>
    +
    Building blocks on top of which all others units are created. + Base units are always unscaled metric units. + +

    When using the standard model (default), + all seven base units are dimensionally independent.

    +
    Version:
    +
    0.9
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    Wikipedia: SI base unit
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/DistanceUnit.html b/site/testapidocs/javax/measure/test/unit/DistanceUnit.html new file mode 100644 index 00000000..55a51331 --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/DistanceUnit.html @@ -0,0 +1,477 @@ + + + + + + +DistanceUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.unit
+

Class DistanceUnit

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Unit<Length>
    +
    +
    +
    +
    public class DistanceUnit
    +extends BaseUnit<Length>
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/TimeUnit.html b/site/testapidocs/javax/measure/test/unit/TimeUnit.html new file mode 100644 index 00000000..5a7fd602 --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/TimeUnit.html @@ -0,0 +1,379 @@ + + + + + + +TimeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
+
javax.measure.test.unit
+

Class TimeUnit

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Unit<Time>
    +
    +
    +
    +
    public class TimeUnit
    +extends BaseUnit<Time>
    +
    Version:
    +
    1.1
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/VolumeUnit.html b/site/testapidocs/javax/measure/test/unit/VolumeUnit.html new file mode 100644 index 00000000..7d7873b6 --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/VolumeUnit.html @@ -0,0 +1,407 @@ + + + + + + +VolumeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + +
+
javax.measure.test.unit
+

Class VolumeUnit

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Unit<Volume>
    +
    +
    +
    +
    public class VolumeUnit
    +extends TestUnit<Volume>
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html b/site/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html new file mode 100644 index 00000000..4c102a01 --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html @@ -0,0 +1,212 @@ + + + + + + +Uses of Class javax.measure.test.unit.AreaUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.unit.AreaUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html b/site/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html new file mode 100644 index 00000000..c6c34c0f --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Class javax.measure.test.unit.BaseUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.unit.BaseUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html b/site/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html new file mode 100644 index 00000000..89d39e5c --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html @@ -0,0 +1,246 @@ + + + + + + +Uses of Class javax.measure.test.unit.DistanceUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.unit.DistanceUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html b/site/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html new file mode 100644 index 00000000..e85a5ce9 --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html @@ -0,0 +1,199 @@ + + + + + + +Uses of Class javax.measure.test.unit.TimeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.unit.TimeUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html b/site/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html new file mode 100644 index 00000000..2eedb4a0 --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html @@ -0,0 +1,216 @@ + + + + + + +Uses of Class javax.measure.test.unit.VolumeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
javax.measure.test.unit.VolumeUnit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/package-frame.html b/site/testapidocs/javax/measure/test/unit/package-frame.html new file mode 100644 index 00000000..1e8c7098 --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + +

javax.measure.test.unit

+ + + diff --git a/site/testapidocs/javax/measure/test/unit/package-summary.html b/site/testapidocs/javax/measure/test/unit/package-summary.html new file mode 100644 index 00000000..9c72028a --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/package-summary.html @@ -0,0 +1,154 @@ + + + + + + +javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.test.unit

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/package-tree.html b/site/testapidocs/javax/measure/test/unit/package-tree.html new file mode 100644 index 00000000..1ea0af74 --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/package-tree.html @@ -0,0 +1,141 @@ + + + + + + +javax.measure.test.unit Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.test.unit

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/javax/measure/test/unit/package-use.html b/site/testapidocs/javax/measure/test/unit/package-use.html new file mode 100644 index 00000000..094d7498 --- /dev/null +++ b/site/testapidocs/javax/measure/test/unit/package-use.html @@ -0,0 +1,192 @@ + + + + + + +Uses of Package javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Package
javax.measure.test.unit

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/overview-frame.html b/site/testapidocs/overview-frame.html new file mode 100644 index 00000000..df6d34ef --- /dev/null +++ b/site/testapidocs/overview-frame.html @@ -0,0 +1,26 @@ + + + + + + +Overview List (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +

 

+ + diff --git a/site/testapidocs/overview-summary.html b/site/testapidocs/overview-summary.html new file mode 100644 index 00000000..829fccec --- /dev/null +++ b/site/testapidocs/overview-summary.html @@ -0,0 +1,148 @@ + + + + + + +Overview (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + + +
+ + + + + +
+ + +
+

Units of Measurement API 0.8-SNAPSHOT Test API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
javax.measure.spi 
javax.measure.test 
javax.measure.test.format 
javax.measure.test.quantity 
javax.measure.test.unit 
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/overview-tree.html b/site/testapidocs/overview-tree.html new file mode 100644 index 00000000..faa3ddfb --- /dev/null +++ b/site/testapidocs/overview-tree.html @@ -0,0 +1,162 @@ + + + + + + +Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + + + + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/testapidocs/package-list b/site/testapidocs/package-list new file mode 100644 index 00000000..30bc0d02 --- /dev/null +++ b/site/testapidocs/package-list @@ -0,0 +1,5 @@ +javax.measure.spi +javax.measure.test +javax.measure.test.format +javax.measure.test.quantity +javax.measure.test.unit diff --git a/site/testapidocs/resources/background.gif b/site/testapidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 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 YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/site/testapidocs/stylesheet.css b/site/testapidocs/stylesheet.css new file mode 100644 index 00000000..0e0d70c1 --- /dev/null +++ b/site/testapidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} From 08091fa2d468f04146672e6427049c4e1893e0df Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Sun, 20 Sep 2015 15:01:12 +0200 Subject: [PATCH 04/57] 6: Use maven-site Task-Url: https://github.com/unitsofmeasurement/unitsofmeasurement-jbake/issues/issues/issue/6 --- .gitignore | 5 + 0.8-SNAPSHOT/apidocs/allclasses-frame.html | 71 -- 0.8-SNAPSHOT/apidocs/allclasses-noframe.html | 71 -- 0.8-SNAPSHOT/apidocs/constant-values.html | 117 --- 0.8-SNAPSHOT/apidocs/deprecated-list.html | 141 --- 0.8-SNAPSHOT/apidocs/help-doc.html | 222 ----- 0.8-SNAPSHOT/apidocs/index-all.html | 810 ---------------- 0.8-SNAPSHOT/apidocs/index.html | 75 -- .../apidocs/javax/measure/Dimension.html | 306 ------ .../measure/IncommensurableException.html | 304 ------ .../javax/measure/MeasurementException.html | 325 ------- .../apidocs/javax/measure/Quantity.html | 459 --------- .../javax/measure/UnconvertibleException.html | 308 ------ 0.8-SNAPSHOT/apidocs/javax/measure/Unit.html | 706 -------------- .../apidocs/javax/measure/UnitConverter.html | 355 ------- .../javax/measure/class-use/Dimension.html | 250 ----- .../class-use/IncommensurableException.html | 162 ---- .../class-use/MeasurementException.html | 189 ---- .../javax/measure/class-use/Quantity.html | 602 ------------ .../class-use/UnconvertibleException.html | 168 ---- .../apidocs/javax/measure/class-use/Unit.html | 419 -------- .../measure/class-use/UnitConverter.html | 217 ----- .../apidocs/javax/measure/format/Parser.html | 235 ----- .../javax/measure/format/ParserException.html | 366 ------- .../javax/measure/format/UnitFormat.html | 340 ------- .../measure/format/class-use/Parser.html | 162 ---- .../format/class-use/ParserException.html | 168 ---- .../measure/format/class-use/UnitFormat.html | 168 ---- .../javax/measure/format/package-frame.html | 26 - .../javax/measure/format/package-summary.html | 175 ---- .../javax/measure/format/package-tree.html | 154 --- .../javax/measure/format/package-use.html | 183 ---- .../apidocs/javax/measure/package-frame.html | 30 - .../javax/measure/package-summary.html | 206 ---- .../apidocs/javax/measure/package-tree.html | 154 --- .../apidocs/javax/measure/package-use.html | 278 ------ .../javax/measure/quantity/Acceleration.html | 197 ---- .../measure/quantity/AmountOfSubstance.html | 194 ---- .../apidocs/javax/measure/quantity/Angle.html | 196 ---- .../apidocs/javax/measure/quantity/Area.html | 196 ---- .../measure/quantity/CatalyticActivity.html | 193 ---- .../javax/measure/quantity/Dimensionless.html | 192 ---- .../measure/quantity/ElectricCapacitance.html | 193 ---- .../measure/quantity/ElectricCharge.html | 194 ---- .../measure/quantity/ElectricConductance.html | 193 ---- .../measure/quantity/ElectricCurrent.html | 195 ---- .../measure/quantity/ElectricInductance.html | 193 ---- .../quantity/ElectricPermittivity.html | 194 ---- .../measure/quantity/ElectricPotential.html | 193 ---- .../measure/quantity/ElectricResistance.html | 193 ---- .../javax/measure/quantity/Energy.html | 196 ---- .../apidocs/javax/measure/quantity/Force.html | 195 ---- .../javax/measure/quantity/Frequency.html | 194 ---- .../javax/measure/quantity/Illuminance.html | 193 ---- .../javax/measure/quantity/Length.html | 242 ----- .../javax/measure/quantity/Luminance.html | 195 ---- .../javax/measure/quantity/LuminousFlux.html | 193 ---- .../measure/quantity/LuminousIntensity.html | 195 ---- .../quantity/MagneticFieldStrength.html | 193 ---- .../javax/measure/quantity/MagneticFlux.html | 193 ---- .../measure/quantity/MagneticFluxDensity.html | 193 ---- .../apidocs/javax/measure/quantity/Mass.html | 196 ---- .../apidocs/javax/measure/quantity/Power.html | 195 ---- .../javax/measure/quantity/Pressure.html | 195 ---- .../quantity/RadiationDoseAbsorbed.html | 194 ---- .../quantity/RadiationDoseEffective.html | 194 ---- .../javax/measure/quantity/Radioactivity.html | 193 ---- .../javax/measure/quantity/SolidAngle.html | 194 ---- .../apidocs/javax/measure/quantity/Speed.html | 201 ---- .../javax/measure/quantity/Temperature.html | 193 ---- .../apidocs/javax/measure/quantity/Time.html | 198 ---- .../javax/measure/quantity/Volume.html | 195 ---- .../quantity/class-use/Acceleration.html | 117 --- .../quantity/class-use/AmountOfSubstance.html | 117 --- .../measure/quantity/class-use/Angle.html | 117 --- .../measure/quantity/class-use/Area.html | 164 ---- .../quantity/class-use/CatalyticActivity.html | 117 --- .../quantity/class-use/Dimensionless.html | 117 --- .../class-use/ElectricCapacitance.html | 117 --- .../quantity/class-use/ElectricCharge.html | 117 --- .../class-use/ElectricConductance.html | 117 --- .../quantity/class-use/ElectricCurrent.html | 117 --- .../class-use/ElectricInductance.html | 117 --- .../class-use/ElectricPermittivity.html | 117 --- .../quantity/class-use/ElectricPotential.html | 117 --- .../class-use/ElectricResistance.html | 117 --- .../measure/quantity/class-use/Energy.html | 117 --- .../measure/quantity/class-use/Force.html | 117 --- .../measure/quantity/class-use/Frequency.html | 117 --- .../quantity/class-use/Illuminance.html | 117 --- .../measure/quantity/class-use/Length.html | 164 ---- .../measure/quantity/class-use/Luminance.html | 117 --- .../quantity/class-use/LuminousFlux.html | 117 --- .../quantity/class-use/LuminousIntensity.html | 117 --- .../class-use/MagneticFieldStrength.html | 117 --- .../quantity/class-use/MagneticFlux.html | 117 --- .../class-use/MagneticFluxDensity.html | 117 --- .../measure/quantity/class-use/Mass.html | 117 --- .../measure/quantity/class-use/Power.html | 117 --- .../measure/quantity/class-use/Pressure.html | 117 --- .../class-use/RadiationDoseAbsorbed.html | 117 --- .../class-use/RadiationDoseEffective.html | 117 --- .../quantity/class-use/Radioactivity.html | 117 --- .../quantity/class-use/SolidAngle.html | 117 --- .../measure/quantity/class-use/Speed.html | 117 --- .../quantity/class-use/Temperature.html | 117 --- .../measure/quantity/class-use/Time.html | 117 --- .../measure/quantity/class-use/Volume.html | 117 --- .../javax/measure/quantity/package-frame.html | 56 -- .../measure/quantity/package-summary.html | 398 -------- .../javax/measure/quantity/package-tree.html | 165 ---- .../javax/measure/quantity/package-use.html | 161 --- .../apidocs/javax/measure/spi/Bootstrap.html | 274 ------ .../javax/measure/spi/QuantityFactory.html | 226 ----- .../measure/spi/QuantityFactoryService.html | 222 ----- .../javax/measure/spi/ServiceProvider.html | 263 ----- .../javax/measure/spi/SystemOfUnits.html | 282 ------ .../measure/spi/SystemOfUnitsService.html | 251 ----- .../javax/measure/spi/UnitFormatService.html | 246 ----- .../measure/spi/class-use/Bootstrap.html | 117 --- .../spi/class-use/QuantityFactory.html | 161 --- .../spi/class-use/QuantityFactoryService.html | 117 --- .../spi/class-use/ServiceProvider.html | 176 ---- .../measure/spi/class-use/SystemOfUnits.html | 170 ---- .../spi/class-use/SystemOfUnitsService.html | 117 --- .../spi/class-use/UnitFormatService.html | 117 --- .../javax/measure/spi/package-frame.html | 30 - .../javax/measure/spi/package-summary.html | 204 ---- .../javax/measure/spi/package-tree.html | 139 --- .../javax/measure/spi/package-use.html | 167 ---- 0.8-SNAPSHOT/apidocs/overview-frame.html | 25 - 0.8-SNAPSHOT/apidocs/overview-summary.html | 154 --- 0.8-SNAPSHOT/apidocs/overview-tree.html | 209 ---- 0.8-SNAPSHOT/apidocs/package-list | 4 - 0.8-SNAPSHOT/apidocs/resources/background.gif | Bin 2313 -> 0 bytes 0.8-SNAPSHOT/apidocs/resources/tab.gif | Bin 291 -> 0 bytes 0.8-SNAPSHOT/apidocs/resources/titlebar.gif | Bin 10701 -> 0 bytes .../apidocs/resources/titlebar_end.gif | Bin 849 -> 0 bytes 0.8-SNAPSHOT/apidocs/serialized-form.html | 182 ---- 0.8-SNAPSHOT/apidocs/stylesheet.css | 474 --------- 0.8-SNAPSHOT/checkstyle.html | 908 ----------------- 0.8-SNAPSHOT/checkstyle.rss | 866 ----------------- 0.8-SNAPSHOT/css/maven-base.css | 155 --- 0.8-SNAPSHOT/css/maven-theme.css | 141 --- 0.8-SNAPSHOT/css/print.css | 7 - 0.8-SNAPSHOT/css/site.css | 1 - 0.8-SNAPSHOT/findbugs.html | 125 --- 0.8-SNAPSHOT/images/collapsed.gif | Bin 53 -> 0 bytes 0.8-SNAPSHOT/images/expanded.gif | Bin 52 -> 0 bytes 0.8-SNAPSHOT/images/external.png | Bin 230 -> 0 bytes 0.8-SNAPSHOT/images/icon.png | Bin 5267 -> 0 bytes 0.8-SNAPSHOT/images/icon_error_sml.gif | Bin 1010 -> 0 bytes 0.8-SNAPSHOT/images/icon_info_sml.gif | Bin 606 -> 0 bytes 0.8-SNAPSHOT/images/icon_success_sml.gif | Bin 990 -> 0 bytes 0.8-SNAPSHOT/images/icon_warning_sml.gif | Bin 576 -> 0 bytes .../images/logos/build-by-maven-black.png | Bin 2294 -> 0 bytes .../images/logos/build-by-maven-white.png | Bin 2260 -> 0 bytes 0.8-SNAPSHOT/images/logos/maven-feather.png | Bin 3330 -> 0 bytes 0.8-SNAPSHOT/images/newwindow.png | Bin 220 -> 0 bytes 0.8-SNAPSHOT/images/rss.png | Bin 360 -> 0 bytes 0.8-SNAPSHOT/index.html | 122 --- 0.8-SNAPSHOT/integration.html | 117 --- 0.8-SNAPSHOT/issue-tracking.html | 114 --- 0.8-SNAPSHOT/license.html | 231 ----- 0.8-SNAPSHOT/mail-lists.html | 128 --- 0.8-SNAPSHOT/pmd.html | 132 --- 0.8-SNAPSHOT/project-info.html | 139 --- 0.8-SNAPSHOT/project-reports.html | 127 --- 0.8-SNAPSHOT/project-summary.html | 156 --- 0.8-SNAPSHOT/source-repository.html | 127 --- 0.8-SNAPSHOT/surefire-report.html | 378 -------- 0.8-SNAPSHOT/team-list.html | 284 ------ .../testapidocs/allclasses-frame.html | 41 - .../testapidocs/allclasses-noframe.html | 41 - 0.8-SNAPSHOT/testapidocs/constant-values.html | 117 --- 0.8-SNAPSHOT/testapidocs/deprecated-list.html | 117 --- 0.8-SNAPSHOT/testapidocs/help-doc.html | 222 ----- 0.8-SNAPSHOT/testapidocs/index-all.html | 795 --------------- 0.8-SNAPSHOT/testapidocs/index.html | 75 -- .../BootstrapTest.TestServiceProvider.html | 314 ------ .../javax/measure/spi/BootstrapTest.html | 368 ------- .../BootstrapTest.TestServiceProvider.html | 117 --- .../measure/spi/class-use/BootstrapTest.html | 117 --- .../javax/measure/spi/package-frame.html | 22 - .../javax/measure/spi/package-summary.html | 142 --- .../javax/measure/spi/package-tree.html | 131 --- .../javax/measure/spi/package-use.html | 117 --- .../javax/measure/test/CalcTripLength.html | 262 ----- .../javax/measure/test/CircleInfo.html | 260 ----- .../javax/measure/test/Conversions.html | 260 ----- .../javax/measure/test/DimensionTest.html | 344 ------- .../javax/measure/test/TestUnit.html | 735 -------------- .../javax/measure/test/TripLeg.html | 266 ----- .../javax/measure/test/UnitTest.html | 313 ------ .../test/class-use/CalcTripLength.html | 117 --- .../measure/test/class-use/CircleInfo.html | 117 --- .../measure/test/class-use/Conversions.html | 117 --- .../measure/test/class-use/DimensionTest.html | 117 --- .../measure/test/class-use/TestUnit.html | 175 ---- .../javax/measure/test/class-use/TripLeg.html | 117 --- .../measure/test/class-use/UnitTest.html | 117 --- .../javax/measure/test/format/PrintUtils.html | 317 ------ .../measure/test/format/SimpleTestFormat.html | 389 -------- .../test/format/class-use/PrintUtils.html | 117 --- .../format/class-use/SimpleTestFormat.html | 117 --- .../measure/test/format/package-frame.html | 22 - .../measure/test/format/package-summary.html | 146 --- .../measure/test/format/package-tree.html | 131 --- .../measure/test/format/package-use.html | 117 --- .../javax/measure/test/package-frame.html | 27 - .../javax/measure/test/package-summary.html | 162 ---- .../javax/measure/test/package-tree.html | 136 --- .../javax/measure/test/package-use.html | 150 --- .../measure/test/quantity/AreaQuantity.html | 897 ----------------- .../test/quantity/AreaQuantityTest.html | 458 --------- .../measure/test/quantity/CircleInfo.html | 261 ----- .../test/quantity/DistanceQuantity.html | 914 ------------------ .../test/quantity/TestQuantityFactory.html | 347 ------- .../measure/test/quantity/TimeQuantity.html | 828 ---------------- .../measure/test/quantity/VolumeQuantity.html | 854 ---------------- .../test/quantity/class-use/AreaQuantity.html | 230 ----- .../quantity/class-use/AreaQuantityTest.html | 117 --- .../test/quantity/class-use/CircleInfo.html | 117 --- .../quantity/class-use/DistanceQuantity.html | 273 ------ .../class-use/TestQuantityFactory.html | 161 --- .../test/quantity/class-use/TimeQuantity.html | 214 ---- .../quantity/class-use/VolumeQuantity.html | 222 ----- .../measure/test/quantity/package-frame.html | 27 - .../test/quantity/package-summary.html | 162 ---- .../measure/test/quantity/package-tree.html | 136 --- .../measure/test/quantity/package-use.html | 183 ---- .../javax/measure/test/unit/AreaUnit.html | 393 -------- .../javax/measure/test/unit/BaseUnit.html | 403 -------- .../javax/measure/test/unit/DistanceUnit.html | 477 --------- .../javax/measure/test/unit/TimeUnit.html | 379 -------- .../javax/measure/test/unit/VolumeUnit.html | 407 -------- .../measure/test/unit/class-use/AreaUnit.html | 212 ---- .../measure/test/unit/class-use/BaseUnit.html | 161 --- .../test/unit/class-use/DistanceUnit.html | 246 ----- .../measure/test/unit/class-use/TimeUnit.html | 199 ---- .../test/unit/class-use/VolumeUnit.html | 216 ----- .../measure/test/unit/package-frame.html | 25 - .../measure/test/unit/package-summary.html | 154 --- .../javax/measure/test/unit/package-tree.html | 141 --- .../javax/measure/test/unit/package-use.html | 192 ---- 0.8-SNAPSHOT/testapidocs/overview-frame.html | 26 - .../testapidocs/overview-summary.html | 148 --- 0.8-SNAPSHOT/testapidocs/overview-tree.html | 162 ---- 0.8-SNAPSHOT/testapidocs/package-list | 5 - .../testapidocs/resources/background.gif | Bin 2313 -> 0 bytes 0.8-SNAPSHOT/testapidocs/resources/tab.gif | Bin 291 -> 0 bytes .../testapidocs/resources/titlebar.gif | Bin 10701 -> 0 bytes .../testapidocs/resources/titlebar_end.gif | Bin 849 -> 0 bytes 0.8-SNAPSHOT/testapidocs/stylesheet.css | 474 --------- circle.yml | 13 + pom.xml | 131 +++ 256 files changed, 149 insertions(+), 48344 deletions(-) create mode 100644 .gitignore delete mode 100644 0.8-SNAPSHOT/apidocs/allclasses-frame.html delete mode 100644 0.8-SNAPSHOT/apidocs/allclasses-noframe.html delete mode 100644 0.8-SNAPSHOT/apidocs/constant-values.html delete mode 100644 0.8-SNAPSHOT/apidocs/deprecated-list.html delete mode 100644 0.8-SNAPSHOT/apidocs/help-doc.html delete mode 100644 0.8-SNAPSHOT/apidocs/index-all.html delete mode 100644 0.8-SNAPSHOT/apidocs/index.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/Dimension.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/IncommensurableException.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/MeasurementException.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/Quantity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/UnconvertibleException.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/Unit.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/UnitConverter.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/Dimension.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/IncommensurableException.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/MeasurementException.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/Quantity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnconvertibleException.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/Unit.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnitConverter.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/Parser.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/ParserException.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/UnitFormat.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/Parser.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/ParserException.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/UnitFormat.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/package-frame.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/package-summary.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/package-tree.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/format/package-use.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/package-frame.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/package-summary.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/package-tree.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/package-use.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Acceleration.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/AmountOfSubstance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Angle.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Area.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/CatalyticActivity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Dimensionless.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCapacitance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCharge.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricConductance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCurrent.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricInductance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPermittivity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPotential.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricResistance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Energy.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Force.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Frequency.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Illuminance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Length.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Luminance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousFlux.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousIntensity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFieldStrength.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFlux.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFluxDensity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Mass.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Power.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Pressure.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseEffective.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Radioactivity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/SolidAngle.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Speed.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Temperature.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Time.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/Volume.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Acceleration.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Angle.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Area.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Dimensionless.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCharge.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricConductance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricInductance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPotential.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricResistance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Energy.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Force.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Frequency.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Illuminance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Length.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Luminance.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousFlux.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFlux.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Mass.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Power.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Pressure.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Radioactivity.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/SolidAngle.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Speed.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Temperature.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Time.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Volume.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-frame.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-summary.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-tree.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-use.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/Bootstrap.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactory.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactoryService.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/ServiceProvider.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnits.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnitsService.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/UnitFormatService.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/Bootstrap.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactory.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/ServiceProvider.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnits.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/UnitFormatService.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/package-frame.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/package-summary.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/package-tree.html delete mode 100644 0.8-SNAPSHOT/apidocs/javax/measure/spi/package-use.html delete mode 100644 0.8-SNAPSHOT/apidocs/overview-frame.html delete mode 100644 0.8-SNAPSHOT/apidocs/overview-summary.html delete mode 100644 0.8-SNAPSHOT/apidocs/overview-tree.html delete mode 100644 0.8-SNAPSHOT/apidocs/package-list delete mode 100644 0.8-SNAPSHOT/apidocs/resources/background.gif delete mode 100644 0.8-SNAPSHOT/apidocs/resources/tab.gif delete mode 100644 0.8-SNAPSHOT/apidocs/resources/titlebar.gif delete mode 100644 0.8-SNAPSHOT/apidocs/resources/titlebar_end.gif delete mode 100644 0.8-SNAPSHOT/apidocs/serialized-form.html delete mode 100644 0.8-SNAPSHOT/apidocs/stylesheet.css delete mode 100644 0.8-SNAPSHOT/checkstyle.html delete mode 100644 0.8-SNAPSHOT/checkstyle.rss delete mode 100644 0.8-SNAPSHOT/css/maven-base.css delete mode 100644 0.8-SNAPSHOT/css/maven-theme.css delete mode 100644 0.8-SNAPSHOT/css/print.css delete mode 100644 0.8-SNAPSHOT/css/site.css delete mode 100644 0.8-SNAPSHOT/findbugs.html delete mode 100644 0.8-SNAPSHOT/images/collapsed.gif delete mode 100644 0.8-SNAPSHOT/images/expanded.gif delete mode 100644 0.8-SNAPSHOT/images/external.png delete mode 100644 0.8-SNAPSHOT/images/icon.png delete mode 100644 0.8-SNAPSHOT/images/icon_error_sml.gif delete mode 100644 0.8-SNAPSHOT/images/icon_info_sml.gif delete mode 100644 0.8-SNAPSHOT/images/icon_success_sml.gif delete mode 100644 0.8-SNAPSHOT/images/icon_warning_sml.gif delete mode 100644 0.8-SNAPSHOT/images/logos/build-by-maven-black.png delete mode 100644 0.8-SNAPSHOT/images/logos/build-by-maven-white.png delete mode 100644 0.8-SNAPSHOT/images/logos/maven-feather.png delete mode 100644 0.8-SNAPSHOT/images/newwindow.png delete mode 100644 0.8-SNAPSHOT/images/rss.png delete mode 100644 0.8-SNAPSHOT/index.html delete mode 100644 0.8-SNAPSHOT/integration.html delete mode 100644 0.8-SNAPSHOT/issue-tracking.html delete mode 100644 0.8-SNAPSHOT/license.html delete mode 100644 0.8-SNAPSHOT/mail-lists.html delete mode 100644 0.8-SNAPSHOT/pmd.html delete mode 100644 0.8-SNAPSHOT/project-info.html delete mode 100644 0.8-SNAPSHOT/project-reports.html delete mode 100644 0.8-SNAPSHOT/project-summary.html delete mode 100644 0.8-SNAPSHOT/source-repository.html delete mode 100644 0.8-SNAPSHOT/surefire-report.html delete mode 100644 0.8-SNAPSHOT/team-list.html delete mode 100644 0.8-SNAPSHOT/testapidocs/allclasses-frame.html delete mode 100644 0.8-SNAPSHOT/testapidocs/allclasses-noframe.html delete mode 100644 0.8-SNAPSHOT/testapidocs/constant-values.html delete mode 100644 0.8-SNAPSHOT/testapidocs/deprecated-list.html delete mode 100644 0.8-SNAPSHOT/testapidocs/help-doc.html delete mode 100644 0.8-SNAPSHOT/testapidocs/index-all.html delete mode 100644 0.8-SNAPSHOT/testapidocs/index.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-frame.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-summary.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-tree.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-use.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/CalcTripLength.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/CircleInfo.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/Conversions.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/DimensionTest.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/TestUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/TripLeg.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/UnitTest.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CalcTripLength.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CircleInfo.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/Conversions.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/DimensionTest.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TestUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TripLeg.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/UnitTest.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/PrintUtils.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/SimpleTestFormat.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/PrintUtils.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-frame.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-summary.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-tree.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-use.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/package-frame.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/package-summary.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/package-tree.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/package-use.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantity.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/CircleInfo.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/DistanceQuantity.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TimeQuantity.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/VolumeQuantity.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-frame.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-summary.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-tree.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-use.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/AreaUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/BaseUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/DistanceUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/TimeUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/VolumeUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-frame.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-summary.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-tree.html delete mode 100644 0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-use.html delete mode 100644 0.8-SNAPSHOT/testapidocs/overview-frame.html delete mode 100644 0.8-SNAPSHOT/testapidocs/overview-summary.html delete mode 100644 0.8-SNAPSHOT/testapidocs/overview-tree.html delete mode 100644 0.8-SNAPSHOT/testapidocs/package-list delete mode 100644 0.8-SNAPSHOT/testapidocs/resources/background.gif delete mode 100644 0.8-SNAPSHOT/testapidocs/resources/tab.gif delete mode 100644 0.8-SNAPSHOT/testapidocs/resources/titlebar.gif delete mode 100644 0.8-SNAPSHOT/testapidocs/resources/titlebar_end.gif delete mode 100644 0.8-SNAPSHOT/testapidocs/stylesheet.css create mode 100644 circle.yml create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..55391809 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/.settings/ +/target/ +/src/ +/.classpath +/.project diff --git a/0.8-SNAPSHOT/apidocs/allclasses-frame.html b/0.8-SNAPSHOT/apidocs/allclasses-frame.html deleted file mode 100644 index 25fafb65..00000000 --- a/0.8-SNAPSHOT/apidocs/allclasses-frame.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - -All Classes (Units of Measurement API 0.8-SNAPSHOT API) - - - - -

All Classes

- - - diff --git a/0.8-SNAPSHOT/apidocs/allclasses-noframe.html b/0.8-SNAPSHOT/apidocs/allclasses-noframe.html deleted file mode 100644 index aebd8267..00000000 --- a/0.8-SNAPSHOT/apidocs/allclasses-noframe.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - -All Classes (Units of Measurement API 0.8-SNAPSHOT API) - - - - -

All Classes

- - - diff --git a/0.8-SNAPSHOT/apidocs/constant-values.html b/0.8-SNAPSHOT/apidocs/constant-values.html deleted file mode 100644 index 359f3a73..00000000 --- a/0.8-SNAPSHOT/apidocs/constant-values.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Constant Field Values (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Constant Field Values

-

Contents

-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/deprecated-list.html b/0.8-SNAPSHOT/apidocs/deprecated-list.html deleted file mode 100644 index aee63dac..00000000 --- a/0.8-SNAPSHOT/apidocs/deprecated-list.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - -Deprecated List (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Deprecated API

-

Contents

- -
-
- - - -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/help-doc.html b/0.8-SNAPSHOT/apidocs/help-doc.html deleted file mode 100644 index 021d1576..00000000 --- a/0.8-SNAPSHOT/apidocs/help-doc.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -API Help (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
-
-
    -
  • -

    Overview

    -

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    -
  • -
  • -

    Package

    -

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    -
      -
    • Interfaces (italic)
    • -
    • Classes
    • -
    • Enums
    • -
    • Exceptions
    • -
    • Errors
    • -
    • Annotation Types
    • -
    -
  • -
  • -

    Class/Interface

    -

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
      -
    • Class inheritance diagram
    • -
    • Direct Subclasses
    • -
    • All Known Subinterfaces
    • -
    • All Known Implementing Classes
    • -
    • Class/interface declaration
    • -
    • Class/interface description
    • -
    -
      -
    • Nested Class Summary
    • -
    • Field Summary
    • -
    • Constructor Summary
    • -
    • Method Summary
    • -
    -
      -
    • Field Detail
    • -
    • Constructor Detail
    • -
    • Method Detail
    • -
    -

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    -
  • -
  • -

    Annotation Type

    -

    Each annotation type has its own separate page with the following sections:

    -
      -
    • Annotation Type declaration
    • -
    • Annotation Type description
    • -
    • Required Element Summary
    • -
    • Optional Element Summary
    • -
    • Element Detail
    • -
    -
  • -
  • -

    Enum

    -

    Each enum has its own separate page with the following sections:

    -
      -
    • Enum declaration
    • -
    • Enum description
    • -
    • Enum Constant Summary
    • -
    • Enum Constant Detail
    • -
    -
  • -
  • -

    Use

    -

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    -
  • -
  • -

    Tree (Class Hierarchy)

    -

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    -
      -
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • -
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • -
    -
  • -
  • -

    Deprecated API

    -

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    -
  • -
  • -

    Index

    -

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    -
  • -
  • -

    Prev/Next

    -

    These links take you to the next or previous class, interface, package, or related page.

    -
  • -
  • -

    Frames/No Frames

    -

    These links show and hide the HTML frames. All pages are available with or without frames.

    -
  • -
  • -

    All Classes

    -

    The All Classes link shows all classes and interfaces except non-static nested types.

    -
  • -
  • -

    Serialized Form

    -

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    -
  • -
  • -

    Constant Field Values

    -

    The Constant Field Values page lists the static final fields and their values.

    -
  • -
-This help file applies to API documentation generated using the standard doclet.
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/index-all.html b/0.8-SNAPSHOT/apidocs/index-all.html deleted file mode 100644 index e4f27e5b..00000000 --- a/0.8-SNAPSHOT/apidocs/index-all.html +++ /dev/null @@ -1,810 +0,0 @@ - - - - - - -Index (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
A B C D E F G I J L M P Q R S T U V  - - -

A

-
-
Acceleration - Interface in javax.measure.quantity
-
-
Rate of change of velocity with respect to time.
-
-
add(Quantity<Q>) - Method in interface Quantity
-
-
Returns the sum of this Quantity with the one specified.
-
-
alternate(String) - Method in interface Unit
-
-
Returns a system unit equivalent to this unscaled standard unit but used - in expressions to distinguish between quantities of a different nature - but of the same dimensions.
-
-
AmountOfSubstance - Interface in javax.measure.quantity
-
-
Number of elementary entities (molecules, for example) of a substance.
-
-
Angle - Interface in javax.measure.quantity
-
-
Figure formed by two lines diverging from a common point.
-
-
Area - Interface in javax.measure.quantity
-
-
Extent of a planar region or of the surface of a solid measured in square units.
-
-
asType(Class<T>) - Method in interface Quantity
-
-
Casts this quantity to a parameterized unit of specified nature or throw a - ClassCastException if the dimension of the specified - quantity and this measure unit's dimension do not match.
-
-
asType(Class<T>) - Method in interface Unit
-
-
Casts this unit to a parameterized unit of specified nature or throw a - ClassCastException if the dimension of the specified quantity - and this unit's dimension do not match.
-
-
- - - -

B

-
-
Bootstrap - Class in javax.measure.spi
-
-
This singleton provides access to the services available in the current runtime environment.
-
-
- - - -

C

-
-
CatalyticActivity - Interface in javax.measure.quantity
-
-
Catalytic activity.
-
-
concatenate(UnitConverter) - Method in interface UnitConverter
-
-
Concatenates this converter with another converter.
-
-
convert(Number) - Method in interface UnitConverter
-
-
Converts a Number value.
-
-
convert(double) - Method in interface UnitConverter
-
-
Converts a double value.
-
-
create(Number, Unit<Q>) - Method in interface QuantityFactory
-
-
Returns the quantity for the specified number stated in the specified unit.
-
-
- - - -

D

-
-
Dimension - Interface in javax.measure
-
-
Represents the dimension of a unit.
-
-
Dimensionless - Interface in javax.measure.quantity
-
-
Dimensionless quantity.
-
-
divide(Dimension) - Method in interface Dimension
-
-
Returns the quotient of this dimension with the one specified.
-
-
divide(Quantity<?>) - Method in interface Quantity
-
-
Returns the product of this Quantity divided by the Quantity - specified.
-
-
divide(Number) - Method in interface Quantity
-
-
Returns the product of this Quantity divided by the Number - specified.
-
-
divide(double) - Method in interface Unit
-
-
Returns the result of dividing this unit by an approximate divisor.
-
-
divide(Unit<?>) - Method in interface Unit
-
-
Returns the quotient of this unit with the one specified.
-
-
- - - -

E

-
-
ElectricCapacitance - Interface in javax.measure.quantity
-
-
Electric capacitance.
-
-
ElectricCharge - Interface in javax.measure.quantity
-
-
Electric charge.
-
-
ElectricConductance - Interface in javax.measure.quantity
-
-
Electric conductance.
-
-
ElectricCurrent - Interface in javax.measure.quantity
-
-
Amount of electric charge flowing past a specified circuit point per unit time.
-
-
ElectricInductance - Interface in javax.measure.quantity
-
-
Electric inductance.
-
-
ElectricPermittivity - Interface in javax.measure.quantity
-
-
How an electric field affects, and is affected, by a dielectric medium.
-
-
ElectricPotential - Interface in javax.measure.quantity
-
-
Electric potential or electromotive force.
-
-
ElectricResistance - Interface in javax.measure.quantity
-
-
Electric resistance.
-
-
Energy - Interface in javax.measure.quantity
-
-
Capacity of a physical system to do work.
-
-
- - - -

F

-
-
Force - Interface in javax.measure.quantity
-
-
Quantity that tends to produce an acceleration of a body in the direction of its application.
-
-
format(Unit<?>, Appendable) - Method in interface UnitFormat
-
-
Formats the specified Unit.
-
-
format(Unit<?>) - Method in interface UnitFormat
-
-
Formats the specified Unit.
-
-
Frequency - Interface in javax.measure.quantity
-
-
Number of times a specified phenomenon occurs within a specified interval.
-
-
- - - -

G

-
-
getConversionSteps() - Method in interface UnitConverter
-
-
Returns the steps of fundamental converters making up this converter or - this if the converter is a fundamental converter.
-
-
getConverterTo(Unit<Q>) - Method in interface Unit
-
-
Returns a converter of numeric values from this unit to another unit of same type.
-
-
getConverterToAny(Unit<?>) - Method in interface Unit
-
-
Returns a converter from this unit to the specified unit of type unknown.
-
-
getDimension() - Method in interface Unit
-
-
Returns the dimension of this unit.
-
-
getName() - Method in interface SystemOfUnits
-
 
-
getName() - Method in interface Unit
-
-
Returns the name (if any) of this unit.
-
-
getParsedString() - Method in exception ParserException
-
-
Returns the string that was being parsed.
-
-
getPosition() - Method in exception ParserException
-
-
Returns the position where the error was found.
-
-
getPriority() - Method in interface ServiceProvider
-
-
This method allows to define a priority for a registered ServiceProvider instance.
-
-
getProductDimensions() - Method in interface Dimension
-
-
Returns the fundamental dimensions and their exponent whose product is - this dimension, or null if this dimension is a fundamental dimension.
-
-
getProductUnits() - Method in interface Unit
-
-
Returns the base units and their exponent whose product is this unit, - or null if this unit is a base unit (not a product of existing units).
-
-
getQuantityFactory(Class<Q>) - Method in interface QuantityFactoryService
-
-
Return a factory for this Quantity.
-
-
getService(Class<T>) - Static method in class Bootstrap
-
- -
-
getService(Class<T>) - Method in interface ServiceProvider
-
-
Access a single service, given its type.
-
-
getServices(Class<T>) - Static method in class Bootstrap
-
- -
-
getServices(Class<T>) - Method in interface ServiceProvider
-
-
Access a list of services, given its type.
-
-
getSymbol() - Method in interface Unit
-
-
Returns the symbol (if any) of this unit.
-
-
getSystemOfUnits() - Method in interface SystemOfUnitsService
-
- -
-
getSystemOfUnits(String) - Method in interface SystemOfUnitsService
-
-
Returns the system of units having the specified name or - null if none.
-
-
getSystemUnit() - Method in interface Unit
-
-
Returns the unscaled system unit from which this unit is derived.
-
-
getUnit() - Method in interface Quantity
-
-
Returns the unit of this Quantity.
-
-
getUnit(Class<Q>) - Method in interface SystemOfUnits
-
-
Returns the default unit for the specified quantity.
-
-
getUnitFormat() - Method in interface UnitFormatService
-
-
Returns the default unit format.
-
-
getUnitFormat(String) - Method in interface UnitFormatService
-
-
Returns the unit format having the specified name or - null if none.
-
-
getUnits() - Method in interface SystemOfUnits
-
-
Returns a read only view over the units defined in this system.
-
-
getUnits(Dimension) - Method in interface SystemOfUnits
-
-
Returns the units defined in this system having the specified dimension - (convenience method).
-
-
getValue() - Method in interface Quantity
-
-
Returns the value of this Quantity.
-
-
- - - -

I

-
-
Illuminance - Interface in javax.measure.quantity
-
-
Illuminance.
-
-
IncommensurableException - Exception in javax.measure
-
-
Signals that a problem of some sort has occurred due to incommensurable of - some quantities/units.
-
-
IncommensurableException(String) - Constructor for exception IncommensurableException
-
-
Constructs a IncommensurableException with the given message.
-
-
IncommensurableException(Throwable) - Constructor for exception IncommensurableException
-
-
Constructs a IncommensurableException with the given cause.
-
-
IncommensurableException(String, Throwable) - Constructor for exception IncommensurableException
-
-
Constructs a IncommensurableException with the given message and cause.
-
-
init(ServiceProvider) - Static method in class Bootstrap
-
-
Replace the current ServiceProvider in use.
-
-
inverse() - Method in interface Quantity
-
-
Returns a Quantity whose unit is unit.inverse().
-
-
inverse() - Method in interface Unit
-
-
Returns the inverse of this unit.
-
-
inverse() - Method in interface UnitConverter
-
-
Returns the inverse of this converter.
-
-
isCompatible(Unit<?>) - Method in interface Unit
-
-
Indicates if this unit is compatible with the unit specified.
-
-
isIdentity() - Method in interface UnitConverter
-
-
Indicates if this converter is an identity converter.
-
-
isLinear() - Method in interface UnitConverter
-
-
Indicates if this converter is linear.
-
-
isLocaleSensitive() - Method in interface UnitFormat
-
-
Returns true if this UnitFormat depends on a Locale to perform its tasks.
-
-
- - - -

J

-
-
javax.measure - package javax.measure
-
-
Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
-
-
javax.measure.format - package javax.measure.format
-
-
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
-
-
javax.measure.quantity - package javax.measure.quantity
-
-
[OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation.
-
-
javax.measure.spi - package javax.measure.spi
-
-
[OPTIONAL] Provides services for units, quantities or their textual representation.
-
-
- - - -

L

-
-
label(Unit<?>, String) - Method in interface UnitFormat
-
-
Attaches a system-wide label to the specified unit.
-
-
Length - Interface in javax.measure.quantity
-
-
Extent of something along its greatest dimension or the extent of space - between two objects or places.
-
-
Luminance - Interface in javax.measure.quantity
-
-
Luminous intensity per unit area of light traveling in a given direction.
-
-
LuminousFlux - Interface in javax.measure.quantity
-
-
Luminous flux.
-
-
LuminousIntensity - Interface in javax.measure.quantity
-
-
Luminous flux density per solid angle - as measured in a given direction relative to the emitting source.
-
-
- - - -

M

-
-
MagneticFieldStrength - Interface in javax.measure.quantity
-
-
Magnetic field strength.
-
-
MagneticFlux - Interface in javax.measure.quantity
-
-
Magnetic flux.
-
-
MagneticFluxDensity - Interface in javax.measure.quantity
-
-
Magnetic flux density.
-
-
Mass - Interface in javax.measure.quantity
-
-
Measure of the quantity of matter that a body or an object contains.
-
-
MeasurementException - Exception in javax.measure
-
-
Exception thrown when errors occur during measurement operations.
-
-
MeasurementException(String) - Constructor for exception MeasurementException
-
-
Constructs a MeasurementException with the given message.
-
-
MeasurementException(Throwable) - Constructor for exception MeasurementException
-
-
Constructs a MeasurementException with the given cause.
-
-
MeasurementException(String, Throwable) - Constructor for exception MeasurementException
-
-
Constructs a MeasurementException with the given message and cause.
-
-
MeasurementException() - Constructor for exception MeasurementException
-
-
Constructs a MeasurementException with no given message.
-
-
multiply(Dimension) - Method in interface Dimension
-
-
Returns the product of this dimension with the one specified.
-
-
multiply(Length) - Method in interface Length
-
-
Deprecated. -
Subject to removal
-
-
-
multiply(Quantity<?>) - Method in interface Quantity
-
-
Returns the product of this Quantity with the one specified.
-
-
multiply(Number) - Method in interface Quantity
-
-
Returns the product of this Quantity with the Number value - specified.
-
-
multiply(double) - Method in interface Unit
-
-
Returns the result of multiplying this unit by the specified factor.
-
-
multiply(Unit<?>) - Method in interface Unit
-
-
Returns the product of this unit with the one specified.
-
-
- - - -

P

-
-
parse(I) - Method in interface Parser
-
-
Parses the specified I to produce a O.
-
-
parse(CharSequence) - Method in interface UnitFormat
-
-
Parses a portion of the specified CharSequence from the - specified position to produce a unit.
-
-
Parser<I,O> - Interface in javax.measure.format
-
-
Represents a function that parses an input value and produces an output.
-
-
ParserException - Exception in javax.measure.format
-
-
Signals that an error has been reached unexpectedly while parsing.
-
-
ParserException(String, CharSequence, int) - Constructor for exception ParserException
-
-
Constructs a ParserException with the specified detail message, - parsed text and index.
-
-
ParserException(CharSequence, int) - Constructor for exception ParserException
-
-
Constructs a ParserException with the parsed text and offset.
-
-
ParserException(Throwable) - Constructor for exception ParserException
-
-
Constructs a ParserException with the specified cause.
-
-
pow(int) - Method in interface Dimension
-
-
Returns this dimension raised to an exponent.
-
-
pow(int) - Method in interface Unit
-
-
Returns a unit equals to this unit raised to an exponent.
-
-
Power - Interface in javax.measure.quantity
-
-
Rate at which work is done.
-
-
Pressure - Interface in javax.measure.quantity
-
-
Force applied uniformly over a surface.
-
-
- - - -

Q

-
-
Quantity<Q extends Quantity<Q>> - Interface in javax.measure
-
-
- Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
-
-
QuantityFactory<Q extends Quantity<Q>> - Interface in javax.measure.spi
-
-
Represents a factory that accepts Number and Unit arguments to create a Quantity result.
-
-
QuantityFactoryService - Interface in javax.measure.spi
-
-
Provider of QuantityFactory
-
-
- - - -

R

-
-
RadiationDoseAbsorbed - Interface in javax.measure.quantity
-
-
Amount of energy deposited per unit of mass.
-
-
RadiationDoseEffective - Interface in javax.measure.quantity
-
-
Effective (or "equivalent") dose of radiation - received by a human or some other living organism.
-
-
Radioactivity - Interface in javax.measure.quantity
-
-
Radioactive activity.
-
-
root(int) - Method in interface Dimension
-
-
Returns the given root of this dimension.
-
-
root(int) - Method in interface Unit
-
-
Returns a unit equals to the given root of this unit.
-
-
- - - -

S

-
-
ServiceProvider - Interface in javax.measure.spi
-
-
This class models the component to managing the lifecycle of the - Unit and Quantity services.
-
-
shift(double) - Method in interface Unit
-
-
Returns the result of setting the origin of the scale of measurement to the given value.
-
-
SolidAngle - Interface in javax.measure.quantity
-
-
Angle formed by three or more planes intersecting at a common point.
-
-
Speed - Interface in javax.measure.quantity
-
-
Distance traveled divided by the time of travel.
-
-
subtract(Quantity<Q>) - Method in interface Quantity
-
-
Returns the difference between this Quantity and the one - specified.
-
-
SystemOfUnits - Interface in javax.measure.spi
-
-
A system of units grouped together for historical or cultural reasons.
- Common system of units are "SI" (System International), "Imperial" (British), - "US" (US Customary).
-
-
SystemOfUnitsService - Interface in javax.measure.spi
-
-
- This interface represents the service to obtain a system - of units.
-
-
- - - -

T

-
-
Temperature - Interface in javax.measure.quantity
-
-
Degree of hotness or coldness of a body or an environment.
-
-
Time - Interface in javax.measure.quantity
-
-
Period of existence or persistence.
-
-
to(Unit<Q>) - Method in interface Quantity
-
-
Returns this Quantity converted into another (compatible) Unit.
-
-
toString() - Method in interface Unit
-
-
Returns a string representation of this unit.
-
-
transform(UnitConverter) - Method in interface Unit
-
-
Returns the unit derived from this unit using the specified converter.
-
-
- - - -

U

-
-
UnconvertibleException - Exception in javax.measure
-
-
Signals that a problem of some sort has occurred due to the impossibility of - constructing a converter between two units.
-
-
UnconvertibleException(String) - Constructor for exception UnconvertibleException
-
-
Constructs a UnconvertibleException with the given message.
-
-
UnconvertibleException(Throwable) - Constructor for exception UnconvertibleException
-
-
Constructs a UnconvertibleException with the given cause.
-
-
UnconvertibleException(String, Throwable) - Constructor for exception UnconvertibleException
-
-
Constructs a UnconvertibleException with the given message and cause.
-
-
Unit<Q extends Quantity<Q>> - Interface in javax.measure
-
-
Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
-
-
UnitConverter - Interface in javax.measure
-
-
A converter of numeric values between different units.
-
-
UnitFormat - Interface in javax.measure.format
-
-
- Formats instances of Unit to a String or an Appendable and parses a CharSequence to a Unit.
-
-
UnitFormatService - Interface in javax.measure.spi
-
-
- This interface represent the service to obtain UnitFormat instances.
-
-
- - - -

V

-
-
Volume - Interface in javax.measure.quantity
-
-
Amount of space occupied by a three-dimensional object or region of space.
-
-
-A B C D E F G I J L M P Q R S T U V 
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/index.html b/0.8-SNAPSHOT/apidocs/index.html deleted file mode 100644 index 73e6a3d5..00000000 --- a/0.8-SNAPSHOT/apidocs/index.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - -Units of Measurement API 0.8-SNAPSHOT API - - - - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/Dimension.html b/0.8-SNAPSHOT/apidocs/javax/measure/Dimension.html deleted file mode 100644 index 05bde55d..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/Dimension.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - -Dimension (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - - - -
-
javax.measure
-

Interface Dimension

-
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      Dimensiondivide(Dimension divisor) -
      Returns the quotient of this dimension with the one specified.
      -
      Map<? extends Dimension,Integer>getProductDimensions() -
      Returns the fundamental dimensions and their exponent whose product is - this dimension, or null if this dimension is a fundamental dimension.
      -
      Dimensionmultiply(Dimension multiplicand) -
      Returns the product of this dimension with the one specified.
      -
      Dimensionpow(int n) -
      Returns this dimension raised to an exponent.
      -
      Dimensionroot(int n) -
      Returns the given root of this dimension.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        multiply

        -
        Dimension multiply(Dimension multiplicand)
        -
        Returns the product of this dimension with the one specified.
        -
        Parameters:
        multiplicand - the dimension multiplicand.
        -
        Returns:
        this * multiplicand
        -
      • -
      - - - -
        -
      • -

        divide

        -
        Dimension divide(Dimension divisor)
        -
        Returns the quotient of this dimension with the one specified.
        -
        Parameters:
        divisor - the dimension divisor.
        -
        Returns:
        this / divisor
        -
      • -
      - - - -
        -
      • -

        pow

        -
        Dimension pow(int n)
        -
        Returns this dimension raised to an exponent. - (thisn)
        -
        Parameters:
        n - power to raise this Dimension to.
        -
        Returns:
        thisn
        -
      • -
      - - - -
        -
      • -

        root

        -
        Dimension root(int n)
        -
        Returns the given root of this dimension.
        -
        Parameters:
        n - the root's order.
        -
        Returns:
        the result of taking the given root of this dimension.
        -
        Throws:
        -
        ArithmeticException - if n == 0.
        -
      • -
      - - - -
        -
      • -

        getProductDimensions

        -
        Map<? extends Dimension,Integer> getProductDimensions()
        -
        Returns the fundamental dimensions and their exponent whose product is - this dimension, or null if this dimension is a fundamental dimension.
        -
        Returns:
        the mapping between the fundamental dimensions and their exponent.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/IncommensurableException.html b/0.8-SNAPSHOT/apidocs/javax/measure/IncommensurableException.html deleted file mode 100644 index ea29d257..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/IncommensurableException.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - -IncommensurableException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure
-

Class IncommensurableException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Serializable
    -
    -
    -
    -
    public class IncommensurableException
    -extends Exception
    -
    Signals that a problem of some sort has occurred due to incommensurable of - some quantities/units. Only commensurable quantity (quantities with the same - dimensions) may be compared, equated, added, or subtracted. Also, one unit - can be converted to another unit only if both units are commensurable. -

    - This is a checked exception, so it deliberately doesn't - inherit from MeasurementException like most other exceptions. -

    -
    Version:
    -
    0.15, $Date: 2014-06-28 $
    -
    Author:
    -
    Jean-Marie Dautelle, Werner Keil
    -
    See Also:
    Wikipedia: Unit Commensurability, -Serialized Form
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        IncommensurableException

        -
        public IncommensurableException(String message)
        -
        Constructs a IncommensurableException with the given message.
        -
        Parameters:
        message - the detail message, or null if none.
        -
      • -
      - - - -
        -
      • -

        IncommensurableException

        -
        public IncommensurableException(Throwable cause)
        -
        Constructs a IncommensurableException with the given cause.
        -
        Parameters:
        cause - the cause of this exception, or null if none.
        -
      • -
      - - - -
        -
      • -

        IncommensurableException

        -
        public IncommensurableException(String message,
        -                        Throwable cause)
        -
        Constructs a IncommensurableException with the given message and cause.
        -
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/MeasurementException.html b/0.8-SNAPSHOT/apidocs/javax/measure/MeasurementException.html deleted file mode 100644 index 977c51b5..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/MeasurementException.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - -MeasurementException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure
-

Class MeasurementException

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MeasurementException

        -
        public MeasurementException(String message)
        -
        Constructs a MeasurementException with the given message.
        -
        Parameters:
        message - the detail message, or null if none.
        -
      • -
      - - - -
        -
      • -

        MeasurementException

        -
        public MeasurementException(Throwable cause)
        -
        Constructs a MeasurementException with the given cause.
        -
        Parameters:
        cause - the cause of this exception, or null if none.
        -
      • -
      - - - -
        -
      • -

        MeasurementException

        -
        public MeasurementException(String message,
        -                    Throwable cause)
        -
        Constructs a MeasurementException with the given message and cause.
        -
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        -
      • -
      - - - -
        -
      • -

        MeasurementException

        -
        protected MeasurementException()
        -
        Constructs a MeasurementException with no given message.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/Quantity.html b/0.8-SNAPSHOT/apidocs/javax/measure/Quantity.html deleted file mode 100644 index e5802be5..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/Quantity.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - - - -Quantity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - - - - - - - -
-
javax.measure
-

Interface Quantity<Q extends Quantity<Q>>

-
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      Quantity<Q>add(Quantity<Q> augend) -
      Returns the sum of this Quantity with the one specified.
      -
      <T extends Quantity<T>> 
      Quantity<T>
      asType(Class<T> type) -
      Casts this quantity to a parameterized unit of specified nature or throw a - ClassCastException if the dimension of the specified - quantity and this measure unit's dimension do not match.
      -
      Quantity<Q>divide(Number divisor) -
      Returns the product of this Quantity divided by the Number - specified.
      -
      Quantity<?>divide(Quantity<?> divisor) -
      Returns the product of this Quantity divided by the Quantity - specified.
      -
      Unit<Q>getUnit() -
      Returns the unit of this Quantity.
      -
      NumbergetValue() -
      Returns the value of this Quantity.
      -
      Quantity<?>inverse() -
      Returns a Quantity whose unit is unit.inverse().
      -
      Quantity<Q>multiply(Number multiplier) -
      Returns the product of this Quantity with the Number value - specified.
      -
      Quantity<?>multiply(Quantity<?> multiplier) -
      Returns the product of this Quantity with the one specified.
      -
      Quantity<Q>subtract(Quantity<Q> subtrahend) -
      Returns the difference between this Quantity and the one - specified.
      -
      Quantity<Q>to(Unit<Q> unit) -
      Returns this Quantity converted into another (compatible) Unit.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        add

        -
        Quantity<Q> add(Quantity<Q> augend)
        -
        Returns the sum of this Quantity with the one specified.
        -
        Parameters:
        augend - the Quantity to be added.
        -
        Returns:
        this + augend.
        -
      • -
      - - - -
        -
      • -

        subtract

        -
        Quantity<Q> subtract(Quantity<Q> subtrahend)
        -
        Returns the difference between this Quantity and the one - specified.
        -
        Parameters:
        subtrahend - the Quantity to be subtracted.
        -
        Returns:
        this - that.
        -
      • -
      - - - -
        -
      • -

        divide

        -
        Quantity<?> divide(Quantity<?> divisor)
        -
        Returns the product of this Quantity divided by the Quantity - specified.
        -
        Parameters:
        divisor - the Quantity divisor.
        -
        Returns:
        this / that.
        -
        Throws:
        -
        ClassCastException - if the type of an element - in the specified operation is incompatible with this - quantity - (optional)
        -
      • -
      - - - -
        -
      • -

        divide

        -
        Quantity<Q> divide(Number divisor)
        -
        Returns the product of this Quantity divided by the Number - specified.
        -
        Parameters:
        divisor - the Number divisor.
        -
        Returns:
        this / that.
        -
      • -
      - - - -
        -
      • -

        multiply

        -
        Quantity<?> multiply(Quantity<?> multiplier)
        -
        Returns the product of this Quantity with the one specified.
        -
        Parameters:
        that - the Quantity multiplier.
        -
        Returns:
        this * multiplier.
        -
        Throws:
        -
        ClassCastException - if the type of an element - in the specified operation is incompatible with this - quantity - (optional)
        -
      • -
      - - - -
        -
      • -

        multiply

        -
        Quantity<Q> multiply(Number multiplier)
        -
        Returns the product of this Quantity with the Number value - specified.
        -
        Parameters:
        that - the Number multiplier.
        -
        Returns:
        this * multiplier.
        -
      • -
      - - - -
        -
      • -

        inverse

        -
        Quantity<?> inverse()
        -
        Returns a Quantity whose unit is unit.inverse().
        -
        Returns:
        Quantity with this.getUnit().inverse().
        -
      • -
      - - - -
        -
      • -

        to

        -
        Quantity<Q> to(Unit<Q> unit)
        -
        Returns this Quantity converted into another (compatible) Unit.
        -
        Parameters:
        unit - the Unit to convert to.
        -
        Returns:
        the converted result.
        -
      • -
      - - - -
        -
      • -

        asType

        -
        <T extends Quantity<T>> Quantity<T> asType(Class<T> type)
        -                                       throws ClassCastException
        -
        Casts this quantity to a parameterized unit of specified nature or throw a - ClassCastException if the dimension of the specified - quantity and this measure unit's dimension do not match. For example:
        - - Quantity length = BaseQuantity.of("2 km").asType(Length.class); - - or - - Quantity C = length.multiply(299792458).divide(second).asType(Speed.class); -
        -
        Type Parameters:
        T - The type of the quantity.
        Parameters:
        type - the quantity class identifying the nature of the quantity.
        -
        Returns:
        this quantity parameterized with the specified type.
        -
        Throws:
        -
        ClassCastException - if the dimension of this unit is different from the specified - quantity dimension.
        -
        UnsupportedOperationException - if the specified quantity class does not have a public static - field named "UNIT" holding the SI unit for the quantity.
        See Also:
        Unit.asType(Class)
        -
      • -
      - - - -
        -
      • -

        getValue

        -
        Number getValue()
        -
        Returns the value of this Quantity.
        -
        Returns:
        a value.
        -
      • -
      - - - -
        -
      • -

        getUnit

        -
        Unit<Q> getUnit()
        -
        Returns the unit of this Quantity.
        -
        Returns:
        the unit (shall not be null).
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/UnconvertibleException.html b/0.8-SNAPSHOT/apidocs/javax/measure/UnconvertibleException.html deleted file mode 100644 index ea18c7fc..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/UnconvertibleException.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - -UnconvertibleException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure
-

Class UnconvertibleException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Serializable
    -
    -
    -
    -
    public class UnconvertibleException
    -extends MeasurementException
    -
    Signals that a problem of some sort has occurred due to the impossibility of - constructing a converter between two units. For example, the multiplication of - offset units are usually units not convertible to their system unit.
    -
    Version:
    -
    0.4, 2014-06-10
    -
    Author:
    -
    Jean-Marie Dautelle, Werner Keil
    -
    See Also:
    Serialized Form
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UnconvertibleException

        -
        public UnconvertibleException(String message)
        -
        Constructs a UnconvertibleException with the given message.
        -
        Parameters:
        message - the detail message, or null if none.
        -
      • -
      - - - -
        -
      • -

        UnconvertibleException

        -
        public UnconvertibleException(Throwable cause)
        -
        Constructs a UnconvertibleException with the given cause.
        -
        Parameters:
        cause - the cause of this exception, or null if none.
        -
      • -
      - - - -
        -
      • -

        UnconvertibleException

        -
        public UnconvertibleException(String message,
        -                      Throwable cause)
        -
        Constructs a UnconvertibleException with the given message and cause.
        -
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/Unit.html b/0.8-SNAPSHOT/apidocs/javax/measure/Unit.html deleted file mode 100644 index d9cfcea2..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/Unit.html +++ /dev/null @@ -1,706 +0,0 @@ - - - - - - -Unit (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
javax.measure
-

Interface Unit<Q extends Quantity<Q>>

-
-
-
-
    -
  • -
    Type Parameters:
    Q - The type of the quantity measured by this unit.
    -
    -
    -
    public interface Unit<Q extends Quantity<Q>>
    -
    Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement. - -

    It is helpful to think of instances of this class as recording the history - by which they are created. Thus, for example, the string "g/kg" (which - is a dimensionless unit) would result from invoking the method toString() - on a unit that was created by dividing a gram unit by a kilogram unit.

    - -

    This interface supports the multiplication of offsets units. The result is - usually a unit not convertible to its system unit. - Such units may appear in derivative quantities. For example Celsius per meter is - an unit of gradient, which is common in atmospheric and oceanographic research.

    - -

    Units raised at non-integral powers are not supported. For example, - LITRE.root(2) raises an ArithmeticException, but - HECTARE.root(2) returns HECTOMETRE (100 metres).

    - -

    Unit instances shall be immutable.

    -
    Version:
    -
    0.17, December 15, 2014
    -
    Author:
    -
    Jean-Marie Dautelle, Steve Emmerson, Martin Desruisseaux, Werner Keil
    -
    See Also:
    Wikipedia: Units of measurement
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      Unit<Q>alternate(String symbol) -
      Returns a system unit equivalent to this unscaled standard unit but used - in expressions to distinguish between quantities of a different nature - but of the same dimensions.
      -
      <T extends Quantity<T>> 
      Unit<T>
      asType(Class<T> type) -
      Casts this unit to a parameterized unit of specified nature or throw a - ClassCastException if the dimension of the specified quantity - and this unit's dimension do not match.
      -
      Unit<Q>divide(double divisor) -
      Returns the result of dividing this unit by an approximate divisor.
      -
      Unit<?>divide(Unit<?> divisor) -
      Returns the quotient of this unit with the one specified.
      -
      UnitConvertergetConverterTo(Unit<Q> that) -
      Returns a converter of numeric values from this unit to another unit of same type.
      -
      UnitConvertergetConverterToAny(Unit<?> that) -
      Returns a converter from this unit to the specified unit of type unknown.
      -
      DimensiongetDimension() -
      Returns the dimension of this unit.
      -
      StringgetName() -
      Returns the name (if any) of this unit.
      -
      Map<? extends Unit<?>,Integer>getProductUnits() -
      Returns the base units and their exponent whose product is this unit, - or null if this unit is a base unit (not a product of existing units).
      -
      StringgetSymbol() -
      Returns the symbol (if any) of this unit.
      -
      Unit<Q>getSystemUnit() -
      Returns the unscaled system unit from which this unit is derived.
      -
      Unit<?>inverse() -
      Returns the inverse of this unit.
      -
      booleanisCompatible(Unit<?> that) -
      Indicates if this unit is compatible with the unit specified.
      -
      Unit<Q>multiply(double multiplier) -
      Returns the result of multiplying this unit by the specified factor.
      -
      Unit<?>multiply(Unit<?> multiplier) -
      Returns the product of this unit with the one specified.
      -
      Unit<?>pow(int n) -
      Returns a unit equals to this unit raised to an exponent.
      -
      Unit<?>root(int n) -
      Returns a unit equals to the given root of this unit.
      -
      Unit<Q>shift(double offset) -
      Returns the result of setting the origin of the scale of measurement to the given value.
      -
      StringtoString() -
      Returns a string representation of this unit.
      -
      Unit<Q>transform(UnitConverter converter) -
      Returns the unit derived from this unit using the specified converter.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getSymbol

        -
        String getSymbol()
        -
        Returns the symbol (if any) of this unit. - This method returns null if this unit has no specific symbol associated with.
        -
        Returns:
        this unit symbol, or null if this unit has not - specific symbol associated with (e.g. product of units).
        See Also:
        toString(), -UnitFormat
        -
      • -
      - - - -
        -
      • -

        getName

        -
        String getName()
        -
        Returns the name (if any) of this unit. - This method returns null if this unit has no specific name associated with.
        -
        Returns:
        this unit name, or null if this unit has not - specific name associated with (e.g. product of units).
        See Also:
        toString(), -UnitFormat
        -
      • -
      - - - -
        -
      • -

        getDimension

        -
        Dimension getDimension()
        -
        Returns the dimension of this unit. Two units u1 and u2 - are compatible if and only if - u1.getDimension().equals(u2.getDimension()).
        -
        Returns:
        the dimension of this unit.
        See Also:
        isCompatible(Unit)
        -
      • -
      - - - -
        -
      • -

        getSystemUnit

        -
        Unit<Q> getSystemUnit()
        -
        Returns the unscaled system unit from which this unit is derived. - System units are either base units, alternate units or product of rational powers of system units. - -

        Because the system unit is unique by quantity type, it can be - be used to identify the quantity given the unit. For example:

        - - [code] - static boolean isAngularSpeed(Unit unit) { - return unit.getSystemUnit().equals(RADIAN.divide(SECOND)); - } - assert isAngularSpeed(REVOLUTION.divide(MINUTE)); // Returns true. - [/code]
        -
        Returns:
        the system unit this unit is derived from, - or this if this unit is a system unit.
        -
      • -
      - - - -
        -
      • -

        getProductUnits

        -
        Map<? extends Unit<?>,Integer> getProductUnits()
        -
        Returns the base units and their exponent whose product is this unit, - or null if this unit is a base unit (not a product of existing units).
        -
        Returns:
        the base units and their exponent making up this unit.
        -
      • -
      - - - -
        -
      • -

        isCompatible

        -
        boolean isCompatible(Unit<?> that)
        -
        Indicates if this unit is compatible with the unit specified. - Units don't need to be equals to be compatible. For example - (assuming ONE is a dimensionless unit): - - [code] - RADIAN.equals(ONE) == false - RADIAN.isCompatible(ONE) == true - [/code]
        -
        Parameters:
        that - the other unit to compare for compatibility.
        -
        Returns:
        this.getDimension().equals(that.getDimension())
        See Also:
        getDimension()
        -
      • -
      - - - -
        -
      • -

        asType

        -
        <T extends Quantity<T>> Unit<T> asType(Class<T> type)
        -                                   throws ClassCastException
        -
        Casts this unit to a parameterized unit of specified nature or throw a - ClassCastException if the dimension of the specified quantity - and this unit's dimension do not match. For example: - - [code] - Unit C = METRE.times(299792458).divide(SECOND).asType(Speed.class); - [/code]
        -
        Type Parameters:
        T - The type of the quantity measured by the unit.
        Parameters:
        type - the quantity class identifying the nature of the unit.
        -
        Returns:
        this unit parameterized with the specified type.
        -
        Throws:
        -
        ClassCastException - if the dimension of this unit is different - from the specified quantity dimension.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        alternate

        -
        Unit<Q> alternate(String symbol)
        -
        Returns a system unit equivalent to this unscaled standard unit but used - in expressions to distinguish between quantities of a different nature - but of the same dimensions. - -

        Examples of alternate units:

        - - [code] - Unit RADIAN = ONE.alternate("rad").asType(Angle.class); - Unit NEWTON = METRE.times(KILOGRAM).divide(SECOND.pow(2)).alternate("N").asType(Force.class); - Unit PASCAL = NEWTON.divide(METRE.pow(2)).alternate("Pa").asType(Pressure.class); - [/code]
        -
        Parameters:
        symbol - the new symbol for the alternate unit.
        -
        Returns:
        the alternate unit.
        -
        Throws:
        -
        UnsupportedOperationException - if this unit is not an unscaled standard unit.
        -
        IllegalArgumentException - if the specified symbol is already - associated to a different unit.
        -
      • -
      - - - -
        -
      • -

        shift

        -
        Unit<Q> shift(double offset)
        -
        Returns the result of setting the origin of the scale of measurement to the given value. - The returned unit is convertible with all units that are convertible with this unit. - For example the following code: - - [code] - CELSIUS = KELVIN.shift(273.15); - [/code] - - creates a new unit where 0°C (the origin of the new unit) is equals to 273.15 K. - Converting from the old unit to the new one is equivalent to subtracting - the offset to the value in the old unit.
        -
        Parameters:
        offset - the offset added (expressed in this unit).
        -
        Returns:
        this unit offset by the specified value.
        -
      • -
      - - - -
        -
      • -

        multiply

        -
        Unit<Q> multiply(double multiplier)
        -
        Returns the result of multiplying this unit by the specified factor. - If the factor is an integer value, the multiplication is exact - (recommended). For example: - - [code] - FOOT = METRE.multiply(3048).divide(10000); // Exact definition. - ELECTRON_MASS = KILOGRAM.multiply(9.10938188e-31); // Approximation. - [/code]
        -
        Parameters:
        multiplier - the multiplier
        -
        Returns:
        this unit scaled by the specified multiplier.
        -
      • -
      - - - -
        -
      • -

        multiply

        -
        Unit<?> multiply(Unit<?> multiplier)
        -
        Returns the product of this unit with the one specified.
        -
        Parameters:
        multiplier - the unit multiplier.
        -
        Returns:
        this * multiplier
        -
      • -
      - - - -
        -
      • -

        inverse

        -
        Unit<?> inverse()
        -
        Returns the inverse of this unit.
        -
        Returns:
        1 / this
        -
      • -
      - - - -
        -
      • -

        divide

        -
        Unit<Q> divide(double divisor)
        -
        Returns the result of dividing this unit by an approximate divisor. - If the factor is an integer value, the division is exact. - For example: - - [code] - QUART = GALLON_LIQUID_US.divide(4); // Exact definition. - [/code]
        -
        Parameters:
        divisor - the divisor value.
        -
        Returns:
        this unit divided by the specified divisor.
        -
      • -
      - - - -
        -
      • -

        divide

        -
        Unit<?> divide(Unit<?> divisor)
        -
        Returns the quotient of this unit with the one specified.
        -
        Parameters:
        divisor - the unit divisor.
        -
        Returns:
        this / divisor
        -
      • -
      - - - -
        -
      • -

        root

        -
        Unit<?> root(int n)
        -
        Returns a unit equals to the given root of this unit.
        -
        Parameters:
        n - the root's order.
        -
        Returns:
        the result of taking the given root of this unit.
        -
        Throws:
        -
        ArithmeticException - if n == 0 or if this operation - would result in an unit with a fractional exponent.
        -
      • -
      - - - -
        -
      • -

        pow

        -
        Unit<?> pow(int n)
        -
        Returns a unit equals to this unit raised to an exponent.
        -
        Parameters:
        n - the exponent.
        -
        Returns:
        the result of raising this unit to the exponent.
        -
      • -
      - - - -
        -
      • -

        toString

        -
        String toString()
        -

        Returns a string representation of this unit. The string representation may - be the unit symbol, or may be some representation - of product units, multiplication factor and - offset if any.

        - The string may be localized at implementation choice by the means of a particular device and platform. -
        -
        -
        Overrides:
        -
        toString in class Object
        -
        Returns:
        the string representation of this unit.
        See Also:
        getSymbol()
        -
      • -
      - - - -
        -
      • -

        transform

        -
        Unit<Q> transform(UnitConverter converter)
        -
        Returns the unit derived from this unit using the specified converter. - The converter does not need to be linear. For example:
        - - Unit DECIBEL = Unit.ONE.transform( - new LogConverter(10).inverse().concatenate( - new RationalConverter(1, 10))); -
        -
        Parameters:
        operation - the converter from the transformed unit to this unit.
        -
        Returns:
        the unit after the specified transformation.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/UnitConverter.html b/0.8-SNAPSHOT/apidocs/javax/measure/UnitConverter.html deleted file mode 100644 index e1b4aba7..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/UnitConverter.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - -UnitConverter (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - - - - -
-
javax.measure
-

Interface UnitConverter

-
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      UnitConverterconcatenate(UnitConverter converter) -
      Concatenates this converter with another converter.
      -
      doubleconvert(double value) -
      Converts a double value.
      -
      Numberconvert(Number value) -
      Converts a Number value.
      -
      List<? extends UnitConverter>getConversionSteps() -
      Returns the steps of fundamental converters making up this converter or - this if the converter is a fundamental converter.
      -
      UnitConverterinverse() -
      Returns the inverse of this converter.
      -
      booleanisIdentity() -
      Indicates if this converter is an identity converter.
      -
      booleanisLinear() -
      Indicates if this converter is linear.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isIdentity

        -
        boolean isIdentity()
        -
        Indicates if this converter is an identity converter. - The identity converter returns its input argument (convert(x) == x).
        -
        Returns:
        true if this converter is an identity converter.
        -
      • -
      - - - -
        -
      • -

        isLinear

        -
        boolean isLinear()
        -
        Indicates if this converter is linear. A converter is linear if: - -
          -
        • convert(u + v) == convert(u) + convert(v)
        • -
        • convert(r * u) == r * convert(u)
        • -
        - -

        For linear converters the following property always hold:

        - - [code] - y1 = c1.convert(x1); - y2 = c2.convert(x2); - assert y1*y2 == c1.concatenate(c2).convert(x1*x2); - [/code]
        -
        Returns:
        true if this converter is linear; false otherwise.
        -
      • -
      - - - -
        -
      • -

        inverse

        -
        UnitConverter inverse()
        -
        Returns the inverse of this converter. If x is a valid value, - then x == inverse().convert(convert(x)) to within the accuracy - of computer arithmetic.
        -
        Returns:
        the inverse of this converter.
        -
      • -
      - - - -
        -
      • -

        convert

        -
        Number convert(Number value)
        -
        Converts a Number value.
        -
        Parameters:
        value - the Number value to convert.
        -
        Returns:
        the Number value after conversion.
        -
      • -
      - - - -
        -
      • -

        convert

        -
        double convert(double value)
        -
        Converts a double value.
        -
        Parameters:
        value - the numeric value to convert.
        -
        Returns:
        the double value after conversion.
        -
      • -
      - - - -
        -
      • -

        concatenate

        -
        UnitConverter concatenate(UnitConverter converter)
        -
        Concatenates this converter with another converter. The resulting - converter is equivalent to first converting by the specified converter - (right converter), and then converting by this converter (left converter).
        -
        Parameters:
        converter - the other converter to concatenate with this converter.
        -
        Returns:
        the concatenation of this converter with the other converter.
        -
      • -
      - - - -
        -
      • -

        getConversionSteps

        -
        List<? extends UnitConverter> getConversionSteps()
        -

        Returns the steps of fundamental converters making up this converter or - this if the converter is a fundamental converter.

        -

        - For example, converter1.getConversionSteps() returns {converter1} while {@code converter1.concatenate(converter2).getConversionSteps()} returns {@code {converter1, converter2}.

        -
        Returns:
        the list of fundamental converters which concatenated make up this converter.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Dimension.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Dimension.html deleted file mode 100644 index a4a9afd0..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Dimension.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - -Uses of Interface javax.measure.Dimension (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.Dimension

-
-
-
    -
  • - - - - - - - - - - - - - - - - -
    Packages that use Dimension 
    PackageDescription
    javax.measure -
    Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
    -
    javax.measure.spi -
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    -
    -
  • -
  • - -
  • -
-
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/IncommensurableException.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/IncommensurableException.html deleted file mode 100644 index 3303ad69..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/IncommensurableException.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -Uses of Class javax.measure.IncommensurableException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Class
javax.measure.IncommensurableException

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/MeasurementException.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/MeasurementException.html deleted file mode 100644 index 955a752a..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/MeasurementException.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - -Uses of Class javax.measure.MeasurementException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Class
javax.measure.MeasurementException

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Quantity.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Quantity.html deleted file mode 100644 index ef0de9a0..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Quantity.html +++ /dev/null @@ -1,602 +0,0 @@ - - - - - - -Uses of Interface javax.measure.Quantity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.Quantity

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Packages that use Quantity 
    PackageDescription
    javax.measure -
    Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
    -
    javax.measure.quantity -
    [OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation.
    -
    javax.measure.spi -
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    -
    -
  • -
  • -
      -
    • - - -

      Uses of Quantity in javax.measure

      - - - - - - - - - - - - - - - - -
      Classes in javax.measure with type parameters of type Quantity 
      Modifier and TypeInterface and Description
      interface Quantity<Q extends Quantity<Q>> -
      - Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
      -
      interface Unit<Q extends Quantity<Q>> -
      Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
      -
      - - - - - - - - - - - - - - - - -
      Methods in javax.measure with type parameters of type Quantity 
      Modifier and TypeMethod and Description
      <T extends Quantity<T>> 
      Unit<T>
      Unit.asType(Class<T> type) -
      Casts this unit to a parameterized unit of specified nature or throw a - ClassCastException if the dimension of the specified quantity - and this unit's dimension do not match.
      -
      <T extends Quantity<T>> 
      Quantity<T>
      Quantity.asType(Class<T> type) -
      Casts this quantity to a parameterized unit of specified nature or throw a - ClassCastException if the dimension of the specified - quantity and this measure unit's dimension do not match.
      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods in javax.measure that return Quantity 
      Modifier and TypeMethod and Description
      Quantity<Q>Quantity.add(Quantity<Q> augend) -
      Returns the sum of this Quantity with the one specified.
      -
      <T extends Quantity<T>> 
      Quantity<T>
      Quantity.asType(Class<T> type) -
      Casts this quantity to a parameterized unit of specified nature or throw a - ClassCastException if the dimension of the specified - quantity and this measure unit's dimension do not match.
      -
      Quantity<Q>Quantity.divide(Number divisor) -
      Returns the product of this Quantity divided by the Number - specified.
      -
      Quantity<?>Quantity.divide(Quantity<?> divisor) -
      Returns the product of this Quantity divided by the Quantity - specified.
      -
      Quantity<?>Quantity.inverse() -
      Returns a Quantity whose unit is unit.inverse().
      -
      Quantity<Q>Quantity.multiply(Number multiplier) -
      Returns the product of this Quantity with the Number value - specified.
      -
      Quantity<?>Quantity.multiply(Quantity<?> multiplier) -
      Returns the product of this Quantity with the one specified.
      -
      Quantity<Q>Quantity.subtract(Quantity<Q> subtrahend) -
      Returns the difference between this Quantity and the one - specified.
      -
      Quantity<Q>Quantity.to(Unit<Q> unit) -
      Returns this Quantity converted into another (compatible) Unit.
      -
      - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods in javax.measure with parameters of type Quantity 
      Modifier and TypeMethod and Description
      Quantity<Q>Quantity.add(Quantity<Q> augend) -
      Returns the sum of this Quantity with the one specified.
      -
      Quantity<?>Quantity.divide(Quantity<?> divisor) -
      Returns the product of this Quantity divided by the Quantity - specified.
      -
      Quantity<?>Quantity.multiply(Quantity<?> multiplier) -
      Returns the product of this Quantity with the one specified.
      -
      Quantity<Q>Quantity.subtract(Quantity<Q> subtrahend) -
      Returns the difference between this Quantity and the one - specified.
      -
      -
    • -
    • - - -

      Uses of Quantity in javax.measure.quantity

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Subinterfaces of Quantity in javax.measure.quantity 
      Modifier and TypeInterface and Description
      interface Acceleration -
      Rate of change of velocity with respect to time.
      -
      interface AmountOfSubstance -
      Number of elementary entities (molecules, for example) of a substance.
      -
      interface Angle -
      Figure formed by two lines diverging from a common point.
      -
      interface Area -
      Extent of a planar region or of the surface of a solid measured in square units.
      -
      interface CatalyticActivity -
      Catalytic activity.
      -
      interface Dimensionless -
      Dimensionless quantity.
      -
      interface ElectricCapacitance -
      Electric capacitance.
      -
      interface ElectricCharge -
      Electric charge.
      -
      interface ElectricConductance -
      Electric conductance.
      -
      interface ElectricCurrent -
      Amount of electric charge flowing past a specified circuit point per unit time.
      -
      interface ElectricInductance -
      Electric inductance.
      -
      interface ElectricPermittivity -
      How an electric field affects, and is affected, by a dielectric medium.
      -
      interface ElectricPotential -
      Electric potential or electromotive force.
      -
      interface ElectricResistance -
      Electric resistance.
      -
      interface Energy -
      Capacity of a physical system to do work.
      -
      interface Force -
      Quantity that tends to produce an acceleration of a body in the direction of its application.
      -
      interface Frequency -
      Number of times a specified phenomenon occurs within a specified interval.
      -
      interface Illuminance -
      Illuminance.
      -
      interface Length -
      Extent of something along its greatest dimension or the extent of space - between two objects or places.
      -
      interface Luminance -
      Luminous intensity per unit area of light traveling in a given direction.
      -
      interface LuminousFlux -
      Luminous flux.
      -
      interface LuminousIntensity -
      Luminous flux density per solid angle - as measured in a given direction relative to the emitting source.
      -
      interface MagneticFieldStrength -
      Magnetic field strength.
      -
      interface MagneticFlux -
      Magnetic flux.
      -
      interface MagneticFluxDensity -
      Magnetic flux density.
      -
      interface Mass -
      Measure of the quantity of matter that a body or an object contains.
      -
      interface Power -
      Rate at which work is done.
      -
      interface Pressure -
      Force applied uniformly over a surface.
      -
      interface RadiationDoseAbsorbed -
      Amount of energy deposited per unit of mass.
      -
      interface RadiationDoseEffective -
      Effective (or "equivalent") dose of radiation - received by a human or some other living organism.
      -
      interface Radioactivity -
      Radioactive activity.
      -
      interface SolidAngle -
      Angle formed by three or more planes intersecting at a common point.
      -
      interface Speed -
      Distance traveled divided by the time of travel.
      -
      interface Temperature -
      Degree of hotness or coldness of a body or an environment.
      -
      interface Time -
      Period of existence or persistence.
      -
      interface Volume -
      Amount of space occupied by a three-dimensional object or region of space.
      -
      -
    • -
    • - - -

      Uses of Quantity in javax.measure.spi

      - - - - - - - - - - - - -
      Classes in javax.measure.spi with type parameters of type Quantity 
      Modifier and TypeInterface and Description
      interface QuantityFactory<Q extends Quantity<Q>> -
      Represents a factory that accepts Number and Unit arguments to create a Quantity result.
      -
      - - - - - - - - - - - - - - - - -
      Methods in javax.measure.spi with type parameters of type Quantity 
      Modifier and TypeMethod and Description
      <Q extends Quantity<Q>> 
      QuantityFactory<Q>
      QuantityFactoryService.getQuantityFactory(Class<Q> quantity) -
      Return a factory for this Quantity.
      -
      <Q extends Quantity<Q>> 
      Unit<Q>
      SystemOfUnits.getUnit(Class<Q> quantityType) -
      Returns the default unit for the specified quantity.
      -
      - - - - - - - - - - - - -
      Methods in javax.measure.spi that return Quantity 
      Modifier and TypeMethod and Description
      Quantity<Q>QuantityFactory.create(Number value, - Unit<Q> unit) -
      Returns the quantity for the specified number stated in the specified unit.
      -
      -
    • -
    -
  • -
-
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnconvertibleException.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnconvertibleException.html deleted file mode 100644 index 8f8d001c..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnconvertibleException.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class javax.measure.UnconvertibleException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Class
javax.measure.UnconvertibleException

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Unit.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Unit.html deleted file mode 100644 index c33995b6..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/Unit.html +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - -Uses of Interface javax.measure.Unit (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.Unit

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Packages that use Unit 
    PackageDescription
    javax.measure -
    Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
    -
    javax.measure.format -
    [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
    -
    javax.measure.spi -
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    -
    -
  • -
  • -
      -
    • - - -

      Uses of Unit in javax.measure

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods in javax.measure that return Unit 
      Modifier and TypeMethod and Description
      Unit<Q>Unit.alternate(String symbol) -
      Returns a system unit equivalent to this unscaled standard unit but used - in expressions to distinguish between quantities of a different nature - but of the same dimensions.
      -
      <T extends Quantity<T>> 
      Unit<T>
      Unit.asType(Class<T> type) -
      Casts this unit to a parameterized unit of specified nature or throw a - ClassCastException if the dimension of the specified quantity - and this unit's dimension do not match.
      -
      Unit<Q>Unit.divide(double divisor) -
      Returns the result of dividing this unit by an approximate divisor.
      -
      Unit<?>Unit.divide(Unit<?> divisor) -
      Returns the quotient of this unit with the one specified.
      -
      Unit<Q>Unit.getSystemUnit() -
      Returns the unscaled system unit from which this unit is derived.
      -
      Unit<Q>Quantity.getUnit() -
      Returns the unit of this Quantity.
      -
      Unit<?>Unit.inverse() -
      Returns the inverse of this unit.
      -
      Unit<Q>Unit.multiply(double multiplier) -
      Returns the result of multiplying this unit by the specified factor.
      -
      Unit<?>Unit.multiply(Unit<?> multiplier) -
      Returns the product of this unit with the one specified.
      -
      Unit<?>Unit.pow(int n) -
      Returns a unit equals to this unit raised to an exponent.
      -
      Unit<?>Unit.root(int n) -
      Returns a unit equals to the given root of this unit.
      -
      Unit<Q>Unit.shift(double offset) -
      Returns the result of setting the origin of the scale of measurement to the given value.
      -
      Unit<Q>Unit.transform(UnitConverter converter) -
      Returns the unit derived from this unit using the specified converter.
      -
      - - - - - - - - - - - - -
      Methods in javax.measure that return types with arguments of type Unit 
      Modifier and TypeMethod and Description
      Map<? extends Unit<?>,Integer>Unit.getProductUnits() -
      Returns the base units and their exponent whose product is this unit, - or null if this unit is a base unit (not a product of existing units).
      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods in javax.measure with parameters of type Unit 
      Modifier and TypeMethod and Description
      Unit<?>Unit.divide(Unit<?> divisor) -
      Returns the quotient of this unit with the one specified.
      -
      UnitConverterUnit.getConverterTo(Unit<Q> that) -
      Returns a converter of numeric values from this unit to another unit of same type.
      -
      UnitConverterUnit.getConverterToAny(Unit<?> that) -
      Returns a converter from this unit to the specified unit of type unknown.
      -
      booleanUnit.isCompatible(Unit<?> that) -
      Indicates if this unit is compatible with the unit specified.
      -
      Unit<?>Unit.multiply(Unit<?> multiplier) -
      Returns the product of this unit with the one specified.
      -
      Quantity<Q>Quantity.to(Unit<Q> unit) -
      Returns this Quantity converted into another (compatible) Unit.
      -
      -
    • -
    • - - -

      Uses of Unit in javax.measure.format

      - - - - - - - - - - - - -
      Methods in javax.measure.format that return Unit 
      Modifier and TypeMethod and Description
      Unit<?>UnitFormat.parse(CharSequence csq) -
      Parses a portion of the specified CharSequence from the - specified position to produce a unit.
      -
      - - - - - - - - - - - - - - - - - - - - -
      Methods in javax.measure.format with parameters of type Unit 
      Modifier and TypeMethod and Description
      StringUnitFormat.format(Unit<?> unit) -
      Formats the specified Unit.
      -
      AppendableUnitFormat.format(Unit<?> unit, - Appendable appendable) -
      Formats the specified Unit.
      -
      voidUnitFormat.label(Unit<?> unit, - String label) -
      Attaches a system-wide label to the specified unit.
      -
      -
    • -
    • - - -

      Uses of Unit in javax.measure.spi

      - - - - - - - - - - - - -
      Methods in javax.measure.spi that return Unit 
      Modifier and TypeMethod and Description
      <Q extends Quantity<Q>> 
      Unit<Q>
      SystemOfUnits.getUnit(Class<Q> quantityType) -
      Returns the default unit for the specified quantity.
      -
      - - - - - - - - - - - - - - - - -
      Methods in javax.measure.spi that return types with arguments of type Unit 
      Modifier and TypeMethod and Description
      Set<? extends Unit<?>>SystemOfUnits.getUnits() -
      Returns a read only view over the units defined in this system.
      -
      Set<? extends Unit<?>>SystemOfUnits.getUnits(Dimension dimension) -
      Returns the units defined in this system having the specified dimension - (convenience method).
      -
      - - - - - - - - - - - - -
      Methods in javax.measure.spi with parameters of type Unit 
      Modifier and TypeMethod and Description
      Quantity<Q>QuantityFactory.create(Number value, - Unit<Q> unit) -
      Returns the quantity for the specified number stated in the specified unit.
      -
      -
    • -
    -
  • -
-
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnitConverter.html b/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnitConverter.html deleted file mode 100644 index bf0861cf..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/class-use/UnitConverter.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - -Uses of Interface javax.measure.UnitConverter (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.UnitConverter

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/Parser.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/Parser.html deleted file mode 100644 index b30fde7f..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/format/Parser.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - -Parser (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - -
-
javax.measure.format
-

Interface Parser<I,O>

-
-
-
-
    -
  • -
    Type Parameters:
    I - the input
    O - the output
    -
    -
    All Known Subinterfaces:
    -
    UnitFormat
    -
    -
    -
    -
    public interface Parser<I,O>
    -
    Represents a function that parses an input value and produces an output. - -

    - This is a functional interface whose functional method is #parse().

    -
    Version:
    -
    0.5, 2014-08-11
    -
    Author:
    -
    Werner Keil
    -
    See Also:
    ParserException
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      Oparse(I input) -
      Parses the specified I to produce a O.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - - - -
        -
      • -

        parse

        -
        O parse(I input)
        -        throws ParserException
        -
        Parses the specified I to produce a O.
        -
        Throws:
        -
        ParserException - if any problem occurs while parsing the - specified input (e.g. illegal syntax).
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/ParserException.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/ParserException.html deleted file mode 100644 index de6c0096..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/format/ParserException.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - -ParserException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - -
-
javax.measure.format
-

Class ParserException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Serializable
    -
    -
    -
    -
    public class ParserException
    -extends MeasurementException
    -
    Signals that an error has been reached unexpectedly while parsing.
    -
    Version:
    -
    0.4, $Date: 2014-08-04 $
    -
    Author:
    -
    Werner Keil
    -
    See Also:
    Serialized Form
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ParserException

        -
        public ParserException(String message,
        -               CharSequence parsedData,
        -               int position)
        -
        Constructs a ParserException with the specified detail message, - parsed text and index. A detail message is a String that describes this - particular exception.
        -
        Parameters:
        message - the detail message
        parsedData - the parsed text, should not be null
        position - the position where the error was found while parsing.
        -
      • -
      - - - -
        -
      • -

        ParserException

        -
        public ParserException(CharSequence parsedData,
        -               int errorIndex)
        -
        Constructs a ParserException with the parsed text and offset. A - detail message is a String that describes this particular exception.
        -
        Parameters:
        parsedData - the parsed text, should not be null
        errorIndex - the position where the error is found while parsing.
        -
      • -
      - - - -
        -
      • -

        ParserException

        -
        public ParserException(Throwable cause)
        -
        Constructs a ParserException with the specified cause.
        -
        Parameters:
        cause - the root cause
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getPosition

        -
        public int getPosition()
        -
        Returns the position where the error was found.
        -
        Returns:
        the position of the error
        -
      • -
      - - - -
        -
      • -

        getParsedString

        -
        public String getParsedString()
        -
        Returns the string that was being parsed.
        -
        Returns:
        the parsed string, or null, if null was passed as - input.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/UnitFormat.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/UnitFormat.html deleted file mode 100644 index b46d5f0a..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/format/UnitFormat.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -UnitFormat (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - - -
-
javax.measure.format
-

Interface UnitFormat

-
-
-
- -
-
-
    -
  • - - -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        format

        -
        Appendable format(Unit<?> unit,
        -                Appendable appendable)
        -                  throws IOException
        -
        Formats the specified Unit.
        -
        Parameters:
        unit - the Unit to format, not null
        appendable - the appendable destination.
        -
        Returns:
        the appendable destination passed in with formatted text appended.
        -
        Throws:
        -
        IOException - if an error occurs while writing to the destination.
        -
      • -
      - - - -
        -
      • -

        format

        -
        String format(Unit<?> unit)
        -
        Formats the specified Unit.
        -
        Parameters:
        unit - the Unit to format, not null
        -
        Returns:
        the string representation using the settings of this UnitFormat.
        -
        Throws:
        -
        IOException - if an error occurs while writing to the destination.
        -
      • -
      - - - -
        -
      • -

        label

        -
        void label(Unit<?> unit,
        -         String label)
        -
        Attaches a system-wide label to the specified unit.

        - If the specified label is already associated to a unit the previous - association can be discarded or ignored. - Depending on the UnitFormat implementation, this call may be ignored if the particular unit already has a label.

        - If a UnitFormat implementation is explicitly immutable, similar to e.g. the result of Collections.unmodifiableList(), then an UnsupportedOperationException may be thrown upon this call.

        - Since UnitFormat implementations often apply the Singleton pattern, system-wide means, the label applies to every instance of UnitFormatA implementing UnitFormat in this case, but not every instance of UnitFormatB or UnitFormatC both also implementing UnitFormat. - If a UnitFormat #isLocaleSensitive() it is up to the implementation, whether the label is ignored, applied in a local-neutral manner (in addition to its local-sensitive information) or locale-specific. -

        -
        Parameters:
        unit - the unit being labeled.
        label - the new label for this unit.
        -
        Throws:
        -
        IllegalArgumentException - if the label is not a valid identifier.
        -
        UnsupportedOperationException - if the label operation - is not supported by this UnitFormat
        -
      • -
      - - - -
        -
      • -

        isLocaleSensitive

        -
        boolean isLocaleSensitive()
        -
        Returns true if this UnitFormat depends on a Locale to perform its tasks.

        - In environments that do not support a Locale, e.g. Java ME, this usually returns false.

        -
        Returns:
        Whether this format depends on the locale.
        -
      • -
      - - - -
        -
      • -

        parse

        -
        Unit<?> parse(CharSequence csq)
        -              throws ParserException
        -
        Parses a portion of the specified CharSequence from the - specified position to produce a unit. If there is no unit to parse - the unitary unit (dimensionless) is returned.
        -
        -
        Specified by:
        -
        parse in interface Parser<CharSequence,Unit<?>>
        -
        Parameters:
        csq - the CharSequence to parse.
        -
        Returns:
        the unit parsed from the specified character sub-sequence.
        -
        Throws:
        -
        ParserException - if any problem occurs while parsing the - specified character sequence (e.g. illegal syntax).
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/Parser.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/Parser.html deleted file mode 100644 index aaee411b..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/Parser.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -Uses of Interface javax.measure.format.Parser (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.format.Parser

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/ParserException.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/ParserException.html deleted file mode 100644 index 14491e39..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/ParserException.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class javax.measure.format.ParserException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Class
javax.measure.format.ParserException

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/UnitFormat.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/UnitFormat.html deleted file mode 100644 index 5e4a9f0a..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/format/class-use/UnitFormat.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Interface javax.measure.format.UnitFormat (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.format.UnitFormat

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-frame.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-frame.html deleted file mode 100644 index 057e3f2f..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) - - - - - -

javax.measure.format

-
-

Interfaces

- -

Exceptions

- -
- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-summary.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-summary.html deleted file mode 100644 index 8694a153..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-summary.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - -javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure.format

-
-
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - - - - - -
    Interface Summary 
    InterfaceDescription
    Parser<I,O> -
    Represents a function that parses an input value and produces an output.
    -
    UnitFormat -
    - Formats instances of Unit to a String or an Appendable and parses a CharSequence to a Unit.
    -
    -
  • -
  • - - - - - - - - - - - - -
    Exception Summary 
    ExceptionDescription
    ParserException -
    Signals that an error has been reached unexpectedly while parsing.
    -
    -
  • -
- - - -

Package javax.measure.format Description

-
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
-
Version:
-
0.4.1, $Date: 2014-01-27 23:16:02 +0100 (Mo, 27 Jän 2014) $
-
Author:
-
Werner Keil
-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-tree.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-tree.html deleted file mode 100644 index 69f7337e..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-tree.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -javax.measure.format Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure.format

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-use.html b/0.8-SNAPSHOT/apidocs/javax/measure/format/package-use.html deleted file mode 100644 index 854f970a..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/format/package-use.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Package javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Package
javax.measure.format

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/package-frame.html b/0.8-SNAPSHOT/apidocs/javax/measure/package-frame.html deleted file mode 100644 index f80bf751..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - -javax.measure (Units of Measurement API 0.8-SNAPSHOT API) - - - - - -

javax.measure

- - - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/package-summary.html b/0.8-SNAPSHOT/apidocs/javax/measure/package-summary.html deleted file mode 100644 index 40ce83f6..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/package-summary.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - -javax.measure (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure

-
-
Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - -
    Interface Summary 
    InterfaceDescription
    Dimension -
    Represents the dimension of a unit.
    -
    Quantity<Q extends Quantity<Q>> -
    - Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    -
    Unit<Q extends Quantity<Q>> -
    Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
    -
    UnitConverter -
    A converter of numeric values between different units.
    -
    -
  • -
  • - - - - - - - - - - - - - - - - - - - - -
    Exception Summary 
    ExceptionDescription
    IncommensurableException -
    Signals that a problem of some sort has occurred due to incommensurable of - some quantities/units.
    -
    MeasurementException -
    Exception thrown when errors occur during measurement operations.
    -
    UnconvertibleException -
    Signals that a problem of some sort has occurred due to the impossibility of - constructing a converter between two units.
    -
    -
  • -
- - - -

Package javax.measure Description

-
Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units. - -

The core interfaces of this package are javax.measure.Measurement, Quantity and Unit.

-
Version:
-
1.2 ($Revision: 395 $), $Date: 2014-01-27 23:16:02 +0100 (Mo, 27 Jän 2014) $
-
Author:
-
Jean-Marie Dautelle, Werner Keil, Leonardo de Moura Rocha Lima
-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/package-tree.html b/0.8-SNAPSHOT/apidocs/javax/measure/package-tree.html deleted file mode 100644 index 6b0fc443..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/package-tree.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -javax.measure Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/package-use.html b/0.8-SNAPSHOT/apidocs/javax/measure/package-use.html deleted file mode 100644 index 738fe2dd..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/package-use.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - -Uses of Package javax.measure (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Package
javax.measure

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - -
    Packages that use javax.measure 
    PackageDescription
    javax.measure -
    Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
    -
    javax.measure.format -
    [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
    -
    javax.measure.quantity -
    [OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation.
    -
    javax.measure.spi -
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    -
    -
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in javax.measure used by javax.measure 
    Class and Description
    Dimension -
    Represents the dimension of a unit.
    -
    IncommensurableException -
    Signals that a problem of some sort has occurred due to incommensurable of - some quantities/units.
    -
    MeasurementException -
    Exception thrown when errors occur during measurement operations.
    -
    Quantity -
    - Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    -
    UnconvertibleException -
    Signals that a problem of some sort has occurred due to the impossibility of - constructing a converter between two units.
    -
    Unit -
    Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
    -
    UnitConverter -
    A converter of numeric values between different units.
    -
    -
  • -
  • - - - - - - - - - - - - - - - -
    Classes in javax.measure used by javax.measure.format 
    Class and Description
    MeasurementException -
    Exception thrown when errors occur during measurement operations.
    -
    Unit -
    Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
    -
    -
  • -
  • - - - - - - - - - - - - -
    Classes in javax.measure used by javax.measure.quantity 
    Class and Description
    Quantity -
    - Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    -
    -
  • -
  • - - - - - - - - - - - - - - - - - - -
    Classes in javax.measure used by javax.measure.spi 
    Class and Description
    Dimension -
    Represents the dimension of a unit.
    -
    Quantity -
    - Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    -
    Unit -
    Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
    -
    -
  • -
-
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Acceleration.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Acceleration.html deleted file mode 100644 index 6db8198b..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Acceleration.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - -Acceleration (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Acceleration

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/AmountOfSubstance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/AmountOfSubstance.html deleted file mode 100644 index 133f2def..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/AmountOfSubstance.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -AmountOfSubstance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface AmountOfSubstance

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Angle.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Angle.html deleted file mode 100644 index 3a118928..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Angle.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Angle (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Angle

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Area.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Area.html deleted file mode 100644 index 724c4c82..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Area.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Area (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Area

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Area>
    -
    -
    -
    -
    public interface Area
    -extends Quantity<Area>
    -
    Extent of a planar region or of the surface of a solid measured in square units. - The metric system unit for this quantity is "m²" (square metre).
    -
    Version:
    -
    1.2
    -
    Author:
    -
    Jean-Marie Dautelle
    -
    See Also:
    Length, -Volume, -Pressure
    -
  • -
-
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/CatalyticActivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/CatalyticActivity.html deleted file mode 100644 index 34c1a47d..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/CatalyticActivity.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -CatalyticActivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface CatalyticActivity

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Dimensionless.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Dimensionless.html deleted file mode 100644 index ea5fadfa..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Dimensionless.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Dimensionless (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Dimensionless

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCapacitance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCapacitance.html deleted file mode 100644 index 3e9fb0c6..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCapacitance.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -ElectricCapacitance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricCapacitance

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCharge.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCharge.html deleted file mode 100644 index 0c1c6537..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCharge.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -ElectricCharge (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricCharge

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricConductance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricConductance.html deleted file mode 100644 index 7af39715..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricConductance.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -ElectricConductance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricConductance

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCurrent.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCurrent.html deleted file mode 100644 index ee8b0749..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricCurrent.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -ElectricCurrent (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricCurrent

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricInductance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricInductance.html deleted file mode 100644 index 2a430d35..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricInductance.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -ElectricInductance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricInductance

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPermittivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPermittivity.html deleted file mode 100644 index 94a51c52..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPermittivity.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -ElectricPermittivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricPermittivity

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPotential.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPotential.html deleted file mode 100644 index bb6076f2..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricPotential.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -ElectricPotential (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricPotential

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricResistance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricResistance.html deleted file mode 100644 index be1c81b1..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/ElectricResistance.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -ElectricResistance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricResistance

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Energy.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Energy.html deleted file mode 100644 index 55870a98..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Energy.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Energy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Energy

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Force.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Force.html deleted file mode 100644 index 12f7c92a..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Force.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -Force (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Force

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Force>
    -
    -
    -
    -
    public interface Force
    -extends Quantity<Force>
    -
    Quantity that tends to produce an acceleration of a body in the direction of its application. - The metric system unit for this quantity is "N" (Newton).
    -
    Version:
    -
    1.1
    -
    Author:
    -
    Jean-Marie Dautelle
    -
    See Also:
    Energy, -Pressure
    -
  • -
-
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Frequency.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Frequency.html deleted file mode 100644 index e05d9f68..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Frequency.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -Frequency (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Frequency

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Frequency>
    -
    -
    -
    -
    public interface Frequency
    -extends Quantity<Frequency>
    -
    Number of times a specified phenomenon occurs within a specified interval. - The metric system unit for this quantity is "Hz" (Hertz).
    -
    Version:
    -
    1.0
    -
    Author:
    -
    Jean-Marie Dautelle
    -
    See Also:
    Time
    -
  • -
-
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Illuminance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Illuminance.html deleted file mode 100644 index d04d50f5..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Illuminance.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -Illuminance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Illuminance

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Length.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Length.html deleted file mode 100644 index 82dcc190..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Length.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - -Length (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Length

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        multiply

        -
        Area multiply(Length that)
        -
        Deprecated. Subject to removal
        -
        Returns the product of this Length with the one specified resulting in Area
        -
        Parameters:
        that - the Length multiplier.
        -
        Returns:
        this * that.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Luminance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Luminance.html deleted file mode 100644 index baa550d7..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Luminance.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -Luminance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Luminance

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousFlux.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousFlux.html deleted file mode 100644 index 59468c9c..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousFlux.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -LuminousFlux (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface LuminousFlux

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousIntensity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousIntensity.html deleted file mode 100644 index 82283834..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/LuminousIntensity.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -LuminousIntensity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface LuminousIntensity

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFieldStrength.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFieldStrength.html deleted file mode 100644 index 92547d5b..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFieldStrength.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -MagneticFieldStrength (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface MagneticFieldStrength

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFlux.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFlux.html deleted file mode 100644 index aab7ea5b..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFlux.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -MagneticFlux (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface MagneticFlux

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFluxDensity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFluxDensity.html deleted file mode 100644 index d3d05c83..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/MagneticFluxDensity.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -MagneticFluxDensity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface MagneticFluxDensity

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Mass.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Mass.html deleted file mode 100644 index 7cc15f5b..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Mass.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Mass (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Mass

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Mass>
    -
    -
    -
    -
    public interface Mass
    -extends Quantity<Mass>
    -
    Measure of the quantity of matter that a body or an object contains. - The mass of the body is not dependent on gravity and therefore is - different from but proportional to its weight. - The metric system unit for this quantity is "kg" (kilogram).
    -
    Version:
    -
    1.2
    -
    Author:
    -
    Jean-Marie Dautelle, Werner Keil
    -
    See Also:
    RadiationDoseAbsorbed
    -
  • -
-
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Power.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Power.html deleted file mode 100644 index 9b71a02b..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Power.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -Power (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Power

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Pressure.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Pressure.html deleted file mode 100644 index e7555280..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Pressure.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -Pressure (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Pressure

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html deleted file mode 100644 index 079809be..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -RadiationDoseAbsorbed (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface RadiationDoseAbsorbed

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseEffective.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseEffective.html deleted file mode 100644 index d93e695c..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/RadiationDoseEffective.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -RadiationDoseEffective (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface RadiationDoseEffective

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Radioactivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Radioactivity.html deleted file mode 100644 index bade9b8d..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Radioactivity.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -Radioactivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Radioactivity

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/SolidAngle.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/SolidAngle.html deleted file mode 100644 index be80efda..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/SolidAngle.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -SolidAngle (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface SolidAngle

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Speed.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Speed.html deleted file mode 100644 index 8a5e473d..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Speed.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - -Speed (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Speed

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Speed>
    -
    -
    -
    -
    public interface Speed
    -extends Quantity<Speed>
    -
    Distance traveled divided by the time of travel. - The metric system unit for this quantity is "m/s" (metre per second). - -

    Speed is a scalar value, while velocity is a vector. - Speed is the magnitude of the velocity vector, or the components of the velocity - vector.

    -
    Version:
    -
    1.2
    -
    Author:
    -
    Jean-Marie Dautelle, Werner Keil
    -
    See Also:
    Length, -Time, -Acceleration, -Wikipedia: Speed
    -
  • -
-
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Temperature.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Temperature.html deleted file mode 100644 index 373f5180..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Temperature.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -Temperature (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Temperature

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Temperature>
    -
    -
    -
    -
    public interface Temperature
    -extends Quantity<Temperature>
    -
    Degree of hotness or coldness of a body or an environment. - The metric system unit for this quantity is "K" (Kelvin).
    -
    Version:
    -
    1.1
    -
    Author:
    -
    Jean-Marie Dautelle
    -
  • -
-
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Time.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Time.html deleted file mode 100644 index e4510db3..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Time.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - -Time (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Time

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Volume.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Volume.html deleted file mode 100644 index 12245dff..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/Volume.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -Volume (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Volume

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Acceleration.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Acceleration.html deleted file mode 100644 index 104227ce..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Acceleration.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Acceleration (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Acceleration

-
-
No usage of javax.measure.quantity.Acceleration
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html deleted file mode 100644 index 1c27baa0..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.AmountOfSubstance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.AmountOfSubstance

-
-
No usage of javax.measure.quantity.AmountOfSubstance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Angle.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Angle.html deleted file mode 100644 index 99e6f9f9..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Angle.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Angle (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Angle

-
-
No usage of javax.measure.quantity.Angle
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Area.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Area.html deleted file mode 100644 index 8adffc35..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Area.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Area (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Area

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html deleted file mode 100644 index e50e6e91..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.CatalyticActivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.CatalyticActivity

-
-
No usage of javax.measure.quantity.CatalyticActivity
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Dimensionless.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Dimensionless.html deleted file mode 100644 index 6db9c15b..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Dimensionless.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Dimensionless (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Dimensionless

-
-
No usage of javax.measure.quantity.Dimensionless
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html deleted file mode 100644 index 98af3038..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricCapacitance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricCapacitance

-
-
No usage of javax.measure.quantity.ElectricCapacitance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCharge.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCharge.html deleted file mode 100644 index 3aad1112..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCharge.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricCharge (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricCharge

-
-
No usage of javax.measure.quantity.ElectricCharge
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricConductance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricConductance.html deleted file mode 100644 index 6337c116..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricConductance.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricConductance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricConductance

-
-
No usage of javax.measure.quantity.ElectricConductance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html deleted file mode 100644 index d7a6f0be..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricCurrent (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricCurrent

-
-
No usage of javax.measure.quantity.ElectricCurrent
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricInductance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricInductance.html deleted file mode 100644 index 36045370..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricInductance.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricInductance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricInductance

-
-
No usage of javax.measure.quantity.ElectricInductance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html deleted file mode 100644 index 251894db..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricPermittivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricPermittivity

-
-
No usage of javax.measure.quantity.ElectricPermittivity
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPotential.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPotential.html deleted file mode 100644 index 56bbb6a9..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricPotential.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricPotential (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricPotential

-
-
No usage of javax.measure.quantity.ElectricPotential
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricResistance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricResistance.html deleted file mode 100644 index 0bf4d2d4..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/ElectricResistance.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricResistance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricResistance

-
-
No usage of javax.measure.quantity.ElectricResistance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Energy.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Energy.html deleted file mode 100644 index a2f15de9..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Energy.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Energy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Energy

-
-
No usage of javax.measure.quantity.Energy
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Force.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Force.html deleted file mode 100644 index b159d89b..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Force.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Force (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Force

-
-
No usage of javax.measure.quantity.Force
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Frequency.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Frequency.html deleted file mode 100644 index a6fc9370..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Frequency.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Frequency (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Frequency

-
-
No usage of javax.measure.quantity.Frequency
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Illuminance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Illuminance.html deleted file mode 100644 index 9e010a20..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Illuminance.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Illuminance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Illuminance

-
-
No usage of javax.measure.quantity.Illuminance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Length.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Length.html deleted file mode 100644 index a4bb26b4..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Length.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Length (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Length

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Luminance.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Luminance.html deleted file mode 100644 index f9079807..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Luminance.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Luminance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Luminance

-
-
No usage of javax.measure.quantity.Luminance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousFlux.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousFlux.html deleted file mode 100644 index 23f3688a..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousFlux.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.LuminousFlux (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.LuminousFlux

-
-
No usage of javax.measure.quantity.LuminousFlux
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html deleted file mode 100644 index 66f9b14e..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.LuminousIntensity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.LuminousIntensity

-
-
No usage of javax.measure.quantity.LuminousIntensity
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html deleted file mode 100644 index f26b084c..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.MagneticFieldStrength (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.MagneticFieldStrength

-
-
No usage of javax.measure.quantity.MagneticFieldStrength
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFlux.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFlux.html deleted file mode 100644 index 64531124..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFlux.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.MagneticFlux (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.MagneticFlux

-
-
No usage of javax.measure.quantity.MagneticFlux
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html deleted file mode 100644 index c0f2672d..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.MagneticFluxDensity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.MagneticFluxDensity

-
-
No usage of javax.measure.quantity.MagneticFluxDensity
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Mass.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Mass.html deleted file mode 100644 index 575e714f..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Mass.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Mass (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Mass

-
-
No usage of javax.measure.quantity.Mass
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Power.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Power.html deleted file mode 100644 index eba0f376..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Power.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Power (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Power

-
-
No usage of javax.measure.quantity.Power
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Pressure.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Pressure.html deleted file mode 100644 index fcb59158..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Pressure.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Pressure (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Pressure

-
-
No usage of javax.measure.quantity.Pressure
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html deleted file mode 100644 index 37d340d0..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.RadiationDoseAbsorbed (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.RadiationDoseAbsorbed

-
-
No usage of javax.measure.quantity.RadiationDoseAbsorbed
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html deleted file mode 100644 index 09db7983..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.RadiationDoseEffective (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.RadiationDoseEffective

-
-
No usage of javax.measure.quantity.RadiationDoseEffective
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Radioactivity.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Radioactivity.html deleted file mode 100644 index 70b639f8..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Radioactivity.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Radioactivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Radioactivity

-
-
No usage of javax.measure.quantity.Radioactivity
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/SolidAngle.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/SolidAngle.html deleted file mode 100644 index 15173589..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/SolidAngle.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.SolidAngle (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.SolidAngle

-
-
No usage of javax.measure.quantity.SolidAngle
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Speed.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Speed.html deleted file mode 100644 index e5a903b1..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Speed.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Speed (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Speed

-
-
No usage of javax.measure.quantity.Speed
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Temperature.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Temperature.html deleted file mode 100644 index 4c7ff6e1..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Temperature.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Temperature (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Temperature

-
-
No usage of javax.measure.quantity.Temperature
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Time.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Time.html deleted file mode 100644 index 924702e5..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Time.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Time (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Time

-
-
No usage of javax.measure.quantity.Time
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Volume.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Volume.html deleted file mode 100644 index 490bdf77..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/class-use/Volume.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.quantity.Volume (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Volume

-
-
No usage of javax.measure.quantity.Volume
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-frame.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-frame.html deleted file mode 100644 index 4e799290..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-frame.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - -javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - -

javax.measure.quantity

- - - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-summary.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-summary.html deleted file mode 100644 index b589c4e6..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-summary.html +++ /dev/null @@ -1,398 +0,0 @@ - - - - - - -javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure.quantity

-
-
[OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation.
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Interface Summary 
    InterfaceDescription
    Acceleration -
    Rate of change of velocity with respect to time.
    -
    AmountOfSubstance -
    Number of elementary entities (molecules, for example) of a substance.
    -
    Angle -
    Figure formed by two lines diverging from a common point.
    -
    Area -
    Extent of a planar region or of the surface of a solid measured in square units.
    -
    CatalyticActivity -
    Catalytic activity.
    -
    Dimensionless -
    Dimensionless quantity.
    -
    ElectricCapacitance -
    Electric capacitance.
    -
    ElectricCharge -
    Electric charge.
    -
    ElectricConductance -
    Electric conductance.
    -
    ElectricCurrent -
    Amount of electric charge flowing past a specified circuit point per unit time.
    -
    ElectricInductance -
    Electric inductance.
    -
    ElectricPermittivity -
    How an electric field affects, and is affected, by a dielectric medium.
    -
    ElectricPotential -
    Electric potential or electromotive force.
    -
    ElectricResistance -
    Electric resistance.
    -
    Energy -
    Capacity of a physical system to do work.
    -
    Force -
    Quantity that tends to produce an acceleration of a body in the direction of its application.
    -
    Frequency -
    Number of times a specified phenomenon occurs within a specified interval.
    -
    Illuminance -
    Illuminance.
    -
    Length -
    Extent of something along its greatest dimension or the extent of space - between two objects or places.
    -
    Luminance -
    Luminous intensity per unit area of light traveling in a given direction.
    -
    LuminousFlux -
    Luminous flux.
    -
    LuminousIntensity -
    Luminous flux density per solid angle - as measured in a given direction relative to the emitting source.
    -
    MagneticFieldStrength -
    Magnetic field strength.
    -
    MagneticFlux -
    Magnetic flux.
    -
    MagneticFluxDensity -
    Magnetic flux density.
    -
    Mass -
    Measure of the quantity of matter that a body or an object contains.
    -
    Power -
    Rate at which work is done.
    -
    Pressure -
    Force applied uniformly over a surface.
    -
    RadiationDoseAbsorbed -
    Amount of energy deposited per unit of mass.
    -
    RadiationDoseEffective -
    Effective (or "equivalent") dose of radiation - received by a human or some other living organism.
    -
    Radioactivity -
    Radioactive activity.
    -
    SolidAngle -
    Angle formed by three or more planes intersecting at a common point.
    -
    Speed -
    Distance traveled divided by the time of travel.
    -
    Temperature -
    Degree of hotness or coldness of a body or an environment.
    -
    Time -
    Period of existence or persistence.
    -
    Volume -
    Amount of space occupied by a three-dimensional object or region of space.
    -
    -
  • -
- - - -

Package javax.measure.quantity Description

-
[OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation. - Quantities of different kinds are represented by sub-types of the - Quantity interface. - -

Only quantities defined in the International System of Units - are provided here. Users can create their own quantity types by extending the - Quantity interface.

- -

This package supports measurable quantities, which can be expressed - as (Number, Unit) tuples. - Those tuples are not necessarily used directly in numerically intensive code. - They are more useful as meta-data converted to the application internal representation - (for example double primitive type with the requirement to provide values in meters) - before computation begins.

- -

Quantities sub-types are also used as parameterized type to characterize - generic classes and provide additional compile time check. This technique is - used extensively by the Unit interface, - but users can apply the same approach to their own classes. In the example - below, Sensor, MyQuantity and Vector3D are user-defined - classes:

- - - // A general-purpose Sensor class used for temperature measurements:
- Sensor sensor ...;
- Temperature temp = sensor.getValue();

- - // A vector of velocity in a three-dimensional space.
- Unit = metrePerSecond = METRE.divide(SECOND);
- Vector3D aircraftSpeed = new Vector3D(200.0, 50.0, -0.5, metrePerSecond); -
- -

This package holds only the quantities required by the metric system.

-
Version:
-
2.3
-
Author:
-
Jean-Marie Dautelle, Werner Keil
-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-tree.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-tree.html deleted file mode 100644 index f01d17ee..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-tree.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -javax.measure.quantity Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure.quantity

-Package Hierarchies: - -
- - -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-use.html b/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-use.html deleted file mode 100644 index 42f31c97..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/quantity/package-use.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -Uses of Package javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Package
javax.measure.quantity

-
-
-
    -
  • - - - - - - - - - - - - -
    Packages that use javax.measure.quantity 
    PackageDescription
    javax.measure.quantity -
    [OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation.
    -
    -
  • -
  • - - - - - - - - - - - - - - - -
    Classes in javax.measure.quantity used by javax.measure.quantity 
    Class and Description
    Area -
    Extent of a planar region or of the surface of a solid measured in square units.
    -
    Length -
    Extent of something along its greatest dimension or the extent of space - between two objects or places.
    -
    -
  • -
-
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/Bootstrap.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/Bootstrap.html deleted file mode 100644 index d7c83491..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/Bootstrap.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - -Bootstrap (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - -
-
javax.measure.spi
-

Class Bootstrap

-
-
- -
-
    -
  • -
    -
    -
    public final class Bootstrap
    -extends Object
    -
    This singleton provides access to the services available in the current runtime environment. The - behavior can be adapted, by calling init(ServiceProvider) before accessing any measurement - services.
    -
    Author:
    -
    Werner Keil
    -
  • -
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactory.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactory.html deleted file mode 100644 index 5df915f3..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactory.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - -QuantityFactory (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface QuantityFactory<Q extends Quantity<Q>>

-
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      Quantity<Q>create(Number value, - Unit<Q> unit) -
      Returns the quantity for the specified number stated in the specified unit.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        create

        -
        Quantity<Q> create(Number value,
        -                 Unit<Q> unit)
        -
        Returns the quantity for the specified number stated in the specified unit.
        -
        Parameters:
        number - the numeric value stated in the specified unit
        unit - the unit
        -
        Returns:
        the corresponding quantity
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactoryService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactoryService.html deleted file mode 100644 index 0169d5f9..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/QuantityFactoryService.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -QuantityFactoryService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface QuantityFactoryService

-
-
-
- -
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/ServiceProvider.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/ServiceProvider.html deleted file mode 100644 index 181dc1eb..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/ServiceProvider.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - -ServiceProvider (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface ServiceProvider

-
-
-
-
    -
  • -
    -
    -
    public interface ServiceProvider
    -
    This class models the component to managing the lifecycle of the - Unit and Quantity services.
    -
    Author:
    -
    Werner Keil
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      intgetPriority() -
      This method allows to define a priority for a registered ServiceProvider instance.
      -
      <T> TgetService(Class<T> serviceType) -
      Access a single service, given its type.
      -
      <T> List<T>getServices(Class<T> serviceType) -
      Access a list of services, given its type.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getPriority

        -
        int getPriority()
        -
        This method allows to define a priority for a registered ServiceProvider instance. When multiple providers are - registered in the system the provider with the highest priority value is taken.
        -
        Returns:
        the provider's priority (default is 0).
        -
      • -
      - - - -
        -
      • -

        getServices

        -
        <T> List<T> getServices(Class<T> serviceType)
        -
        Access a list of services, given its type. The bootstrap mechanism should - order the instance for precedence, hereby the most significant should be - first in order. If no such services are found, an empty list should be - returned.
        -
        Parameters:
        serviceType - the service type.
        -
        Returns:
        The instance to be used, never null
        -
      • -
      - - - -
        -
      • -

        getService

        -
        <T> T getService(Class<T> serviceType)
        -
        Access a single service, given its type. The bootstrap mechanism should - order the instance for precedence, hereby the most significant should be - first in order and returned. If no such services are found, null is - returned.
        -
        Parameters:
        serviceType - the service type.
        -
        Returns:
        The instance, (with highest precedence) or null, if no such service is available.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnits.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnits.html deleted file mode 100644 index 3f977bb9..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnits.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - -SystemOfUnits (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface SystemOfUnits

-
-
-
-
    -
  • -
    -
    -
    public interface SystemOfUnits
    -
    A system of units grouped together for historical or cultural reasons.
    - Common system of units are "SI" (System International), "Imperial" (British), - "US" (US Customary). - Nothing prevents a unit from belonging to several systems of units at the - same time (for example an Imperial system would have many of the - units held by the US Customary system).
    -
    Version:
    -
    0.8, $Date: 2014-12-03 $
    -
    Author:
    -
    Jean-Marie Dautelle, Werner Keil
    -
    See Also:
    - Wikipedia: International System of Units, - - Wikipedia: System of measurement
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      StringgetName() 
      <Q extends Quantity<Q>> 
      Unit<Q>
      getUnit(Class<Q> quantityType) -
      Returns the default unit for the specified quantity.
      -
      Set<? extends Unit<?>>getUnits() -
      Returns a read only view over the units defined in this system.
      -
      Set<? extends Unit<?>>getUnits(Dimension dimension) -
      Returns the units defined in this system having the specified dimension - (convenience method).
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getName

        -
        String getName()
        -
        Returns:
        a name
        -
      • -
      - - - -
        -
      • -

        getUnit

        -
        <Q extends Quantity<Q>> Unit<Q> getUnit(Class<Q> quantityType)
        -
        Returns the default unit for the specified quantity.
        -
        Type Parameters:
        Q - the compile-time quantity type.
        Parameters:
        quantityType - the quantity type.
        -
        Returns:
        the unit for the specified quantity.
        -
      • -
      - - - -
        -
      • -

        getUnits

        -
        Set<? extends Unit<?>> getUnits()
        -
        Returns a read only view over the units defined in this system.
        -
        Returns:
        the collection of units.
        -
      • -
      - - - -
        -
      • -

        getUnits

        -
        Set<? extends Unit<?>> getUnits(Dimension dimension)
        -
        Returns the units defined in this system having the specified dimension - (convenience method).
        -
        Parameters:
        dimension - the dimension of the units to be returned.
        -
        Returns:
        the collection of units of specified dimension.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnitsService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnitsService.html deleted file mode 100644 index 6d1e81e0..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/SystemOfUnitsService.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - -SystemOfUnitsService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface SystemOfUnitsService

-
-
-
-
    -
  • -
    -
    -
    public interface SystemOfUnitsService
    -

    - This interface represents the service to obtain a system - of units. -

    - -

    - Common system of units are "SI" (System International), "Imperial" (British), - "US" (US Customary). -

    -
    Version:
    -
    0.5, $Date: 2014-12-03 $
    -
    Author:
    -
    Jean-Marie Dautelle, Werner Keil
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        getSystemOfUnits

        -
        SystemOfUnits getSystemOfUnits(String name)
        -
        Returns the system of units having the specified name or - null if none.
        -
        Parameters:
        name - the system of unit name.
        -
        Returns:
        the system of units.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/UnitFormatService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/UnitFormatService.html deleted file mode 100644 index 9258656b..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/UnitFormatService.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - -UnitFormatService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface UnitFormatService

-
-
-
-
    -
  • -
    -
    -
    public interface UnitFormatService
    -

    - This interface represent the service to obtain UnitFormat instances. -

    -
    Version:
    -
    0.5.2, $Date: 2015-08-02 $
    -
    Author:
    -
    Jean-Marie Dautelle, Werner Keil
    -
  • -
-
-
-
    -
  • - - -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getUnitFormat

        -
        UnitFormat getUnitFormat()
        -
        Returns the default unit format. - - It is up to implementations what to consider a suitable default. - For some (locale-sensitive) implementations it may be a unit format based on Locale.getDefault() while others may return getUnitFormat("Simple") or getUnitFormat("ISO")
        -
        Returns:
        the default UnitFormat implementation.
        -
      • -
      - - - -
        -
      • -

        getUnitFormat

        -
        UnitFormat getUnitFormat(String name)
        -
        Returns the unit format having the specified name or - null if none. - - For example getUnitFormat("UCUM") to return a UCUM specific UnitFormat implementation.
        -
        Parameters:
        name - the name of the format.
        -
        Returns:
        the corresponding unit format.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/Bootstrap.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/Bootstrap.html deleted file mode 100644 index 936a336d..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/Bootstrap.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.spi.Bootstrap (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Class
javax.measure.spi.Bootstrap

-
-
No usage of javax.measure.spi.Bootstrap
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactory.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactory.html deleted file mode 100644 index 6d25a47e..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactory.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -Uses of Interface javax.measure.spi.QuantityFactory (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.QuantityFactory

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html deleted file mode 100644 index ce5727e7..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.spi.QuantityFactoryService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.QuantityFactoryService

-
-
No usage of javax.measure.spi.QuantityFactoryService
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/ServiceProvider.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/ServiceProvider.html deleted file mode 100644 index 1fcb12ac..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/ServiceProvider.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - -Uses of Interface javax.measure.spi.ServiceProvider (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.ServiceProvider

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnits.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnits.html deleted file mode 100644 index a800ccf5..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnits.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Interface javax.measure.spi.SystemOfUnits (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.SystemOfUnits

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html deleted file mode 100644 index 57f3b13d..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.spi.SystemOfUnitsService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.SystemOfUnitsService

-
-
No usage of javax.measure.spi.SystemOfUnitsService
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/UnitFormatService.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/UnitFormatService.html deleted file mode 100644 index 0943b64b..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/class-use/UnitFormatService.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Interface javax.measure.spi.UnitFormatService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.UnitFormatService

-
-
No usage of javax.measure.spi.UnitFormatService
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-frame.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-frame.html deleted file mode 100644 index 3da79436..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - -javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) - - - - - -

javax.measure.spi

- - - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-summary.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-summary.html deleted file mode 100644 index 838c9e65..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-summary.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure.spi

-
-
[OPTIONAL] Provides services for units, quantities or their textual representation.
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Interface Summary 
    InterfaceDescription
    QuantityFactory<Q extends Quantity<Q>> -
    Represents a factory that accepts Number and Unit arguments to create a Quantity result.
    -
    QuantityFactoryService -
    Provider of QuantityFactory
    -
    ServiceProvider -
    This class models the component to managing the lifecycle of the - Unit and Quantity services.
    -
    SystemOfUnits -
    A system of units grouped together for historical or cultural reasons.
    - Common system of units are "SI" (System International), "Imperial" (British), - "US" (US Customary).
    -
    SystemOfUnitsService -
    - This interface represents the service to obtain a system - of units.
    -
    UnitFormatService -
    - This interface represent the service to obtain UnitFormat instances.
    -
    -
  • -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    Bootstrap -
    This singleton provides access to the services available in the current runtime environment.
    -
    -
  • -
- - - -

Package javax.measure.spi Description

-
[OPTIONAL] Provides services for units, quantities or their textual representation.
-
Version:
-
0.3, $Date: 2014-11-01 $
-
Author:
-
Jean-Marie Dautelle, Werner Keil
-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-tree.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-tree.html deleted file mode 100644 index dc371ef3..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -javax.measure.spi Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure.spi

-Package Hierarchies: - -
- - -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-use.html b/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-use.html deleted file mode 100644 index a799c9a8..00000000 --- a/0.8-SNAPSHOT/apidocs/javax/measure/spi/package-use.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - -Uses of Package javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Package
javax.measure.spi

-
-
-
    -
  • - - - - - - - - - - - - -
    Packages that use javax.measure.spi 
    PackageDescription
    javax.measure.spi -
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    -
    -
  • -
  • - - - - - - - - - - - - - - - - - - -
    Classes in javax.measure.spi used by javax.measure.spi 
    Class and Description
    QuantityFactory -
    Represents a factory that accepts Number and Unit arguments to create a Quantity result.
    -
    ServiceProvider -
    This class models the component to managing the lifecycle of the - Unit and Quantity services.
    -
    SystemOfUnits -
    A system of units grouped together for historical or cultural reasons.
    - Common system of units are "SI" (System International), "Imperial" (British), - "US" (US Customary).
    -
    -
  • -
-
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/overview-frame.html b/0.8-SNAPSHOT/apidocs/overview-frame.html deleted file mode 100644 index 16fa8ffc..00000000 --- a/0.8-SNAPSHOT/apidocs/overview-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - -Overview List (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -

 

- - diff --git a/0.8-SNAPSHOT/apidocs/overview-summary.html b/0.8-SNAPSHOT/apidocs/overview-summary.html deleted file mode 100644 index a7f455c7..00000000 --- a/0.8-SNAPSHOT/apidocs/overview-summary.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -Overview (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - -
- - - - - -
- - -
-

Units of Measurement API 0.8-SNAPSHOT API

-
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Packages 
PackageDescription
javax.measure -
Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
-
javax.measure.format -
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
-
javax.measure.quantity -
[OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation.
-
javax.measure.spi -
[OPTIONAL] Provides services for units, quantities or their textual representation.
-
-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/overview-tree.html b/0.8-SNAPSHOT/apidocs/overview-tree.html deleted file mode 100644 index 590ff61d..00000000 --- a/0.8-SNAPSHOT/apidocs/overview-tree.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - -Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For All Packages

-Package Hierarchies: - -
- - -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/package-list b/0.8-SNAPSHOT/apidocs/package-list deleted file mode 100644 index 4cfe83cf..00000000 --- a/0.8-SNAPSHOT/apidocs/package-list +++ /dev/null @@ -1,4 +0,0 @@ -javax.measure -javax.measure.format -javax.measure.quantity -javax.measure.spi diff --git a/0.8-SNAPSHOT/apidocs/resources/background.gif b/0.8-SNAPSHOT/apidocs/resources/background.gif deleted file mode 100644 index f471940fde2f39ef8943a6af9569bcf986b1579b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 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 YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN diff --git a/0.8-SNAPSHOT/apidocs/serialized-form.html b/0.8-SNAPSHOT/apidocs/serialized-form.html deleted file mode 100644 index 8a6d6ebb..00000000 --- a/0.8-SNAPSHOT/apidocs/serialized-form.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -Serialized Form (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Serialized Form

-
-
- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/apidocs/stylesheet.css b/0.8-SNAPSHOT/apidocs/stylesheet.css deleted file mode 100644 index 0e0d70c1..00000000 --- a/0.8-SNAPSHOT/apidocs/stylesheet.css +++ /dev/null @@ -1,474 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ -body { - background-color:#ffffff; - color:#353833; - font-family:Arial, Helvetica, sans-serif; - font-size:76%; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4c6b87; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4c6b87; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-size:1.3em; -} -h1 { - font-size:1.8em; -} -h2 { - font-size:1.5em; -} -h3 { - font-size:1.4em; -} -h4 { - font-size:1.3em; -} -h5 { - font-size:1.2em; -} -h6 { - font-size:1.1em; -} -ul { - list-style-type:disc; -} -code, tt { - font-size:1.2em; -} -dt code { - font-size:1.2em; -} -table tr td dt code { - font-size:1.2em; - vertical-align:top; -} -sup { - font-size:.6em; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:.8em; - z-index:200; - margin-top:-7px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - background-image:url(resources/titlebar.gif); - background-position:left top; - background-repeat:no-repeat; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-image:url(resources/background.gif); - background-repeat:repeat-x; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:1em; - margin:0; -} -.topNav { - background-image:url(resources/background.gif); - background-repeat:repeat-x; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; -} -.bottomNav { - margin-top:10px; - background-image:url(resources/background.gif); - background-repeat:repeat-x; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; -} -.subNav { - background-color:#dee3e9; - border-bottom:1px solid #9eadc0; - float:left; - width:100%; - overflow:hidden; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding:3px 6px; -} -ul.subNavList li{ - list-style:none; - float:left; - font-size:90%; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; -} -.navBarCell1Rev { - background-image:url(resources/tab.gif); - background-color:#a88834; - color:#FFFFFF; - margin: auto 5px; - border:1px solid #c9aa44; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader h1 { - font-size:1.3em; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 25px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:1.2em; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; - margin:0 0 6px -8px; - padding:2px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; - margin:0 0 6px -8px; - padding:2px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:1.0em; -} -.indexContainer h2 { - font-size:1.1em; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:1.1em; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:10px 0 10px 20px; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:25px; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #9eadc0; - background-color:#f9f9f9; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:1px solid #9eadc0; - border-top:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; - border-bottom:1px solid #9eadc0; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.contentContainer table, .classUseContainer table, .constantValuesContainer table { - border-bottom:1px solid #9eadc0; - width:100%; -} -.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { - width:100%; -} -.contentContainer .description table, .contentContainer .details table { - border-bottom:none; -} -.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ - vertical-align:top; - padding-right:20px; -} -.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, -.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, -.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, -.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { - padding-right:3px; -} -.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#FFFFFF; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - margin:0px; -} -caption a:link, caption a:hover, caption a:active, caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { - white-space:nowrap; - padding-top:8px; - padding-left:8px; - display:block; - float:left; - background-image:url(resources/titlebar.gif); - height:18px; -} -.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { - width:10px; - background-image:url(resources/titlebar_end.gif); - background-repeat:no-repeat; - background-position:top right; - position:relative; - float:left; -} -ul.blockList ul.blockList li.blockList table { - margin:0 0 12px 0px; - width:100%; -} -.tableSubHeadingColor { - background-color: #EEEEFF; -} -.altColor { - background-color:#eeeeef; -} -.rowColor { - background-color:#ffffff; -} -.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { - text-align:left; - padding:3px 3px 3px 7px; -} -th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { - background:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; - text-align:left; - padding:3px 3px 3px 7px; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -td.colFirst, th.colFirst { - border-left:1px solid #9eadc0; - white-space:nowrap; -} -td.colLast, th.colLast { - border-right:1px solid #9eadc0; -} -td.colOne, th.colOne { - border-right:1px solid #9eadc0; - border-left:1px solid #9eadc0; -} -table.overviewSummary { - padding:0px; - margin-left:0px; -} -table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, -table.overviewSummary td.colOne, table.overviewSummary th.colOne { - width:25%; - vertical-align:middle; -} -table.packageSummary td.colFirst, table.overviewSummary th.colFirst { - width:25%; - vertical-align:middle; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:.9em; -} -.block { - display:block; - margin:3px 0 0 0; -} -.strong { - font-weight:bold; -} diff --git a/0.8-SNAPSHOT/checkstyle.html b/0.8-SNAPSHOT/checkstyle.html deleted file mode 100644 index b00ea050..00000000 --- a/0.8-SNAPSHOT/checkstyle.html +++ /dev/null @@ -1,908 +0,0 @@ - - - - - - Units of Measurement API – Checkstyle Results - - - - - - - - - -
- -
-
-
-
-

Checkstyle Results

-

The following document contains the results of Checkstylerss feed

-
-

Summary

- - - - - - - - - - -
Files Info Warnings Errors
580480
- -
-

Rules

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
RuleViolationsSeverity
FileContentsHolder0 Warning
ConstantName -
    -
  • format: "^[A-Z_][A-Z0-9]*(_[A-Z0-9]+)*$"
0 Warning
AvoidStarImport0 Warning
EmptyBlock -
    -
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"
0 Warning
EmptyForInitializerPad -
    -
  • option: "space"
0 Warning
EmptyForIteratorPad -
    -
  • option: "space"
0 Warning
EqualsHashCode0 Warning
IllegalImport0 Warning
IllegalInstantiation0 Warning
JavadocType9 Warning
JavadocMethod -
    -
  • excludeScope: "anoninner"
  • -
  • scope: "package"
  • -
  • allowUndeclaredRTE: "true"
0 Warning
JavadocVariable -
    -
  • excludeScope: "anoninner"
0 Warning
LeftCurly0 Warning
LineLength -
    -
  • max: "200"
  • -
  • ignorePattern: "^ *\* *[^ ]+$"
5 Warning
LocalFinalVariableName0 Warning
LocalVariableName0 Warning
MemberName0 Warning
MethodLength -
    -
  • max: "250"
0 Warning
MethodName0 Warning
ModifierOrder0 Warning
NeedBraces -
    -
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_IF,LITERAL_WHILE"
1 Warning
NoWhitespaceAfter0 Warning
NoWhitespaceBefore -
    -
  • allowLineBreaks: "true"
  • -
  • tokens: "DOT"
0 Warning
OperatorWrap -
    -
  • tokens: "ASSIGN, DIV_ASSIGN, PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, MOD_ASSIGN, SR_ASSIGN, BSR_ASSIGN, SL_ASSIGN, BXOR_ASSIGN, BOR_ASSIGN, BAND_ASSIGN"
  • -
  • option: "eol"
0 Warning
PackageName0 Warning
ParameterName0 Warning
ParameterNumber -
    -
  • max: "20"
0 Warning
ParenPad0 Warning
RedundantImport1 Warning
RedundantModifier1 Warning
RightCurly0 Warning
SimplifyBooleanReturn0 Warning
StaticVariableName0 Warning
TypeName0 Warning
TypecastParenPad0 Warning
UpperEll0 Warning
VisibilityModifier -
    -
  • packageAllowed: "true"
0 Warning
WhitespaceAfter0 Warning
WhitespaceAround -
    -
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"
10 Warning
AnnotationUseStyle0 Warning
MissingDeprecated1 Warning
PackageAnnotation0 Warning
SuppressWarnings0 Warning
JavadocStyle3 Warning
ClassTypeParameterName0 Warning
MethodTypeParameterName0 Warning
ImportOrder -
    -
  • option: "top"
0 Warning
GenericWhitespace1 Warning
MethodParamPad0 Warning
CovariantEquals0 Warning
DefaultComesLast0 Warning
ExplicitInitialization0 Warning
FallThrough0 Warning
JUnitTestCase0 Warning
FinalClass0 Warning
HideUtilityClassConstructor0 Warning
InterfaceIsType0 Warning
MutableException2 Warning
ArrayTypeStyle0 Warning
SuppressionCommentFilter -
    -
  • offCommentFormat: "CSOFF\: ([\w\|]+)"
  • -
  • checkFormat: "$1"
  • -
  • onCommentFormat: "CSON\: ([\w\|]+)"
0 Warning
FileLength -
    -
  • max: "3000"
0 Warning
JavadocPackage -
    -
  • allowLegacy: "true"
0 Warning
FileTabCharacter14 Warning
-
-

Details

-
-

javax/measure/MeasurementException.java

- - - - - - - - -
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).22
-
-

javax/measure/Quantity.java

- - - - - - - - - - - - -
SeverityMessageLine
 WarningExtra HTML tag found: </p>19
 WarningFile contains tab characters (this is the first instance).43
-
-

javax/measure/Unit.java

- - - - - - - - -
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).306
-
-

javax/measure/UnitConverter.java

- - - - - - - - - - - - -
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).25
 WarningLine is longer than 200 characters (found 202).93
-
-

javax/measure/format/Parser.java

- - - - - - - - -
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).28
-
-

javax/measure/format/ParserException.java

- - - - - - - - - - - - - - - - - - - - -
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).20
 WarningThe field 'position' must be declared final.31
 WarningThe field 'data' must be declared final.34
 Warning'if' construct must use '{}'s.97
-
-

javax/measure/format/UnitFormat.java

- - - - - - - - - - - - - - - - - - - - -
SeverityMessageLine
 WarningLine is longer than 200 characters (found 232).59
 WarningLine is longer than 200 characters (found 333).60
 WarningLine is longer than 200 characters (found 217).61
 WarningFile contains tab characters (this is the first instance).80
-
-

javax/measure/quantity/AmountOfSubstance.java

- - - - - - - - -
SeverityMessageLine
 WarningUnknown tag 'apiNote'.22
-
-

javax/measure/quantity/Angle.java

- - - - - - - - -
SeverityMessageLine
 WarningUnknown tag 'apiNote'.24
-
-

javax/measure/quantity/Area.java

- - - - - - - - -
SeverityMessageLine
 WarningUnknown tag 'apiNote'.24
-
-

javax/measure/quantity/ElectricCurrent.java

- - - - - - - - -
SeverityMessageLine
 WarningUnknown tag 'apiNote'.23
-
-

javax/measure/quantity/Length.java

- - - - - - - - - - - - - - - - - - - - -
SeverityMessageLine
 WarningUnknown tag 'apiNote'.27
 WarningFirst sentence should end with a period.30
 WarningFile contains tab characters (this is the first instance).30
 WarningMust include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description.38
-
-

javax/measure/quantity/LuminousIntensity.java

- - - - - - - - -
SeverityMessageLine
 WarningUnknown tag 'apiNote'.23
-
-

javax/measure/quantity/Mass.java

- - - - - - - - -
SeverityMessageLine
 WarningUnknown tag 'apiNote'.24
-
-

javax/measure/quantity/Temperature.java

- - - - - - - - -
SeverityMessageLine
 WarningUnknown tag 'apiNote'.19
-
-

javax/measure/quantity/Time.java

- - - - - - - - -
SeverityMessageLine
 WarningUnknown tag 'apiNote'.26
-
-

javax/measure/spi/Bootstrap.java

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).68
 Warning'==' is not preceded with whitespace.71
 Warning'==' is not followed by whitespace.71
 Warning'==' is not preceded with whitespace.92
 Warning'==' is not followed by whitespace.92
 Warning'==' is not preceded with whitespace.94
 Warning'==' is not followed by whitespace.94
 Warning'if' is not followed by whitespace.122
 Warning'{' is not preceded with whitespace.122
-
-

javax/measure/spi/DefaultServiceProvider.java

- - - - - - - - - - - - - - - - -
SeverityMessageLine
 Warning'if' is not followed by whitespace.57
 Warning'{' is not preceded with whitespace.57
 WarningFile contains tab characters (this is the first instance).78
-
-

javax/measure/spi/QuantityFactory.java

- - - - - - - - - - - - -
SeverityMessageLine
 Warning'<' is preceded with whitespace.25
 WarningFile contains tab characters (this is the first instance).34
-
-

javax/measure/spi/QuantityFactoryService.java

- - - - - - - - - - - - -
SeverityMessageLine
 WarningRedundant import from the same package - javax.measure.spi.QuantityFactory.10
 WarningFirst sentence should end with a period.12
-
-

javax/measure/spi/ServiceProvider.java

- - - - - - - - -
SeverityMessageLine
 WarningRedundant 'public' modifier.26
-
-

javax/measure/spi/SystemOfUnits.java

- - - - - - - - -
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).35
-
-

javax/measure/spi/SystemOfUnitsService.java

- - - - - - - - -
SeverityMessageLine
 WarningFile contains tab characters (this is the first instance).28
-
-

javax/measure/spi/UnitFormatService.java

- - - - - - - - - - - - -
SeverityMessageLine
 WarningLine is longer than 200 characters (found 214).27
 WarningFile contains tab characters (this is the first instance).31
-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/checkstyle.rss b/0.8-SNAPSHOT/checkstyle.rss deleted file mode 100644 index d65bf19a..00000000 --- a/0.8-SNAPSHOT/checkstyle.rss +++ /dev/null @@ -1,866 +0,0 @@ - - - - - Units of Measurement API - Checkstyle report - http://unitsofmeasurement.github.io/ - Units of Measurement API - Checkstyle report - en-us - ©2014 - 2015 Jean-Marie Dautelle, Werner Keil, V2COM - - File: 58, - Errors: 0, - Warnings: 48, - Infos: 0 - - http://unitsofmeasurement.github.io//checkstyle.html - -

Click here for the full Checkstyle report.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FilesIWE
- javax/measure/format/Parser.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/Length.java - - 0 - - 4 - - 0 -
- javax/measure/UnitConverter.java - - 0 - - 2 - - 0 -
- javax/measure/quantity/Force.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/Luminance.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/MagneticFieldStrength.java - - 0 - - 0 - - 0 -
- javax/measure/package-info.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/Illuminance.java - - 0 - - 0 - - 0 -
- javax/measure/spi/SystemOfUnits.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/package-info.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/LuminousIntensity.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/ElectricCapacitance.java - - 0 - - 0 - - 0 -
- javax/measure/IncommensurableException.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/Dimensionless.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/ElectricPotential.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/Power.java - - 0 - - 0 - - 0 -
- javax/measure/format/package-info.java - - 0 - - 0 - - 0 -
- javax/measure/spi/DefaultServiceProvider.java - - 0 - - 3 - - 0 -
- javax/measure/quantity/SolidAngle.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/Acceleration.java - - 0 - - 0 - - 0 -
- javax/measure/UnconvertibleException.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/MagneticFluxDensity.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/CatalyticActivity.java - - 0 - - 0 - - 0 -
- javax/measure/spi/UnitFormatService.java - - 0 - - 2 - - 0 -
- javax/measure/quantity/Pressure.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/Energy.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/Angle.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/Speed.java - - 0 - - 0 - - 0 -
- javax/measure/spi/QuantityFactoryService.java - - 0 - - 2 - - 0 -
- javax/measure/quantity/ElectricPermittivity.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/ElectricInductance.java - - 0 - - 0 - - 0 -
- javax/measure/format/UnitFormat.java - - 0 - - 4 - - 0 -
- javax/measure/quantity/ElectricCurrent.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/RadiationDoseAbsorbed.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/LuminousFlux.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/ElectricCharge.java - - 0 - - 0 - - 0 -
- javax/measure/spi/ServiceProvider.java - - 0 - - 1 - - 0 -
- javax/measure/format/ParserException.java - - 0 - - 4 - - 0 -
- javax/measure/quantity/Volume.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/Time.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/Radioactivity.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/ElectricResistance.java - - 0 - - 0 - - 0 -
- javax/measure/MeasurementException.java - - 0 - - 1 - - 0 -
- javax/measure/spi/Bootstrap.java - - 0 - - 9 - - 0 -
- javax/measure/Quantity.java - - 0 - - 2 - - 0 -
- javax/measure/spi/SystemOfUnitsService.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/Area.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/AmountOfSubstance.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/Mass.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/RadiationDoseEffective.java - - 0 - - 0 - - 0 -
- javax/measure/spi/package-info.java - - 0 - - 0 - - 0 -
- javax/measure/Dimension.java - - 0 - - 0 - - 0 -
- javax/measure/quantity/Frequency.java - - 0 - - 0 - - 0 -
- javax/measure/Unit.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/Temperature.java - - 0 - - 1 - - 0 -
- javax/measure/quantity/ElectricConductance.java - - 0 - - 0 - - 0 -
- javax/measure/spi/QuantityFactory.java - - 0 - - 2 - - 0 -
- javax/measure/quantity/MagneticFlux.java - - 0 - - 0 - - 0 -
- -
-
-
-
- diff --git a/0.8-SNAPSHOT/css/maven-base.css b/0.8-SNAPSHOT/css/maven-base.css deleted file mode 100644 index 53153e9f..00000000 --- a/0.8-SNAPSHOT/css/maven-base.css +++ /dev/null @@ -1,155 +0,0 @@ -body { - margin: 0px; - padding: 0px; -} -img { - border:none; -} -table { - padding:0px; - width: 100%; - margin-left: -2px; - margin-right: -2px; -} -acronym { - cursor: help; - border-bottom: 1px dotted #feb; -} -table.bodyTable th, table.bodyTable td { - padding: 2px 4px 2px 4px; - vertical-align: top; -} -div.clear{ - clear:both; - visibility: hidden; -} -div.clear hr{ - display: none; -} -#bannerLeft, #bannerRight { - font-size: xx-large; - font-weight: bold; -} -#bannerLeft img, #bannerRight img { - margin: 0px; -} -.xleft, #bannerLeft img { - float:left; -} -.xright, #bannerRight { - float:right; -} -#banner { - padding: 0px; -} -#banner img { - border: none; -} -#breadcrumbs { - padding: 3px 10px 3px 10px; -} -#leftColumn { - width: 170px; - float:left; - overflow: auto; -} -#bodyColumn { - margin-right: 1.5em; - margin-left: 197px; -} -#legend { - padding: 8px 0 8px 0; -} -#navcolumn { - padding: 8px 4px 0 8px; -} -#navcolumn h5 { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn ul { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn li { - list-style-type: none; - background-image: none; - background-repeat: no-repeat; - background-position: 0 0.4em; - padding-left: 16px; - list-style-position: outside; - line-height: 1.2em; - font-size: smaller; -} -#navcolumn li.expanded { - background-image: url(../images/expanded.gif); -} -#navcolumn li.collapsed { - background-image: url(../images/collapsed.gif); -} -#navcolumn li.none { - text-indent: -1em; - margin-left: 1em; -} -#poweredBy { - text-align: center; -} -#navcolumn img { - margin-top: 10px; - margin-bottom: 3px; -} -#poweredBy img { - display:block; - margin: 20px 0 20px 17px; -} -#search img { - margin: 0px; - display: block; -} -#search #q, #search #btnG { - border: 1px solid #999; - margin-bottom:10px; -} -#search form { - margin: 0px; -} -#lastPublished { - font-size: x-small; -} -.navSection { - margin-bottom: 2px; - padding: 8px; -} -.navSectionHead { - font-weight: bold; - font-size: x-small; -} -.section { - padding: 4px; -} -#footer { - padding: 3px 10px 3px 10px; - font-size: x-small; -} -#breadcrumbs { - font-size: x-small; - margin: 0pt; -} -.source { - padding: 12px; - margin: 1em 7px 1em 7px; -} -.source pre { - margin: 0px; - padding: 0px; -} -#navcolumn img.imageLink, .imageLink { - padding-left: 0px; - padding-bottom: 0px; - padding-top: 0px; - padding-right: 2px; - border: 0px; - margin: 0px; -} diff --git a/0.8-SNAPSHOT/css/maven-theme.css b/0.8-SNAPSHOT/css/maven-theme.css deleted file mode 100644 index c982168b..00000000 --- a/0.8-SNAPSHOT/css/maven-theme.css +++ /dev/null @@ -1,141 +0,0 @@ -body { - padding: 0px 0px 10px 0px; -} -body, td, select, input, li{ - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 13px; -} -code{ - font-family: Courier, monospace; - font-size: 13px; -} -a { - text-decoration: none; -} -a:link { - color:#36a; -} -a:visited { - color:#47a; -} -a:active, a:hover { - color:#69c; -} -#legend li.externalLink { - background: url(../images/external.png) left top no-repeat; - padding-left: 18px; -} -a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { - background: url(../images/external.png) right center no-repeat; - padding-right: 18px; -} -#legend li.newWindow { - background: url(../images/newwindow.png) left top no-repeat; - padding-left: 18px; -} -a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { - background: url(../images/newwindow.png) right center no-repeat; - padding-right: 18px; -} -h2 { - padding: 4px 4px 4px 6px; - border: 1px solid #999; - color: #900; - background-color: #ddd; - font-weight:900; - font-size: x-large; -} -h3 { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - color: #900; - background-color: #eee; - font-weight: normal; - font-size: large; -} -h4 { - padding: 4px 4px 4px 6px; - border: 1px solid #bbb; - color: #900; - background-color: #fff; - font-weight: normal; - font-size: large; -} -h5 { - padding: 4px 4px 4px 6px; - color: #900; - font-size: normal; -} -p { - line-height: 1.3em; - font-size: small; -} -#breadcrumbs { - border-top: 1px solid #aaa; - border-bottom: 1px solid #aaa; - background-color: #ccc; -} -#leftColumn { - margin: 10px 0 0 5px; - border: 1px solid #999; - background-color: #eee; -} -#navcolumn h5 { - font-size: smaller; - border-bottom: 1px solid #aaaaaa; - padding-top: 2px; - color: #000; -} - -table.bodyTable th { - color: white; - background-color: #bbb; - text-align: left; - font-weight: bold; -} - -table.bodyTable th, table.bodyTable td { - font-size: 1em; -} - -table.bodyTable tr.a { - background-color: #ddd; -} - -table.bodyTable tr.b { - background-color: #eee; -} - -.source { - border: 1px solid #999; -} -dl { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - background-color: #ffc; -} -dt { - color: #900; -} -#organizationLogo img, #projectLogo img, #projectLogo span{ - margin: 8px; -} -#banner { - border-bottom: 1px solid #fff; -} -.errormark, .warningmark, .donemark, .infomark { - background: url(../images/icon_error_sml.gif) no-repeat; -} - -.warningmark { - background-image: url(../images/icon_warning_sml.gif); -} - -.donemark { - background-image: url(../images/icon_success_sml.gif); -} - -.infomark { - background-image: url(../images/icon_info_sml.gif); -} - diff --git a/0.8-SNAPSHOT/css/print.css b/0.8-SNAPSHOT/css/print.css deleted file mode 100644 index f09d546c..00000000 --- a/0.8-SNAPSHOT/css/print.css +++ /dev/null @@ -1,7 +0,0 @@ -#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { - display: none !important; -} -#bodyColumn, body.docs div.docs { - margin: 0 !important; - border: none !important -} diff --git a/0.8-SNAPSHOT/css/site.css b/0.8-SNAPSHOT/css/site.css deleted file mode 100644 index 055e7e28..00000000 --- a/0.8-SNAPSHOT/css/site.css +++ /dev/null @@ -1 +0,0 @@ -/* You can override this file with your own styles */ \ No newline at end of file diff --git a/0.8-SNAPSHOT/findbugs.html b/0.8-SNAPSHOT/findbugs.html deleted file mode 100644 index ccc38d75..00000000 --- a/0.8-SNAPSHOT/findbugs.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - Units of Measurement API – FindBugs Bug Detector Report - - - - - - - - - -
- -
-
-
-
-

FindBugs Bug Detector Report

-

The following document contains the results of FindBugs

-

FindBugs Version is 2.0.3

-

Threshold is medium

-

Effort is min

-
-

Summary

- - - - - - - - - - -
ClassesBugsErrorsMissing Classes
55000
-
-

Files

- - - -
ClassBugs
-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/images/collapsed.gif b/0.8-SNAPSHOT/images/collapsed.gif deleted file mode 100644 index 6e710840640c1bfd9dd76ce7fef56f1004092508..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 53 ycmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlI4r7uBZ*YkPFU8d4p4Aua}2?(?R diff --git a/0.8-SNAPSHOT/images/expanded.gif b/0.8-SNAPSHOT/images/expanded.gif deleted file mode 100644 index 0fef3d89e0df1f8bc49a0cd827f2607c7d7fd2f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 xcmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlH@g}+fUi&t{amUB!D)&R0C2fzRT diff --git a/0.8-SNAPSHOT/images/external.png b/0.8-SNAPSHOT/images/external.png deleted file mode 100644 index 3f999fc88b360074e41f38c3b4bc06ccb3bb7cf8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd{{R1fCIbVIy!atN z8e~{WkY6y6%iy53@(Yk3;OXKRQgJIOfsI*BO@UFsfhWLBc>*(#PB?Jn2*(o!76E4F z2oaVU3``tH+Kgs0GI5+@Tg}d)z%jd%F@?{8!SRZ5b1yT80-FZIMn)zc2Ca66y`pzY R*nwsP)>x!^tmpH&$+C<;2VrCaYmBwl1VLaz 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 Z{{a;Um`|96AOZjY002ovPDHLkV1gJ2e-!`# diff --git a/0.8-SNAPSHOT/images/icon_error_sml.gif b/0.8-SNAPSHOT/images/icon_error_sml.gif deleted file mode 100644 index 61132ef2b01806f6122c31d173c98e01e499b9a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1010 zcmZ?wbhEHbJMCn#OVEqF*oew~oaAu*+mN;-=y?VHT3tIe$XQqrDo-uB_a z!$aaK`z6))OKGn34?nwc^SuifkIL#EmDgV_qjg-#8v*0u4q4%1moUw{LZ54UeCgzNF^jX`uv-XK+9g@yFrG9?@ z!9&5&Tgk*j(b!GF&{N4I-Owl3GNQ;Kslp@APSw&&&ux9d>WxL~{EYoKm2KHvv3+ax zZUYB?Ae*8JnchZheXeEaa>@87?_fB*jV>(`erUx0B6j@wa!KnN)QWMO1rn9HC8 zQU}Tt3>@bftT|;oHYhlHH8T8tc{qL2LBC1&wnQeg^-S05<#H=J%;q~&KX!$OXH$lP zifQJ#9>L8|xhAVRHT-xPa*}7JK>(A*!AmL!CQC~j>707p+C5b#ib-SZ5@wfn#-0y8 zor_pb3M^%mkXhlduwjw4dk@RWhYZ<*tSUAV9x3eYyi#^d39lH{872xT#>g14FgCZb z+Lvv}DClhGVU*`8y(Qe}(9I>Lw<6->0~Q`zX3oMH2272dBARI`0wDzxS_G8b_H+a` TZ#n2*^y*Bf^Krq04Gh)*dSnrT diff --git a/0.8-SNAPSHOT/images/icon_info_sml.gif b/0.8-SNAPSHOT/images/icon_info_sml.gif deleted file mode 100644 index c6cb9ad7ce438a798426703e86a7ffc197d51dbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 606 zcmZ?wbhEHb!Rj)7jHhhdgsOUdoQoueZi?7 z>>gViTe&E#V48n=mrru5S3;v}WQB8hiDz7$TU2Fg8RZkU)J)l4H+4sO@7jjxJ4?G(<~7c1nYFul=C0P+d#d`@bj{yi z-npcE!T#Qb2PP~z)H;3B%r(bntUlH>Y2~CvyV|C%UbyM>vTf&9?!2&e&!siHFV0_c zVB`KP8}?n^dg$7Yqc`@PxOMQ%-NWbZ9Xfk=)1K2OFF!hV;r{6>kIr6ua^~ve%eS9j zy7lbD`I|4_et!J??bq+WzI^-n`RfmdkOIfh!pgqYwSCK`t~@$#!^!1aj_y2mzyI{@?vuB79>2N$==JkApPs$`_~ygc*YCf)diVLp z{pXKfy#M&+`?nvze*gIk#Q*;N0|qHLXbBUFKUo+V7>XElKuSSz!oa?}p{S|3rL`#` zEj=M8CWV#D$GthOu#hRgfH^NPHz`Z6or!6tudIJkhF|)EqL_SUmH;#E=*;vU)ut4d z*}1MJ+3|6yK5|W*0YQlwY}}E_93D;*P3)($(!#iHyj&dYc$?gAB*f@)n?~7Mn)5Ze zB*b!gs&gB@F*e|Da`5(ac688Lp~TGAEh5PBlHo`4aV}w%hy?;49h(#+>`NXTD0Bjy;4ci{C-1K14rU#4Xoa9{m6qopA9n0cn|!>ecYkij zwyX=!4*mH3EoqLqSGiVbyFqxD(bS8XSDu{6U1jZO70Ic@{~t&7=B^ zBD)NOoAkU&Gy^LQJ5PtV?u{&65}4ZUmfYbweP{LTy^YnAGv=AGa7*6wj}%~b0?7r5!@qH7P%p1*$L z@#{ODxoUwG+WsY)zWExj-aqxpQS(e!bx&6L`u)?tfB$~}{{8*?cVO&*V`-G2NeC$Z zWMO1r=w{FXnGVVm3>>=|#5rX=HY{-DP?VFNPL-%m%>B+*~5-k^-+4*MLFr;tQ0}^rlS-^!^Q`Mx1hrB$jwn&hk~Xk=#Nl+_9Nu|Y$D G!5RQ;-6)O# diff --git a/0.8-SNAPSHOT/images/icon_warning_sml.gif b/0.8-SNAPSHOT/images/icon_warning_sml.gif deleted file mode 100644 index 873bbb52cb9768103c27fbb9a9bac16ac615fce5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 576 zcmZ?wbhEHbB!Sy%bj7w z8LP{2I!WYbmF&-Ixi?j6tD|K1XR2M#l>Aw*aXL%wXS3nYW}{zi=4WzsU5r%E6qx+# za{AThd85YVOsT`KDUrWsBtGknIa3>Sy(4;AS@f^Dxt>-=XPXm#FD(1Lr2hBv=9?3X zZS^!XrNw@)>eiN((2|w-y>{aB1+99DGMA?}+UTggT+(Z*rf8+5x~aWVOGcurtl;&U zIa)H3I&#vwvQjJBn`YHj9iKlB7`)(M#!e{yWMO1rC}Yq8NrU2qfqia6SyOXMYa1sM zM_a34eqyRfcQbQJY;^IYGTuzaxglKLqNQEA}OiQec+sQ#rUUjLqg_MpsPmY43 zsgmVV8EHK$eV-B~6*UcAW2+w%1e4o&9#aAczLGF}PmMg|6J0Ey4q A)Bpeg diff --git a/0.8-SNAPSHOT/images/logos/build-by-maven-black.png b/0.8-SNAPSHOT/images/logos/build-by-maven-black.png deleted file mode 100644 index 919fd0f66a7f713920dd7422035db1c9d484351d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2294 zcmVKOG`!VuDc=fnx$+R6#>c^>b&wcOS?|$!`a}U6ptjU_J zlBA}l*3{J0)YMd0R~Hr*dU$xO^ie1jhYlTLS+=C4#MRYRCX#twGUSD6Il$6AA+=UAlkY(ZF;m4037Yc>v&!1mPsNXdliHV74&z>zUEv=}iC@U)i zfc^XTJ3BiAKvYyzczAd~K){|od(ip)`}f`5-HnZnv$L~Hzqq=(y7Kb!>gsAwPfu@e z@3gcu0LabFC4?{xBNPh18Fpy3+Tr2hfq{Yc_V$w}PjVdhGtMTH$zU){PfznaPmK)? z4KH52=;-KZX=#a#jlFZ{PF7YH!!Q{c8Taqs=Xt)UsK{tE{@>vc{2Hgh!NL0adH}e0 z@19Df^78Tm0ES@zz{SO7Zf@=upJ1_AP_bIAgpih&mWqmsojZ4GG#a&9{f)&Au~_Wm z<0F^L4;(mPHk)-io!M*-3JMa7#VIK%EBy%}_$g6IPEM9cBvPp~K0f}{t5+6_rMbEJ z(xpqcZ{G$0j^p<2+vnuu^bN3MdU`rLJ3Br;9ss7MrVbuFxUjHLQBhGX6WriQ5|M*_w z@5bUDdV71dTCG;AO-@dx@4a~OA{y)K>k+2N$jAo|9?w z?b_+nr`2k;!{M;o?Qh<^`R=>#RtFA0KR<`Vfh)Li;|5+X!otGn&U<@%H*VaBDU;Gf zr_<5=()7Iqfmk>yLj`}084`48Zf?d|M~)mpOHfeI{QNv2WMN?;Dk=&9GBY#LVzb%$ z`};Aq6GAK&OK4~)&U*g*IT{xh7M8K~%9SgtQ-;OG#ZeC5ym=F=X|vf(9h#b&K7RZN z05+S=X0xGjU|@g-%ePwl!GC`7t=5VDruDp`t9rXwq=tAb*88KQqo~N`a#V_oixKzA z%F4dJzL1cRy1F{CSUfW`qfjWeZ{Hpm7>H$yNF>V6&c<>vGBOgU_w@7}J9g~o(WA6z z#sgc0B0VlH4i&T6{Pyiz)FUDys6$s*7rnXCi!3z)!0DGJ5eITHyM2Q|E@qtti{QRD z*nbiZg+h^&lY>QINl6I+oH}*N-Q67kYHMqqoSd*@fE67^695Pa36aTU0HD+95)%{g zFw)c0Gcqy&K&4WxG906$qk6p_b=txpgmiazqaGF(M)NU+!{3cPsc^{*a`Ja$nXfZ@ zhsL%N4whw0OG`2M6&4oG&CQ8KBHBPHC@3f>C|I^a>__(qFp!^RU zV`F0uhl6EVxm><`_ijATmoHz|)ztxjL?XdmSuB<(Po5A$mM!w}C3kdS~ef}W>dub-Hhz&fI`vJ#oXvTST@?6qsxN=r)tz|+%n^XARiL+I)0 z!HGL|?4Z?OC@z>ppO+fmk zEDIk1FgrV2R8&O&@;qNwR)+h@$;nZx)dqvXVzG2}b>-#d_4oHa!G&Dp59OYMg zd;9A2I}{29&+|ObzkB!Y^XJcKjE;^*({SomlT)I^E^_90Q{xPG;bvU;38ml zcng&pTZhKxAmAX-{xuvUBO`bZu-omWrKK8;X6fkl>(@`5I6;GyySuwkDCBv*tE;QE zwH1kg)0Ijk1~{Qms8A@Vadob6a=9D}VUx-9>C-1l1S|^dcDq`w#&Z*k#hB*+K%>#n z=0$)zo8T)X1Ujc}V+Omw8!O@%0GKp7%(fp1ER{;7QYogYiHQlT)w*&q5{X2iP;Ak diff --git a/0.8-SNAPSHOT/images/logos/build-by-maven-white.png b/0.8-SNAPSHOT/images/logos/build-by-maven-white.png deleted file mode 100644 index 7d44c9c2e5742bdf8649ad282f83208f1da9b982..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2260 zcmV;_2rKuAP)4hTLUyOQ{PVbVY5&Y3g!&hN~bnR7}ZgkXUt ziC%zU0gf+&kEv>t|d$x|zXw1mS0D%1b{8z7DF%0wW-8(XBFc`A3vVI|O z^!N97baWg(eE86zLn4uA_wL=Zb@+UKU|=8sJb3V6XlSUctSl!dhm4xd=KJ^W|8h2q zR4NS%3yX+|NKQ`f?d=7Cf`Wo)&z=E5TU%REQIXYZefjbwRvsQ6zIyfQojZ3l8V#{v zv)R(q)39Vr2GBPsa+apV2%%fIZY3ln0Kl+1Y8c*(xe3X6sWFH9kH*UDDLl)ZN`}u~;f9D%P!A2LK5P2`MQl z(b3TuDUC++_U+qm01k;n!Z1u+TwGjS+}X2d^Yil+3Pn;B-~q z{Qdm_z{kf&EEb1^gw)j3R904!x}#RBj~+c578Vv16olc}xpQZGd;7k9`>@WHD_2M| z{%VB2fNVCK&1U^_rTW_bx`C@MK&%ZR^ybZ*=;&yb zN);0mV>X+~OA`|lRVtNAr7A8i#zL)DyJycHxm+$5izO0?QmM?$%p@6le0*H3R;yI1 z=;-LCrlu1oPI!8HIypHhmCA~Wig|;>WHON!GbSbmcN`jxhJ=GssnlpRR;zVzaF8J4 z>+3sJhW@0w{LH6-`(Afr<9kMWBXoSUM7Dox&JGJtojOI96z3EG z*uH)HWN?qO7x!`hzQnzLg5JL3Ui^ps%X$n4`+YK2S-yNZo>gC8kJmXUC#D?-i_a7IlwdR(Kkw#T>s)<( zJ!ZVTycREBO!{t;H9|r{F#q)FQ_`LjAsBnPnnKk2PZ;V3*7{M#@%jyBNObh|^_fg2 zd|f0I3eTTEPf=83VhUbHWgRft|{%MRRMp6H>seM7wV6&k5Vn7H0DDSDT_wn(;aaUDU zWi%QoiptK;CgqIWB$bwy78Mm?w@oI~&6_tPBO~$kExCLno}10)mX;RGM?^%-PjqOt zTFi(#=@4C7NJmxEVK7l6G0yhEp_Lq9)1fj}S-2%Mdrv$L~tStVt%xVSheDG9e5EX$6J zj8GIMm&=bIKaK;TqoYG05D0}r0!Kqb1E0?q2n1`_uAR{_f0E{OgnR$~y~Sd|+0n_# z2@6L?MsUQ^H0|QzLJoDKqobtlneyk|8`Sp{cp}PUC5RRQ^8?;2;Iss$eWk%*n3$Nr z(73v~e)3}s219#$yTM=(2n6o#?!LahxUO>?H!v`O%bZ*;$Ideh!!Qg0h{fVXix$lf i91DLtEx@rr0RIK2cl{g~?Z1Nn0000}s diff --git a/0.8-SNAPSHOT/images/logos/maven-feather.png b/0.8-SNAPSHOT/images/logos/maven-feather.png deleted file mode 100644 index b5ada836e9eb4af4db810f648b013933e72c8fbe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3330 zcmX9>c{JN;_x~o5Ac>t)`_^PEV{L6MNl>(?QcG&7ly=N-Xep}HlEki6%d`xGQff?J zZ3V5?nxMK^TW!%rlc2Oi#TE&YeBaFbd(OGfJqdI` zc>}=J0{}qD0)QP*?7suRWeWiKhXeo)6#$?b`+NA18vvk_kGT^3lRrj~)ZiX~E=7&X z2SKm_0zsnO+$cbVdd$U-?NJjv4pVQ1Nhjly1q-WLl67`_;z%v-QHPc;g_!S~IRE^{ z!-r;4Azogl1_mw!0>pbvoPqVZ9U2s5dwy6sHa1p4L7^@xJ3CvqEtc6=V;Sjo`SKw` zH=oaUc5x93g$)f2RLqLwrQCI9Ez?$q{#(_7txem8O7-r(E=u3NrnVzb>g3;N!E`D4 z$F(MEarBhUUxI^!j~_>3u~Bhx7JsSR*w|dSa6vbc*_R&srRM|ftV?XHdFb}1C$WrQ zvCqw{t=r+KeZT{28=Et|SGiR|Ew_)PCPc7HL$FRx^tIjT!gS^&HZAG+)pJ^j_L!yB z-&JbQI5tJZ0TS}9l}GV-#=yY9@UZdW!+Wo8V)3OP+M~kh8Cox&UgiEXkb|OHrtnt7 z^5^7qoPgd(mzSp^UljFw^Ea1#($jleS~zn<*Qt%~?;g8p7T$+e1_e6_0RivD9i_fn zntBj|S0D{TF>ZC0BjrC=O}^<#pa0LS&uvarfWzp2`pUd__f_%7YV~7dt=r6SgMYpk zjT&tozdBVDfMU+}3PBKu{I@a0eE%y;<26%LfpraXnsz78oRL+ASlucsJ9Ov}^-cnR z?X0S*D(PH#SsA1;IVGjHr-u@pc=<9LQ|*-QU~8*d0k5yGUszbEsHmW5uYUjj;c@h| zc=i>Ql~f4Q{2jFogTeH_k#4q)N#10=x?L3lT5fn+n;f?)a5}#)D(b9?5F`jW*8R2B zY10|kzu50Yt-pEkr?pP=J)v#j+39IETXnv??EKOqdr`^I$PR$!&#+i*wr^07q=V|W zRr`cRLkwol7wvCgY>XVWV#HBVP$e>vs8#}bhe8j(d*@G*O1g5TCFF^jnVIZQvS`z% z5v0FEpQe3XqLbN{Z+4@!!}?n1jYn$VqUAWElr$a=d)NRcr?dxiBP0c$a4eq)C6kW} zg`-#3YZthl;XEcu_;g!xn!}4v15@n5*WxOpB14=8A8Dk>`K z>FLRD7bsziv>lNxci1YB3`T!HV#jF&kvayv7^9-Sg&l|eQ^qB(FU%g~JDx-!K6@(Waovi+Tc$s`@s@Sv* z9p0C*!~5#c{h1>d>@N5DL);Ea=d|PU4}@o zGdG0Ng%R<9V_jn-yfB3nD7kxXb8!sMIXlJ1WeD*5?60hT&XSa)+yVTVl9iP_o8v^w8_0650v?-3$V0uILqsvdAu+2y6|YCewgNhga^h4Y-lNq0Cah}ivo zpoq6EpmWSceZAoF%B5UfVPU3op{AfPhFM{FSFJMU!)c~SDTMch@trf6$~-E;5xn-d z<8`e~UPj0w%vDYVje(iQii)`c=wzHbR6^djAF^dnW5A}!CD-JMWyVHEkW;BwukLPq z9nsR%B=!TuB0vQ|DPO#J@zkle(n^?>&z)~)XSMt|Ks2+uT9af6QEqK-hanLX5&&xP z-l-<%m`WTuBR<~hh#iYkQxoQNXtTFvX)i0JF_1Iu5Wn+7^XJlfPFX+T%IM9_7+4B=%5Y=a!X6S`QV)~knSitusE`|vEgD?+D*SdgtN-v z@2!tnPsQ$W9OoldXg5!7EGfyuKEmbk%8!pz518D&%P>a8*ji>n+N5Y15QI!N3aw76 zk?~TlC_r^z21V(@jrIB2O=fW{*e;OxLwTOl%b7{65NYoUzv46uU?y1WK`h1$gXk#s zGM!NC1T6)2&vea(*Gjoe-Y0OseT68UKVi7GtWs>+{mTm3?9wmCl9JqVL7fcIg7PHy zS|uV8fd^!W2I;)j*_@ml#-BrjgIWH)bTI&Jf1fXAax!YjYcdmoW44Np%MhjRZR?D*fO!{1UqRj~p#EAohT=T-17$$k6AmQb( zr9h0V!aUsY=NL_BPmf|~=n=+2*+gqRK=3w1+z;yxltfUx%}G^AqM7qBoD>Zu#))>h z(O-H}7=Go_Xv&X~RNksk#{u}JDqbNyJIauD&lJ!>cpV`%&T(-`&1Vx}= z8{BIG$r-+Li5}_#{j}s%FlGk$jM1|WKp=Pv|*T=m!~I+rUjJ3F@7W!gumQD8RFwVZryr0 zG6IWssk0)%eJuVTRDtKPo&xDaOWF|RzCnozye=JYW-)oDFHKrbK}AL7sWkcH57B~D zWIZ`=QNK#g)SEJB!`69JGO3P=r08pDX))Bb6t@_;R!2TlYhv>Ek*cIBeDucB zNbDTV5C(L01Ze7}3Kc7OC~(zLdAV~G`9N+1xB3ie(wD=k6U z@g3gU065J9XPq{lyp>keB&(ixxdnV8$%i$asL6b0O)JUdYtCpuubGB*DbEFHXlQtp zXgMTG%@{+j0dI{Adnj6-$)BcQylA>}r~l(e_1pE-*`Eac5PAGF#EWMIO6;2ECZAeo ziPF85kd7Ft6f{I>ZQIUbf5YND4#d%gJpKl~IaM@Xl!bUvZj*0lQRvUOOhugnVG zMF7OiLdS5a+otCLNQI8V^8vu3ka8NP_S>32`v3S)2n{Pe(fRVLdLST=H+AiBqCTY3 zZWI=>Zsgp=`Z%jG=8)QMYZO=@1A#!)z2kiwpnq3DhkpUGZV&>CeaB0vA>Y6+Mrd+| zrA52d@P7Qe=6m=0Lz-`5yrGM(x*9Y0sP7_5T2*v`@~JgS7L3#>yY-7x_MJ+9`9JqyEa*$Q0 ziiL%hken<6A7+&3D;!0f@qP3TvIRVoufv)c8?&aw&B~1Y(02aUpDjK7B)cSkx8QDV zQMj_M+x+$UXOfa)nmweB@KP^Xm2R7$9(p;LCnufvW}*eG4R>Eak)Ei}%-KE8gsec^ zj=HuX z(qyBjd`DTC3ZeF2!np?{CKA-DtE=Op^zuqOJMFU}UTntQB1KKp81%{!bT~6heKA2v zt?`kF-Zi+k^YcNCz>V!+^RbV}r|Gp2j0+=crL`N5t}4tX=Ugo&7+C6ua?F4oX!wQ+)83@^vkY zDLFc>n(A(&_r09T&@t7l6XQ+b#6#=gA#14-D;h1Uq<(+=C8$D8`D^qmZ z9NOcdL`OIEho{GDl585|eQ0-*j0e6Rr=PNtyozBAqJr diff --git a/0.8-SNAPSHOT/images/newwindow.png b/0.8-SNAPSHOT/images/newwindow.png deleted file mode 100644 index 6287f72bd08a870908e7361d98c35ee0d6dcbc82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd&SYTt4+aeuCvSob zD+%%o1`04ZXs!GLj7%Iec?BF2%&y2ZFfeUwWbk2P5nvW+xWT~4#-PT{uyM;F);OSv44$rjF6*2U FngH~|K)3(^ diff --git a/0.8-SNAPSHOT/images/rss.png b/0.8-SNAPSHOT/images/rss.png deleted file mode 100644 index f0796ac886201eb43b7a15113e2deb1b32fa9a09..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 360 zcmV-u0hj)XP)1pTfh($;sL0vc}u{{{FPIw4gub**+Xunj;hMg-Rk@N{o&!^ z{r&#_{{B{et%#+@{r~@)vdh1}zle=^0GR*(m;g35HkdZcHkixXHq)$8FWQhbW?9;ba!ELWdKKV zVQ^?^V?%Flc4cyOWpXuLNbUdt06|GaK~#90Vz9#p80;8u1CXpOE?Whx%fLW2AK{k88_xIu00030{{sMfLr(Xb|5zme0000 - - - - - Units of Measurement API – Unit API home page - - - - - - - - - - -
- -
-
-
-
-

The Units of Measurement API for Java

Logo -

Units of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.

-

Copyright 2014 Jean-Marie Dautelle, Werner Keil, V2COM All rights reserved.

-

See license for details.

-
-

The project

-

The project is hosted on GitHub. It runs a public mailing list for user and developer questions, other issues, and general discussion.

-
-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/integration.html b/0.8-SNAPSHOT/integration.html deleted file mode 100644 index 9ae1936c..00000000 --- a/0.8-SNAPSHOT/integration.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - Units of Measurement API – Continuous Integration - - - - - - - - - -
- -
-
-
-
-

Overview

-

This project uses Jenkins.

-
-

Access

-

The following is a link to the continuous integration system used by the project.

-
-
-

Notifiers

-

No notifiers are defined. Please check back at a later date.

-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/issue-tracking.html b/0.8-SNAPSHOT/issue-tracking.html deleted file mode 100644 index 0ec258c4..00000000 --- a/0.8-SNAPSHOT/issue-tracking.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - Units of Measurement API – Issue Tracking - - - - - - - - - -
- -
-
-
-
-

Overview

-

This project uses JIRA a J2EE-based, issue tracking and project management application.

-
-

Issue Tracking

-

Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

-
-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/license.html b/0.8-SNAPSHOT/license.html deleted file mode 100644 index d0d044aa..00000000 --- a/0.8-SNAPSHOT/license.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - Units of Measurement API – Project License - - - - - - - - - -
- -
-
-
-
-

Overview

-

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

-
-

Project License

-
-

Specification License

-
-
JEAN-MARIE DAUTELLE, WERNER KEIL, V2COM ARE WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS 
-LICENSE AGREEMENT ("AGREEMENT"). PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. 
-BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THIS AGREEMENT. 
-IF YOU ARE NOT WILLING TO BE BOUND BY THEM, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THIS PAGE AND THE DOWNLOADING PROCESS WILL NOT CONTINUE.
-
-Specification:  JSR-363  Units of Measurement API ("Specification")
-Version:  0.7
-Status:  Early Draft
-Release: 14 December 2014
-Copyright 2014 Jean-Marie Dautelle, Werner Keil, V2COM - Hardware + Software ("Jean-Marie Dautelle, Werner Keil, V2COM")
-All rights reserved. 
-
-NOTICE
-
-The Specification is protected by copyright and the information described therein may be protected by one or more U.S. patents, foreign patents, or pending 
-applications. Except as provided under the following license, no part of the Specification may be reproduced in any form by any means without the prior written 
-authorization of Jean-Marie Dautelle, Werner Keil, V2COM and their licensors, if any. Any use of the Specification and the information described therein will be 
-governed by the terms and conditions of this Agreement.
-
-
-Subject to the terms and conditions of this license, including your compliance with Paragraphs 1, 2 and 3 below, Jean-Marie Dautelle, Werner Keil, V2COM hereby 
-grants you a fully-paid, non-exclusive, non-transferable, limited license (without the right to sublicense) under Jean-Marie Dautelle, Werner Keil, V2COM's 
-intellectual property rights to:
-
-   1. Review the Specification for the purposes of evaluation. This includes: 
-     (i) developing implementations of the Specification for your internal, non-commercial use; 
-     (ii) discussing the Specification with any third party; and (iii) excerpting brief portions of the Specification in oral or written communications 
-     which discuss the Specification provided that such excerpts do not in the aggregate constitute a significant portion of the Specification.
-
-   2. Distribute implementations of the Specification to third parties for their testing and evaluation use, provided that any such implementation:
-     (i) does not modify, subset, superset or otherwise extend the Licensor Name Space, or include any public or protected packages, classes, Java interfaces, 
-     fields or methods within the Licensor Name Space other than those required/authorized by the Specification or Specifications being implemented;
-     (ii) is clearly and prominently marked with the word "UNTESTED" or "EARLY ACCESS" or "INCOMPATIBLE" or "UNSTABLE" or "BETA" in any list of available builds 
-     and in proximity to every link initiating its download, where the list or link is under Licensee's control; and
-     (iii) includes the following notice:
-
-"This is an implementation of an early-draft specification developed under the Java Community Process (JCP) and is made available for testing and evaluation 
-purposes only. The code is not compatible with any specification of the JCP."
-
-   3. Distribute applications written to the Specification to third parties for their testing and evaluation use, provided that any such application includes the 
-   following notice:
-
-      "This is an application written to interoperate with an early-draft specification developed under the Java Community Process (JCP) and is made available for 
-      testing and evaluation purposes only. The code is not compatible with any specification of the JCP."
-
-The grant set forth above concerning your distribution of implementations of the Specification is contingent upon your agreement to terminate development and 
-distribution of your implementation of early draft upon final completion of the Specification.  If you fail to do so, the foregoing grant shall be considered 
-null and void. Other than this limited license, you acquire no right, title or interest in or to the Specification or any other 
-Jean-Marie Dautelle's, Werner Keil's, V2COM's intellectual property, and the Specification may only be used in accordance with the license terms set forth herein. 
-This license will expire on the earlier of:  
-(a) two (2) years from the date of Release listed above; 
-(b) the date on which the final version of the Specification is publicly released; or 
-(c) the date on which the Java Specification Request (JSR) to which the Specification corresponds is withdrawn.  
-In addition, this license will terminate immediately without notice from Jean-Marie Dautelle, Werner Keil, V2COM if you fail to comply with any provision 
-of this license. Upon termination, you must cease use of or destroy the Specification.
-
-"Licensor Name Space" means the public class or interface declarations whose names begin with "java", "javax", "com.oracle" or their equivalents in any subsequent 
-naming convention adopted through the Java Community Process, or any recognized successors or replacements thereof
-
-TRADEMARKS
-
-No right, title, or interest in or to any trademarks, service marks, or trade names of Jean-Marie Dautelle, Werner Keil, V2COM or their licensors is granted hereunder.
-Java and Java-related logos, marks and names are trademarks or registered trademarks of Oracle America, Inc. in the U.S. and other countries.
-
-DISCLAIMER OF WARRANTIES
-
-THE SPECIFICATION IS PROVIDED "AS IS" AND IS EXPERIMENTAL AND MAY CONTAIN DEFECTS OR DEFICIENCIES WHICH CANNOT OR WILL NOT BE CORRECTED BY THE SPECIFICATION LEADS.
-THE SPECIFICATION LEADS MAKE NO REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT THAT THE CONTENTS OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE OR THAT ANY PRACTICE OR IMPLEMENTATION
-OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADE SECRETS OR OTHER RIGHTS.
-This document does not represent any commitment to release or implement any portion of the Specification in any product.
-THE SPECIFICATION COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION THEREIN;
-THESE CHANGES WILL BE INCORPORATED INTO NEW VERSIONS OF THE SPECIFICATION, IF ANY.
-THE SPECIFICATION LEADS MAY MAKE IMPROVEMENTS AND/OR CHANGES TO THE PRODUCT(S) AND/OR THE PROGRAM(S) DESCRIBED IN THE SPECIFICATION AT ANY TIME.
-Any use of such changes in the Specification will be governed by the then-current license for the applicable version of the Specification.
-
-LIMITATION OF LIABILITY
-
-TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL THE SPECIFICATION LEADS AND/OR THEIR LICENSORS BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION,
-LOST REVENUE, PROFITS OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY,
-ARISING OUT OF OR RELATED TO ANY FURNISHING, PRACTICING, MODIFYING OR ANY USE OF THE SPECIFICATION, EVEN IF JEAN-MARIE DAUTELLE, WERNER KEIL, V2COM AND/OR 
-THEIR LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-You will hold Jean-Marie Dautelle, Werner Keil, V2COM (and their licensors) harmless from any claims based on
-your use of the Specification for any purposes other than the limited right of evaluation as described above,
-and from any claims that later versions or releases of any Specification furnished to you are incompatible 
-with the Specification provided to you under this license.
-
-RESTRICTED RIGHTS LEGEND
-
-If this Software is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor 
-or subcontractor (at any tier), then the Government's rights in the Software and accompanying documentation shall be 
-only as set forth in this license; this is in accordance with 48 C.F.R. 227.7201 through 227.7202-4 
-(for Department of Defense (DoD) acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DoD acquisitions)
-
-REPORT
-
-You may wish to report any ambiguities, inconsistencies or inaccuracies you may find in connection with your evaluation of the Specification ("Feedback").
-To the extent that you provide the Specification Lead(s) with any Feedback, you hereby: 
- (i) agree that such Feedback is provided on a non-proprietary and non-confidential basis, and 
- (ii) grant the Specification Lead(s) a perpetual, non-exclusive, worldwide, fully paid-up, 
-      irrevocable license, with the right to sublicense through multiple levels of sublicensees, 
-      to incorporate, disclose, and use without limitation the Feedback for any purpose related to 
-      the Specification and future versions, implementations, and test suites thereof.
-
-GENERAL TERMS
-
-Any action related to this Agreement will be governed by California law and controlling U.S. federal law.
-The U.N. Convention for the International Sale of Goods and the choice of law rules of any jurisdiction will not apply.
-The Specification is subject to U.S. export control laws and may be subject to export or import regulations in other countries.
-Licensee agrees to comply strictly with all such laws and regulations and acknowledges that it has the responsibility to obtain
-such licenses to export, re-export or import as may be required after delivery to Licensee.
-This Agreement is the parties' entire agreement relating to its subject matter.
-It supersedes all prior or contemporaneous oral or written communications, proposals, conditions,
-representations and warranties and prevails over any conflicting or additional terms of any quote, order, acknowledgment,
-or other communication between the parties relating to its subject matter during the term of this Agreement.
-No modification to this Agreement will be binding, unless in writing and signed by an authorized representative of each party.
-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/mail-lists.html b/0.8-SNAPSHOT/mail-lists.html deleted file mode 100644 index b30aa98d..00000000 --- a/0.8-SNAPSHOT/mail-lists.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - Units of Measurement API – Project Mailing Lists - - - - - - - - - -
- -
-
-
-
-

Project Mailing Lists

-

These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.

- - - - - - - - - - - - - - - - - - -
NameSubscribeUnsubscribePostArchive
Units-DevSubscribeUnsubscribePost-
Units-UsersSubscribeUnsubscribePost-
-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/pmd.html b/0.8-SNAPSHOT/pmd.html deleted file mode 100644 index 1d55a9ec..00000000 --- a/0.8-SNAPSHOT/pmd.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - Units of Measurement API – PMD Results - - - - - - - - - -
- -
-
-
-
-

PMD Results

-

The following document contains the results of PMD 5.1.2.

-
-

Files

-
-

javax/measure/spi/Bootstrap.java

- - - - - - -
ViolationLine
Avoid using a branching statement as the last in a loop.52
-
-

javax/measure/spi/QuantityFactoryService.java

- - - - - - -
ViolationLine
No need to import a type that lives in the same package10
-
-

javax/measure/spi/ServiceProvider.java

- - - - - - -
ViolationLine
Avoid modifiers which are implied by the context26
-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/project-info.html b/0.8-SNAPSHOT/project-info.html deleted file mode 100644 index eaac62aa..00000000 --- a/0.8-SNAPSHOT/project-info.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - Units of Measurement API – Project Information - - - - - - - - - -
- -
-
-
-
-

Project Information

-

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

-
-

Overview

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
DocumentDescription
AboutUnits of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.
Project SummaryThis document lists other related information of this project
Project LicenseThis is a link to the definitions of project licenses.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/project-reports.html b/0.8-SNAPSHOT/project-reports.html deleted file mode 100644 index c3b3b21f..00000000 --- a/0.8-SNAPSHOT/project-reports.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - Units of Measurement API – Generated Reports - - - - - - - - - -
- -
-
-
-
-

Generated Reports

-

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

-
-

Overview

- - - - - - - - - - - - - - - - - - - - - -
DocumentDescription
JavaDocsJavaDoc API documentation.
Test JavaDocsTest JavaDoc API documentation.
PMDVerification of coding rules.
Surefire ReportReport on the test results of the project.
FindBugsGenerates a source code report with the FindBugs Library.
CheckstyleReport on coding style conventions.
-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/project-summary.html b/0.8-SNAPSHOT/project-summary.html deleted file mode 100644 index 0b3a1694..00000000 --- a/0.8-SNAPSHOT/project-summary.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - Units of Measurement API – Project Summary - - - - - - - - - -
- -
-
-
-
-

Project Summary

-
-

Project Information

- - - - - - - - - - - - -
FieldValue
NameUnits of Measurement API
DescriptionUnits of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.
Homepagehttp://unitsofmeasurement.github.io/
-
-

Project Organization

- - - - - - - - - -
FieldValue
NameJean-Marie Dautelle, Werner Keil, V2COM
URLhttp://unitsofmeasurement.github.io
-
-

Build Information

- - - - - - - - - - - - - - - - - - -
FieldValue
GroupIdjavax.measure
ArtifactIdunit-api
Version0.8-SNAPSHOT
Typebundle
JDK Rev1.6
-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/source-repository.html b/0.8-SNAPSHOT/source-repository.html deleted file mode 100644 index dbd406b0..00000000 --- a/0.8-SNAPSHOT/source-repository.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - Units of Measurement API – Source Repository - - - - - - - - - -
- -
-
-
-
-

Overview

-

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

-
-

Web Access

-

The following is a link to the online source repository.

-
-
-

Anonymous access

-

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

-
-
$ git clone git@github.com:unitsofmeasurement/unit-api.git
-
-

Developer access

-

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

-
-
$ git clone git@github.com:unitsofmeasurement/unit-api.git
-
-

Access from behind a firewall

-

Refer to the documentation of the SCM used for more information about access behind a firewall.

-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/surefire-report.html b/0.8-SNAPSHOT/surefire-report.html deleted file mode 100644 index f91d0e91..00000000 --- a/0.8-SNAPSHOT/surefire-report.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - - Units of Measurement API – Surefire Report - - - - - - - - - -
- -
-
-
- -
-

Surefire Report

-
-

Summary

-

[Summary] [Package List] [Test Cases]


- - - - - - - - - - - - - - -
TestsErrors FailuresSkippedSuccess RateTime
29000100%0.048

-

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


-
-

Package List

-

[Summary] [Package List] [Test Cases]


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PackageTestsErrors FailuresSkippedSuccess RateTime
javax.measure.spi6000100%0.039
javax.measure.test.quantity14000100%0.009
javax.measure.test9000100%0

-

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

-
-

javax.measure.spi

- - - - - - - - - - - - - - - - - - -
ClassTestsErrors FailuresSkippedSuccess RateTime
BootstrapTest6000100%0.039
-
-

javax.measure.test.quantity

- - - - - - - - - - - - - - - - - - -
ClassTestsErrors FailuresSkippedSuccess RateTime
AreaQuantityTest14000100%0.009
-
-

javax.measure.test

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
ClassTestsErrors FailuresSkippedSuccess RateTime
DimensionTest6000100%0
UnitTest3000100%0

-
-

Test Cases

-

[Summary] [Package List] [Test Cases]

-
-

BootstrapTest

- - - - - - - - - - - - - - - - - - - - - - - - -
testInit_InitTwice0.034
testGetService0.003
testGetServiceProvider0
testGetService_BadCase0.001
testGetServices0.001
testInit0
-
-

DimensionTest

- - - - - - - - - - - - - - - - - - - - - - - - -
testPow0
testRoot0
testGetProductDimensions0
testDivide0
testMultiply0
testGetInstance0
-
-

AreaQuantityTest

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
testMultiplyDistanceQuantity0.009
testDivideDouble0
testAdd0
testSubtract0
testAreaQuantity0
testEq0
testGe0
testGt0
testLe0
testLt0
testMultiplyDouble0
testConvert0
testDivideDistanceQuantity0
testShowInUnits0
-
-

UnitTest

- - - - - - - - - - - - -
testIsCompatible0
testGetDimension0
testGetSymbol0

-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/team-list.html b/0.8-SNAPSHOT/team-list.html deleted file mode 100644 index 029ce58d..00000000 --- a/0.8-SNAPSHOT/team-list.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - - Units of Measurement API – Team list - - - - - - - - - -
- -
-
-
-
-

The Team

-

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

-

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

-
-

Members

-

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ImageIdNameEmailOrganizationOrganization URLRolesTime ZoneActual Time (GMT)
dautelleJean-Marie Dautellejean-marie@dautelle.comAirbushttp://www.airbus.comArchitect, Java Developer, Spec Lead+1+1
werner.keilWerner Keilwerner@catmedia.usCreative Arts & Technologieshttp://www.catmedia.usArchitect, Java Developer, Spec Lead+1+1
-Leonardo de Moura Rocha Limallima@v2com.mobiV2COMhttp://www.v2com.mobi/Architect, Java Developer, Spec Lead-5-5
desruisseauxMartin Desruisseauxdesruisseaux@users.sourceforge.netGeomatyshttp://www.geomatys.comExpert, Java Developer, Jenkins Admin+1+1
karen_legrandKaren Legrandkaren.legrand@iem.comInnovation Emergency Management (IEM)http://www.iem.comExpert, Java Developer-5-5
mohamed-tamanMohamed Mahmoud Tamanmohamed.taman@gmail.comIndividual / Morocco JUG-Expert, Java Developer+2+2
otaviojavaOtávio Gonçalves de Santanaotaviopolianasantana@gmail.comIndividual / SouJava-Expert, Java Developer-5-5
rajmahendraRajmahendra Hegderajmahendra@gmail.comJUG Chennai-Expert, Java Developer--
duckasteroidChris Seniorchristopher.senior@gmail.comSnap-on Inc.-Expert, Java Developer--
-
-

Contributors

-

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ImageNameEmailOrganizationRolesTime ZoneActual Time (GMT)
Daniel Leuckdan@ikayzo.comIkayzoSupporter-9-9
Eric Russelleric-r@northwestern.edu-Supporter-5-5
John Paul Morrison-J.P. Morrison Enterprises, Ltd.Supporter-5-5
Michael Gruebschmichael@mkm-rabis.de-Supporter+1+1
-
-
-
-
-
- - - diff --git a/0.8-SNAPSHOT/testapidocs/allclasses-frame.html b/0.8-SNAPSHOT/testapidocs/allclasses-frame.html deleted file mode 100644 index 96105ee6..00000000 --- a/0.8-SNAPSHOT/testapidocs/allclasses-frame.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - -All Classes (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - -

All Classes

- - - diff --git a/0.8-SNAPSHOT/testapidocs/allclasses-noframe.html b/0.8-SNAPSHOT/testapidocs/allclasses-noframe.html deleted file mode 100644 index e3f49bba..00000000 --- a/0.8-SNAPSHOT/testapidocs/allclasses-noframe.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - -All Classes (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - -

All Classes

- - - diff --git a/0.8-SNAPSHOT/testapidocs/constant-values.html b/0.8-SNAPSHOT/testapidocs/constant-values.html deleted file mode 100644 index f4870f2a..00000000 --- a/0.8-SNAPSHOT/testapidocs/constant-values.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Constant Field Values (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
- - - - - -
- - -
-

Constant Field Values

-

Contents

-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/deprecated-list.html b/0.8-SNAPSHOT/testapidocs/deprecated-list.html deleted file mode 100644 index 48518513..00000000 --- a/0.8-SNAPSHOT/testapidocs/deprecated-list.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Deprecated List (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
- - - - - -
- - -
-

Deprecated API

-

Contents

-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/help-doc.html b/0.8-SNAPSHOT/testapidocs/help-doc.html deleted file mode 100644 index f39109b2..00000000 --- a/0.8-SNAPSHOT/testapidocs/help-doc.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -API Help (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
- - - - - -
- - -
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
-
-
    -
  • -

    Overview

    -

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    -
  • -
  • -

    Package

    -

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    -
      -
    • Interfaces (italic)
    • -
    • Classes
    • -
    • Enums
    • -
    • Exceptions
    • -
    • Errors
    • -
    • Annotation Types
    • -
    -
  • -
  • -

    Class/Interface

    -

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
      -
    • Class inheritance diagram
    • -
    • Direct Subclasses
    • -
    • All Known Subinterfaces
    • -
    • All Known Implementing Classes
    • -
    • Class/interface declaration
    • -
    • Class/interface description
    • -
    -
      -
    • Nested Class Summary
    • -
    • Field Summary
    • -
    • Constructor Summary
    • -
    • Method Summary
    • -
    -
      -
    • Field Detail
    • -
    • Constructor Detail
    • -
    • Method Detail
    • -
    -

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    -
  • -
  • -

    Annotation Type

    -

    Each annotation type has its own separate page with the following sections:

    -
      -
    • Annotation Type declaration
    • -
    • Annotation Type description
    • -
    • Required Element Summary
    • -
    • Optional Element Summary
    • -
    • Element Detail
    • -
    -
  • -
  • -

    Enum

    -

    Each enum has its own separate page with the following sections:

    -
      -
    • Enum declaration
    • -
    • Enum description
    • -
    • Enum Constant Summary
    • -
    • Enum Constant Detail
    • -
    -
  • -
  • -

    Use

    -

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    -
  • -
  • -

    Tree (Class Hierarchy)

    -

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    -
      -
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • -
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • -
    -
  • -
  • -

    Deprecated API

    -

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    -
  • -
  • -

    Index

    -

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    -
  • -
  • -

    Prev/Next

    -

    These links take you to the next or previous class, interface, package, or related page.

    -
  • -
  • -

    Frames/No Frames

    -

    These links show and hide the HTML frames. All pages are available with or without frames.

    -
  • -
  • -

    All Classes

    -

    The All Classes link shows all classes and interfaces except non-static nested types.

    -
  • -
  • -

    Serialized Form

    -

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    -
  • -
  • -

    Constant Field Values

    -

    The Constant Field Values page lists the static final fields and their values.

    -
  • -
-This help file applies to API documentation generated using the standard doclet.
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/index-all.html b/0.8-SNAPSHOT/testapidocs/index-all.html deleted file mode 100644 index 1cbbde51..00000000 --- a/0.8-SNAPSHOT/testapidocs/index-all.html +++ /dev/null @@ -1,795 +0,0 @@ - - - - - - -Index (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
- - - - - -
- - -
A B C D E F G H I J K L M N O P R S T U V Å  - - -

A

-
-
acre - Static variable in class AreaUnit
-
 
-
add(AreaQuantity) - Method in class AreaQuantity
-
 
-
add(Quantity<Area>) - Method in class AreaQuantity
-
 
-
add(DistanceQuantity) - Method in class DistanceQuantity
-
 
-
add(Quantity<Length>) - Method in class DistanceQuantity
-
 
-
add(TimeQuantity) - Method in class TimeQuantity
-
 
-
add(Quantity<Time>) - Method in class TimeQuantity
-
 
-
add(VolumeQuantity) - Method in class VolumeQuantity
-
 
-
add(Quantity<Volume>) - Method in class VolumeQuantity
-
 
-
alternate(String) - Method in class TestUnit
-
 
-
AreaQuantity - Class in javax.measure.test.quantity
-
 
-
AreaQuantity() - Constructor for class AreaQuantity
-
 
-
AreaQuantity(double, AreaUnit) - Constructor for class AreaQuantity
-
 
-
AreaQuantityTest - Class in javax.measure.test.quantity
-
 
-
AreaQuantityTest() - Constructor for class AreaQuantityTest
-
 
-
AreaUnit - Class in javax.measure.test.unit
-
 
-
AreaUnit(String, double) - Constructor for class AreaUnit
-
 
-
asType(Class<T>) - Method in class AreaQuantity
-
 
-
asType(Class<T>) - Method in class DistanceQuantity
-
 
-
asType(Class<T>) - Method in class TimeQuantity
-
 
-
asType(Class<T>) - Method in class VolumeQuantity
-
 
-
asType(Class<T>) - Method in class TestUnit
-
 
-
AU - Static variable in class DistanceUnit
-
 
-
- - - -

B

-
-
BaseUnit<Q extends Quantity<Q>> - Class in javax.measure.test.unit
-
-
Building blocks on top of which all others units are created.
-
-
BaseUnit(String, String) - Constructor for class BaseUnit
-
-
Creates a base unit having the specified symbol.
-
-
BaseUnit(String) - Constructor for class BaseUnit
-
-
Creates a base unit having the specified symbol.
-
-
BootstrapTest - Class in javax.measure.spi
-
-
Tests for Bootstrap.
-
-
BootstrapTest() - Constructor for class BootstrapTest
-
 
-
BootstrapTest.TestServiceProvider - Class in javax.measure.spi
-
 
-
BootstrapTest.TestServiceProvider() - Constructor for class BootstrapTest.TestServiceProvider
-
 
-
bushel - Static variable in class VolumeUnit
-
 
-
- - - -

C

-
-
CalcTripLength - Class in javax.measure.test
-
 
-
CalcTripLength() - Constructor for class CalcTripLength
-
 
-
cc - Static variable in class VolumeUnit
-
 
-
CircleInfo - Class in javax.measure.test
-
 
-
CircleInfo() - Constructor for class CircleInfo
-
 
-
CircleInfo - Class in javax.measure.test.quantity
-
 
-
CircleInfo() - Constructor for class CircleInfo
-
 
-
cm - Static variable in class DistanceUnit
-
 
-
Conversions - Class in javax.measure.test
-
 
-
Conversions() - Constructor for class Conversions
-
 
-
convert(AreaUnit) - Method in class AreaQuantity
-
 
-
convert(DistanceUnit) - Method in class DistanceQuantity
-
 
-
convert(TimeUnit) - Method in class TimeQuantity
-
 
-
convert(VolumeUnit) - Method in class VolumeQuantity
-
 
-
create(Number, Unit<Q>) - Method in class TestQuantityFactory
-
-
Returns the quantity for the specified number stated in the specified unit.
-
-
cumetre - Static variable in class VolumeUnit
-
 
-
cumile - Static variable in class VolumeUnit
-
 
-
- - - -

D

-
-
DimensionTest - Class in javax.measure.test
-
 
-
DimensionTest() - Constructor for class DimensionTest
-
 
-
DistanceQuantity - Class in javax.measure.test.quantity
-
 
-
DistanceQuantity(double, DistanceUnit) - Constructor for class DistanceQuantity
-
 
-
DistanceQuantity() - Constructor for class DistanceQuantity
-
 
-
DistanceUnit - Class in javax.measure.test.unit
-
 
-
DistanceUnit(String, double) - Constructor for class DistanceUnit
-
 
-
DistanceUnit(String, DistanceUnit, double) - Constructor for class DistanceUnit
-
 
-
divide(double) - Method in class AreaQuantity
-
 
-
divide(DistanceQuantity) - Method in class AreaQuantity
-
 
-
divide(Quantity<?>) - Method in class AreaQuantity
-
 
-
divide(Number) - Method in class AreaQuantity
-
 
-
divide(double) - Method in class DistanceQuantity
-
 
-
divide(Quantity<?>) - Method in class DistanceQuantity
-
 
-
divide(Number) - Method in class DistanceQuantity
-
 
-
divide(double) - Method in class TimeQuantity
-
 
-
divide(Quantity<?>) - Method in class TimeQuantity
-
 
-
divide(Number) - Method in class TimeQuantity
-
 
-
divide(double) - Method in class VolumeQuantity
-
 
-
divide(DistanceQuantity) - Method in class VolumeQuantity
-
 
-
divide(AreaQuantity) - Method in class VolumeQuantity
-
 
-
divide(Quantity<?>) - Method in class VolumeQuantity
-
 
-
divide(Number) - Method in class VolumeQuantity
-
 
-
divide(double) - Method in class TestUnit
-
 
-
divide(Unit<?>) - Method in class TestUnit
-
 
-
- - - -

E

-
-
echo(Object) - Static method in class PrintUtils
-
-
This is a Fantom-style convenience method for console output
-
-
echo(String) - Static method in class PrintUtils
-
-
This is a Fantom-style convenience method for console output
-
-
eq(AreaQuantity) - Method in class AreaQuantity
-
 
-
eq(DistanceQuantity) - Method in class DistanceQuantity
-
 
-
eq(TimeQuantity) - Method in class TimeQuantity
-
 
-
eq(VolumeQuantity) - Method in class VolumeQuantity
-
 
-
equals(Object) - Method in class BaseUnit
-
 
-
- - - -

F

-
-
format(Unit<?>, Appendable) - Method in class SimpleTestFormat
-
 
-
- - - -

G

-
-
ge(AreaQuantity) - Method in class AreaQuantity
-
 
-
ge(DistanceQuantity) - Method in class DistanceQuantity
-
 
-
ge(TimeQuantity) - Method in class TimeQuantity
-
 
-
ge(VolumeQuantity) - Method in class VolumeQuantity
-
 
-
geInstance() - Static method in class SimpleTestFormat
-
-
Returns the instance for formatting and parsing using case insensitive - symbols
-
-
getConverterTo(Unit<Q>) - Method in class TestUnit
-
 
-
getConverterToAny(Unit<?>) - Method in class TestUnit
-
 
-
getDimension() - Method in class TestUnit
-
 
-
getDist() - Method in class TripLeg
-
 
-
getInstance(Class<Q>) - Static method in class TestQuantityFactory
-
-
Returns the default instance for the specified quantity type.
-
-
getMetricUnit() - Method in class TestQuantityFactory
-
-
Returns the metric unit for quantities produced by this factory - or null if unknown.
-
-
getMultFactor() - Method in class TestUnit
-
 
-
getName() - Method in class TestUnit
-
 
-
getProductUnits() - Method in class TestUnit
-
 
-
getServices(Class<T>) - Method in class BootstrapTest.TestServiceProvider
-
 
-
getSymbol() - Method in class TestUnit
-
 
-
getSymbol() - Method in class BaseUnit
-
 
-
getSystemUnit() - Method in class TestUnit
-
 
-
getSystemUnit() - Method in class AreaUnit
-
 
-
getSystemUnit() - Method in class BaseUnit
-
 
-
getSystemUnit() - Method in class DistanceUnit
-
 
-
getSystemUnit() - Method in class TimeUnit
-
 
-
getSystemUnit() - Method in class VolumeUnit
-
 
-
gt(AreaQuantity) - Method in class AreaQuantity
-
 
-
gt(DistanceQuantity) - Method in class DistanceQuantity
-
 
-
gt(TimeQuantity) - Method in class TimeQuantity
-
 
-
gt(VolumeQuantity) - Method in class VolumeQuantity
-
 
-
- - - -

H

-
-
h - Static variable in class TimeUnit
-
 
-
hashCode() - Method in class BaseUnit
-
 
-
hectare - Static variable in class AreaUnit
-
 
-
- - - -

I

-
-
in - Static variable in class DistanceUnit
-
 
-
init() - Method in class DimensionTest
-
 
-
init() - Method in class UnitTest
-
 
-
inverse() - Method in class AreaQuantity
-
 
-
inverse() - Method in class DistanceQuantity
-
 
-
inverse() - Method in class TimeQuantity
-
 
-
inverse() - Method in class VolumeQuantity
-
 
-
inverse() - Method in class TestUnit
-
 
-
isCompatible(Unit<?>) - Method in class TestUnit
-
 
-
isConsoleOutput() - Static method in class PrintUtils
-
 
-
isLocaleSensitive() - Method in class SimpleTestFormat
-
 
-
- - - -

J

-
-
javax.measure.spi - package javax.measure.spi
-
 
-
javax.measure.test - package javax.measure.test
-
 
-
javax.measure.test.format - package javax.measure.test.format
-
 
-
javax.measure.test.quantity - package javax.measure.test.quantity
-
 
-
javax.measure.test.unit - package javax.measure.test.unit
-
 
-
- - - -

K

-
-
km - Static variable in class DistanceUnit
-
 
-
- - - -

L

-
-
label(Unit<?>, String) - Method in class SimpleTestFormat
-
 
-
le(AreaQuantity) - Method in class AreaQuantity
-
 
-
le(DistanceQuantity) - Method in class DistanceQuantity
-
 
-
le(TimeQuantity) - Method in class TimeQuantity
-
 
-
le(VolumeQuantity) - Method in class VolumeQuantity
-
 
-
litre - Static variable in class VolumeUnit
-
 
-
lt(AreaQuantity) - Method in class AreaQuantity
-
 
-
lt(DistanceQuantity) - Method in class DistanceQuantity
-
 
-
lt(TimeQuantity) - Method in class TimeQuantity
-
 
-
lt(VolumeQuantity) - Method in class VolumeQuantity
-
 
-
- - - -

M

-
-
m - Static variable in class DistanceUnit
-
 
-
main(String[]) - Static method in class CalcTripLength
-
 
-
main(String[]) - Static method in class CircleInfo
-
 
-
main(String[]) - Static method in class Conversions
-
 
-
main(String[]) - Static method in class CircleInfo
-
 
-
mile - Static variable in class DistanceUnit
-
 
-
multFactor - Variable in class TestUnit
-
 
-
multiply(double) - Method in class AreaQuantity
-
 
-
multiply(DistanceQuantity) - Method in class AreaQuantity
-
 
-
multiply(Number) - Method in class AreaQuantity
-
 
-
multiply(Quantity<?>) - Method in class AreaQuantity
-
 
-
multiply(double) - Method in class DistanceQuantity
-
 
-
multiply(DistanceQuantity) - Method in class DistanceQuantity
-
 
-
multiply(AreaQuantity) - Method in class DistanceQuantity
-
 
-
multiply(Number) - Method in class DistanceQuantity
-
 
-
multiply(Quantity<?>) - Method in class DistanceQuantity
-
 
-
multiply(Length) - Method in class DistanceQuantity
-
 
-
multiply(double) - Method in class TimeQuantity
-
 
-
multiply(Number) - Method in class TimeQuantity
-
 
-
multiply(Quantity<?>) - Method in class TimeQuantity
-
 
-
multiply(double) - Method in class VolumeQuantity
-
 
-
multiply(Number) - Method in class VolumeQuantity
-
 
-
multiply(Quantity<?>) - Method in class VolumeQuantity
-
 
-
multiply(double) - Method in class TestUnit
-
 
-
multiply(Unit<?>) - Method in class TestUnit
-
 
-
- - - -

N

-
-
name - Variable in class TestUnit
-
 
-
ne(AreaQuantity) - Method in class AreaQuantity
-
 
-
ne(DistanceQuantity) - Method in class DistanceQuantity
-
 
-
ne(TimeQuantity) - Method in class TimeQuantity
-
 
-
ne(VolumeQuantity) - Method in class VolumeQuantity
-
 
-
- - - -

O

-
-
ONE - Static variable in class TestUnit
-
 
-
- - - -

P

-
-
parsec - Static variable in class DistanceUnit
-
 
-
pow(int) - Method in class TestUnit
-
 
-
print(String) - Static method in class PrintUtils
-
 
-
print(Object) - Static method in class PrintUtils
-
 
-
println(String) - Static method in class PrintUtils
-
 
-
println(Object) - Static method in class PrintUtils
-
 
-
PrintUtils - Class in javax.measure.test.format
-
-
A static helper class, checking e.g.
-
-
- - - -

R

-
-
REF_UNIT - Static variable in class AreaUnit
-
 
-
REF_UNIT - Static variable in class DistanceUnit
-
 
-
REF_UNIT - Static variable in class TimeUnit
-
 
-
REF_UNIT - Static variable in class VolumeUnit
-
 
-
root(int) - Method in class TestUnit
-
 
-
- - - -

S

-
-
s - Static variable in class TimeUnit
-
 
-
setInstance(Class<Q>, TestQuantityFactory<Q>) - Static method in class TestQuantityFactory
-
-
Overrides the default implementation of the factory for the specified - quantity type.
-
-
setUp() - Method in class AreaQuantityTest
-
 
-
shift(double) - Method in class TestUnit
-
 
-
showInUnits(AreaUnit, int) - Method in class AreaQuantity
-
 
-
showInUnits(DistanceUnit, int) - Method in class DistanceQuantity
-
 
-
showInUnits(DistanceUnit, int) - Method in class TimeQuantity
-
 
-
showInUnits(VolumeUnit, int) - Method in class VolumeQuantity
-
 
-
SimpleTestFormat - Class in javax.measure.test.format
-
-
Provides a simple interface for formatting and parsing units.
-
-
sqmetre - Static variable in class AreaUnit
-
 
-
sqmile - Static variable in class AreaUnit
-
 
-
subtract(AreaQuantity) - Method in class AreaQuantity
-
 
-
subtract(Quantity<Area>) - Method in class AreaQuantity
-
 
-
subtract(DistanceQuantity) - Method in class DistanceQuantity
-
 
-
subtract(Quantity<Length>) - Method in class DistanceQuantity
-
 
-
subtract(TimeQuantity) - Method in class TimeQuantity
-
 
-
subtract(Quantity<Time>) - Method in class TimeQuantity
-
 
-
subtract(VolumeQuantity) - Method in class VolumeQuantity
-
 
-
subtract(Quantity<Volume>) - Method in class VolumeQuantity
-
 
-
symbol - Variable in class TestUnit
-
 
-
- - - -

T

-
-
testAdd() - Method in class AreaQuantityTest
-
 
-
testAreaQuantity() - Method in class AreaQuantityTest
-
 
-
testConvert() - Method in class AreaQuantityTest
-
 
-
testDivide() - Method in class DimensionTest
-
 
-
testDivideDistanceQuantity() - Method in class AreaQuantityTest
-
 
-
testDivideDouble() - Method in class AreaQuantityTest
-
 
-
testEq() - Method in class AreaQuantityTest
-
 
-
testGe() - Method in class AreaQuantityTest
-
 
-
testGetDimension() - Method in class UnitTest
-
-
Test method for EnumUnit.getDimension().
-
-
testGetInstance() - Method in class DimensionTest
-
 
-
testGetProductDimensions() - Method in class DimensionTest
-
 
-
testGetService() - Method in class BootstrapTest
-
 
-
testGetService_BadCase() - Method in class BootstrapTest
-
 
-
testGetServiceProvider() - Method in class BootstrapTest
-
 
-
testGetServices() - Method in class BootstrapTest
-
 
-
testGetSymbol() - Method in class UnitTest
-
-
Test method for EnumUnit.getSymbol().
-
-
testGt() - Method in class AreaQuantityTest
-
 
-
testInit() - Method in class BootstrapTest
-
 
-
testInit_InitTwice() - Method in class BootstrapTest
-
 
-
testIsCompatible() - Method in class UnitTest
-
-
Test method for EnumUnit.isCompatible(javax.measure.Unit).
-
-
testLe() - Method in class AreaQuantityTest
-
 
-
testLt() - Method in class AreaQuantityTest
-
 
-
testMultiply() - Method in class DimensionTest
-
 
-
testMultiplyDistanceQuantity() - Method in class AreaQuantityTest
-
 
-
testMultiplyDouble() - Method in class AreaQuantityTest
-
 
-
testPow() - Method in class DimensionTest
-
 
-
TestQuantityFactory<Q extends Quantity<Q>> - Class in javax.measure.test.quantity
-
-
A factory producing simple quantities instances (tuples Number/Unit).
-
-
TestQuantityFactory() - Constructor for class TestQuantityFactory
-
 
-
testRoot() - Method in class DimensionTest
-
 
-
testShowInUnits() - Method in class AreaQuantityTest
-
 
-
testSubtract() - Method in class AreaQuantityTest
-
 
-
TestUnit<Q extends Quantity<Q>> - Class in javax.measure.test
-
 
-
TestUnit() - Constructor for class TestUnit
-
 
-
TestUnit(String, double) - Constructor for class TestUnit
-
 
-
TestUnit(String) - Constructor for class TestUnit
-
 
-
TimeQuantity - Class in javax.measure.test.quantity
-
 
-
TimeQuantity(double, TimeUnit) - Constructor for class TimeQuantity
-
 
-
TimeQuantity() - Constructor for class TimeQuantity
-
 
-
TimeUnit - Class in javax.measure.test.unit
-
 
-
TimeUnit(String, double) - Constructor for class TimeUnit
-
 
-
to(Unit<Area>) - Method in class AreaQuantity
-
 
-
to(Unit<Length>) - Method in class DistanceQuantity
-
 
-
to(Unit<Time>) - Method in class TimeQuantity
-
 
-
to(Unit<Volume>) - Method in class VolumeQuantity
-
 
-
transform(UnitConverter) - Method in class TestUnit
-
 
-
TripLeg - Class in javax.measure.test
-
 
-
TripLeg(String, String, DistanceQuantity) - Constructor for class TripLeg
-
 
-
- - - -

U

-
-
UnitTest - Class in javax.measure.test
-
 
-
UnitTest() - Constructor for class UnitTest
-
 
-
- - - -

V

-
-
VolumeQuantity - Class in javax.measure.test.quantity
-
 
-
VolumeQuantity() - Constructor for class VolumeQuantity
-
 
-
VolumeQuantity(double, VolumeUnit) - Constructor for class VolumeQuantity
-
 
-
VolumeUnit - Class in javax.measure.test.unit
-
 
-
VolumeUnit(String, double) - Constructor for class VolumeUnit
-
 
-
- - - -

Å

-
-
Ångström - Static variable in class DistanceUnit
-
 
-
-A B C D E F G H I J K L M N O P R S T U V Å 
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/index.html b/0.8-SNAPSHOT/testapidocs/index.html deleted file mode 100644 index a4b10ecd..00000000 --- a/0.8-SNAPSHOT/testapidocs/index.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - -Units of Measurement API 0.8-SNAPSHOT Test API - - - - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html deleted file mode 100644 index eb73e4a4..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - -BootstrapTest.TestServiceProvider (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
-
javax.measure.spi
-

Class BootstrapTest.TestServiceProvider

-
-
-
    -
  • Object
  • -
  • -
      -
    • BootstrapTest.TestServiceProvider
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.html deleted file mode 100644 index a58c1603..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/BootstrapTest.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - -BootstrapTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - -
-
javax.measure.spi
-

Class BootstrapTest

-
-
-
    -
  • Object
  • -
  • -
      -
    • BootstrapTest
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class BootstrapTest
    -extends Object
    -
    Tests for Bootstrap.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BootstrapTest

        -
        public BootstrapTest()
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html deleted file mode 100644 index cac1e997..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.spi.BootstrapTest.TestServiceProvider (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.spi.BootstrapTest.TestServiceProvider

-
-
No usage of javax.measure.spi.BootstrapTest.TestServiceProvider
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.html deleted file mode 100644 index 0b1b0e1f..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/class-use/BootstrapTest.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.spi.BootstrapTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.spi.BootstrapTest

-
-
No usage of javax.measure.spi.BootstrapTest
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-frame.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-frame.html deleted file mode 100644 index 1562c43f..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - -

javax.measure.spi

- - - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-summary.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-summary.html deleted file mode 100644 index 6292c646..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-summary.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - -javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure.spi

-
-
- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-tree.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-tree.html deleted file mode 100644 index 77b3c2ae..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-tree.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - -javax.measure.spi Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure.spi

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-use.html b/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-use.html deleted file mode 100644 index 24d2f494..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/spi/package-use.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Package javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Package
javax.measure.spi

-
-
No usage of javax.measure.spi
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/CalcTripLength.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/CalcTripLength.html deleted file mode 100644 index 6a6d3245..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/CalcTripLength.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - -CalcTripLength (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
-
javax.measure.test
-

Class CalcTripLength

-
-
-
    -
  • Object
  • -
  • -
      -
    • CalcTripLength
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class CalcTripLength
    -extends Object
    -
    Author:
    -
    paul.morrison
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CalcTripLength

        -
        public CalcTripLength()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        main

        -
        public static void main(String[] argv)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/CircleInfo.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/CircleInfo.html deleted file mode 100644 index b91718c5..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/CircleInfo.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - -CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
-
javax.measure.test
-

Class CircleInfo

-
-
-
    -
  • Object
  • -
  • -
      -
    • CircleInfo
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class CircleInfo
    -extends Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CircleInfo

        -
        public CircleInfo()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        main

        -
        public static void main(String[] args)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/Conversions.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/Conversions.html deleted file mode 100644 index e80d01f7..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/Conversions.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - -Conversions (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
-
javax.measure.test
-

Class Conversions

-
-
-
    -
  • Object
  • -
  • -
      -
    • Conversions
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class Conversions
    -extends Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Conversions

        -
        public Conversions()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        main

        -
        public static void main(String[] args)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/DimensionTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/DimensionTest.html deleted file mode 100644 index 4a6fc4f1..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/DimensionTest.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - -DimensionTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - -
-
javax.measure.test
-

Class DimensionTest

-
-
-
    -
  • Object
  • -
  • -
      -
    • DimensionTest
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class DimensionTest
    -extends Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DimensionTest

        -
        public DimensionTest()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        init

        -
        public void init()
        -
      • -
      - - - -
        -
      • -

        testGetInstance

        -
        public void testGetInstance()
        -
      • -
      - - - -
        -
      • -

        testMultiply

        -
        public void testMultiply()
        -
      • -
      - - - -
        -
      • -

        testDivide

        -
        public void testDivide()
        -
      • -
      - - - -
        -
      • -

        testPow

        -
        public void testPow()
        -
      • -
      - - - -
        -
      • -

        testRoot

        -
        public void testRoot()
        -
      • -
      - - - -
        -
      • -

        testGetProductDimensions

        -
        public void testGetProductDimensions()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/TestUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/TestUnit.html deleted file mode 100644 index aeec8c75..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/TestUnit.html +++ /dev/null @@ -1,735 +0,0 @@ - - - - - - -TestUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
javax.measure.test
-

Class TestUnit<Q extends Quantity<Q>>

-
-
-
    -
  • Object
  • -
  • -
      -
    • TestUnit<Q>
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/TripLeg.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/TripLeg.html deleted file mode 100644 index a6d6f3cf..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/TripLeg.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - -TripLeg (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
-
javax.measure.test
-

Class TripLeg

-
-
- -
-
    -
  • -
    -
    -
    public class TripLeg
    -extends Object
    -
    Author:
    -
    paul.morrison
    -
  • -
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/UnitTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/UnitTest.html deleted file mode 100644 index c910f9df..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/UnitTest.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - -UnitTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - -
-
javax.measure.test
-

Class UnitTest

-
-
- -
-
    -
  • -
    -
    -
    public class UnitTest
    -extends Object
    -
    Author:
    -
    Werner
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UnitTest

        -
        public UnitTest()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        init

        -
        public void init()
        -
      • -
      - - - -
        -
      • -

        testGetSymbol

        -
        public void testGetSymbol()
        -
        Test method for EnumUnit.getSymbol().
        -
      • -
      - - - -
        -
      • -

        testGetDimension

        -
        public void testGetDimension()
        -
        Test method for EnumUnit.getDimension().
        -
      • -
      - - - -
        -
      • -

        testIsCompatible

        -
        public void testIsCompatible()
        -
        Test method for EnumUnit.isCompatible(javax.measure.Unit).
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CalcTripLength.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CalcTripLength.html deleted file mode 100644 index 4fa8fec8..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CalcTripLength.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.CalcTripLength (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.CalcTripLength

-
-
No usage of javax.measure.test.CalcTripLength
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CircleInfo.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CircleInfo.html deleted file mode 100644 index dc9a089b..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/CircleInfo.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.CircleInfo

-
-
No usage of javax.measure.test.CircleInfo
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/Conversions.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/Conversions.html deleted file mode 100644 index 50c8b112..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/Conversions.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.Conversions (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.Conversions

-
-
No usage of javax.measure.test.Conversions
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/DimensionTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/DimensionTest.html deleted file mode 100644 index 55a42c45..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/DimensionTest.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.DimensionTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.DimensionTest

-
-
No usage of javax.measure.test.DimensionTest
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TestUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TestUnit.html deleted file mode 100644 index 6323b9cb..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TestUnit.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.TestUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.TestUnit

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TripLeg.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TripLeg.html deleted file mode 100644 index 7ed18713..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/TripLeg.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.TripLeg (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.TripLeg

-
-
No usage of javax.measure.test.TripLeg
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/UnitTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/UnitTest.html deleted file mode 100644 index a4c50cbc..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/class-use/UnitTest.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.UnitTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.UnitTest

-
-
No usage of javax.measure.test.UnitTest
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/PrintUtils.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/PrintUtils.html deleted file mode 100644 index 9addc3db..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/PrintUtils.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - -PrintUtils (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - -
-
javax.measure.test.format
-

Class PrintUtils

-
-
-
    -
  • Object
  • -
  • -
      -
    • PrintUtils
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public final class PrintUtils
    -extends Object
    -
    A static helper class, checking e.g. if some tests require optional console - output XXX this could have options for using a logging framework eventually
    -
    Author:
    -
    Werner Keil
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isConsoleOutput

        -
        public static boolean isConsoleOutput()
        -
      • -
      - - - -
        -
      • -

        print

        -
        public static void print(String message)
        -
      • -
      - - - -
        -
      • -

        println

        -
        public static void println(String message)
        -
      • -
      - - - -
        -
      • -

        print

        -
        public static void print(Object object)
        -
      • -
      - - - -
        -
      • -

        println

        -
        public static void println(Object object)
        -
      • -
      - - - -
        -
      • -

        echo

        -
        public static void echo(Object obj)
        -
        This is a Fantom-style convenience method for console output
        -
      • -
      - - - -
        -
      • -

        echo

        -
        public static void echo(String str)
        -
        This is a Fantom-style convenience method for console output
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/SimpleTestFormat.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/SimpleTestFormat.html deleted file mode 100644 index 165ae934..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/SimpleTestFormat.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - -SimpleTestFormat (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - -
-
javax.measure.test.format
-

Class SimpleTestFormat

-
-
-
    -
  • Object
  • -
  • -
      -
    • SimpleTestFormat
    • -
    -
  • -
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        geInstance

        -
        public static UnitFormat geInstance()
        -
        Returns the instance for formatting and parsing using case insensitive - symbols
        -
      • -
      - - - -
        -
      • -

        format

        -
        public Appendable format(Unit<?> unit,
        -                Appendable appendable)
        -                  throws IOException
        -
        Formats the specified unit.
        -
        -
        Specified by:
        -
        format in interface UnitFormat
        -
        Parameters:
        unit - the unit to format.
        appendable - the appendable destination.
        -
        Returns:
        The appendable destination passed in as appendable, with - formatted text appended.
        -
        Throws:
        -
        IOException - if an error occurs.
        -
      • -
      - - - -
        -
      • -

        label

        -
        public void label(Unit<?> unit,
        -         String label)
        -
      • -
      - - - -
        -
      • -

        isLocaleSensitive

        -
        public boolean isLocaleSensitive()
        -
      • -
      - - - -
        -
      • -

        getInstance

        -
        public static UnitFormat getInstance()
        -
        Returns the unit format for the default locale.
        -
        Returns:
        the locale format.
        -
      • -
      - - - - - - - -
        -
      • -

        parse

        -
        public final Unit<?> parse(CharSequence csq)
        -                    throws ParserException
        -
        Parses the specified character sequence to produce a unit (convenience - method). If the specified sequence is empty, the unitary unit - (dimensionless) is returned.
        -
        -
        Specified by:
        -
        parse in interface Parser<CharSequence,Unit<?>>
        -
        Specified by:
        -
        parse in interface UnitFormat
        -
        Parameters:
        csq - the CharSequence to parse.
        -
        Returns:
        the unit parsed from the specified character sub-sequence.
        -
        Throws:
        -
        ParseException - if any problem occurs while parsing the specified character - sequence (e.g. illegal syntax).
        -
        ParserException
        -
      • -
      - - - -
        -
      • -

        format

        -
        public final String format(Unit<?> unit)
        -
        Formats an object to produce a string. This is equivalent to
        - format(unit, - new StringBuilder()).toString();
        -
        -
        Specified by:
        -
        format in interface UnitFormat
        -
        Parameters:
        obj - The object to format
        -
        Returns:
        Formatted string.
        -
        Throws:
        -
        IllegalArgumentException - if the Format cannot format the given object
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/PrintUtils.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/PrintUtils.html deleted file mode 100644 index 8fbf2c31..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/PrintUtils.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.format.PrintUtils (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.format.PrintUtils

-
-
No usage of javax.measure.test.format.PrintUtils
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html deleted file mode 100644 index 60dd47f4..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.format.SimpleTestFormat (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.format.SimpleTestFormat

-
-
No usage of javax.measure.test.format.SimpleTestFormat
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-frame.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-frame.html deleted file mode 100644 index 64b98320..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - -

javax.measure.test.format

-
-

Classes

- -
- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-summary.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-summary.html deleted file mode 100644 index 2f4dd3ba..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-summary.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure.test.format

-
-
-
    -
  • - - - - - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    PrintUtils -
    A static helper class, checking e.g.
    -
    SimpleTestFormat -
    Provides a simple interface for formatting and parsing units.
    -
    -
  • -
-
Author:
-
Werner
-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-tree.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-tree.html deleted file mode 100644 index ce680513..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-tree.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - -javax.measure.test.format Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure.test.format

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-use.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-use.html deleted file mode 100644 index 97691bb9..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/format/package-use.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Package javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Package
javax.measure.test.format

-
-
No usage of javax.measure.test.format
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-frame.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-frame.html deleted file mode 100644 index 02e2f0ef..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - -

javax.measure.test

- - - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-summary.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-summary.html deleted file mode 100644 index e1bd64b7..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-summary.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure.test

-
-
- -
Author:
-
Werner
-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-tree.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-tree.html deleted file mode 100644 index 515923af..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-tree.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - -javax.measure.test Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure.test

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-use.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-use.html deleted file mode 100644 index 45a00320..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/package-use.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - -Uses of Package javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Package
javax.measure.test

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantity.html deleted file mode 100644 index aaaae2db..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantity.html +++ /dev/null @@ -1,897 +0,0 @@ - - - - - - -AreaQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
javax.measure.test.quantity
-

Class AreaQuantity

-
-
-
    -
  • Object
  • -
  • -
      -
    • AreaQuantity
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html deleted file mode 100644 index 84ae9f5c..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html +++ /dev/null @@ -1,458 +0,0 @@ - - - - - - -AreaQuantityTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
javax.measure.test.quantity
-

Class AreaQuantityTest

-
-
-
    -
  • Object
  • -
  • -
      -
    • AreaQuantityTest
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class AreaQuantityTest
    -extends Object
    -
    Author:
    -
    Werner Keil
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AreaQuantityTest

        -
        public AreaQuantityTest()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setUp

        -
        public void setUp()
        -
      • -
      - - - -
        -
      • -

        testAreaQuantity

        -
        public void testAreaQuantity()
        -
      • -
      - - - -
        -
      • -

        testAdd

        -
        public void testAdd()
        -
      • -
      - - - -
        -
      • -

        testSubtract

        -
        public void testSubtract()
        -
      • -
      - - - -
        -
      • -

        testEq

        -
        public void testEq()
        -
      • -
      - - - -
        -
      • -

        testGt

        -
        public void testGt()
        -
      • -
      - - - -
        -
      • -

        testLt

        -
        public void testLt()
        -
      • -
      - - - -
        -
      • -

        testGe

        -
        public void testGe()
        -
      • -
      - - - -
        -
      • -

        testLe

        -
        public void testLe()
        -
      • -
      - - - -
        -
      • -

        testMultiplyDouble

        -
        public void testMultiplyDouble()
        -
      • -
      - - - -
        -
      • -

        testDivideDouble

        -
        public void testDivideDouble()
        -
      • -
      - - - -
        -
      • -

        testDivideDistanceQuantity

        -
        public void testDivideDistanceQuantity()
        -
      • -
      - - - -
        -
      • -

        testMultiplyDistanceQuantity

        -
        public void testMultiplyDistanceQuantity()
        -
      • -
      - - - -
        -
      • -

        testConvert

        -
        public void testConvert()
        -
      • -
      - - - -
        -
      • -

        testShowInUnits

        -
        public void testShowInUnits()
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/CircleInfo.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/CircleInfo.html deleted file mode 100644 index dbaadea9..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/CircleInfo.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - -CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
-
javax.measure.test.quantity
-

Class CircleInfo

-
-
-
    -
  • Object
  • -
  • -
      -
    • CircleInfo
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class CircleInfo
    -extends Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CircleInfo

        -
        public CircleInfo()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        main

        -
        public static void main(String[] args)
        -
        Parameters:
        args -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/DistanceQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/DistanceQuantity.html deleted file mode 100644 index 30be30a6..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/DistanceQuantity.html +++ /dev/null @@ -1,914 +0,0 @@ - - - - - - -DistanceQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
javax.measure.test.quantity
-

Class DistanceQuantity

-
-
-
    -
  • Object
  • -
  • -
      -
    • DistanceQuantity
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html deleted file mode 100644 index 7d0439a7..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - -TestQuantityFactory (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - -
-
javax.measure.test.quantity
-

Class TestQuantityFactory<Q extends Quantity<Q>>

-
-
-
    -
  • Object
  • -
  • -
      -
    • TestQuantityFactory<Q>
    • -
    -
  • -
-
-
    -
  • -
    Type Parameters:
    Q - The type of the quantity.
    -
    -
    All Implemented Interfaces:
    -
    QuantityFactory<Q>
    -
    -
    -
    -
    public abstract class TestQuantityFactory<Q extends Quantity<Q>>
    -extends Object
    -implements QuantityFactory<Q>
    -
    A factory producing simple quantities instances (tuples Number/Unit). - - For example:
    - Mass m = QuantityFactory.getInstance(Mass.class).create(23.0, KILOGRAM); // 23.0 kg
    - Time m = QuantityFactory.getInstance(Time.class).create(124, MILLI(SECOND)); // 124 ms -
    -
    Version:
    -
    0.6, $Date: 2014-10-30 $
    -
    Author:
    -
    Martin Desruisseaux, Werner Keil, Jean-Marie Dautelle
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        TestQuantityFactory

        -
        public TestQuantityFactory()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getInstance

        -
        public static <Q extends Quantity<Q>> QuantityFactory<Q> getInstance(Class<Q> type)
        -
        Returns the default instance for the specified quantity type.
        -
        Type Parameters:
        Q - The type of the quantity
        Parameters:
        type - the quantity type
        -
        Returns:
        the quantity factory for the specified type
        -
      • -
      - - - -
        -
      • -

        setInstance

        -
        protected static <Q extends Quantity<Q>> void setInstance(Class<Q> type,
        -                                       TestQuantityFactory<Q> factory)
        -
        Overrides the default implementation of the factory for the specified - quantity type.
        -
        Type Parameters:
        Q - The type of the quantity
        Parameters:
        type - the quantity type
        factory - the quantity factory
        -
      • -
      - - - -
        -
      • -

        create

        -
        public abstract Quantity<Q> create(Number value,
        -                 Unit<Q> unit)
        -
        Returns the quantity for the specified number stated in the specified unit.
        -
        -
        Specified by:
        -
        create in interface QuantityFactory<Q extends Quantity<Q>>
        -
        Parameters:
        value - the value stated in the specified unit
        unit - the unit
        -
        Returns:
        the corresponding quantity
        -
      • -
      - - - -
        -
      • -

        getMetricUnit

        -
        public abstract Unit<Q> getMetricUnit()
        -
        Returns the metric unit for quantities produced by this factory - or null if unknown.
        -
        Returns:
        the metric units for this factory quantities.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TimeQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TimeQuantity.html deleted file mode 100644 index 798329a4..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/TimeQuantity.html +++ /dev/null @@ -1,828 +0,0 @@ - - - - - - -TimeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
javax.measure.test.quantity
-

Class TimeQuantity

-
-
-
    -
  • Object
  • -
  • -
      -
    • TimeQuantity
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/VolumeQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/VolumeQuantity.html deleted file mode 100644 index c6230c71..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/VolumeQuantity.html +++ /dev/null @@ -1,854 +0,0 @@ - - - - - - -VolumeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
javax.measure.test.quantity
-

Class VolumeQuantity

-
-
-
    -
  • Object
  • -
  • -
      -
    • VolumeQuantity
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html deleted file mode 100644 index 9965f3b1..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.quantity.AreaQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.quantity.AreaQuantity

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html deleted file mode 100644 index ad08ed3d..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.quantity.AreaQuantityTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.quantity.AreaQuantityTest

-
-
No usage of javax.measure.test.quantity.AreaQuantityTest
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html deleted file mode 100644 index 99daf6c0..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.quantity.CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.quantity.CircleInfo

-
-
No usage of javax.measure.test.quantity.CircleInfo
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html deleted file mode 100644 index 35fee2b0..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.quantity.DistanceQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.quantity.DistanceQuantity

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html deleted file mode 100644 index 517009c1..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.quantity.TestQuantityFactory (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.quantity.TestQuantityFactory

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html deleted file mode 100644 index 90df34e8..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.quantity.TimeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.quantity.TimeQuantity

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html deleted file mode 100644 index b3fa717f..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.quantity.VolumeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.quantity.VolumeQuantity

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-frame.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-frame.html deleted file mode 100644 index ea001abd..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - -

javax.measure.test.quantity

- - - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-summary.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-summary.html deleted file mode 100644 index 03b23957..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-summary.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure.test.quantity

-
-
- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-tree.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-tree.html deleted file mode 100644 index f6fbcf82..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-tree.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - -javax.measure.test.quantity Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure.test.quantity

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-use.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-use.html deleted file mode 100644 index e233d20f..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/quantity/package-use.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Uses of Package javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Package
javax.measure.test.quantity

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/AreaUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/AreaUnit.html deleted file mode 100644 index c16977cd..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/AreaUnit.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - -AreaUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - -
-
javax.measure.test.unit
-

Class AreaUnit

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Unit<Area>
    -
    -
    -
    -
    public class AreaUnit
    -extends TestUnit<Area>
    -
    Author:
    -
    Werner Keil
    -
  • -
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/BaseUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/BaseUnit.html deleted file mode 100644 index adec336f..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/BaseUnit.html +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - -BaseUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - -
-
javax.measure.test.unit
-

Class BaseUnit<Q extends Quantity<Q>>

-
-
- -
-
    -
  • -
    Type Parameters:
    Q - The type of the quantity measured by this unit.
    -
    -
    All Implemented Interfaces:
    -
    Unit<Q>
    -
    -
    -
    Direct Known Subclasses:
    -
    DistanceUnit, TimeUnit
    -
    -
    -
    -
    public class BaseUnit<Q extends Quantity<Q>>
    -extends TestUnit<Q>
    -
    Building blocks on top of which all others units are created. - Base units are always unscaled metric units. - -

    When using the standard model (default), - all seven base units are dimensionally independent.

    -
    Version:
    -
    0.9
    -
    Author:
    -
    Jean-Marie Dautelle, Werner Keil
    -
    See Also:
    Wikipedia: SI base unit
    -
  • -
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/DistanceUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/DistanceUnit.html deleted file mode 100644 index 013aaedf..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/DistanceUnit.html +++ /dev/null @@ -1,477 +0,0 @@ - - - - - - -DistanceUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - -
-
javax.measure.test.unit
-

Class DistanceUnit

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Unit<Length>
    -
    -
    -
    -
    public class DistanceUnit
    -extends BaseUnit<Length>
    -
    Author:
    -
    Werner Keil
    -
  • -
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/TimeUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/TimeUnit.html deleted file mode 100644 index b8103e01..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/TimeUnit.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -TimeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - -
-
javax.measure.test.unit
-

Class TimeUnit

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Unit<Time>
    -
    -
    -
    -
    public class TimeUnit
    -extends BaseUnit<Time>
    -
    Version:
    -
    1.1
    -
    Author:
    -
    Werner Keil
    -
  • -
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/VolumeUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/VolumeUnit.html deleted file mode 100644 index 4d44ac41..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/VolumeUnit.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - -VolumeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - -
-
javax.measure.test.unit
-

Class VolumeUnit

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Unit<Volume>
    -
    -
    -
    -
    public class VolumeUnit
    -extends TestUnit<Volume>
    -
    Author:
    -
    Werner Keil
    -
  • -
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html deleted file mode 100644 index 35999121..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.unit.AreaUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.unit.AreaUnit

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html deleted file mode 100644 index 3f2884d9..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.unit.BaseUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.unit.BaseUnit

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html deleted file mode 100644 index 1b6e7fb0..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.unit.DistanceUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.unit.DistanceUnit

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html deleted file mode 100644 index 0412cf6b..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.unit.TimeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.unit.TimeUnit

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html deleted file mode 100644 index d5c2b4d0..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - -Uses of Class javax.measure.test.unit.VolumeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Class
javax.measure.test.unit.VolumeUnit

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-frame.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-frame.html deleted file mode 100644 index e4f393e4..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - -javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - -

javax.measure.test.unit

- - - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-summary.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-summary.html deleted file mode 100644 index f6c0687a..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-summary.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure.test.unit

-
-
- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-tree.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-tree.html deleted file mode 100644 index b9d3f127..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-tree.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - -javax.measure.test.unit Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure.test.unit

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-use.html b/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-use.html deleted file mode 100644 index c52130de..00000000 --- a/0.8-SNAPSHOT/testapidocs/javax/measure/test/unit/package-use.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Package javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
-

Uses of Package
javax.measure.test.unit

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/overview-frame.html b/0.8-SNAPSHOT/testapidocs/overview-frame.html deleted file mode 100644 index 3136938f..00000000 --- a/0.8-SNAPSHOT/testapidocs/overview-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -Overview List (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -

 

- - diff --git a/0.8-SNAPSHOT/testapidocs/overview-summary.html b/0.8-SNAPSHOT/testapidocs/overview-summary.html deleted file mode 100644 index 4947dca8..00000000 --- a/0.8-SNAPSHOT/testapidocs/overview-summary.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -Overview (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
- - - - - -
- - -
-

Units of Measurement API 0.8-SNAPSHOT Test API

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Packages 
PackageDescription
javax.measure.spi 
javax.measure.test 
javax.measure.test.format 
javax.measure.test.quantity 
javax.measure.test.unit 
-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/overview-tree.html b/0.8-SNAPSHOT/testapidocs/overview-tree.html deleted file mode 100644 index 6fd17820..00000000 --- a/0.8-SNAPSHOT/testapidocs/overview-tree.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
- - - - - -
- - - - - -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - diff --git a/0.8-SNAPSHOT/testapidocs/package-list b/0.8-SNAPSHOT/testapidocs/package-list deleted file mode 100644 index 30bc0d02..00000000 --- a/0.8-SNAPSHOT/testapidocs/package-list +++ /dev/null @@ -1,5 +0,0 @@ -javax.measure.spi -javax.measure.test -javax.measure.test.format -javax.measure.test.quantity -javax.measure.test.unit diff --git a/0.8-SNAPSHOT/testapidocs/resources/background.gif b/0.8-SNAPSHOT/testapidocs/resources/background.gif deleted file mode 100644 index f471940fde2f39ef8943a6af9569bcf986b1579b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 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 YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN diff --git a/0.8-SNAPSHOT/testapidocs/stylesheet.css b/0.8-SNAPSHOT/testapidocs/stylesheet.css deleted file mode 100644 index 0e0d70c1..00000000 --- a/0.8-SNAPSHOT/testapidocs/stylesheet.css +++ /dev/null @@ -1,474 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ -body { - background-color:#ffffff; - color:#353833; - font-family:Arial, Helvetica, sans-serif; - font-size:76%; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4c6b87; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4c6b87; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-size:1.3em; -} -h1 { - font-size:1.8em; -} -h2 { - font-size:1.5em; -} -h3 { - font-size:1.4em; -} -h4 { - font-size:1.3em; -} -h5 { - font-size:1.2em; -} -h6 { - font-size:1.1em; -} -ul { - list-style-type:disc; -} -code, tt { - font-size:1.2em; -} -dt code { - font-size:1.2em; -} -table tr td dt code { - font-size:1.2em; - vertical-align:top; -} -sup { - font-size:.6em; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:.8em; - z-index:200; - margin-top:-7px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - background-image:url(resources/titlebar.gif); - background-position:left top; - background-repeat:no-repeat; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-image:url(resources/background.gif); - background-repeat:repeat-x; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:1em; - margin:0; -} -.topNav { - background-image:url(resources/background.gif); - background-repeat:repeat-x; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; -} -.bottomNav { - margin-top:10px; - background-image:url(resources/background.gif); - background-repeat:repeat-x; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; -} -.subNav { - background-color:#dee3e9; - border-bottom:1px solid #9eadc0; - float:left; - width:100%; - overflow:hidden; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding:3px 6px; -} -ul.subNavList li{ - list-style:none; - float:left; - font-size:90%; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; -} -.navBarCell1Rev { - background-image:url(resources/tab.gif); - background-color:#a88834; - color:#FFFFFF; - margin: auto 5px; - border:1px solid #c9aa44; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader h1 { - font-size:1.3em; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 25px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:1.2em; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; - margin:0 0 6px -8px; - padding:2px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; - margin:0 0 6px -8px; - padding:2px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:1.0em; -} -.indexContainer h2 { - font-size:1.1em; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:1.1em; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:10px 0 10px 20px; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:25px; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #9eadc0; - background-color:#f9f9f9; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:1px solid #9eadc0; - border-top:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; - border-bottom:1px solid #9eadc0; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.contentContainer table, .classUseContainer table, .constantValuesContainer table { - border-bottom:1px solid #9eadc0; - width:100%; -} -.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { - width:100%; -} -.contentContainer .description table, .contentContainer .details table { - border-bottom:none; -} -.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ - vertical-align:top; - padding-right:20px; -} -.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, -.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, -.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, -.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { - padding-right:3px; -} -.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#FFFFFF; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - margin:0px; -} -caption a:link, caption a:hover, caption a:active, caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { - white-space:nowrap; - padding-top:8px; - padding-left:8px; - display:block; - float:left; - background-image:url(resources/titlebar.gif); - height:18px; -} -.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { - width:10px; - background-image:url(resources/titlebar_end.gif); - background-repeat:no-repeat; - background-position:top right; - position:relative; - float:left; -} -ul.blockList ul.blockList li.blockList table { - margin:0 0 12px 0px; - width:100%; -} -.tableSubHeadingColor { - background-color: #EEEEFF; -} -.altColor { - background-color:#eeeeef; -} -.rowColor { - background-color:#ffffff; -} -.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { - text-align:left; - padding:3px 3px 3px 7px; -} -th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { - background:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; - text-align:left; - padding:3px 3px 3px 7px; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -td.colFirst, th.colFirst { - border-left:1px solid #9eadc0; - white-space:nowrap; -} -td.colLast, th.colLast { - border-right:1px solid #9eadc0; -} -td.colOne, th.colOne { - border-right:1px solid #9eadc0; - border-left:1px solid #9eadc0; -} -table.overviewSummary { - padding:0px; - margin-left:0px; -} -table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, -table.overviewSummary td.colOne, table.overviewSummary th.colOne { - width:25%; - vertical-align:middle; -} -table.packageSummary td.colFirst, table.overviewSummary th.colFirst { - width:25%; - vertical-align:middle; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:.9em; -} -.block { - display:block; - margin:3px 0 0 0; -} -.strong { - font-weight:bold; -} diff --git a/circle.yml b/circle.yml new file mode 100644 index 00000000..8db9dffa --- /dev/null +++ b/circle.yml @@ -0,0 +1,13 @@ +#general: +# artifacts: +# - "target" # files, relative to the build directory +#machine: +# java: +# version: oraclejdk8 +# environment: +# UOM_VERSION: 0.8-SNAPSHOT +test: + override: + - mvn clean +# post: +# - cp $CIRCLE_TEST_REPORTS/*.* $CIRCLE_ARTIFACTS \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..b67626cc --- /dev/null +++ b/pom.xml @@ -0,0 +1,131 @@ + + 4.0.0 + unitsofmeasurement-jbake + + tec.uom.tools + uom-tools + 0.2-SNAPSHOT + + + site + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + + + + br.com.ingenieux + jbake-maven-plugin + 0.0.6 + + + default-generate + generate-resources + + generate + + + + + + + + + com.github.github + site-maven-plugin + 0.9 + + ${commit.message} + + ${project.build.directory}/${project.build.finalName} + + fisiu.github.io + + keilw + + refs/heads/master + false + + **/*.jsp + **/web.xml + + + + + + site + + site + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + mvn + + clean:clean + jbake:generate + site:site + clean:clean + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + br.com.ingenieux + + + jbake-maven-plugin + + + [0.0.6,) + + + + generate + + + + + + + + + + + + + + + + + github + Site update + + https://github.com/unitsofmeasurement/unitsofmeasurement.github.io + Units of Measurement Web Site JBake Source + From d122e08a7298914cd5ac27d2f69fb720b17adcb6 Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Sun, 20 Sep 2015 16:16:01 +0200 Subject: [PATCH 05/57] 6: Use maven-site Task-Url: https://github.com/unitsofmeasurement/unitsofmeasurement-jbake/issues/issues/issue/6 --- pom.xml | 211 ++++++++++++++++++++++---------------------------------- 1 file changed, 84 insertions(+), 127 deletions(-) diff --git a/pom.xml b/pom.xml index b67626cc..4dfc8b5b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,131 +1,88 @@ - 4.0.0 - unitsofmeasurement-jbake - - tec.uom.tools - uom-tools - 0.2-SNAPSHOT - - - site + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + javax.measure + unit-api-site + 0.8-SNAPSHOT + Units of Measurement API + pom + + site + + + br.com.ingenieux + jbake-maven-plugin + 0.0.6 + + + default-generate + generate-resources + + generate + + + + - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.7 - 1.7 - - + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + mvn + + clean:clean + jbake:generate + site:site + clean:clean + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + br.com.ingenieux + + + jbake-maven-plugin + + + [0.0.6,) + + + + generate + + + + + + + + + + + + + + - - br.com.ingenieux - jbake-maven-plugin - 0.0.6 - - - default-generate - generate-resources - - generate - - - - - - - - - com.github.github - site-maven-plugin - 0.9 - - ${commit.message} - - ${project.build.directory}/${project.build.finalName} - - fisiu.github.io - - keilw - - refs/heads/master - false - - **/*.jsp - **/web.xml - - - - - - site - - site - - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - mvn - - clean:clean - jbake:generate - site:site - clean:clean - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - br.com.ingenieux - - - jbake-maven-plugin - - - [0.0.6,) - - - - generate - - - - - - - - - - - - - - - - - github - Site update - - https://github.com/unitsofmeasurement/unitsofmeasurement.github.io - Units of Measurement Web Site JBake Source + + github + Site update + + https://github.com/unitsofmeasurement/unit-api From a345a732cf8f046a82cf4108a18fb08eb1e8352f Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Sun, 27 Sep 2015 15:44:51 +0000 Subject: [PATCH 06/57] Building site for 0.8-SNAPSHOT --- site/apidocs/allclasses-frame.html | 4 +- site/apidocs/allclasses-noframe.html | 4 +- site/apidocs/constant-values.html | 4 +- site/apidocs/deprecated-list.html | 4 +- site/apidocs/help-doc.html | 4 +- site/apidocs/index-all.html | 9 ++++- site/apidocs/index.html | 2 +- site/apidocs/javax/measure/Dimension.html | 4 +- .../measure/IncommensurableException.html | 4 +- .../javax/measure/MeasurementException.html | 4 +- site/apidocs/javax/measure/Quantity.html | 4 +- .../javax/measure/UnconvertibleException.html | 4 +- site/apidocs/javax/measure/Unit.html | 4 +- site/apidocs/javax/measure/UnitConverter.html | 4 +- .../javax/measure/class-use/Dimension.html | 4 +- .../class-use/IncommensurableException.html | 4 +- .../class-use/MeasurementException.html | 4 +- .../javax/measure/class-use/Quantity.html | 4 +- .../class-use/UnconvertibleException.html | 4 +- .../apidocs/javax/measure/class-use/Unit.html | 11 +++++- .../measure/class-use/UnitConverter.html | 4 +- site/apidocs/javax/measure/format/Parser.html | 4 +- .../javax/measure/format/ParserException.html | 4 +- .../javax/measure/format/UnitFormat.html | 4 +- .../measure/format/class-use/Parser.html | 4 +- .../format/class-use/ParserException.html | 4 +- .../measure/format/class-use/UnitFormat.html | 4 +- .../javax/measure/format/package-frame.html | 4 +- .../javax/measure/format/package-summary.html | 4 +- .../javax/measure/format/package-tree.html | 4 +- .../javax/measure/format/package-use.html | 4 +- site/apidocs/javax/measure/package-frame.html | 4 +- .../javax/measure/package-summary.html | 4 +- site/apidocs/javax/measure/package-tree.html | 4 +- site/apidocs/javax/measure/package-use.html | 4 +- .../javax/measure/quantity/Acceleration.html | 4 +- .../measure/quantity/AmountOfSubstance.html | 4 +- .../apidocs/javax/measure/quantity/Angle.html | 4 +- site/apidocs/javax/measure/quantity/Area.html | 4 +- .../measure/quantity/CatalyticActivity.html | 4 +- .../javax/measure/quantity/Dimensionless.html | 4 +- .../measure/quantity/ElectricCapacitance.html | 4 +- .../measure/quantity/ElectricCharge.html | 4 +- .../measure/quantity/ElectricConductance.html | 4 +- .../measure/quantity/ElectricCurrent.html | 4 +- .../measure/quantity/ElectricInductance.html | 4 +- .../quantity/ElectricPermittivity.html | 4 +- .../measure/quantity/ElectricPotential.html | 4 +- .../measure/quantity/ElectricResistance.html | 4 +- .../javax/measure/quantity/Energy.html | 4 +- .../apidocs/javax/measure/quantity/Force.html | 4 +- .../javax/measure/quantity/Frequency.html | 4 +- .../javax/measure/quantity/Illuminance.html | 4 +- .../javax/measure/quantity/Length.html | 4 +- .../javax/measure/quantity/Luminance.html | 4 +- .../javax/measure/quantity/LuminousFlux.html | 4 +- .../measure/quantity/LuminousIntensity.html | 4 +- .../quantity/MagneticFieldStrength.html | 4 +- .../javax/measure/quantity/MagneticFlux.html | 4 +- .../measure/quantity/MagneticFluxDensity.html | 4 +- site/apidocs/javax/measure/quantity/Mass.html | 4 +- .../apidocs/javax/measure/quantity/Power.html | 4 +- .../javax/measure/quantity/Pressure.html | 4 +- .../quantity/RadiationDoseAbsorbed.html | 4 +- .../quantity/RadiationDoseEffective.html | 4 +- .../javax/measure/quantity/Radioactivity.html | 4 +- .../javax/measure/quantity/SolidAngle.html | 4 +- .../apidocs/javax/measure/quantity/Speed.html | 4 +- .../javax/measure/quantity/Temperature.html | 4 +- site/apidocs/javax/measure/quantity/Time.html | 4 +- .../javax/measure/quantity/Volume.html | 4 +- .../quantity/class-use/Acceleration.html | 4 +- .../quantity/class-use/AmountOfSubstance.html | 4 +- .../measure/quantity/class-use/Angle.html | 4 +- .../measure/quantity/class-use/Area.html | 4 +- .../quantity/class-use/CatalyticActivity.html | 4 +- .../quantity/class-use/Dimensionless.html | 4 +- .../class-use/ElectricCapacitance.html | 4 +- .../quantity/class-use/ElectricCharge.html | 4 +- .../class-use/ElectricConductance.html | 4 +- .../quantity/class-use/ElectricCurrent.html | 4 +- .../class-use/ElectricInductance.html | 4 +- .../class-use/ElectricPermittivity.html | 4 +- .../quantity/class-use/ElectricPotential.html | 4 +- .../class-use/ElectricResistance.html | 4 +- .../measure/quantity/class-use/Energy.html | 4 +- .../measure/quantity/class-use/Force.html | 4 +- .../measure/quantity/class-use/Frequency.html | 4 +- .../quantity/class-use/Illuminance.html | 4 +- .../measure/quantity/class-use/Length.html | 4 +- .../measure/quantity/class-use/Luminance.html | 4 +- .../quantity/class-use/LuminousFlux.html | 4 +- .../quantity/class-use/LuminousIntensity.html | 4 +- .../class-use/MagneticFieldStrength.html | 4 +- .../quantity/class-use/MagneticFlux.html | 4 +- .../class-use/MagneticFluxDensity.html | 4 +- .../measure/quantity/class-use/Mass.html | 4 +- .../measure/quantity/class-use/Power.html | 4 +- .../measure/quantity/class-use/Pressure.html | 4 +- .../class-use/RadiationDoseAbsorbed.html | 4 +- .../class-use/RadiationDoseEffective.html | 4 +- .../quantity/class-use/Radioactivity.html | 4 +- .../quantity/class-use/SolidAngle.html | 4 +- .../measure/quantity/class-use/Speed.html | 4 +- .../quantity/class-use/Temperature.html | 4 +- .../measure/quantity/class-use/Time.html | 4 +- .../measure/quantity/class-use/Volume.html | 4 +- .../javax/measure/quantity/package-frame.html | 4 +- .../measure/quantity/package-summary.html | 4 +- .../javax/measure/quantity/package-tree.html | 4 +- .../javax/measure/quantity/package-use.html | 4 +- site/apidocs/javax/measure/spi/Bootstrap.html | 4 +- .../javax/measure/spi/QuantityFactory.html | 38 +++++++++++++++++-- .../measure/spi/QuantityFactoryService.html | 4 +- .../javax/measure/spi/ServiceProvider.html | 4 +- .../javax/measure/spi/SystemOfUnits.html | 4 +- .../measure/spi/SystemOfUnitsService.html | 4 +- .../javax/measure/spi/UnitFormatService.html | 4 +- .../measure/spi/class-use/Bootstrap.html | 4 +- .../spi/class-use/QuantityFactory.html | 4 +- .../spi/class-use/QuantityFactoryService.html | 4 +- .../spi/class-use/ServiceProvider.html | 4 +- .../measure/spi/class-use/SystemOfUnits.html | 4 +- .../spi/class-use/SystemOfUnitsService.html | 4 +- .../spi/class-use/UnitFormatService.html | 4 +- .../javax/measure/spi/package-frame.html | 4 +- .../javax/measure/spi/package-summary.html | 4 +- .../javax/measure/spi/package-tree.html | 4 +- .../javax/measure/spi/package-use.html | 4 +- site/apidocs/overview-frame.html | 4 +- site/apidocs/overview-summary.html | 4 +- site/apidocs/overview-tree.html | 4 +- site/apidocs/serialized-form.html | 4 +- site/checkstyle.html | 6 +-- site/findbugs.html | 6 +-- site/index.html | 6 +-- site/integration.html | 6 +-- site/issue-tracking.html | 6 +-- site/license.html | 6 +-- site/mail-lists.html | 6 +-- site/pmd.html | 6 +-- site/project-info.html | 6 +-- site/project-reports.html | 6 +-- site/project-summary.html | 6 +-- site/source-repository.html | 6 +-- site/surefire-report.html | 32 ++++++++-------- site/team-list.html | 6 +-- site/testapidocs/allclasses-frame.html | 4 +- site/testapidocs/allclasses-noframe.html | 4 +- site/testapidocs/constant-values.html | 4 +- site/testapidocs/deprecated-list.html | 4 +- site/testapidocs/help-doc.html | 4 +- site/testapidocs/index-all.html | 9 +---- site/testapidocs/index.html | 2 +- .../BootstrapTest.TestServiceProvider.html | 4 +- .../javax/measure/spi/BootstrapTest.html | 4 +- .../BootstrapTest.TestServiceProvider.html | 4 +- .../measure/spi/class-use/BootstrapTest.html | 4 +- .../javax/measure/spi/package-frame.html | 4 +- .../javax/measure/spi/package-summary.html | 4 +- .../javax/measure/spi/package-tree.html | 4 +- .../javax/measure/spi/package-use.html | 4 +- .../javax/measure/test/CalcTripLength.html | 4 +- .../javax/measure/test/CircleInfo.html | 4 +- .../javax/measure/test/Conversions.html | 4 +- .../javax/measure/test/DimensionTest.html | 4 +- .../javax/measure/test/TestUnit.html | 4 +- .../javax/measure/test/TripLeg.html | 4 +- .../javax/measure/test/UnitTest.html | 4 +- .../test/class-use/CalcTripLength.html | 4 +- .../measure/test/class-use/CircleInfo.html | 4 +- .../measure/test/class-use/Conversions.html | 4 +- .../measure/test/class-use/DimensionTest.html | 4 +- .../measure/test/class-use/TestUnit.html | 4 +- .../javax/measure/test/class-use/TripLeg.html | 4 +- .../measure/test/class-use/UnitTest.html | 4 +- .../javax/measure/test/format/PrintUtils.html | 4 +- .../measure/test/format/SimpleTestFormat.html | 4 +- .../test/format/class-use/PrintUtils.html | 4 +- .../format/class-use/SimpleTestFormat.html | 4 +- .../measure/test/format/package-frame.html | 4 +- .../measure/test/format/package-summary.html | 4 +- .../measure/test/format/package-tree.html | 4 +- .../measure/test/format/package-use.html | 4 +- .../javax/measure/test/package-frame.html | 4 +- .../javax/measure/test/package-summary.html | 4 +- .../javax/measure/test/package-tree.html | 4 +- .../javax/measure/test/package-use.html | 4 +- .../measure/test/quantity/AreaQuantity.html | 6 +-- .../test/quantity/AreaQuantityTest.html | 4 +- .../measure/test/quantity/CircleInfo.html | 4 +- .../test/quantity/DistanceQuantity.html | 6 +-- .../test/quantity/TestQuantityFactory.html | 33 +++++----------- .../measure/test/quantity/TimeQuantity.html | 6 +-- .../measure/test/quantity/VolumeQuantity.html | 6 +-- .../test/quantity/class-use/AreaQuantity.html | 4 +- .../quantity/class-use/AreaQuantityTest.html | 4 +- .../test/quantity/class-use/CircleInfo.html | 4 +- .../quantity/class-use/DistanceQuantity.html | 4 +- .../class-use/TestQuantityFactory.html | 4 +- .../test/quantity/class-use/TimeQuantity.html | 4 +- .../quantity/class-use/VolumeQuantity.html | 4 +- .../measure/test/quantity/package-frame.html | 4 +- .../test/quantity/package-summary.html | 4 +- .../measure/test/quantity/package-tree.html | 4 +- .../measure/test/quantity/package-use.html | 4 +- .../javax/measure/test/unit/AreaUnit.html | 4 +- .../javax/measure/test/unit/BaseUnit.html | 4 +- .../javax/measure/test/unit/DistanceUnit.html | 4 +- .../javax/measure/test/unit/TimeUnit.html | 4 +- .../javax/measure/test/unit/VolumeUnit.html | 4 +- .../measure/test/unit/class-use/AreaUnit.html | 4 +- .../measure/test/unit/class-use/BaseUnit.html | 4 +- .../test/unit/class-use/DistanceUnit.html | 4 +- .../measure/test/unit/class-use/TimeUnit.html | 4 +- .../test/unit/class-use/VolumeUnit.html | 4 +- .../measure/test/unit/package-frame.html | 4 +- .../measure/test/unit/package-summary.html | 4 +- .../javax/measure/test/unit/package-tree.html | 4 +- .../javax/measure/test/unit/package-use.html | 4 +- site/testapidocs/overview-frame.html | 4 +- site/testapidocs/overview-summary.html | 4 +- site/testapidocs/overview-tree.html | 4 +- 223 files changed, 527 insertions(+), 503 deletions(-) diff --git a/site/apidocs/allclasses-frame.html b/site/apidocs/allclasses-frame.html index 11e2d5d1..074e76e1 100644 --- a/site/apidocs/allclasses-frame.html +++ b/site/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (Units of Measurement API 0.8-SNAPSHOT API) - + diff --git a/site/apidocs/allclasses-noframe.html b/site/apidocs/allclasses-noframe.html index f4fb639f..d9c8502e 100644 --- a/site/apidocs/allclasses-noframe.html +++ b/site/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (Units of Measurement API 0.8-SNAPSHOT API) - + diff --git a/site/apidocs/constant-values.html b/site/apidocs/constant-values.html index 8d40be8a..2e478b50 100644 --- a/site/apidocs/constant-values.html +++ b/site/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (Units of Measurement API 0.8-SNAPSHOT API) - + diff --git a/site/apidocs/deprecated-list.html b/site/apidocs/deprecated-list.html index ed38846e..9f7a6b8a 100644 --- a/site/apidocs/deprecated-list.html +++ b/site/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (Units of Measurement API 0.8-SNAPSHOT API) - + diff --git a/site/apidocs/help-doc.html b/site/apidocs/help-doc.html index b8c30fbd..5c5508a6 100644 --- a/site/apidocs/help-doc.html +++ b/site/apidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (Units of Measurement API 0.8-SNAPSHOT API) - + diff --git a/site/apidocs/index-all.html b/site/apidocs/index-all.html index 4c1abba8..6837d4b5 100644 --- a/site/apidocs/index-all.html +++ b/site/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (Units of Measurement API 0.8-SNAPSHOT API) - + @@ -328,6 +328,11 @@

G

Returns the system of units having the specified name or null if none.
+
getSystemUnit() - Method in interface QuantityFactory
+
+
Returns the system unit for quantities produced by this factory + or null if unknown.
+
getSystemUnit() - Method in interface Unit
Returns the unscaled system unit from which this unit is derived.
diff --git a/site/apidocs/index.html b/site/apidocs/index.html index 6922b353..9116f8af 100644 --- a/site/apidocs/index.html +++ b/site/apidocs/index.html @@ -2,7 +2,7 @@ - + Units of Measurement API 0.8-SNAPSHOT API - - -
- - - - - -
- - -
-

Constant Field Values

-

Contents

-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Constant Field Values (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/deprecated-list.html b/site/apidocs/deprecated-list.html index 2e65146b..4aaa2ded 100644 --- a/site/apidocs/deprecated-list.html +++ b/site/apidocs/deprecated-list.html @@ -1,117 +1,117 @@ - - - - - - -Deprecated List (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Deprecated API

-

Contents

-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Deprecated List (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/help-doc.html b/site/apidocs/help-doc.html index cf674e9d..393f438f 100644 --- a/site/apidocs/help-doc.html +++ b/site/apidocs/help-doc.html @@ -1,222 +1,222 @@ - - - - - - -API Help (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
-
-
    -
  • -

    Overview

    -

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    -
  • -
  • -

    Package

    -

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    -
      -
    • Interfaces (italic)
    • -
    • Classes
    • -
    • Enums
    • -
    • Exceptions
    • -
    • Errors
    • -
    • Annotation Types
    • -
    -
  • -
  • -

    Class/Interface

    -

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
      -
    • Class inheritance diagram
    • -
    • Direct Subclasses
    • -
    • All Known Subinterfaces
    • -
    • All Known Implementing Classes
    • -
    • Class/interface declaration
    • -
    • Class/interface description
    • -
    -
      -
    • Nested Class Summary
    • -
    • Field Summary
    • -
    • Constructor Summary
    • -
    • Method Summary
    • -
    -
      -
    • Field Detail
    • -
    • Constructor Detail
    • -
    • Method Detail
    • -
    -

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    -
  • -
  • -

    Annotation Type

    -

    Each annotation type has its own separate page with the following sections:

    -
      -
    • Annotation Type declaration
    • -
    • Annotation Type description
    • -
    • Required Element Summary
    • -
    • Optional Element Summary
    • -
    • Element Detail
    • -
    -
  • -
  • -

    Enum

    -

    Each enum has its own separate page with the following sections:

    -
      -
    • Enum declaration
    • -
    • Enum description
    • -
    • Enum Constant Summary
    • -
    • Enum Constant Detail
    • -
    -
  • -
  • -

    Use

    -

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    -
  • -
  • -

    Tree (Class Hierarchy)

    -

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    -
      -
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • -
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • -
    -
  • -
  • -

    Deprecated API

    -

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    -
  • -
  • -

    Index

    -

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    -
  • -
  • -

    Prev/Next

    -

    These links take you to the next or previous class, interface, package, or related page.

    -
  • -
  • -

    Frames/No Frames

    -

    These links show and hide the HTML frames. All pages are available with or without frames.

    -
  • -
  • -

    All Classes

    -

    The All Classes link shows all classes and interfaces except non-static nested types.

    -
  • -
  • -

    Serialized Form

    -

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    -
  • -
  • -

    Constant Field Values

    -

    The Constant Field Values page lists the static final fields and their values.

    -
  • -
-This help file applies to API documentation generated using the standard doclet.
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +API Help (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/index-all.html b/site/apidocs/index-all.html index f6ce135c..1a706342 100644 --- a/site/apidocs/index-all.html +++ b/site/apidocs/index-all.html @@ -1,808 +1,807 @@ - - - - - - -Index (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
A B C D E F G I J L M P Q R S T U V  - - -

A

-
-
Acceleration - Interface in javax.measure.quantity
-
-
Rate of change of velocity with respect to time.
-
-
add(Quantity<Q>) - Method in interface Quantity
-
-
Returns the sum of this Quantity with the one specified.
-
-
alternate(String) - Method in interface Unit
-
+ + + + + + +Index (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
A B C D E F G I J L M P Q R S T U V  + + +

A

+
+
Acceleration - Interface in javax.measure.quantity
+
+
Rate of change of velocity with respect to time.
+
+
add(Quantity<Q>) - Method in interface Quantity
+
+
Returns the sum of this Quantity with the one specified.
+
+
alternate(String) - Method in interface Unit
+
Returns a system unit equivalent to this unscaled standard unit but used in expressions to distinguish between quantities of a different nature - but of the same dimensions.
-
-
AmountOfSubstance - Interface in javax.measure.quantity
-
-
Number of elementary entities (molecules, for example) of a substance.
-
-
Angle - Interface in javax.measure.quantity
-
-
Figure formed by two lines diverging from a common point.
-
-
Area - Interface in javax.measure.quantity
-
-
Extent of a planar region or of the surface of a solid measured in square units.
-
-
asType(Class<T>) - Method in interface Quantity
-
+ but of the same dimensions.
+
+
AmountOfSubstance - Interface in javax.measure.quantity
+
+
Number of elementary entities (molecules, for example) of a substance.
+
+
Angle - Interface in javax.measure.quantity
+
+
Figure formed by two lines diverging from a common point.
+
+
Area - Interface in javax.measure.quantity
+
+
Extent of a planar region or of the surface of a solid measured in square units.
+
+
asType(Class<T>) - Method in interface Quantity
+
Casts this quantity to a parameterized unit of specified nature or throw a ClassCastException if the dimension of the specified - quantity and this measure unit's dimension do not match.
-
-
asType(Class<T>) - Method in interface Unit
-
+ quantity and this measure unit's dimension do not match.
+
+
asType(Class<T>) - Method in interface Unit
+
Casts this unit to a parameterized unit of specified nature or throw a ClassCastException if the dimension of the specified quantity - and this unit's dimension do not match.
-
- - - - -

B

-
-
Bootstrap - Class in javax.measure.spi
-
-
This singleton provides access to the services available in the current runtime environment.
-
-
- - - -

C

-
-
CatalyticActivity - Interface in javax.measure.quantity
-
-
Catalytic activity.
-
-
concatenate(UnitConverter) - Method in interface UnitConverter
-
-
Concatenates this converter with another converter.
-
-
convert(Number) - Method in interface UnitConverter
-
-
Converts a Number value.
-
-
convert(double) - Method in interface UnitConverter
-
-
Converts a double value.
-
-
create(Number, Unit<Q>) - Method in interface QuantityFactory
-
-
Returns the quantity for the specified number stated in the specified unit.
-
-
- - - -

D

-
-
Dimension - Interface in javax.measure
-
-
Represents the dimension of a unit.
-
-
Dimensionless - Interface in javax.measure.quantity
-
-
Dimensionless quantity.
-
-
divide(Dimension) - Method in interface Dimension
-
-
Returns the quotient of this dimension with the one specified.
-
-
divide(Quantity<?>) - Method in interface Quantity
-
+ and this unit's dimension do not match. +
+
+ + + +

B

+
+
Bootstrap - Class in javax.measure.spi
+
+
This singleton provides access to the services available in the current runtime environment.
+
+
+ + + +

C

+
+
CatalyticActivity - Interface in javax.measure.quantity
+
+
Catalytic activity.
+
+
concatenate(UnitConverter) - Method in interface UnitConverter
+
+
Concatenates this converter with another converter.
+
+
convert(Number) - Method in interface UnitConverter
+
+
Converts a Number value.
+
+
convert(double) - Method in interface UnitConverter
+
+
Converts a double value.
+
+
create(Number, Unit<Q>) - Method in interface QuantityFactory
+
+
Returns the quantity for the specified number stated in the specified unit.
+
+
+ + + +

D

+
+
Dimension - Interface in javax.measure
+
+
Represents the dimension of a unit.
+
+
Dimensionless - Interface in javax.measure.quantity
+
+
Dimensionless quantity.
+
+
divide(Dimension) - Method in interface Dimension
+
+
Returns the quotient of this dimension with the one specified.
+
+
divide(Quantity<?>) - Method in interface Quantity
+
Returns the product of this Quantity divided by the Quantity - specified.
-
-
divide(Number) - Method in interface Quantity
-
+ specified. +
+
divide(Number) - Method in interface Quantity
+
Returns the product of this Quantity divided by the Number - specified.
-
-
divide(double) - Method in interface Unit
-
-
Returns the result of dividing this unit by an approximate divisor.
-
-
divide(Unit<?>) - Method in interface Unit
-
-
Returns the quotient of this unit with the one specified.
-
-
- - - -

E

-
-
ElectricCapacitance - Interface in javax.measure.quantity
-
-
Electric capacitance.
-
-
ElectricCharge - Interface in javax.measure.quantity
-
-
Electric charge.
-
-
ElectricConductance - Interface in javax.measure.quantity
-
-
Electric conductance.
-
-
ElectricCurrent - Interface in javax.measure.quantity
-
-
Amount of electric charge flowing past a specified circuit point per unit time.
-
-
ElectricInductance - Interface in javax.measure.quantity
-
-
Electric inductance.
-
-
ElectricPermittivity - Interface in javax.measure.quantity
-
-
How an electric field affects, and is affected, by a dielectric medium.
-
-
ElectricPotential - Interface in javax.measure.quantity
-
-
Electric potential or electromotive force.
-
-
ElectricResistance - Interface in javax.measure.quantity
-
-
Electric resistance.
-
-
Energy - Interface in javax.measure.quantity
-
-
Capacity of a physical system to do work.
-
-
- - - -

F

-
-
Force - Interface in javax.measure.quantity
-
-
Quantity that tends to produce an acceleration of a body in the direction of its application.
-
-
format(Unit<?>, Appendable) - Method in interface UnitFormat
-
-
Formats the specified Unit.
-
-
format(Unit<?>) - Method in interface UnitFormat
-
-
Formats the specified Unit.
-
-
Frequency - Interface in javax.measure.quantity
-
-
Number of times a specified phenomenon occurs within a specified interval.
-
-
- - - -

G

-
-
getAvailableFormatNames() - Method in interface UnitFormatService
-
-
Gets a list with available format names for this format service.
-
-
getAvailableSystemsOfUnits() - Method in interface SystemOfUnitsService
-
-
Gets a list with available systems for this SystemOfUnitsService.
-
-
getConversionSteps() - Method in interface UnitConverter
-
+ specified. +
+
divide(double) - Method in interface Unit
+
+
Returns the result of dividing this unit by an approximate divisor.
+
+
divide(Unit<?>) - Method in interface Unit
+
+
Returns the quotient of this unit with the one specified.
+
+
+ + + +

E

+
+
ElectricCapacitance - Interface in javax.measure.quantity
+
+
Electric capacitance.
+
+
ElectricCharge - Interface in javax.measure.quantity
+
+
Electric charge.
+
+
ElectricConductance - Interface in javax.measure.quantity
+
+
Electric conductance.
+
+
ElectricCurrent - Interface in javax.measure.quantity
+
+
Amount of electric charge flowing past a specified circuit point per unit time.
+
+
ElectricInductance - Interface in javax.measure.quantity
+
+
Electric inductance.
+
+
ElectricPermittivity - Interface in javax.measure.quantity
+
+
How an electric field affects, and is affected, by a dielectric medium.
+
+
ElectricPotential - Interface in javax.measure.quantity
+
+
Electric potential or electromotive force.
+
+
ElectricResistance - Interface in javax.measure.quantity
+
+
Electric resistance.
+
+
Energy - Interface in javax.measure.quantity
+
+
Capacity of a physical system to do work.
+
+
+ + + +

F

+
+
Force - Interface in javax.measure.quantity
+
+
Quantity that tends to produce an acceleration of a body in the direction of its application.
+
+
format(Unit<?>, Appendable) - Method in interface UnitFormat
+
+
Formats the specified Unit.
+
+
format(Unit<?>) - Method in interface UnitFormat
+
+
Formats the specified Unit.
+
+
Frequency - Interface in javax.measure.quantity
+
+
Number of times a specified phenomenon occurs within a specified interval.
+
+
+ + + +

G

+
+
getAvailableFormatNames() - Method in interface UnitFormatService
+
+
Gets a list with available format names for this format service.
+
+
getAvailableSystemsOfUnits() - Method in interface SystemOfUnitsService
+
+
Gets a list with available systems for this SystemOfUnitsService.
+
+
getConversionSteps() - Method in interface UnitConverter
+
Returns the steps of fundamental converters making up this converter or - this if the converter is a fundamental converter.
-
-
getConverterTo(Unit<Q>) - Method in interface Unit
-
-
Returns a converter of numeric values from this unit to another unit of same type.
-
-
getConverterToAny(Unit<?>) - Method in interface Unit
-
-
Returns a converter from this unit to the specified unit of type unknown.
-
-
getDimension() - Method in interface Unit
-
-
Returns the dimension of this unit.
-
-
getName() - Method in interface SystemOfUnits
-
 
-
getName() - Method in interface Unit
-
-
Returns the name (if any) of this unit.
-
-
getParsedString() - Method in exception ParserException
-
-
Returns the string that was being parsed.
-
-
getPosition() - Method in exception ParserException
-
-
Returns the position where the error was found.
-
-
getPriority() - Method in interface ServiceProvider
-
-
This method allows to define a priority for a registered ServiceProvider instance.
-
-
getProductDimensions() - Method in interface Dimension
-
+ this if the converter is a fundamental converter. +
+
getConverterTo(Unit<Q>) - Method in interface Unit
+
+
Returns a converter of numeric values from this unit to another unit of same type.
+
+
getConverterToAny(Unit<?>) - Method in interface Unit
+
+
Returns a converter from this unit to the specified unit of type unknown.
+
+
getDimension() - Method in interface Unit
+
+
Returns the dimension of this unit.
+
+
getName() - Method in interface SystemOfUnits
+
 
+
getName() - Method in interface Unit
+
+
Returns the name (if any) of this unit.
+
+
getParsedString() - Method in exception ParserException
+
+
Returns the string that was being parsed.
+
+
getPosition() - Method in exception ParserException
+
+
Returns the position where the error was found.
+
+
getPriority() - Method in interface ServiceProvider
+
+
This method allows to define a priority for a registered ServiceProvider instance.
+
+
getProductDimensions() - Method in interface Dimension
+
Returns the fundamental dimensions and their exponent whose product is - this dimension, or null if this dimension is a fundamental dimension.
-
-
getProductUnits() - Method in interface Unit
-
+ this dimension, or null if this dimension is a fundamental dimension. +
+
getProductUnits() - Method in interface Unit
+
Returns the base units and their exponent whose product is this unit, - or null if this unit is a base unit (not a product of existing units).
-
-
getQuantityFactory(Class<Q>) - Method in interface QuantityFactoryService
-
-
Return a factory for this Quantity.
-
-
getService(Class<T>) - Static method in class Bootstrap
-
- -
-
getService(Class<T>) - Method in interface ServiceProvider
-
-
Access a single service, given its type.
-
-
getServices(Class<T>) - Static method in class Bootstrap
-
- -
-
getServices(Class<T>) - Method in interface ServiceProvider
-
-
Access a list of services, given its type.
-
-
getSymbol() - Method in interface Unit
-
-
Returns the symbol (if any) of this unit.
-
-
getSystemOfUnits() - Method in interface SystemOfUnitsService
-
+ or null if this unit is a base unit (not a product of existing units). +
+
getQuantityFactory(Class<Q>) - Method in interface QuantityFactoryService
+
+
Return a factory for this Quantity.
+
+
getService(Class<T>) - Static method in class Bootstrap
+
+ +
+
getService(Class<T>) - Method in interface ServiceProvider
+
+
Access a single service, given its type.
+
+
getServices(Class<T>) - Static method in class Bootstrap
+
+ +
+
getServices(Class<T>) - Method in interface ServiceProvider
+
+
Access a list of services, given its type.
+
+
getSymbol() - Method in interface Unit
+
+
Returns the symbol (if any) of this unit.
+
+
getSystemOfUnits() - Method in interface SystemOfUnitsService
+
Returns the default system - of units.
-
-
getSystemOfUnits(String) - Method in interface SystemOfUnitsService
-
+ of units. +
+
getSystemOfUnits(String) - Method in interface SystemOfUnitsService
+
Returns the system of units having the specified name or - null if none.
-
-
getSystemUnit() - Method in interface QuantityFactory
-
+ null if none. +
+
getSystemUnit() - Method in interface QuantityFactory
+
Returns the system unit for quantities produced by this factory - or null if unknown.
-
-
getSystemUnit() - Method in interface Unit
-
-
Returns the unscaled system unit from which this unit is derived.
-
-
getUnit() - Method in interface Quantity
-
-
Returns the unit of this Quantity.
-
-
getUnit(Class<Q>) - Method in interface SystemOfUnits
-
-
Returns the default unit for the specified quantity.
-
-
getUnitFormat() - Method in interface UnitFormatService
-
-
Returns the default unit format.
-
-
getUnitFormat(String) - Method in interface UnitFormatService
-
+ or null if unknown. +
+
getSystemUnit() - Method in interface Unit
+
+
Returns the unscaled system unit from which this unit is derived.
+
+
getUnit() - Method in interface Quantity
+
+
Returns the unit of this Quantity.
+
+
getUnit(Class<Q>) - Method in interface SystemOfUnits
+
+
Returns the default unit for the specified quantity.
+
+
getUnitFormat() - Method in interface UnitFormatService
+
+
Returns the default unit format.
+
+
getUnitFormat(String) - Method in interface UnitFormatService
+
Returns the unit format having the specified name or - null if none.
-
-
getUnits() - Method in interface SystemOfUnits
-
-
Returns a read only view over the units explicitly defined by this system.
-
-
getUnits(Dimension) - Method in interface SystemOfUnits
-
+ null if none. +
+
getUnits() - Method in interface SystemOfUnits
+
+
Returns a read only view over the units explicitly defined by this system.
+
+
getUnits(Dimension) - Method in interface SystemOfUnits
+
Returns the units defined in this system having the specified dimension - (convenience method).
-
-
getValue() - Method in interface Quantity
-
-
Returns the value of this Quantity.
-
-
- - - -

I

-
-
Illuminance - Interface in javax.measure.quantity
-
-
Illuminance.
-
-
IncommensurableException - Exception in javax.measure
-
+ (convenience method). +
+
getValue() - Method in interface Quantity
+
+
Returns the value of this Quantity.
+
+
+ + + +

I

+
+
Illuminance - Interface in javax.measure.quantity
+
+
Illuminance.
+
+
IncommensurableException - Exception in javax.measure
+
Signals that a problem of some sort has occurred due to incommensurable of - some quantities/units.
-
-
IncommensurableException(String) - Constructor for exception IncommensurableException
-
-
Constructs a IncommensurableException with the given message.
-
-
IncommensurableException(Throwable) - Constructor for exception IncommensurableException
-
-
Constructs a IncommensurableException with the given cause.
-
-
IncommensurableException(String, Throwable) - Constructor for exception IncommensurableException
-
-
Constructs a IncommensurableException with the given message and cause.
-
-
init(ServiceProvider) - Static method in class Bootstrap
-
-
Replace the current ServiceProvider in use.
-
-
inverse() - Method in interface Quantity
-
-
Returns a Quantity whose unit is unit.inverse().
-
-
inverse() - Method in interface Unit
-
-
Returns the inverse of this unit.
-
-
inverse() - Method in interface UnitConverter
-
-
Returns the inverse of this converter.
-
-
isCompatible(Unit<?>) - Method in interface Unit
-
-
Indicates if this unit is compatible with the unit specified.
-
-
isIdentity() - Method in interface UnitConverter
-
-
Indicates if this converter is an identity converter.
-
-
isLinear() - Method in interface UnitConverter
-
-
Indicates if this converter is linear.
-
-
isLocaleSensitive() - Method in interface UnitFormat
-
-
Returns true if this UnitFormat depends on a Locale to perform its tasks.
-
-
- - - -

J

-
-
javax.measure - package javax.measure
-
+ some quantities/units. +
+
IncommensurableException(String) - Constructor for exception IncommensurableException
+
+
Constructs a IncommensurableException with the given message.
+
+
IncommensurableException(Throwable) - Constructor for exception IncommensurableException
+
+
Constructs a IncommensurableException with the given cause.
+
+
IncommensurableException(String, Throwable) - Constructor for exception IncommensurableException
+
+
Constructs a IncommensurableException with the given message and cause.
+
+
init(ServiceProvider) - Static method in class Bootstrap
+
+
Replace the current ServiceProvider in use.
+
+
inverse() - Method in interface Quantity
+
+
Returns a Quantity whose unit is unit.inverse().
+
+
inverse() - Method in interface Unit
+
+
Returns the inverse of this unit.
+
+
inverse() - Method in interface UnitConverter
+
+
Returns the inverse of this converter.
+
+
isCompatible(Unit<?>) - Method in interface Unit
+
+
Indicates if this unit is compatible with the unit specified.
+
+
isIdentity() - Method in interface UnitConverter
+
+
Indicates if this converter is an identity converter.
+
+
isLinear() - Method in interface UnitConverter
+
+
Indicates if this converter is linear.
+
+
isLocaleSensitive() - Method in interface UnitFormat
+
+
Returns true if this UnitFormat depends on a Locale to perform its tasks.
+
+
+ + + +

J

+
+
javax.measure - package javax.measure
+
Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
-
-
javax.measure.format - package javax.measure.format
-
-
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
-
-
javax.measure.quantity - package javax.measure.quantity
-
+ of quantities and their expression as values of units. +
+
javax.measure.format - package javax.measure.format
+
+
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
+
+
javax.measure.quantity - package javax.measure.quantity
+
[OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation.
-
-
javax.measure.spi - package javax.measure.spi
-
-
[OPTIONAL] Provides services for units, quantities or their textual representation.
-
-
- - - -

L

-
-
label(Unit<?>, String) - Method in interface UnitFormat
-
-
Attaches a system-wide label to the specified unit.
-
-
Length - Interface in javax.measure.quantity
-
+ mass, time, distance, heat, and angular separation. +
+
javax.measure.spi - package javax.measure.spi
+
+
[OPTIONAL] Provides services for units, quantities or their textual representation.
+
+
+ + + +

L

+
+
label(Unit<?>, String) - Method in interface UnitFormat
+
+
Attaches a system-wide label to the specified unit.
+
+
Length - Interface in javax.measure.quantity
+
Extent of something along its greatest dimension or the extent of space - between two objects or places.
-
-
Luminance - Interface in javax.measure.quantity
-
-
Luminous intensity per unit area of light traveling in a given direction.
-
-
LuminousFlux - Interface in javax.measure.quantity
-
-
Luminous flux.
-
-
LuminousIntensity - Interface in javax.measure.quantity
-
+ between two objects or places. +
+
Luminance - Interface in javax.measure.quantity
+
+
Luminous intensity per unit area of light traveling in a given direction.
+
+
LuminousFlux - Interface in javax.measure.quantity
+
+
Luminous flux.
+
+
LuminousIntensity - Interface in javax.measure.quantity
+
Luminous flux density per solid angle - as measured in a given direction relative to the emitting source.
-
-
- - - -

M

-
-
MagneticFieldStrength - Interface in javax.measure.quantity
-
-
Magnetic field strength.
-
-
MagneticFlux - Interface in javax.measure.quantity
-
-
Magnetic flux.
-
-
MagneticFluxDensity - Interface in javax.measure.quantity
-
-
Magnetic flux density.
-
-
Mass - Interface in javax.measure.quantity
-
-
Measure of the quantity of matter that a body or an object contains.
-
-
MeasurementException - Exception in javax.measure
-
-
Exception used to indicate a problem while dealing with units of measurement.
-
-
MeasurementException(String) - Constructor for exception MeasurementException
-
-
Constructs a MeasurementException with the given message.
-
-
MeasurementException(Throwable) - Constructor for exception MeasurementException
-
-
Constructs a MeasurementException with the given cause.
-
-
MeasurementException(String, Throwable) - Constructor for exception MeasurementException
-
-
Constructs a MeasurementException with the given message and cause.
-
-
MeasurementException() - Constructor for exception MeasurementException
-
-
Constructs a MeasurementException with no given message.
-
-
multiply(Dimension) - Method in interface Dimension
-
-
Returns the product of this dimension with the one specified.
-
-
multiply(Quantity<?>) - Method in interface Quantity
-
-
Returns the product of this Quantity with the one specified.
-
-
multiply(Number) - Method in interface Quantity
-
+ as measured in a given direction relative to the emitting source. +
+
+ + + +

M

+
+
MagneticFieldStrength - Interface in javax.measure.quantity
+
+
Magnetic field strength.
+
+
MagneticFlux - Interface in javax.measure.quantity
+
+
Magnetic flux.
+
+
MagneticFluxDensity - Interface in javax.measure.quantity
+
+
Magnetic flux density.
+
+
Mass - Interface in javax.measure.quantity
+
+
Measure of the quantity of matter that a body or an object contains.
+
+
MeasurementException - Exception in javax.measure
+
+
Exception used to indicate a problem while dealing with units of measurement.
+
+
MeasurementException(String) - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with the given message.
+
+
MeasurementException(Throwable) - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with the given cause.
+
+
MeasurementException(String, Throwable) - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with the given message and cause.
+
+
MeasurementException() - Constructor for exception MeasurementException
+
+
Constructs a MeasurementException with no given message.
+
+
multiply(Dimension) - Method in interface Dimension
+
+
Returns the product of this dimension with the one specified.
+
+
multiply(Quantity<?>) - Method in interface Quantity
+
+
Returns the product of this Quantity with the one specified.
+
+
multiply(Number) - Method in interface Quantity
+
Returns the product of this Quantity with the Number value - specified.
-
-
multiply(double) - Method in interface Unit
-
-
Returns the result of multiplying this unit by the specified factor.
-
-
multiply(Unit<?>) - Method in interface Unit
-
-
Returns the product of this unit with the one specified.
-
-
- - - -

P

-
-
parse(CharSequence) - Method in interface UnitFormat
-
-
Parses a portion of the specified CharSequence from the - specified position to produce a unit.
-
-
ParserException - Exception in javax.measure.format
-
-
Signals that an error has been reached unexpectedly while parsing.
-
-
ParserException(String, CharSequence, int) - Constructor for exception ParserException
-
+ specified. +
+
multiply(double) - Method in interface Unit
+
+
Returns the result of multiplying this unit by the specified factor.
+
+
multiply(Unit<?>) - Method in interface Unit
+
+
Returns the product of this unit with the one specified.
+
+
+ + + +

P

+
+
parse(CharSequence) - Method in interface UnitFormat
+
+
Parses the text into an instance of Unit.
+
+
ParserException - Exception in javax.measure.format
+
+
Signals that an error has been reached unexpectedly while parsing.
+
+
ParserException(String, CharSequence, int) - Constructor for exception ParserException
+
Constructs a ParserException with the specified detail message, - parsed text and index.
-
-
ParserException(CharSequence, int) - Constructor for exception ParserException
-
-
Constructs a ParserException with the parsed text and offset.
-
-
ParserException(Throwable) - Constructor for exception ParserException
-
-
Constructs a ParserException with the specified cause.
-
-
pow(int) - Method in interface Dimension
-
-
Returns this dimension raised to an exponent.
-
-
pow(int) - Method in interface Unit
-
-
Returns a unit equals to this unit raised to an exponent.
-
-
Power - Interface in javax.measure.quantity
-
-
Rate at which work is done.
-
-
Pressure - Interface in javax.measure.quantity
-
-
Force applied uniformly over a surface.
-
-
- - - -

Q

-
-
Quantity<Q extends Quantity<Q>> - Interface in javax.measure
-
+ parsed text and index. +
+
ParserException(CharSequence, int) - Constructor for exception ParserException
+
+
Constructs a ParserException with the parsed text and offset.
+
+
ParserException(Throwable) - Constructor for exception ParserException
+
+
Constructs a ParserException with the specified cause.
+
+
pow(int) - Method in interface Dimension
+
+
Returns this dimension raised to an exponent.
+
+
pow(int) - Method in interface Unit
+
+
Returns a unit equals to this unit raised to an exponent.
+
+
Power - Interface in javax.measure.quantity
+
+
Rate at which work is done.
+
+
Pressure - Interface in javax.measure.quantity
+
+
Force applied uniformly over a surface.
+
+
+ + + +

Q

+
+
Quantity<Q extends Quantity<Q>> - Interface in javax.measure
+
- Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
-
-
QuantityFactory<Q extends Quantity<Q>> - Interface in javax.measure.spi
-
-
Represents a factory that accepts Number and Unit arguments to create a Quantity result.
-
-
QuantityFactoryService - Interface in javax.measure.spi
-
-
Provider of QuantityFactory
-
-
- - - -

R

-
-
RadiationDoseAbsorbed - Interface in javax.measure.quantity
-
-
Amount of energy deposited per unit of mass.
-
-
RadiationDoseEffective - Interface in javax.measure.quantity
-
+ Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement. +
+
QuantityFactory<Q extends Quantity<Q>> - Interface in javax.measure.spi
+
+
Represents a factory that accepts Number and Unit arguments to create a Quantity result.
+
+
QuantityFactoryService - Interface in javax.measure.spi
+
+
Provider of QuantityFactory
+
+
+ + + +

R

+
+
RadiationDoseAbsorbed - Interface in javax.measure.quantity
+
+
Amount of energy deposited per unit of mass.
+
+
RadiationDoseEffective - Interface in javax.measure.quantity
+
Effective (or "equivalent") dose of radiation - received by a human or some other living organism.
-
-
Radioactivity - Interface in javax.measure.quantity
-
-
Radioactive activity.
-
-
root(int) - Method in interface Dimension
-
-
Returns the given root of this dimension.
-
-
root(int) - Method in interface Unit
-
-
Returns a unit equals to the given root of this unit.
-
-
- - - -

S

-
-
ServiceProvider - Interface in javax.measure.spi
-
+ received by a human or some other living organism. +
+
Radioactivity - Interface in javax.measure.quantity
+
+
Radioactive activity.
+
+
root(int) - Method in interface Dimension
+
+
Returns the given root of this dimension.
+
+
root(int) - Method in interface Unit
+
+
Returns a unit equals to the given root of this unit.
+
+
+ + + +

S

+
+
ServiceProvider - Interface in javax.measure.spi
+
This class models the component to managing the lifecycle of the - Unit and Quantity services.
-
-
shift(double) - Method in interface Unit
-
-
Returns the result of setting the origin of the scale of measurement to the given value.
-
-
SolidAngle - Interface in javax.measure.quantity
-
-
Angle formed by three or more planes intersecting at a common point.
-
-
Speed - Interface in javax.measure.quantity
-
-
Distance traveled divided by the time of travel.
-
-
subtract(Quantity<Q>) - Method in interface Quantity
-
+ Unit and Quantity services. +
+
shift(double) - Method in interface Unit
+
+
Returns the result of setting the origin of the scale of measurement to the given value.
+
+
SolidAngle - Interface in javax.measure.quantity
+
+
Angle formed by three or more planes intersecting at a common point.
+
+
Speed - Interface in javax.measure.quantity
+
+
Distance traveled divided by the time of travel.
+
+
subtract(Quantity<Q>) - Method in interface Quantity
+
Returns the difference between this Quantity and the one - specified.
-
-
SystemOfUnits - Interface in javax.measure.spi
-
+ specified. +
+
SystemOfUnits - Interface in javax.measure.spi
+
A system of units grouped together for historical or cultural reasons.
Common system of units are "SI" (System International), "Imperial" (British), - "US" (US Customary).
-
-
SystemOfUnitsService - Interface in javax.measure.spi
-
+ "US" (US Customary). +
+
SystemOfUnitsService - Interface in javax.measure.spi
+
This interface represents the service to obtain a system - of units.
-
-
- - - -

T

-
-
Temperature - Interface in javax.measure.quantity
-
-
Degree of hotness or coldness of a body or an environment.
-
-
Time - Interface in javax.measure.quantity
-
-
Period of existence or persistence.
-
-
to(Unit<Q>) - Method in interface Quantity
-
-
Returns this Quantity converted into another (compatible) Unit.
-
-
toString() - Method in interface Unit
-
-
Returns a string representation of this unit.
-
-
transform(UnitConverter) - Method in interface Unit
-
-
Returns the unit derived from this unit using the specified converter.
-
-
- - - -

U

-
-
UnconvertibleException - Exception in javax.measure
-
+ of units. +
+
+ + + +

T

+
+
Temperature - Interface in javax.measure.quantity
+
+
Degree of hotness or coldness of a body or an environment.
+
+
Time - Interface in javax.measure.quantity
+
+
Period of existence or persistence.
+
+
to(Unit<Q>) - Method in interface Quantity
+
+
Returns this Quantity converted into another (compatible) Unit.
+
+
toString() - Method in interface Unit
+
+
Returns a string representation of this unit.
+
+
transform(UnitConverter) - Method in interface Unit
+
+
Returns the unit derived from this unit using the specified converter.
+
+
+ + + +

U

+
+
UnconvertibleException - Exception in javax.measure
+
Signals that a problem of some sort has occurred due to the impossibility of - constructing a converter between two units.
-
-
UnconvertibleException(String) - Constructor for exception UnconvertibleException
-
-
Constructs a UnconvertibleException with the given message.
-
-
UnconvertibleException(Throwable) - Constructor for exception UnconvertibleException
-
-
Constructs a UnconvertibleException with the given cause.
-
-
UnconvertibleException(String, Throwable) - Constructor for exception UnconvertibleException
-
-
Constructs a UnconvertibleException with the given message and cause.
-
-
Unit<Q extends Quantity<Q>> - Interface in javax.measure
-
+ constructing a converter between two units. +
+
UnconvertibleException(String) - Constructor for exception UnconvertibleException
+
+
Constructs a UnconvertibleException with the given message.
+
+
UnconvertibleException(Throwable) - Constructor for exception UnconvertibleException
+
+
Constructs a UnconvertibleException with the given cause.
+
+
UnconvertibleException(String, Throwable) - Constructor for exception UnconvertibleException
+
+
Constructs a UnconvertibleException with the given message and cause.
+
+
Unit<Q extends Quantity<Q>> - Interface in javax.measure
+
Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
-
-
UnitConverter - Interface in javax.measure
-
-
A converter of numeric values between different units.
-
-
UnitFormat - Interface in javax.measure.format
-
+ length, time, heat, or value) adopted as a standard of measurement. +
+
UnitConverter - Interface in javax.measure
+
+
A converter of numeric values between different units.
+
+
UnitFormat - Interface in javax.measure.format
+
- Formats instances of Unit to a String or an Appendable and parses a CharSequence to a Unit.
-
-
UnitFormatService - Interface in javax.measure.spi
-
+ Formats instances of Unit to a String or an Appendable and parses a CharSequence to a Unit. +
+
UnitFormatService - Interface in javax.measure.spi
+
- This interface represent the service to obtain UnitFormat instances.
-
-
- - - -

V

-
-
Volume - Interface in javax.measure.quantity
-
-
Amount of space occupied by a three-dimensional object or region of space.
-
-
-A B C D E F G I J L M P Q R S T U V  - -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + This interface represent the service to obtain UnitFormat instances. + + + + + +

V

+
+
Volume - Interface in javax.measure.quantity
+
+
Amount of space occupied by a three-dimensional object or region of space.
+
+
+A B C D E F G I J L M P Q R S T U V  + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/index.html b/site/apidocs/index.html index 285d7070..b2277e20 100644 --- a/site/apidocs/index.html +++ b/site/apidocs/index.html @@ -1,75 +1,75 @@ - - - - - - -Units of Measurement API 0.8-SNAPSHOT API - - - - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - - + + + + + + +Units of Measurement API 0.9-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/site/apidocs/javax/measure/Dimension.html b/site/apidocs/javax/measure/Dimension.html index 9d712500..46fc1b81 100644 --- a/site/apidocs/javax/measure/Dimension.html +++ b/site/apidocs/javax/measure/Dimension.html @@ -1,306 +1,306 @@ - - - - - - -Dimension (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - - - -
-
javax.measure
-

Interface Dimension

-
-
-
-
    -
  • -
    -
    -
    public interface Dimension
    + + + + + + +Dimension (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + + + + + + +
    +
    javax.measure
    +

    Interface Dimension

    +
    +
    +
    + -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - + + + + + + + + + + + + + +
        Methods 
        Modifier and TypeMethod and Description
        Dimensiondivide(Dimension divisor) -
        Returns the quotient of this dimension with the one specified.
        -
        Map<? extends Dimension,Integer>getProductDimensions() + if and only if u1.getDimension().equals(u2.getDimension()).

        +
        Version:
        +
        0.13, December 6, 2014
        +
        Author:
        +
        Jean-Marie Dautelle, Werner Keil
        +
        See Also:
        Wikipedia: Dimensional Analysis
        + + + +
        +
          +
        • + +
            +
          • + + +

            Method Summary

            + + + + + + + + + + + + + - - - - - - - - - - - - - -
            Methods 
            Modifier and TypeMethod and Description
            Dimensiondivide(Dimension divisor) +
            Returns the quotient of this dimension with the one specified.
            +
            Map<? extends Dimension,Integer>getProductDimensions()
            Returns the fundamental dimensions and their exponent whose product is - this dimension, or null if this dimension is a fundamental dimension.
            -
            Dimensionmultiply(Dimension multiplicand) -
            Returns the product of this dimension with the one specified.
            -
            Dimensionpow(int n) -
            Returns this dimension raised to an exponent.
            -
            Dimensionroot(int n) -
            Returns the given root of this dimension.
            -
            -
          • -
          -
        • -
        -
        -
        -
          -
        • - -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              multiply

              -
              Dimension multiply(Dimension multiplicand)
              -
              Returns the product of this dimension with the one specified.
              -
              Parameters:
              multiplicand - the dimension multiplicand.
              -
              Returns:
              this * multiplicand
              -
            • -
            - - - -
              -
            • -

              divide

              -
              Dimension divide(Dimension divisor)
              -
              Returns the quotient of this dimension with the one specified.
              -
              Parameters:
              divisor - the dimension divisor.
              -
              Returns:
              this / divisor
              -
            • -
            - - - -
              -
            • -

              pow

              -
              Dimension pow(int n)
              + this dimension, or null if this dimension is a fundamental dimension.
        +
        Dimensionmultiply(Dimension multiplicand) +
        Returns the product of this dimension with the one specified.
        +
        Dimensionpow(int n) +
        Returns this dimension raised to an exponent.
        +
        Dimensionroot(int n) +
        Returns the given root of this dimension.
        +
        +
      • +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          multiply

          +
          Dimension multiply(Dimension multiplicand)
          +
          Returns the product of this dimension with the one specified.
          +
          Parameters:
          multiplicand - the dimension multiplicand.
          +
          Returns:
          this * multiplicand
          +
        • +
        + + + +
          +
        • +

          divide

          +
          Dimension divide(Dimension divisor)
          +
          Returns the quotient of this dimension with the one specified.
          +
          Parameters:
          divisor - the dimension divisor.
          +
          Returns:
          this / divisor
          +
        • +
        + + + +
          +
        • +

          pow

          +
          Dimension pow(int n)
          Returns this dimension raised to an exponent. - (thisn)
          -
          Parameters:
          n - power to raise this Dimension to.
          -
          Returns:
          thisn
          -
        • -
        - - - -
          -
        • -

          root

          -
          Dimension root(int n)
          -
          Returns the given root of this dimension.
          -
          Parameters:
          n - the root's order.
          -
          Returns:
          the result of taking the given root of this dimension.
          -
          Throws:
          -
          ArithmeticException - if n == 0.
          -
        • -
        - - - -
    +
    Parameters:
    n - power to raise this Dimension to.
    +
    Returns:
    thisn
    +
  • +
+ + + +
    +
  • +

    root

    +
    Dimension root(int n)
    +
    Returns the given root of this dimension.
    +
    Parameters:
    n - the root's order.
    +
    Returns:
    the result of taking the given root of this dimension.
    +
    Throws:
    +
    ArithmeticException - if n == 0.
    +
  • +
+ + + +
    +
  • +

    getProductDimensions

    +
    Map<? extends Dimension,Integer> getProductDimensions()
    Returns the fundamental dimensions and their exponent whose product is - this dimension, or null if this dimension is a fundamental dimension.
    -
    Returns:
    the mapping between the fundamental dimensions and their exponent.
    -
  • -
- - - - -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + this dimension, or null if this dimension is a fundamental dimension. +
Returns:
the mapping between the fundamental dimensions and their exponent.
+ + + + + + + + + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/IncommensurableException.html b/site/apidocs/javax/measure/IncommensurableException.html index 5914f3ae..76fc6a62 100644 --- a/site/apidocs/javax/measure/IncommensurableException.html +++ b/site/apidocs/javax/measure/IncommensurableException.html @@ -1,119 +1,119 @@ - - - - - - -IncommensurableException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure
-

Class IncommensurableException

-
-
- -
-
+
Version:
+
0.15, $Date: 2014-06-28 $
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
See Also:
Wikipedia: Unit Commensurability, +Serialized Form
+ + +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IncommensurableException

        +
        public IncommensurableException(String message)
        +
        Constructs a IncommensurableException with the given message.
        +
        Parameters:
        message - the detail message, or null if none.
        +
      • +
      + + + +
        +
      • +

        IncommensurableException

        +
        public IncommensurableException(Throwable cause)
        +
        Constructs a IncommensurableException with the given cause.
        +
        Parameters:
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        IncommensurableException

        +
        public IncommensurableException(String message,
        +                        Throwable cause)
        +
        Constructs a IncommensurableException with the given message and cause.
        +
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        +
      • +
      +
    • +
    +
  • +
+
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/MeasurementException.html b/site/apidocs/javax/measure/MeasurementException.html index 9c475b9f..cf791ed9 100644 --- a/site/apidocs/javax/measure/MeasurementException.html +++ b/site/apidocs/javax/measure/MeasurementException.html @@ -1,328 +1,328 @@ - - - - - - -MeasurementException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure
-

Class MeasurementException

-
-
- -
-
+
Version:
+
0.6, Oct 14, 2015
+
Author:
+
Werner Keil
+
See Also:
Serialized Form
+ + +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MeasurementException

        +
        public MeasurementException(String message)
        +
        Constructs a MeasurementException with the given message.
        +
        Parameters:
        message - the detail message, or null if none.
        +
      • +
      + + + +
        +
      • +

        MeasurementException

        +
        public MeasurementException(Throwable cause)
        +
        Constructs a MeasurementException with the given cause.
        +
        Parameters:
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        MeasurementException

        +
        public MeasurementException(String message,
        +                    Throwable cause)
        +
        Constructs a MeasurementException with the given message and cause.
        +
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        MeasurementException

        +
        protected MeasurementException()
        +
        Constructs a MeasurementException with no given message.
        +
      • +
      +
    • +
    +
  • +
+
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/Quantity.html b/site/apidocs/javax/measure/Quantity.html index e1a1d93c..c9f3e0e8 100644 --- a/site/apidocs/javax/measure/Quantity.html +++ b/site/apidocs/javax/measure/Quantity.html @@ -1,110 +1,110 @@ - - - - - - -Quantity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - - - - - - - -
-
javax.measure
-

Interface Quantity<Q extends Quantity<Q>>

-
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      Quantity<Q>add(Quantity<Q> augend) -
      Returns the sum of this Quantity with the one specified.
      -
      <T extends Quantity<T>> 
      Quantity<T>
      asType(Class<T> type) + Conversion of units + + + +
      +
        +
      • + +
          +
        • + + +

          Method Summary

          + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - -
          Methods 
          Modifier and TypeMethod and Description
          Quantity<Q>add(Quantity<Q> augend) +
          Returns the sum of this Quantity with the one specified.
          +
          <T extends Quantity<T>> 
          Quantity<T>
          asType(Class<T> type)
          Casts this quantity to a parameterized unit of specified nature or throw a ClassCastException if the dimension of the specified - quantity and this measure unit's dimension do not match.
          -
          Quantity<Q>divide(Number divisor) + quantity and this measure unit's dimension do not match. +
          Quantity<Q>divide(Number divisor)
          Returns the product of this Quantity divided by the Number - specified.
          -
          Quantity<?>divide(Quantity<?> divisor) + specified. +
          Quantity<?>divide(Quantity<?> divisor)
          Returns the product of this Quantity divided by the Quantity - specified.
          -
          Unit<Q>getUnit() -
          Returns the unit of this Quantity.
          -
          NumbergetValue() -
          Returns the value of this Quantity.
          -
          Quantity<?>inverse() -
          Returns a Quantity whose unit is unit.inverse().
          -
          Quantity<Q>multiply(Number multiplier) + specified. +
          Unit<Q>getUnit() +
          Returns the unit of this Quantity.
          +
          NumbergetValue() +
          Returns the value of this Quantity.
          +
          Quantity<?>inverse() +
          Returns a Quantity whose unit is unit.inverse().
          +
          Quantity<Q>multiply(Number multiplier)
          Returns the product of this Quantity with the Number value - specified.
          -
          Quantity<?>multiply(Quantity<?> multiplier) -
          Returns the product of this Quantity with the one specified.
          -
          Quantity<Q>subtract(Quantity<Q> subtrahend) + specified. +
          Quantity<?>multiply(Quantity<?> multiplier) +
          Returns the product of this Quantity with the one specified.
          +
          Quantity<Q>subtract(Quantity<Q> subtrahend)
          Returns the difference between this Quantity and the one - specified.
          -
          Quantity<Q>to(Unit<Q> unit) -
          Returns this Quantity converted into another (compatible) Unit.
          -
          -
        • -
        -
      • -
      -
      -
      -
        -
      • - -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            add

            -
            Quantity<Q> add(Quantity<Q> augend)
            -
            Returns the sum of this Quantity with the one specified.
            -
            Parameters:
            augend - the Quantity to be added.
            -
            Returns:
            this + augend.
            -
          • -
          - - - -
      +
      Quantity<Q>to(Unit<Q> unit) +
      Returns this Quantity converted into another (compatible) Unit.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        add

        +
        Quantity<Q> add(Quantity<Q> augend)
        +
        Returns the sum of this Quantity with the one specified.
        +
        Parameters:
        augend - the Quantity to be added.
        +
        Returns:
        this + augend.
        +
      • +
      + + + +
        +
      • +

        subtract

        +
        Quantity<Q> subtract(Quantity<Q> subtrahend)
        Returns the difference between this Quantity and the one - specified.
        -
        Parameters:
        subtrahend - the Quantity to be subtracted.
        -
        Returns:
        this - that.
        -
      • -
      - - - -
+
Parameters:
subtrahend - the Quantity to be subtracted.
+
Returns:
this - that.
+ + + + + +
    +
  • +

    divide

    +
    Quantity<?> divide(Quantity<?> divisor)
    Returns the product of this Quantity divided by the Quantity - specified.
    -
    Parameters:
    divisor - the Quantity divisor.
    -
    Returns:
    this / that.
    -
    Throws:
    + specified.
+
Parameters:
divisor - the Quantity divisor.
+
Returns:
this / that.
+
Throws:
ClassCastException - if the type of an element in the specified operation is incompatible with this quantity - (optional)
- - - - - - + + + +
    +
  • +

    divide

    +
    Quantity<Q> divide(Number divisor)
    Returns the product of this Quantity divided by the Number - specified.
    -
    Parameters:
    divisor - the Number divisor.
    -
    Returns:
    this / that.
    -
  • -
- - - -
    -
  • -

    multiply

    -
    Quantity<?> multiply(Quantity<?> multiplier)
    -
    Returns the product of this Quantity with the one specified.
    -
    Parameters:
    that - the Quantity multiplier.
    -
    Returns:
    this * multiplier.
    -
    Throws:
    + specified. +
    Parameters:
    divisor - the Number divisor.
    +
    Returns:
    this / that.
    +
  • +
+ + + +
    +
  • +

    multiply

    +
    Quantity<?> multiply(Quantity<?> multiplier)
    +
    Returns the product of this Quantity with the one specified.
    +
    Parameters:
    that - the Quantity multiplier.
    +
    Returns:
    this * multiplier.
    +
    Throws:
    ClassCastException - if the type of an element in the specified operation is incompatible with this quantity - (optional)
    -
  • -
- - - - + + + +
    +
  • +

    multiply

    +
    Quantity<Q> multiply(Number multiplier)
    Returns the product of this Quantity with the Number value - specified.
    -
    Parameters:
    that - the Number multiplier.
    -
    Returns:
    this * multiplier.
    -
  • -
- - - -
    -
  • -

    inverse

    -
    Quantity<?> inverse()
    -
    Returns a Quantity whose unit is unit.inverse().
    -
    Returns:
    Quantity with this.getUnit().inverse().
    -
  • -
- - - -
    -
  • -

    to

    -
    Quantity<Q> to(Unit<Q> unit)
    -
    Returns this Quantity converted into another (compatible) Unit.
    -
    Parameters:
    unit - the Unit to convert to.
    -
    Returns:
    the converted result.
    -
  • -
- - - - + + + +
    +
  • +

    inverse

    +
    Quantity<?> inverse()
    +
    Returns a Quantity whose unit is unit.inverse().
    +
    Returns:
    Quantity with this.getUnit().inverse().
    +
  • +
+ + + +
    +
  • +

    to

    +
    Quantity<Q> to(Unit<Q> unit)
    +
    Returns this Quantity converted into another (compatible) Unit.
    +
    Parameters:
    unit - the Unit to convert to.
    +
    Returns:
    the converted result.
    +
  • +
+ + + +
    +
  • +

    asType

    +
    <T extends Quantity<T>> Quantity<T> asType(Class<T> type)
    +                                       throws ClassCastException
    Casts this quantity to a parameterized unit of specified nature or throw a ClassCastException if the dimension of the specified quantity and this measure unit's dimension do not match. For example:
    @@ -355,105 +355,105 @@

    asType

    or Quantity C = length.multiply(299792458).divide(second).asType(Speed.class); -
    -
    Type Parameters:
    T - The type of the quantity.
    Parameters:
    type - the quantity class identifying the nature of the quantity.
    -
    Returns:
    this quantity parameterized with the specified type.
    -
    Throws:
    + +
    Type Parameters:
    T - The type of the quantity.
    Parameters:
    type - the quantity class identifying the nature of the quantity.
    +
    Returns:
    this quantity parameterized with the specified type.
    +
    Throws:
    ClassCastException - if the dimension of this unit is different from the specified - quantity dimension.
    + quantity dimension.
    UnsupportedOperationException - if the specified quantity class does not have a public static - field named "UNIT" holding the SI unit for the quantity.
    See Also:
    Unit.asType(Class)
    -
  • -
- - - -
    -
  • -

    getValue

    -
    Number getValue()
    -
    Returns the value of this Quantity.
    -
    Returns:
    a value.
    -
  • -
- - - -
    -
  • -

    getUnit

    -
    Unit<Q> getUnit()
    -
    Returns the unit of this Quantity.
    -
    Returns:
    the unit (shall not be null).
    -
  • -
- - - - - - - - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + field named "UNIT" holding the SI unit for the quantity.
See Also:
Unit.asType(Class)
+ + + + + +
    +
  • +

    getValue

    +
    Number getValue()
    +
    Returns the value of this Quantity.
    +
    Returns:
    a value.
    +
  • +
+ + + +
    +
  • +

    getUnit

    +
    Unit<Q> getUnit()
    +
    Returns the unit of this Quantity.
    +
    Returns:
    the unit (shall not be null).
    +
  • +
+ + + + + + + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/UnconvertibleException.html b/site/apidocs/javax/measure/UnconvertibleException.html index 58ae3b9b..23a383af 100644 --- a/site/apidocs/javax/measure/UnconvertibleException.html +++ b/site/apidocs/javax/measure/UnconvertibleException.html @@ -1,308 +1,308 @@ - - - - - - -UnconvertibleException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure
-

Class UnconvertibleException

-
-
- -
-
+
Version:
+
0.4, 2014-06-10
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
See Also:
Serialized Form
+ + +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UnconvertibleException

        +
        public UnconvertibleException(String message)
        +
        Constructs a UnconvertibleException with the given message.
        +
        Parameters:
        message - the detail message, or null if none.
        +
      • +
      + + + +
        +
      • +

        UnconvertibleException

        +
        public UnconvertibleException(Throwable cause)
        +
        Constructs a UnconvertibleException with the given cause.
        +
        Parameters:
        cause - the cause of this exception, or null if none.
        +
      • +
      + + + +
        +
      • +

        UnconvertibleException

        +
        public UnconvertibleException(String message,
        +                      Throwable cause)
        +
        Constructs a UnconvertibleException with the given message and cause.
        +
        Parameters:
        message - the detail message, or null if none.
        cause - the cause of this exception, or null if none.
        +
      • +
      +
    • +
    +
  • +
+
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/Unit.html b/site/apidocs/javax/measure/Unit.html index e1387245..0bd464ad 100644 --- a/site/apidocs/javax/measure/Unit.html +++ b/site/apidocs/javax/measure/Unit.html @@ -1,115 +1,115 @@ - - - - - - -Unit (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
javax.measure
-

Interface Unit<Q extends Quantity<Q>>

-
-
-
-
    -
  • -
    Type Parameters:
    Q - The type of the quantity measured by this unit.
    -
    -
    -
    public interface Unit<Q extends Quantity<Q>>
    + + + + + + +Unit (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    javax.measure
    +

    Interface Unit<Q extends Quantity<Q>>

    +
    +
    +
    + -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        Methods 
        Modifier and TypeMethod and Description
        Unit<Q>alternate(String symbol) +

        Unit instances shall be immutable.

        +
        Version:
        +
        0.19, October 13, 2015
        +
        Author:
        +
        Jean-Marie Dautelle, Steve Emmerson, Martin Desruisseaux, Werner Keil
        +
        See Also:
        Wikipedia: Units of measurement
        + + + +
        +
          +
        • + +
            +
          • + + +

            Method Summary

            + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Methods 
            Modifier and TypeMethod and Description
            Unit<Q>alternate(String symbol)
            Returns a system unit equivalent to this unscaled standard unit but used in expressions to distinguish between quantities of a different nature - but of the same dimensions.
            -
            <T extends Quantity<T>> 
            Unit<T>
            asType(Class<T> type) + but of the same dimensions. +
            <T extends Quantity<T>> 
            Unit<T>
            asType(Class<T> type)
            Casts this unit to a parameterized unit of specified nature or throw a ClassCastException if the dimension of the specified quantity - and this unit's dimension do not match.
            -
            Unit<Q>divide(double divisor) -
            Returns the result of dividing this unit by an approximate divisor.
            -
            Unit<?>divide(Unit<?> divisor) -
            Returns the quotient of this unit with the one specified.
            -
            UnitConvertergetConverterTo(Unit<Q> that) -
            Returns a converter of numeric values from this unit to another unit of same type.
            -
            UnitConvertergetConverterToAny(Unit<?> that) -
            Returns a converter from this unit to the specified unit of type unknown.
            -
            DimensiongetDimension() -
            Returns the dimension of this unit.
            -
            StringgetName() -
            Returns the name (if any) of this unit.
            -
            Map<? extends Unit<?>,Integer>getProductUnits() + and this unit's dimension do not match. +
            Unit<Q>divide(double divisor) +
            Returns the result of dividing this unit by an approximate divisor.
            +
            Unit<?>divide(Unit<?> divisor) +
            Returns the quotient of this unit with the one specified.
            +
            UnitConvertergetConverterTo(Unit<Q> that) +
            Returns a converter of numeric values from this unit to another unit of same type.
            +
            UnitConvertergetConverterToAny(Unit<?> that) +
            Returns a converter from this unit to the specified unit of type unknown.
            +
            DimensiongetDimension() +
            Returns the dimension of this unit.
            +
            StringgetName() +
            Returns the name (if any) of this unit.
            +
            Map<? extends Unit<?>,Integer>getProductUnits()
            Returns the base units and their exponent whose product is this unit, - or null if this unit is a base unit (not a product of existing units).
            -
            StringgetSymbol() -
            Returns the symbol (if any) of this unit.
            -
            Unit<Q>getSystemUnit() -
            Returns the unscaled system unit from which this unit is derived.
            -
            Unit<?>inverse() -
            Returns the inverse of this unit.
            -
            booleanisCompatible(Unit<?> that) -
            Indicates if this unit is compatible with the unit specified.
            -
            Unit<Q>multiply(double multiplier) -
            Returns the result of multiplying this unit by the specified factor.
            -
            Unit<?>multiply(Unit<?> multiplier) -
            Returns the product of this unit with the one specified.
            -
            Unit<?>pow(int n) -
            Returns a unit equals to this unit raised to an exponent.
            -
            Unit<?>root(int n) -
            Returns a unit equals to the given root of this unit.
            -
            Unit<Q>shift(double offset) -
            Returns the result of setting the origin of the scale of measurement to the given value.
            -
            StringtoString() -
            Returns a string representation of this unit.
            -
            Unit<Q>transform(UnitConverter converter) -
            Returns the unit derived from this unit using the specified converter.
            -
            -
          • -
          -
        • -
        -
        -
        -
          -
        • - -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getSymbol

              -
              String getSymbol()
              + or null if this unit is a base unit (not a product of existing units).
        +
        StringgetSymbol() +
        Returns the symbol (if any) of this unit.
        +
        Unit<Q>getSystemUnit() +
        Returns the unscaled system unit from which this unit is derived.
        +
        Unit<?>inverse() +
        Returns the inverse of this unit.
        +
        booleanisCompatible(Unit<?> that) +
        Indicates if this unit is compatible with the unit specified.
        +
        Unit<Q>multiply(double multiplier) +
        Returns the result of multiplying this unit by the specified factor.
        +
        Unit<?>multiply(Unit<?> multiplier) +
        Returns the product of this unit with the one specified.
        +
        Unit<?>pow(int n) +
        Returns a unit equals to this unit raised to an exponent.
        +
        Unit<?>root(int n) +
        Returns a unit equals to the given root of this unit.
        +
        Unit<Q>shift(double offset) +
        Returns the result of setting the origin of the scale of measurement to the given value.
        +
        StringtoString() +
        Returns a string representation of this unit.
        +
        Unit<Q>transform(UnitConverter converter) +
        Returns the unit derived from this unit using the specified converter.
        +
        +
      • +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getSymbol

          +
          String getSymbol()
          Returns the symbol (if any) of this unit. - This method returns null if this unit has no specific symbol associated with.
          + This method returns null if this unit has no specific symbol associated with.
    Returns:
    this unit symbol, or null if this unit has not - specific symbol associated with (e.g. product of units).
    See Also:
    toString(), -UnitFormat
    -
  • -
- - - -
    -
  • -

    getName

    -
    String getName()
    + specific symbol associated with (e.g. product of units).
    See Also:
    toString(), +UnitFormat
    +
  • +
+ + + +
    +
  • +

    getName

    +
    String getName()
    Returns the name (if any) of this unit. - This method returns null if this unit has no specific name associated with.
    + This method returns null if this unit has no specific name associated with.
Returns:
this unit name, or null if this unit has not - specific name associated with (e.g. product of units).
See Also:
toString(), -UnitFormat
- - - - - -
    -
  • -

    getDimension

    -
    Dimension getDimension()
    + specific name associated with (e.g. product of units).
    See Also:
    toString(), +UnitFormat
    +
  • +
+ + + +
    +
  • +

    getDimension

    +
    Dimension getDimension()
    Returns the dimension of this unit. Two units u1 and u2 are compatible if and only if - u1.getDimension().equals(u2.getDimension()).
    -
    Returns:
    the dimension of this unit.
    See Also:
    isCompatible(Unit)
    -
  • -
- - - -
    -
  • -

    getSystemUnit

    -
    Unit<Q> getSystemUnit()
    + u1.getDimension().equals(u2.getDimension()).
+
Returns:
the dimension of this unit.
See Also:
isCompatible(Unit)
+ + + + + +
    +
  • +

    getSystemUnit

    +
    Unit<Q> getSystemUnit()
    Returns the unscaled system unit from which this unit is derived. System units are either base units, alternate units or product of rational powers of system units. @@ -350,30 +350,30 @@

    getSystemUnit

    return unit.getSystemUnit().equals(RADIAN.divide(SECOND)); } assert isAngularSpeed(REVOLUTION.divide(MINUTE)); // Returns true. - [/code]
    + [/code]
    Returns:
    the system unit this unit is derived from, - or this if this unit is a system unit.
    -
  • -
- - - -
    -
  • -

    getProductUnits

    -
    Map<? extends Unit<?>,Integer> getProductUnits()
    + or this if this unit is a system unit. +
  • +
+ + + +
    +
  • +

    getProductUnits

    +
    Map<? extends Unit<?>,Integer> getProductUnits()
    Returns the base units and their exponent whose product is this unit, - or null if this unit is a base unit (not a product of existing units).
    -
    Returns:
    the base units and their exponent making up this unit.
    -
  • -
- - - -
    -
  • -

    isCompatible

    -
    boolean isCompatible(Unit<?> that)
    + or null if this unit is a base unit (not a product of existing units). +
    Returns:
    the base units and their exponent making up this unit.
    +
  • +
+ + + +
    +
  • +

    isCompatible

    +
    boolean isCompatible(Unit<?> that)
    Indicates if this unit is compatible with the unit specified. Units don't need to be equals to be compatible. For example (assuming ONE is a dimensionless unit): @@ -381,82 +381,82 @@

    isCompatible

    [code] RADIAN.equals(ONE) == false RADIAN.isCompatible(ONE) == true - [/code]
    -
    Parameters:
    that - the other unit to compare for compatibility.
    -
    Returns:
    this.getDimension().equals(that.getDimension())
    See Also:
    getDimension()
    -
  • -
- - - -
    -
  • -

    asType

    -
    <T extends Quantity<T>> Unit<T> asType(Class<T> type)
    -                                   throws ClassCastException
    + [/code] +
    Parameters:
    that - the other unit to compare for compatibility.
    +
    Returns:
    this.getDimension().equals(that.getDimension())
    See Also:
    getDimension()
    +
  • +
+ + + +
    +
  • +

    asType

    +
    <T extends Quantity<T>> Unit<T> asType(Class<T> type)
    +                                   throws ClassCastException
    Casts this unit to a parameterized unit of specified nature or throw a ClassCastException if the dimension of the specified quantity and this unit's dimension do not match. For example: [code] Unit C = METRE.times(299792458).divide(SECOND).asType(Speed.class); - [/code]
    -
    Type Parameters:
    T - The type of the quantity measured by the unit.
    Parameters:
    type - the quantity class identifying the nature of the unit.
    -
    Returns:
    this unit parameterized with the specified type.
    -
    Throws:
    + [/code] +
    Type Parameters:
    T - The type of the quantity measured by the unit.
    Parameters:
    type - the quantity class identifying the nature of the unit.
    +
    Returns:
    this unit parameterized with the specified type.
    +
    Throws:
    ClassCastException - if the dimension of this unit is different - from the specified quantity dimension.
    -
  • -
- - - - + + + + - - - - + + + +
    +
  • +

    getConverterToAny

    +
    UnitConverter getConverterToAny(Unit<?> that)
    +                                throws IncommensurableException,
    +                                       UnconvertibleException
    Returns a converter from this unit to the specified unit of type unknown. This method can be used when the quantity type of the specified unit is unknown at compile-time or when dimensional analysis allows for conversion between units of different type.

    To convert to a unit having the same parameterized type, - getConverterTo(Unit) is preferred (no checked exception raised).

    -
    Parameters:
    that - the unit to which to convert the numeric values.
    -
    Returns:
    the converter from this unit to that unit.
    -
    Throws:
    + getConverterTo(Unit) is preferred (no checked exception raised).

    +
    Parameters:
    that - the unit to which to convert the numeric values.
    +
    Returns:
    the converter from this unit to that unit.
    +
    Throws:
    IncommensurableException - if this unit is not - compatible with that unit.
    -
    UnconvertibleException - if a converter cannot be constructed.
    See Also:
    getConverterTo(Unit), -isCompatible(Unit)
    -
  • -
- - - - + + + +
    +
  • +

    alternate

    +
    Unit<Q> alternate(String symbol)
    Returns a system unit equivalent to this unscaled standard unit but used in expressions to distinguish between quantities of a different nature but of the same dimensions. @@ -467,22 +467,22 @@

    alternate

    Unit RADIAN = ONE.alternate("rad").asType(Angle.class); Unit NEWTON = METRE.times(KILOGRAM).divide(SECOND.pow(2)).alternate("N").asType(Force.class); Unit PASCAL = NEWTON.divide(METRE.pow(2)).alternate("Pa").asType(Pressure.class); - [/code]
    -
    Parameters:
    symbol - the new symbol for the alternate unit.
    -
    Returns:
    the alternate unit.
    -
    Throws:
    -
    UnsupportedOperationException - if this unit is not an unscaled standard unit.
    + [/code] +
    Parameters:
    symbol - the new symbol for the alternate unit.
    +
    Returns:
    the alternate unit.
    +
    Throws:
    +
    UnsupportedOperationException - if this unit is not an unscaled standard unit.
    IllegalArgumentException - if the specified symbol is already - associated to a different unit.
    -
  • -
- - - -
    -
  • -

    shift

    -
    Unit<Q> shift(double offset)
    + associated to a different unit. +
  • +
+ + + +
    +
  • +

    shift

    +
    Unit<Q> shift(double offset)
    Returns the result of setting the origin of the scale of measurement to the given value. The returned unit is convertible with all units that are convertible with this unit. For example the following code: @@ -493,18 +493,18 @@

    shift

    creates a new unit where 0°C (the origin of the new unit) is equals to 273.15 K. Converting from the old unit to the new one is equivalent to subtracting - the offset to the value in the old unit.
    -
    Parameters:
    offset - the offset added (expressed in this unit).
    -
    Returns:
    this unit offset by the specified value.
    -
  • -
- - - -
    -
  • -

    multiply

    -
    Unit<Q> multiply(double multiplier)
    + the offset to the value in the old unit. +
    Parameters:
    offset - the offset added (expressed in this unit).
    +
    Returns:
    this unit offset by the specified value.
    +
  • +
+ + + +
    +
  • +

    multiply

    +
    Unit<Q> multiply(double multiplier)
    Returns the result of multiplying this unit by the specified factor. If the factor is an integer value, the multiplication is exact (recommended). For example: @@ -512,195 +512,195 @@

    multiply

    FOOT = METRE.multiply(3048).divide(10000); // Exact definition. ELECTRON_MASS = KILOGRAM.multiply(9.10938188e-31); // Approximation. -
    -
    Parameters:
    multiplier - the multiplier
    -
    Returns:
    this unit scaled by the specified multiplier.
    -
  • -
- - - -
    -
  • -

    multiply

    -
    Unit<?> multiply(Unit<?> multiplier)
    -
    Returns the product of this unit with the one specified.
    -
    Parameters:
    multiplier - the unit multiplier.
    -
    Returns:
    this * multiplier
    -
  • -
- - - -
    -
  • -

    inverse

    -
    Unit<?> inverse()
    -
    Returns the inverse of this unit.
    -
    Returns:
    1 / this
    -
  • -
- - - -
    -
  • -

    divide

    -
    Unit<Q> divide(double divisor)
    + +
    Parameters:
    multiplier - the multiplier
    +
    Returns:
    this unit scaled by the specified multiplier.
    +
  • +
+ + + +
    +
  • +

    multiply

    +
    Unit<?> multiply(Unit<?> multiplier)
    +
    Returns the product of this unit with the one specified.
    +
    Parameters:
    multiplier - the unit multiplier.
    +
    Returns:
    this * multiplier
    +
  • +
+ + + +
    +
  • +

    inverse

    +
    Unit<?> inverse()
    +
    Returns the inverse of this unit.
    +
    Returns:
    1 / this
    +
  • +
+ + + +
    +
  • +

    divide

    +
    Unit<Q> divide(double divisor)
    Returns the result of dividing this unit by an approximate divisor. If the factor is an integer value, the division is exact. For example: GRAM = KILOGRAM.divide(1000); // Exact definition. -
    -
    Parameters:
    divisor - the divisor value.
    -
    Returns:
    this unit divided by the specified divisor.
    -
  • -
- - - -
    -
  • -

    divide

    -
    Unit<?> divide(Unit<?> divisor)
    -
    Returns the quotient of this unit with the one specified.
    -
    Parameters:
    divisor - the unit divisor.
    -
    Returns:
    this / divisor
    -
  • -
- - - -
    -
  • -

    root

    -
    Unit<?> root(int n)
    -
    Returns a unit equals to the given root of this unit.
    -
    Parameters:
    n - the root's order.
    -
    Returns:
    the result of taking the given root of this unit.
    -
    Throws:
    + +
    Parameters:
    divisor - the divisor value.
    +
    Returns:
    this unit divided by the specified divisor.
    +
  • +
+ + + +
    +
  • +

    divide

    +
    Unit<?> divide(Unit<?> divisor)
    +
    Returns the quotient of this unit with the one specified.
    +
    Parameters:
    divisor - the unit divisor.
    +
    Returns:
    this / divisor
    +
  • +
+ + + +
    +
  • +

    root

    +
    Unit<?> root(int n)
    +
    Returns a unit equals to the given root of this unit.
    +
    Parameters:
    n - the root's order.
    +
    Returns:
    the result of taking the given root of this unit.
    +
    Throws:
    ArithmeticException - if n == 0 or if this operation - would result in an unit with a fractional exponent.
    -
  • -
- - - -
    -
  • -

    pow

    -
    Unit<?> pow(int n)
    -
    Returns a unit equals to this unit raised to an exponent.
    -
    Parameters:
    n - the exponent.
    -
    Returns:
    the result of raising this unit to the exponent.
    -
  • -
- - - -
    -
  • -

    transform

    -
    Unit<Q> transform(UnitConverter converter)
    + would result in an unit with a fractional exponent. +
  • +
+ + + +
    +
  • +

    pow

    +
    Unit<?> pow(int n)
    +
    Returns a unit equals to this unit raised to an exponent.
    +
    Parameters:
    n - the exponent.
    +
    Returns:
    the result of raising this unit to the exponent.
    +
  • +
+ + + +
    +
  • +

    transform

    +
    Unit<Q> transform(UnitConverter converter)
    Returns the unit derived from this unit using the specified converter. The converter does not need to be linear. For example:
    Unit DECIBEL = Unit.ONE.transform( new LogConverter(10).inverse().concatenate( new RationalConverter(1, 10))); -
    -
    Parameters:
    operation - the converter from the transformed unit to this unit.
    -
    Returns:
    the unit after the specified transformation.
    -
  • -
- - - -
    -
  • -

    toString

    -
    String toString()
    + +
    Parameters:
    operation - the converter from the transformed unit to this unit.
    +
    Returns:
    the unit after the specified transformation.
    +
  • +
+ + + +
    +
  • +

    toString

    +
    String toString()

    Returns a string representation of this unit. The string representation may be the unit symbol, or may be some representation of product units, multiplication factor and offset if any.

    The string may be localized at implementation choice by the means of a particular device and platform. -
    -
    -
    Overrides:
    -
    toString in class Object
    -
    Returns:
    the string representation of this unit.
    See Also:
    getSymbol()
    -
  • -
- - - - - - - - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - +
+
+
Overrides:
+
toString in class Object
+
Returns:
the string representation of this unit.
See Also:
getSymbol()
+ + + + + + + + + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/UnitConverter.html b/site/apidocs/javax/measure/UnitConverter.html index c378261f..2b4d1ae6 100644 --- a/site/apidocs/javax/measure/UnitConverter.html +++ b/site/apidocs/javax/measure/UnitConverter.html @@ -1,206 +1,206 @@ - - - - - - -UnitConverter (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - - - - -
-
javax.measure
-

Interface UnitConverter

-
-
-
-
    -
  • -
    -
    -
    public interface UnitConverter
    + + + + + + +UnitConverter (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + + + + + + + +
    +
    javax.measure
    +

    Interface UnitConverter

    +
    +
    +
    +
    +
    Version:
    +
    0.7.1, 2014-09-07
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    See Also:
    Wikipedia: - Conversion of units
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      UnitConverterconcatenate(UnitConverter converter) -
      Concatenates this converter with another converter.
      -
      doubleconvert(double value) -
      Converts a double value.
      -
      Numberconvert(Number value) -
      Converts a Number value.
      -
      List<? extends UnitConverter>getConversionSteps() + Conversion of units + + + +
      +
        +
      • + +
          +
        • + + +

          Method Summary

          + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - -
          Methods 
          Modifier and TypeMethod and Description
          UnitConverterconcatenate(UnitConverter converter) +
          Concatenates this converter with another converter.
          +
          doubleconvert(double value) +
          Converts a double value.
          +
          Numberconvert(Number value) +
          Converts a Number value.
          +
          List<? extends UnitConverter>getConversionSteps()
          Returns the steps of fundamental converters making up this converter or - this if the converter is a fundamental converter.
          -
          UnitConverterinverse() -
          Returns the inverse of this converter.
          -
          booleanisIdentity() -
          Indicates if this converter is an identity converter.
          -
          booleanisLinear() -
          Indicates if this converter is linear.
          -
          -
        • -
        -
      • -
      -
      -
      -
        -
      • - -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            isIdentity

            -
            boolean isIdentity()
            + this if the converter is a fundamental converter.
      +
      UnitConverterinverse() +
      Returns the inverse of this converter.
      +
      booleanisIdentity() +
      Indicates if this converter is an identity converter.
      +
      booleanisLinear() +
      Indicates if this converter is linear.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isIdentity

        +
        boolean isIdentity()
        Indicates if this converter is an identity converter. - The identity converter returns its input argument (convert(x) == x).
        -
        Returns:
        true if this converter is an identity converter.
        -
      • -
      - - - -
        -
      • -

        isLinear

        -
        boolean isLinear()
        + The identity converter returns its input argument (convert(x) == x).
+
Returns:
true if this converter is an identity converter.
+ + + + + +
    +
  • +

    isLinear

    +
    boolean isLinear()
    Indicates if this converter is linear. A converter is linear if:
      @@ -214,142 +214,142 @@

      isLinear

      y1 = c1.convert(x1); y2 = c2.convert(x2); assert y1*y2 == c1.concatenate(c2).convert(x1*x2); - [/code]
    -
    Returns:
    true if this converter is linear; false otherwise.
    -
  • -
- - - -
+
Returns:
true if this converter is linear; false otherwise.
+ + + + + +
    +
  • +

    inverse

    +
    UnitConverter inverse()
    Returns the inverse of this converter. If x is a valid value, then x == inverse().convert(convert(x)) to within the accuracy - of computer arithmetic.
    -
    Returns:
    the inverse of this converter.
    -
  • -
- - - -
    -
  • -

    convert

    -
    Number convert(Number value)
    -
    Converts a Number value.
    -
    Parameters:
    value - the Number value to convert.
    -
    Returns:
    the Number value after conversion.
    -
  • -
- - - -
    -
  • -

    convert

    -
    double convert(double value)
    -
    Converts a double value.
    -
    Parameters:
    value - the numeric value to convert.
    -
    Returns:
    the double value after conversion.
    -
  • -
- - - -
    -
  • -

    concatenate

    -
    UnitConverter concatenate(UnitConverter converter)
    + of computer arithmetic. +
    Returns:
    the inverse of this converter.
    +
  • +
+ + + +
    +
  • +

    convert

    +
    Number convert(Number value)
    +
    Converts a Number value.
    +
    Parameters:
    value - the Number value to convert.
    +
    Returns:
    the Number value after conversion.
    +
  • +
+ + + +
    +
  • +

    convert

    +
    double convert(double value)
    +
    Converts a double value.
    +
    Parameters:
    value - the numeric value to convert.
    +
    Returns:
    the double value after conversion.
    +
  • +
+ + + +
    +
  • +

    concatenate

    +
    UnitConverter concatenate(UnitConverter converter)
    Concatenates this converter with another converter. The resulting converter is equivalent to first converting by the specified converter - (right converter), and then converting by this converter (left converter).
    -
    Parameters:
    converter - the other converter to concatenate with this converter.
    -
    Returns:
    the concatenation of this converter with the other converter.
    -
  • -
- - - -
    -
  • -

    getConversionSteps

    -
    List<? extends UnitConverter> getConversionSteps()
    + (right converter), and then converting by this converter (left converter). +
    Parameters:
    converter - the other converter to concatenate with this converter.
    +
    Returns:
    the concatenation of this converter with the other converter.
    +
  • +
+ + + +
    +
  • +

    getConversionSteps

    +
    List<? extends UnitConverter> getConversionSteps()

    Returns the steps of fundamental converters making up this converter or this if the converter is a fundamental converter.

    - For example, converter1.getConversionSteps() returns {converter1} while {@code converter1.concatenate(converter2).getConversionSteps()} returns {@code {converter1, converter2}.

    -
    Returns:
    the list of fundamental converters which concatenated make up this converter.
    -
  • -
- - - - - - - - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + For example, converter1.getConversionSteps() returns {converter1} while {@code converter1.concatenate(converter2).getConversionSteps()} returns {@code {converter1, converter2}.

+
Returns:
the list of fundamental converters which concatenated make up this converter.
+ + + + + + + + + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/Dimension.html b/site/apidocs/javax/measure/class-use/Dimension.html index 7d807670..89b4521c 100644 --- a/site/apidocs/javax/measure/class-use/Dimension.html +++ b/site/apidocs/javax/measure/class-use/Dimension.html @@ -1,250 +1,250 @@ - - - - - - -Uses of Interface javax.measure.Dimension (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.Dimension

-
-
-
    -
  • - - - - - - - - - - + + +
    Packages that use Dimension 
    PackageDescription
    javax.measure + + + + + + +Uses of Interface javax.measure.Dimension (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Interface
    javax.measure.Dimension

    +
    +
    +
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + (convenience method). +
    +
  • +
+ + +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/IncommensurableException.html b/site/apidocs/javax/measure/class-use/IncommensurableException.html index e95b321b..ec9f0b02 100644 --- a/site/apidocs/javax/measure/class-use/IncommensurableException.html +++ b/site/apidocs/javax/measure/class-use/IncommensurableException.html @@ -1,162 +1,162 @@ - - - - - - -Uses of Class javax.measure.IncommensurableException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Class
javax.measure.IncommensurableException

-
-
- +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/MeasurementException.html b/site/apidocs/javax/measure/class-use/MeasurementException.html index b28812df..b0ce8eef 100644 --- a/site/apidocs/javax/measure/class-use/MeasurementException.html +++ b/site/apidocs/javax/measure/class-use/MeasurementException.html @@ -1,189 +1,189 @@ - - - - - - -Uses of Class javax.measure.MeasurementException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Class
javax.measure.MeasurementException

-
-
- + + +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/Quantity.html b/site/apidocs/javax/measure/class-use/Quantity.html index 876a3d18..d8254e9c 100644 --- a/site/apidocs/javax/measure/class-use/Quantity.html +++ b/site/apidocs/javax/measure/class-use/Quantity.html @@ -1,602 +1,602 @@ - - - - - - -Uses of Interface javax.measure.Quantity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.Quantity

-
-
-
    -
  • - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Packages that use Quantity 
    PackageDescription
    javax.measure + + + + + + +Uses of Interface javax.measure.Quantity (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Interface
    javax.measure.Quantity

    +
    +
    +
      +
    • + + + + + + + + + + - - - - + + + + - - - - - - -
      Packages that use Quantity 
      PackageDescription
      javax.measure
      Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
      -
      javax.measure.quantity + of quantities and their expression as values of units. +
      javax.measure.quantity
      [OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation.
      -
      javax.measure.spi -
      [OPTIONAL] Provides services for units, quantities or their textual representation.
      -
      -
    • -
    • -
        -
      • - - -

        Uses of Quantity in javax.measure

        - - - - - - - - - - + + + + + + +
        Classes in javax.measure with type parameters of type Quantity 
        Modifier and TypeInterface and Description
        interface Quantity<Q extends Quantity<Q>> + mass, time, distance, heat, and angular separation. +
        javax.measure.spi +
        [OPTIONAL] Provides services for units, quantities or their textual representation.
        +
        +
      • +
      • +
          +
        • + + +

          Uses of Quantity in javax.measure

          + + + + + + + + + + - - - - + + + + - - -
          Classes in javax.measure with type parameters of type Quantity 
          Modifier and TypeInterface and Description
          interface Quantity<Q extends Quantity<Q>>
          - Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
          -
          interface Unit<Q extends Quantity<Q>> + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement. +
          interface Unit<Q extends Quantity<Q>>
          Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
          -
          - - - - - - - - - - + + +
          Methods in javax.measure with type parameters of type Quantity 
          Modifier and TypeMethod and Description
          <T extends Quantity<T>> 
          Unit<T>
          Unit.asType(Class<T> type) + length, time, heat, or value) adopted as a standard of measurement. +
          + + + + + + + + + + - - - - + + + + - - -
          Methods in javax.measure with type parameters of type Quantity 
          Modifier and TypeMethod and Description
          <T extends Quantity<T>> 
          Unit<T>
          Unit.asType(Class<T> type)
          Casts this unit to a parameterized unit of specified nature or throw a ClassCastException if the dimension of the specified quantity - and this unit's dimension do not match.
          -
          <T extends Quantity<T>> 
          Quantity<T>
          Quantity.asType(Class<T> type) + and this unit's dimension do not match. +
          <T extends Quantity<T>> 
          Quantity<T>
          Quantity.asType(Class<T> type)
          Casts this quantity to a parameterized unit of specified nature or throw a ClassCastException if the dimension of the specified - quantity and this measure unit's dimension do not match.
          -
          - - - - - - - - - - - - - - + + +
          Methods in javax.measure that return Quantity 
          Modifier and TypeMethod and Description
          Quantity<Q>Quantity.add(Quantity<Q> augend) -
          Returns the sum of this Quantity with the one specified.
          -
          <T extends Quantity<T>> 
          Quantity<T>
          Quantity.asType(Class<T> type) + quantity and this measure unit's dimension do not match. +
          + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - -
          Methods in javax.measure that return Quantity 
          Modifier and TypeMethod and Description
          Quantity<Q>Quantity.add(Quantity<Q> augend) +
          Returns the sum of this Quantity with the one specified.
          +
          <T extends Quantity<T>> 
          Quantity<T>
          Quantity.asType(Class<T> type)
          Casts this quantity to a parameterized unit of specified nature or throw a ClassCastException if the dimension of the specified - quantity and this measure unit's dimension do not match.
          -
          Quantity<Q>Quantity.divide(Number divisor) + quantity and this measure unit's dimension do not match. +
          Quantity<Q>Quantity.divide(Number divisor)
          Returns the product of this Quantity divided by the Number - specified.
          -
          Quantity<?>Quantity.divide(Quantity<?> divisor) + specified. +
          Quantity<?>Quantity.divide(Quantity<?> divisor)
          Returns the product of this Quantity divided by the Quantity - specified.
          -
          Quantity<?>Quantity.inverse() -
          Returns a Quantity whose unit is unit.inverse().
          -
          Quantity<Q>Quantity.multiply(Number multiplier) + specified. +
          Quantity<?>Quantity.inverse() +
          Returns a Quantity whose unit is unit.inverse().
          +
          Quantity<Q>Quantity.multiply(Number multiplier)
          Returns the product of this Quantity with the Number value - specified.
          -
          Quantity<?>Quantity.multiply(Quantity<?> multiplier) -
          Returns the product of this Quantity with the one specified.
          -
          Quantity<Q>Quantity.subtract(Quantity<Q> subtrahend) + specified. +
          Quantity<?>Quantity.multiply(Quantity<?> multiplier) +
          Returns the product of this Quantity with the one specified.
          +
          Quantity<Q>Quantity.subtract(Quantity<Q> subtrahend)
          Returns the difference between this Quantity and the one - specified.
          -
          Quantity<Q>Quantity.to(Unit<Q> unit) -
          Returns this Quantity converted into another (compatible) Unit.
          -
          - - - - - - - - - - - - - - + + + + + + +
          Methods in javax.measure with parameters of type Quantity 
          Modifier and TypeMethod and Description
          Quantity<Q>Quantity.add(Quantity<Q> augend) -
          Returns the sum of this Quantity with the one specified.
          -
          Quantity<?>Quantity.divide(Quantity<?> divisor) + specified. +
          Quantity<Q>Quantity.to(Unit<Q> unit) +
          Returns this Quantity converted into another (compatible) Unit.
          +
          + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - -
          Methods in javax.measure with parameters of type Quantity 
          Modifier and TypeMethod and Description
          Quantity<Q>Quantity.add(Quantity<Q> augend) +
          Returns the sum of this Quantity with the one specified.
          +
          Quantity<?>Quantity.divide(Quantity<?> divisor)
          Returns the product of this Quantity divided by the Quantity - specified.
          -
          Quantity<?>Quantity.multiply(Quantity<?> multiplier) -
          Returns the product of this Quantity with the one specified.
          -
          Quantity<Q>Quantity.subtract(Quantity<Q> subtrahend) + specified. +
          Quantity<?>Quantity.multiply(Quantity<?> multiplier) +
          Returns the product of this Quantity with the one specified.
          +
          Quantity<Q>Quantity.subtract(Quantity<Q> subtrahend)
          Returns the difference between this Quantity and the one - specified.
          -
          -
        • -
        • - - -

          Uses of Quantity in javax.measure.quantity

          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
          Subinterfaces of Quantity in javax.measure.quantity 
          Modifier and TypeInterface and Description
          interface Acceleration -
          Rate of change of velocity with respect to time.
          -
          interface AmountOfSubstance -
          Number of elementary entities (molecules, for example) of a substance.
          -
          interface Angle -
          Figure formed by two lines diverging from a common point.
          -
          interface Area -
          Extent of a planar region or of the surface of a solid measured in square units.
          -
          interface CatalyticActivity -
          Catalytic activity.
          -
          interface Dimensionless -
          Dimensionless quantity.
          -
          interface ElectricCapacitance -
          Electric capacitance.
          -
          interface ElectricCharge -
          Electric charge.
          -
          interface ElectricConductance -
          Electric conductance.
          -
          interface ElectricCurrent -
          Amount of electric charge flowing past a specified circuit point per unit time.
          -
          interface ElectricInductance -
          Electric inductance.
          -
          interface ElectricPermittivity -
          How an electric field affects, and is affected, by a dielectric medium.
          -
          interface ElectricPotential -
          Electric potential or electromotive force.
          -
          interface ElectricResistance -
          Electric resistance.
          -
          interface Energy -
          Capacity of a physical system to do work.
          -
          interface Force -
          Quantity that tends to produce an acceleration of a body in the direction of its application.
          -
          interface Frequency -
          Number of times a specified phenomenon occurs within a specified interval.
          -
          interface Illuminance -
          Illuminance.
          -
          interface Length + specified. +
          +
        • +
        • + + +

          Uses of Quantity in javax.measure.quantity

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - -
          Subinterfaces of Quantity in javax.measure.quantity 
          Modifier and TypeInterface and Description
          interface Acceleration +
          Rate of change of velocity with respect to time.
          +
          interface AmountOfSubstance +
          Number of elementary entities (molecules, for example) of a substance.
          +
          interface Angle +
          Figure formed by two lines diverging from a common point.
          +
          interface Area +
          Extent of a planar region or of the surface of a solid measured in square units.
          +
          interface CatalyticActivity +
          Catalytic activity.
          +
          interface Dimensionless +
          Dimensionless quantity.
          +
          interface ElectricCapacitance +
          Electric capacitance.
          +
          interface ElectricCharge +
          Electric charge.
          +
          interface ElectricConductance +
          Electric conductance.
          +
          interface ElectricCurrent +
          Amount of electric charge flowing past a specified circuit point per unit time.
          +
          interface ElectricInductance +
          Electric inductance.
          +
          interface ElectricPermittivity +
          How an electric field affects, and is affected, by a dielectric medium.
          +
          interface ElectricPotential +
          Electric potential or electromotive force.
          +
          interface ElectricResistance +
          Electric resistance.
          +
          interface Energy +
          Capacity of a physical system to do work.
          +
          interface Force +
          Quantity that tends to produce an acceleration of a body in the direction of its application.
          +
          interface Frequency +
          Number of times a specified phenomenon occurs within a specified interval.
          +
          interface Illuminance +
          Illuminance.
          +
          interface Length
          Extent of something along its greatest dimension or the extent of space - between two objects or places.
          -
          interface Luminance -
          Luminous intensity per unit area of light traveling in a given direction.
          -
          interface LuminousFlux -
          Luminous flux.
          -
          interface LuminousIntensity + between two objects or places. +
          interface Luminance +
          Luminous intensity per unit area of light traveling in a given direction.
          +
          interface LuminousFlux +
          Luminous flux.
          +
          interface LuminousIntensity
          Luminous flux density per solid angle - as measured in a given direction relative to the emitting source.
          -
          interface MagneticFieldStrength -
          Magnetic field strength.
          -
          interface MagneticFlux -
          Magnetic flux.
          -
          interface MagneticFluxDensity -
          Magnetic flux density.
          -
          interface Mass -
          Measure of the quantity of matter that a body or an object contains.
          -
          interface Power -
          Rate at which work is done.
          -
          interface Pressure -
          Force applied uniformly over a surface.
          -
          interface RadiationDoseAbsorbed -
          Amount of energy deposited per unit of mass.
          -
          interface RadiationDoseEffective + as measured in a given direction relative to the emitting source. +
          interface MagneticFieldStrength +
          Magnetic field strength.
          +
          interface MagneticFlux +
          Magnetic flux.
          +
          interface MagneticFluxDensity +
          Magnetic flux density.
          +
          interface Mass +
          Measure of the quantity of matter that a body or an object contains.
          +
          interface Power +
          Rate at which work is done.
          +
          interface Pressure +
          Force applied uniformly over a surface.
          +
          interface RadiationDoseAbsorbed +
          Amount of energy deposited per unit of mass.
          +
          interface RadiationDoseEffective
          Effective (or "equivalent") dose of radiation - received by a human or some other living organism.
          -
          interface Radioactivity -
          Radioactive activity.
          -
          interface SolidAngle -
          Angle formed by three or more planes intersecting at a common point.
          -
          interface Speed -
          Distance traveled divided by the time of travel.
          -
          interface Temperature -
          Degree of hotness or coldness of a body or an environment.
          -
          interface Time -
          Period of existence or persistence.
          -
          interface Volume -
          Amount of space occupied by a three-dimensional object or region of space.
          -
          -
        • -
        • - - -

          Uses of Quantity in javax.measure.spi

          - - - - - - - - - - - - -
          Classes in javax.measure.spi with type parameters of type Quantity 
          Modifier and TypeInterface and Description
          interface QuantityFactory<Q extends Quantity<Q>> -
          Represents a factory that accepts Number and Unit arguments to create a Quantity result.
          -
          - - - - - - - - - - - - - - - - -
          Methods in javax.measure.spi with type parameters of type Quantity 
          Modifier and TypeMethod and Description
          <Q extends Quantity<Q>> 
          QuantityFactory<Q>
          QuantityFactoryService.getQuantityFactory(Class<Q> quantity) -
          Return a factory for this Quantity.
          -
          <Q extends Quantity<Q>> 
          Unit<Q>
          SystemOfUnits.getUnit(Class<Q> quantityType) -
          Returns the default unit for the specified quantity.
          -
          - - - - - - - - - - - - -
          Methods in javax.measure.spi that return Quantity 
          Modifier and TypeMethod and Description
          Quantity<Q>QuantityFactory.create(Number value, - Unit<Q> unit) -
          Returns the quantity for the specified number stated in the specified unit.
          -
          -
        • -
        -
      • -
      -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + received by a human or some other living organism. +
    interface Radioactivity +
    Radioactive activity.
    +
    interface SolidAngle +
    Angle formed by three or more planes intersecting at a common point.
    +
    interface Speed +
    Distance traveled divided by the time of travel.
    +
    interface Temperature +
    Degree of hotness or coldness of a body or an environment.
    +
    interface Time +
    Period of existence or persistence.
    +
    interface Volume +
    Amount of space occupied by a three-dimensional object or region of space.
    +
    +
  • +
  • + + +

    Uses of Quantity in javax.measure.spi

    + + + + + + + + + + + + +
    Classes in javax.measure.spi with type parameters of type Quantity 
    Modifier and TypeInterface and Description
    interface QuantityFactory<Q extends Quantity<Q>> +
    Represents a factory that accepts Number and Unit arguments to create a Quantity result.
    +
    + + + + + + + + + + + + + + + + +
    Methods in javax.measure.spi with type parameters of type Quantity 
    Modifier and TypeMethod and Description
    <Q extends Quantity<Q>> 
    QuantityFactory<Q>
    QuantityFactoryService.getQuantityFactory(Class<Q> quantity) +
    Return a factory for this Quantity.
    +
    <Q extends Quantity<Q>> 
    Unit<Q>
    SystemOfUnits.getUnit(Class<Q> quantityType) +
    Returns the default unit for the specified quantity.
    +
    + + + + + + + + + + + + +
    Methods in javax.measure.spi that return Quantity 
    Modifier and TypeMethod and Description
    Quantity<Q>QuantityFactory.create(Number value, + Unit<Q> unit) +
    Returns the quantity for the specified number stated in the specified unit.
    +
    +
  • +
+ + +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/UnconvertibleException.html b/site/apidocs/javax/measure/class-use/UnconvertibleException.html index 66ab8f38..e2079a94 100644 --- a/site/apidocs/javax/measure/class-use/UnconvertibleException.html +++ b/site/apidocs/javax/measure/class-use/UnconvertibleException.html @@ -1,168 +1,168 @@ - - - - - - -Uses of Class javax.measure.UnconvertibleException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Class
javax.measure.UnconvertibleException

-
-
- +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/Unit.html b/site/apidocs/javax/measure/class-use/Unit.html index 6450229f..72f22681 100644 --- a/site/apidocs/javax/measure/class-use/Unit.html +++ b/site/apidocs/javax/measure/class-use/Unit.html @@ -1,426 +1,425 @@ - - - - - - -Uses of Interface javax.measure.Unit (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.Unit

-
-
-
    -
  • - - - - - - - - - - + + +
    Packages that use Unit 
    PackageDescription
    javax.measure + + + + + + +Uses of Interface javax.measure.Unit (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Interface
    javax.measure.Unit

    +
    +
    +
      +
    • + + + + + + + + + + - - - - - - - - - - -
      Packages that use Unit 
      PackageDescription
      javax.measure
      Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
      -
      javax.measure.format -
      [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
      -
      javax.measure.spi -
      [OPTIONAL] Provides services for units, quantities or their textual representation.
      -
      -
    • -
    • -
        -
      • - - -

        Uses of Unit in javax.measure

        - - - - - - - - - - + + + + + + + + + + +
        Methods in javax.measure that return Unit 
        Modifier and TypeMethod and Description
        Unit<Q>Unit.alternate(String symbol) + of quantities and their expression as values of units. +
        javax.measure.format +
        [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
        +
        javax.measure.spi +
        [OPTIONAL] Provides services for units, quantities or their textual representation.
        +
        +
      • +
      • +
          +
        • + + +

          Uses of Unit in javax.measure

          + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          Methods in javax.measure that return Unit 
          Modifier and TypeMethod and Description
          Unit<Q>Unit.alternate(String symbol)
          Returns a system unit equivalent to this unscaled standard unit but used in expressions to distinguish between quantities of a different nature - but of the same dimensions.
          -
          <T extends Quantity<T>> 
          Unit<T>
          Unit.asType(Class<T> type) + but of the same dimensions. +
          <T extends Quantity<T>> 
          Unit<T>
          Unit.asType(Class<T> type)
          Casts this unit to a parameterized unit of specified nature or throw a ClassCastException if the dimension of the specified quantity - and this unit's dimension do not match.
          -
          Unit<Q>Unit.divide(double divisor) -
          Returns the result of dividing this unit by an approximate divisor.
          -
          Unit<?>Unit.divide(Unit<?> divisor) -
          Returns the quotient of this unit with the one specified.
          -
          Unit<Q>Unit.getSystemUnit() -
          Returns the unscaled system unit from which this unit is derived.
          -
          Unit<Q>Quantity.getUnit() -
          Returns the unit of this Quantity.
          -
          Unit<?>Unit.inverse() -
          Returns the inverse of this unit.
          -
          Unit<Q>Unit.multiply(double multiplier) -
          Returns the result of multiplying this unit by the specified factor.
          -
          Unit<?>Unit.multiply(Unit<?> multiplier) -
          Returns the product of this unit with the one specified.
          -
          Unit<?>Unit.pow(int n) -
          Returns a unit equals to this unit raised to an exponent.
          -
          Unit<?>Unit.root(int n) -
          Returns a unit equals to the given root of this unit.
          -
          Unit<Q>Unit.shift(double offset) -
          Returns the result of setting the origin of the scale of measurement to the given value.
          -
          Unit<Q>Unit.transform(UnitConverter converter) -
          Returns the unit derived from this unit using the specified converter.
          -
          - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Methods in javax.measure that return types with arguments of type Unit 
          Modifier and TypeMethod and Description
          Map<? extends Unit<?>,Integer>Unit.getProductUnits() + and this unit's dimension do not match. +
          Unit<Q>Unit.divide(double divisor) +
          Returns the result of dividing this unit by an approximate divisor.
          +
          Unit<?>Unit.divide(Unit<?> divisor) +
          Returns the quotient of this unit with the one specified.
          +
          Unit<Q>Unit.getSystemUnit() +
          Returns the unscaled system unit from which this unit is derived.
          +
          Unit<Q>Quantity.getUnit() +
          Returns the unit of this Quantity.
          +
          Unit<?>Unit.inverse() +
          Returns the inverse of this unit.
          +
          Unit<Q>Unit.multiply(double multiplier) +
          Returns the result of multiplying this unit by the specified factor.
          +
          Unit<?>Unit.multiply(Unit<?> multiplier) +
          Returns the product of this unit with the one specified.
          +
          Unit<?>Unit.pow(int n) +
          Returns a unit equals to this unit raised to an exponent.
          +
          Unit<?>Unit.root(int n) +
          Returns a unit equals to the given root of this unit.
          +
          Unit<Q>Unit.shift(double offset) +
          Returns the result of setting the origin of the scale of measurement to the given value.
          +
          Unit<Q>Unit.transform(UnitConverter converter) +
          Returns the unit derived from this unit using the specified converter.
          +
          + + + + + + + + + + - - -
          Methods in javax.measure that return types with arguments of type Unit 
          Modifier and TypeMethod and Description
          Map<? extends Unit<?>,Integer>Unit.getProductUnits()
          Returns the base units and their exponent whose product is this unit, - or null if this unit is a base unit (not a product of existing units).
          -
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          Methods in javax.measure with parameters of type Unit 
          Modifier and TypeMethod and Description
          Unit<?>Unit.divide(Unit<?> divisor) -
          Returns the quotient of this unit with the one specified.
          -
          UnitConverterUnit.getConverterTo(Unit<Q> that) -
          Returns a converter of numeric values from this unit to another unit of same type.
          -
          UnitConverterUnit.getConverterToAny(Unit<?> that) -
          Returns a converter from this unit to the specified unit of type unknown.
          -
          booleanUnit.isCompatible(Unit<?> that) -
          Indicates if this unit is compatible with the unit specified.
          -
          Unit<?>Unit.multiply(Unit<?> multiplier) -
          Returns the product of this unit with the one specified.
          -
          Quantity<Q>Quantity.to(Unit<Q> unit) -
          Returns this Quantity converted into another (compatible) Unit.
          -
          -
        • -
        • - - -

          Uses of Unit in javax.measure.format

          - - - - - - - - - - - - -
          Methods in javax.measure.format that return Unit 
          Modifier and TypeMethod and Description
          Unit<?>UnitFormat.parse(CharSequence csq) -
          Parses a portion of the specified CharSequence from the - specified position to produce a unit.
          -
          - - - - - - - - - - - - - - - - - - - - -
          Methods in javax.measure.format with parameters of type Unit 
          Modifier and TypeMethod and Description
          StringUnitFormat.format(Unit<?> unit) -
          Formats the specified Unit.
          -
          AppendableUnitFormat.format(Unit<?> unit, - Appendable appendable) -
          Formats the specified Unit.
          -
          voidUnitFormat.label(Unit<?> unit, - String label) -
          Attaches a system-wide label to the specified unit.
          -
          -
        • -
        • - - -

          Uses of Unit in javax.measure.spi

          - - - - - - - - - - + + +
          Methods in javax.measure.spi that return Unit 
          Modifier and TypeMethod and Description
          Unit<Q>QuantityFactory.getSystemUnit() + or null if this unit is a base unit (not a product of existing units). +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Methods in javax.measure with parameters of type Unit 
          Modifier and TypeMethod and Description
          Unit<?>Unit.divide(Unit<?> divisor) +
          Returns the quotient of this unit with the one specified.
          +
          UnitConverterUnit.getConverterTo(Unit<Q> that) +
          Returns a converter of numeric values from this unit to another unit of same type.
          +
          UnitConverterUnit.getConverterToAny(Unit<?> that) +
          Returns a converter from this unit to the specified unit of type unknown.
          +
          booleanUnit.isCompatible(Unit<?> that) +
          Indicates if this unit is compatible with the unit specified.
          +
          Unit<?>Unit.multiply(Unit<?> multiplier) +
          Returns the product of this unit with the one specified.
          +
          Quantity<Q>Quantity.to(Unit<Q> unit) +
          Returns this Quantity converted into another (compatible) Unit.
          +
          +
        • +
        • + + +

          Uses of Unit in javax.measure.format

          + + + + + + + + + + + + +
          Methods in javax.measure.format that return Unit 
          Modifier and TypeMethod and Description
          Unit<?>UnitFormat.parse(CharSequence csq) +
          Parses the text into an instance of Unit.
          +
          + + + + + + + + + + + + + + + + + + + + +
          Methods in javax.measure.format with parameters of type Unit 
          Modifier and TypeMethod and Description
          StringUnitFormat.format(Unit<?> unit) +
          Formats the specified Unit.
          +
          AppendableUnitFormat.format(Unit<?> unit, + Appendable appendable) +
          Formats the specified Unit.
          +
          voidUnitFormat.label(Unit<?> unit, + String label) +
          Attaches a system-wide label to the specified unit.
          +
          +
        • +
        • + + +

          Uses of Unit in javax.measure.spi

          + + + + + + + + + + - - - - - - -
          Methods in javax.measure.spi that return Unit 
          Modifier and TypeMethod and Description
          Unit<Q>QuantityFactory.getSystemUnit()
          Returns the system unit for quantities produced by this factory - or null if unknown.
          -
          <Q extends Quantity<Q>> 
          Unit<Q>
          SystemOfUnits.getUnit(Class<Q> quantityType) -
          Returns the default unit for the specified quantity.
          -
          - - - - - - - - - - - - - - + + + + + + +
          Methods in javax.measure.spi that return types with arguments of type Unit 
          Modifier and TypeMethod and Description
          Set<? extends Unit<?>>SystemOfUnits.getUnits() -
          Returns a read only view over the units explicitly defined by this system.
          -
          Set<? extends Unit<?>>SystemOfUnits.getUnits(Dimension dimension) + or null if unknown. +
          <Q extends Quantity<Q>> 
          Unit<Q>
          SystemOfUnits.getUnit(Class<Q> quantityType) +
          Returns the default unit for the specified quantity.
          +
          + + + + + + + + + + + + + + - - -
          Methods in javax.measure.spi that return types with arguments of type Unit 
          Modifier and TypeMethod and Description
          Set<? extends Unit<?>>SystemOfUnits.getUnits() +
          Returns a read only view over the units explicitly defined by this system.
          +
          Set<? extends Unit<?>>SystemOfUnits.getUnits(Dimension dimension)
          Returns the units defined in this system having the specified dimension - (convenience method).
          -
          - - - - - - - - - - - - -
          Methods in javax.measure.spi with parameters of type Unit 
          Modifier and TypeMethod and Description
          Quantity<Q>QuantityFactory.create(Number value, - Unit<Q> unit) -
          Returns the quantity for the specified number stated in the specified unit.
          -
          -
        • -
        -
      • -
      -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + (convenience method). +
    + + + + + + + + + + + + +
    Methods in javax.measure.spi with parameters of type Unit 
    Modifier and TypeMethod and Description
    Quantity<Q>QuantityFactory.create(Number value, + Unit<Q> unit) +
    Returns the quantity for the specified number stated in the specified unit.
    +
    +
  • +
+ + +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/class-use/UnitConverter.html b/site/apidocs/javax/measure/class-use/UnitConverter.html index 3ee48205..1868e7ee 100644 --- a/site/apidocs/javax/measure/class-use/UnitConverter.html +++ b/site/apidocs/javax/measure/class-use/UnitConverter.html @@ -1,217 +1,217 @@ - - - - - - -Uses of Interface javax.measure.UnitConverter (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.UnitConverter

-
-
- + + +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/ParserException.html b/site/apidocs/javax/measure/format/ParserException.html index 3789f310..c5868582 100644 --- a/site/apidocs/javax/measure/format/ParserException.html +++ b/site/apidocs/javax/measure/format/ParserException.html @@ -1,366 +1,366 @@ - - - - - - -ParserException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - -
-
javax.measure.format
-

Class ParserException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Serializable
    -
    -
    -
    -
    public class ParserException
    -extends MeasurementException
    -
    Signals that an error has been reached unexpectedly while parsing.
    -
    Version:
    -
    0.4, $Date: 2014-08-04 $
    -
    Author:
    -
    Werner Keil
    -
    See Also:
    Serialized Form
    -
  • -
-
-
- +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ParserException

        +
        public ParserException(String message,
        +               CharSequence parsedData,
        +               int position)
        Constructs a ParserException with the specified detail message, parsed text and index. A detail message is a String that describes this - particular exception.
        -
        Parameters:
        message - the detail message
        parsedData - the parsed text, should not be null
        position - the position where the error was found while parsing.
        -
      • -
      - - - -
        -
      • -

        ParserException

        -
        public ParserException(CharSequence parsedData,
        -               int errorIndex)
        + particular exception.
+
Parameters:
message - the detail message
parsedData - the parsed text, should not be null
position - the position where the error was found while parsing.
+ + + + + +
    +
  • +

    ParserException

    +
    public ParserException(CharSequence parsedData,
    +               int errorIndex)
    Constructs a ParserException with the parsed text and offset. A - detail message is a String that describes this particular exception.
    -
    Parameters:
    parsedData - the parsed text, should not be null
    errorIndex - the position where the error is found while parsing.
    -
  • -
- - - -
    -
  • -

    ParserException

    -
    public ParserException(Throwable cause)
    -
    Constructs a ParserException with the specified cause.
    -
    Parameters:
    cause - the root cause
    -
  • -
- - - -
    -
  • - - -

    Method Detail

    - - - -
      -
    • -

      getPosition

      -
      public int getPosition()
      -
      Returns the position where the error was found.
      -
      Returns:
      the position of the error
      -
    • -
    - - - -
      -
    • -

      getParsedString

      -
      public String getParsedString()
      -
      Returns the string that was being parsed.
      + detail message is a String that describes this particular exception.
+
Parameters:
parsedData - the parsed text, should not be null
errorIndex - the position where the error is found while parsing.
+ + + + + +
    +
  • +

    ParserException

    +
    public ParserException(Throwable cause)
    +
    Constructs a ParserException with the specified cause.
    +
    Parameters:
    cause - the root cause
    +
  • +
+ + + +
    +
  • + + +

    Method Detail

    + + + +
      +
    • +

      getPosition

      +
      public int getPosition()
      +
      Returns the position where the error was found.
      +
      Returns:
      the position of the error
      +
    • +
    + + + +
      +
    • +

      getParsedString

      +
      public String getParsedString()
      +
      Returns the string that was being parsed.
      Returns:
      the parsed string, or null, if null was passed as - input.
      -
    • -
    -
  • -
- - - - - - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + input. + + + + + + + + + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/UnitFormat.html b/site/apidocs/javax/measure/format/UnitFormat.html index 08c20f51..5b22410b 100644 --- a/site/apidocs/javax/measure/format/UnitFormat.html +++ b/site/apidocs/javax/measure/format/UnitFormat.html @@ -1,100 +1,100 @@ - - - - - - -UnitFormat (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - - -
-
javax.measure.format
-

Interface UnitFormat

-
-
-
-
    -
  • -
    -
    -
    public interface UnitFormat
    + + + + + + +UnitFormat (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + + + + + +
    +
    javax.measure.format
    +

    Interface UnitFormat

    +
    +
    +
    +
      +
    • +
      +
      +
      public interface UnitFormat

      Formats instances of Unit to a String or an Appendable and parses a CharSequence to a Unit.

      @@ -104,116 +104,115 @@

      Synchronization

      Instances of this class are not required to be thread-safe. It is recommended to of separate format instances for each thread. If multiple threads access a format concurrently, it must be synchronized externally. -

      -
      Version:
      -
      0.7.3, Oct 10, 2015
      -
      Author:
      -
      Jean-Marie Dautelle, Werner Keil
      -
      See Also:
      Unit
      -
    • -
    -
    -
    -
      -
    • - - -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          format

          -
          Appendable format(Unit<?> unit,
          -                Appendable appendable)
          -                  throws IOException
          -
          Formats the specified Unit.
          -
          Parameters:
          unit - the Unit to format, not null
          appendable - the appendable destination.
          -
          Returns:
          the appendable destination passed in with formatted text appended.
          -
          Throws:
          -
          IOException - if an error occurs while writing to the destination.
          -
        • -
        - - - -
          -
        • -

          format

          -
          String format(Unit<?> unit)
          -
          Formats the specified Unit.
          -
          Parameters:
          unit - the Unit to format, not null
          -
          Returns:
          the string representation using the settings of this UnitFormat.
          -
          Throws:
          -
          IOException - if an error occurs while writing to the destination.
          -
        • -
        - - - -
          -
        • -

          label

          -
          void label(Unit<?> unit,
          -         String label)
          +

    +
    Version:
    +
    0.8, Nov 25, 2015
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    +
    See Also:
    Unit
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        format

        +
        Appendable format(Unit<?> unit,
        +                Appendable appendable)
        +                  throws IOException
        +
        Formats the specified Unit.
        +
        Parameters:
        unit - the Unit to format, not null
        appendable - the appendable destination.
        +
        Returns:
        the appendable destination passed in with formatted text appended.
        +
        Throws:
        +
        IOException - if an error occurs while writing to the destination.
        +
      • +
      + + + +
        +
      • +

        format

        +
        String format(Unit<?> unit)
        +
        Formats the specified Unit.
        +
        Parameters:
        unit - the Unit to format, not null
        +
        Returns:
        the string representation using the settings of this UnitFormat.
        +
        Throws:
        +
        IOException - if an error occurs while writing to the destination.
        +
      • +
      + + + +
        +
      • +

        label

        +
        void label(Unit<?> unit,
        +         String label)
        Attaches a system-wide label to the specified unit.

        If the specified label is already associated to a unit the previous association can be discarded or ignored. @@ -221,111 +220,115 @@

        label

        If a UnitFormat implementation is explicitly immutable, similar to e.g. the result of Collections.unmodifiableList(), then an UnsupportedOperationException may be thrown upon this call.

        Since UnitFormat implementations often apply the Singleton pattern, system-wide means, the label applies to every instance of UnitFormatA implementing UnitFormat in this case, but not every instance of UnitFormatB or UnitFormatC both also implementing UnitFormat. If a UnitFormat #isLocaleSensitive() it is up to the implementation, whether the label is ignored, applied in a local-neutral manner (in addition to its local-sensitive information) or locale-specific. -

        -
        Parameters:
        unit - the unit being labeled.
        label - the new label for this unit.
        -
        Throws:
        -
        IllegalArgumentException - if the label is not a valid identifier. This may include characters not supported by a particular UnitFormat implementation (e.g. only ASCII characters for certain devices)
        +

+
Parameters:
unit - the unit being labeled.
label - the new label for this unit.
+
Throws:
+
IllegalArgumentException - if the label is not a valid identifier. This may include characters not supported by a particular UnitFormat implementation (e.g. only ASCII characters for certain devices)
UnsupportedOperationException - if the label operation - is not supported by this UnitFormat
- - - - - -
    -
  • -

    isLocaleSensitive

    -
    boolean isLocaleSensitive()
    + is not supported by this UnitFormat +
  • +
+ + + +
    +
  • +

    isLocaleSensitive

    +
    boolean isLocaleSensitive()
    Returns true if this UnitFormat depends on a Locale to perform its tasks.

    - In environments that do not support a Locale, e.g. Java ME, this usually returns false.

    -
    Returns:
    Whether this format depends on the locale.
    -
  • -
- - - -
    -
  • -

    parse

    -
    Unit<?> parse(CharSequence csq)
    -              throws ParserException
    -
    Parses a portion of the specified CharSequence from the - specified position to produce a unit. If there is no unit to parse - the unitary unit (dimensionless) is returned.
    -
    Parameters:
    csq - the CharSequence to parse.
    -
    Returns:
    the unit parsed from the specified character sub-sequence.
    -
    Throws:
    + In environments that do not support a Locale, e.g. Java ME, this usually returns false.

+
Returns:
Whether this format depends on the locale.
+ + + + + +
    +
  • +

    parse

    +
    Unit<?> parse(CharSequence csq)
    +              throws ParserException
    +
    Parses the text into an instance of Unit. +

    + The parse must complete normally and parse the entire text. If the parse completes without + reading the entire length of the text, an exception is thrown. If any other problem occurs + during parsing, an exception is thrown. +

    +
    Parameters:
    csq - the CharSequence to parse.
    +
    Returns:
    the unit parsed from the specified character sequence.
    +
    Throws:
    ParserException - if any problem occurs while parsing the - specified character sequence (e.g. illegal syntax).
    -
  • -
- - - - - - - - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + specified character sequence (e.g. illegal syntax). +
UnsupportedOperationException - if the UnitFormat is unable to parse.
+ + + + + + + + + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/class-use/ParserException.html b/site/apidocs/javax/measure/format/class-use/ParserException.html index 3d384820..66d387f9 100644 --- a/site/apidocs/javax/measure/format/class-use/ParserException.html +++ b/site/apidocs/javax/measure/format/class-use/ParserException.html @@ -1,162 +1,161 @@ - - - - - - -Uses of Class javax.measure.format.ParserException (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Class
javax.measure.format.ParserException

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Class javax.measure.format.ParserException (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.format.ParserException

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/class-use/UnitFormat.html b/site/apidocs/javax/measure/format/class-use/UnitFormat.html index 2615a42e..dbd72bd3 100644 --- a/site/apidocs/javax/measure/format/class-use/UnitFormat.html +++ b/site/apidocs/javax/measure/format/class-use/UnitFormat.html @@ -1,168 +1,168 @@ - - - - - - -Uses of Interface javax.measure.format.UnitFormat (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.format.UnitFormat

-
-
- +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/package-frame.html b/site/apidocs/javax/measure/format/package-frame.html index 826674b5..5cb2200a 100644 --- a/site/apidocs/javax/measure/format/package-frame.html +++ b/site/apidocs/javax/measure/format/package-frame.html @@ -1,25 +1,25 @@ - - - - - - -javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) - - - - - -

javax.measure.format

-
-

Interfaces

- -

Exceptions

- -
- - + + + + + + +javax.measure.format (Units of Measurement API 0.9-SNAPSHOT API) + + + + + +

javax.measure.format

+
+

Interfaces

+ +

Exceptions

+ +
+ + diff --git a/site/apidocs/javax/measure/format/package-summary.html b/site/apidocs/javax/measure/format/package-summary.html index c2acc605..64985d4f 100644 --- a/site/apidocs/javax/measure/format/package-summary.html +++ b/site/apidocs/javax/measure/format/package-summary.html @@ -1,169 +1,169 @@ - - - - - - -javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure.format

-
-
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - + + +
    Interface Summary 
    InterfaceDescription
    UnitFormat + + + + + + +javax.measure.format (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + +
    + + + + + +
    + + +
    +

    Package javax.measure.format

    +
    +
    [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
    +
    +

    See: Description

    +
    +
    +
      +
    • + + + + + + + + + + - - -
      Interface Summary 
      InterfaceDescription
      UnitFormat
      - Formats instances of Unit to a String or an Appendable and parses a CharSequence to a Unit.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      ParserException -
      Signals that an error has been reached unexpectedly while parsing.
      -
      -
    • -
    - - - -

    Package javax.measure.format Description

    -
    [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
    -
    Version:
    -
    0.4.1, $Date: 2014-01-27 23:16:02 +0100 (Mo, 27 Jän 2014) $
    -
    Author:
    -
    Werner Keil
    -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + Formats instances of Unit to a String or an Appendable and parses a CharSequence to a Unit. +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    ParserException +
    Signals that an error has been reached unexpectedly while parsing.
    +
    +
  • +
+ + + +

Package javax.measure.format Description

+
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
+
Version:
+
0.4.1, $Date: 2014-01-27 23:16:02 +0100 (Mo, 27 Jän 2014) $
+
Author:
+
Werner Keil
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/package-tree.html b/site/apidocs/javax/measure/format/package-tree.html index 10e760a7..cd739af7 100644 --- a/site/apidocs/javax/measure/format/package-tree.html +++ b/site/apidocs/javax/measure/format/package-tree.html @@ -1,150 +1,150 @@ - - - - - - -javax.measure.format Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure.format

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +javax.measure.format Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.format

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/format/package-use.html b/site/apidocs/javax/measure/format/package-use.html index 8ea7300c..c9b4a4a0 100644 --- a/site/apidocs/javax/measure/format/package-use.html +++ b/site/apidocs/javax/measure/format/package-use.html @@ -1,178 +1,178 @@ - - - - - - -Uses of Package javax.measure.format (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Package
javax.measure.format

-
-
- +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/package-frame.html b/site/apidocs/javax/measure/package-frame.html index d6b63066..e63dfe2b 100644 --- a/site/apidocs/javax/measure/package-frame.html +++ b/site/apidocs/javax/measure/package-frame.html @@ -1,30 +1,30 @@ - - - - - - -javax.measure (Units of Measurement API 0.8-SNAPSHOT API) - - - - - -

javax.measure

- - - + + + + + + +javax.measure (Units of Measurement API 0.9-SNAPSHOT API) + + + + + +

javax.measure

+ + + diff --git a/site/apidocs/javax/measure/package-summary.html b/site/apidocs/javax/measure/package-summary.html index 59fc856a..f20c53c2 100644 --- a/site/apidocs/javax/measure/package-summary.html +++ b/site/apidocs/javax/measure/package-summary.html @@ -1,206 +1,206 @@ - - - - - - -javax.measure (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure

-
+ + + + + + +javax.measure (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure

+
Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - - - + + +
    Interface Summary 
    InterfaceDescription
    Dimension -
    Represents the dimension of a unit.
    -
    Quantity<Q extends Quantity<Q>> + of quantities and their expression as values of units. + +

    See: Description

    + +
    +
      +
    • + + + + + + + + + + + + + + - - - - + + + + - - - - - - -
      Interface Summary 
      InterfaceDescription
      Dimension +
      Represents the dimension of a unit.
      +
      Quantity<Q extends Quantity<Q>>
      - Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
      -
      Unit<Q extends Quantity<Q>> + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement. +
      Unit<Q extends Quantity<Q>>
      Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
      -
      UnitConverter -
      A converter of numeric values between different units.
      -
      -
    • -
    • - - - - - - - - - - + + + + + + +
      Exception Summary 
      ExceptionDescription
      IncommensurableException + length, time, heat, or value) adopted as a standard of measurement. +
      UnitConverter +
      A converter of numeric values between different units.
      +
      +
    • +
    • + + + + + + + + + + - - - - - - - - + + + + + + + + - - -
      Exception Summary 
      ExceptionDescription
      IncommensurableException
      Signals that a problem of some sort has occurred due to incommensurable of - some quantities/units.
      -
      MeasurementException -
      Exception used to indicate a problem while dealing with units of measurement.
      -
      UnconvertibleException + some quantities/units. +
      MeasurementException +
      Exception used to indicate a problem while dealing with units of measurement.
      +
      UnconvertibleException
      Signals that a problem of some sort has occurred due to the impossibility of - constructing a converter between two units.
      -
      -
    • -
    - - - -

    Package javax.measure Description

    + constructing a converter between two units.
    +
    +
  • +
+ + + +

Package javax.measure Description

Specifies Java packages for the programmatic, type safe handling of quantities and their expression as values of units. -

The core interfaces of this package are javax.measure.Measurement, Quantity and Unit.

-
Version:
-
1.2 ($Revision: 395 $), $Date: 2014-01-27 23:16:02 +0100 (Mo, 27 Jän 2014) $
-
Author:
-
Jean-Marie Dautelle, Werner Keil, Leonardo de Moura Rocha Lima
-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - +

The core interfaces of this package are javax.measure.Measurement, Quantity and Unit.

+
Version:
+
1.2 ($Revision: 395 $), $Date: 2014-01-27 23:16:02 +0100 (Mo, 27 Jän 2014) $
+
Author:
+
Jean-Marie Dautelle, Werner Keil, Leonardo de Moura Rocha Lima
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/package-tree.html b/site/apidocs/javax/measure/package-tree.html index 84a18e9d..c7619b5c 100644 --- a/site/apidocs/javax/measure/package-tree.html +++ b/site/apidocs/javax/measure/package-tree.html @@ -1,154 +1,154 @@ - - - - - - -javax.measure Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +javax.measure Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/package-use.html b/site/apidocs/javax/measure/package-use.html index b6440729..d2cbb9e0 100644 --- a/site/apidocs/javax/measure/package-use.html +++ b/site/apidocs/javax/measure/package-use.html @@ -1,278 +1,278 @@ - - - - - - -Uses of Package javax.measure (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Package
javax.measure

-
-
-
    -
  • - - - - - - - - - - + + +
    Packages that use javax.measure 
    PackageDescription
    javax.measure + + + + + + +Uses of Package javax.measure (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Package
    javax.measure

    +
    +
    +
      +
    • + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - -
      Packages that use javax.measure 
      PackageDescription
      javax.measure
      Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
      -
      javax.measure.format -
      [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
      -
      javax.measure.quantity + of quantities and their expression as values of units. +
      javax.measure.format +
      [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
      +
      javax.measure.quantity
      [OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation.
      -
      javax.measure.spi -
      [OPTIONAL] Provides services for units, quantities or their textual representation.
      -
      -
    • -
    • - - - - - - - - - - - - - + + + + + + +
      Classes in javax.measure used by javax.measure 
      Class and Description
      Dimension -
      Represents the dimension of a unit.
      -
      IncommensurableException + mass, time, distance, heat, and angular separation. +
      javax.measure.spi +
      [OPTIONAL] Provides services for units, quantities or their textual representation.
      +
      +
    • +
    • + + + + + + + + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - - - -
      Classes in javax.measure used by javax.measure 
      Class and Description
      Dimension +
      Represents the dimension of a unit.
      +
      IncommensurableException
      Signals that a problem of some sort has occurred due to incommensurable of - some quantities/units.
      -
      MeasurementException -
      Exception used to indicate a problem while dealing with units of measurement.
      -
      Quantity + some quantities/units. +
      MeasurementException +
      Exception used to indicate a problem while dealing with units of measurement.
      +
      Quantity
      - Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
      -
      UnconvertibleException + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement. +
      UnconvertibleException
      Signals that a problem of some sort has occurred due to the impossibility of - constructing a converter between two units.
      -
      Unit + constructing a converter between two units. +
      Unit
      Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
      -
      UnitConverter -
      A converter of numeric values between different units.
      -
      -
    • -
    • - - - - - - - - - - - - - + + + + + +
      Classes in javax.measure used by javax.measure.format 
      Class and Description
      MeasurementException -
      Exception used to indicate a problem while dealing with units of measurement.
      -
      Unit + length, time, heat, or value) adopted as a standard of measurement. +
      UnitConverter +
      A converter of numeric values between different units.
      +
      +
    • +
    • + + + + + + + + + + + + + - - -
      Classes in javax.measure used by javax.measure.format 
      Class and Description
      MeasurementException +
      Exception used to indicate a problem while dealing with units of measurement.
      +
      Unit
      Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
      -
      -
    • -
    • - - - - - - - - - - + + +
      Classes in javax.measure used by javax.measure.quantity 
      Class and Description
      Quantity + length, time, heat, or value) adopted as a standard of measurement. +
      +
    • +
    • + + + + + + + + + + - - -
      Classes in javax.measure used by javax.measure.quantity 
      Class and Description
      Quantity
      - Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
      -
      -
    • -
    • - - - - - - - - - - - - - + + +
      Classes in javax.measure used by javax.measure.spi 
      Class and Description
      Dimension -
      Represents the dimension of a unit.
      -
      Quantity + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement. +
      +
    • +
    • + + + + + + + + + + + + + - - - + + + - - -
      Classes in javax.measure used by javax.measure.spi 
      Class and Description
      Dimension +
      Represents the dimension of a unit.
      +
      Quantity
      - Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
      -
      Unit + Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement. +
      Unit
      Represents a determinate quantity (as of - length, time, heat, or value) adopted as a standard of measurement.
      -
      -
    • -
    -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + length, time, heat, or value) adopted as a standard of measurement. +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Acceleration.html b/site/apidocs/javax/measure/quantity/Acceleration.html index d3b58498..a51e834c 100644 --- a/site/apidocs/javax/measure/quantity/Acceleration.html +++ b/site/apidocs/javax/measure/quantity/Acceleration.html @@ -1,197 +1,197 @@ - - - - - - -Acceleration (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Acceleration

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Acceleration>
    -
    -
    -
    -
    public interface Acceleration
    -extends Quantity<Acceleration>
    + + + + + + +Acceleration (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + +
    +
    javax.measure.quantity
    +

    Interface Acceleration

    +
    +
    +
    + -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + The metric system unit for this quantity is "m/s²" (metre per square second).
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+
See Also:
Length, +Speed, +Time, +AngularAcceleration
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/AmountOfSubstance.html b/site/apidocs/javax/measure/quantity/AmountOfSubstance.html index b8bbda84..fafa7684 100644 --- a/site/apidocs/javax/measure/quantity/AmountOfSubstance.html +++ b/site/apidocs/javax/measure/quantity/AmountOfSubstance.html @@ -1,194 +1,194 @@ - - - - - - -AmountOfSubstance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface AmountOfSubstance

-
-
-
-
+
Version:
+
1.2
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
See Also:
Wikipedia: Amount of Substance
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Angle.html b/site/apidocs/javax/measure/quantity/Angle.html index 14f9f1d5..fe9f6fb7 100644 --- a/site/apidocs/javax/measure/quantity/Angle.html +++ b/site/apidocs/javax/measure/quantity/Angle.html @@ -1,196 +1,196 @@ - - - - - - -Angle (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Angle

-
-
-
-
+
Version:
+
1.2
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
See Also:
Wikipedia: Angle, +SolidAngle, +Length
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Area.html b/site/apidocs/javax/measure/quantity/Area.html index 383b2e1d..06feeeaa 100644 --- a/site/apidocs/javax/measure/quantity/Area.html +++ b/site/apidocs/javax/measure/quantity/Area.html @@ -1,196 +1,196 @@ - - - - - - -Area (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Area

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Area>
    -
    -
    -
    -
    public interface Area
    -extends Quantity<Area>
    + + + + + + +Area (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + +
    +
    javax.measure.quantity
    +

    Interface Area

    +
    +
    +
    +
      +
    • +
      +
      All Superinterfaces:
      +
      Quantity<Area>
      +
      +
      +
      +
      public interface Area
      +extends Quantity<Area>
      Extent of a planar region or of the surface of a solid measured in square units. - The metric system unit for this quantity is "m²" (square metre).
      -
      Version:
      -
      1.2
      -
      Author:
      -
      Jean-Marie Dautelle
      -
      See Also:
      Length, -Volume, -Pressure
      -
    • -
    -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + The metric system unit for this quantity is "m²" (square metre).
+
Version:
+
1.2
+
Author:
+
Jean-Marie Dautelle
+
See Also:
Length, +Volume, +Pressure
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/CatalyticActivity.html b/site/apidocs/javax/measure/quantity/CatalyticActivity.html index 864a0899..ffd2c262 100644 --- a/site/apidocs/javax/measure/quantity/CatalyticActivity.html +++ b/site/apidocs/javax/measure/quantity/CatalyticActivity.html @@ -1,193 +1,193 @@ - - - - - - -CatalyticActivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface CatalyticActivity

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Dimensionless.html b/site/apidocs/javax/measure/quantity/Dimensionless.html index b1d1ef74..dc6c6062 100644 --- a/site/apidocs/javax/measure/quantity/Dimensionless.html +++ b/site/apidocs/javax/measure/quantity/Dimensionless.html @@ -1,192 +1,192 @@ - - - - - - -Dimensionless (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Dimensionless

-
-
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Dimensionless (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + +
+
javax.measure.quantity
+

Interface Dimensionless

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricCapacitance.html b/site/apidocs/javax/measure/quantity/ElectricCapacitance.html index c963d1e0..16f3610f 100644 --- a/site/apidocs/javax/measure/quantity/ElectricCapacitance.html +++ b/site/apidocs/javax/measure/quantity/ElectricCapacitance.html @@ -1,193 +1,193 @@ - - - - - - -ElectricCapacitance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricCapacitance

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricCharge.html b/site/apidocs/javax/measure/quantity/ElectricCharge.html index d8c650b8..3d92afa1 100644 --- a/site/apidocs/javax/measure/quantity/ElectricCharge.html +++ b/site/apidocs/javax/measure/quantity/ElectricCharge.html @@ -1,194 +1,194 @@ - - - - - - -ElectricCharge (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricCharge

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+
See Also:
ElectricCurrent
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricConductance.html b/site/apidocs/javax/measure/quantity/ElectricConductance.html index 3f45e98e..cc1ff8d0 100644 --- a/site/apidocs/javax/measure/quantity/ElectricConductance.html +++ b/site/apidocs/javax/measure/quantity/ElectricConductance.html @@ -1,193 +1,193 @@ - - - - - - -ElectricConductance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricConductance

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricCurrent.html b/site/apidocs/javax/measure/quantity/ElectricCurrent.html index 6a12512a..e30f8c68 100644 --- a/site/apidocs/javax/measure/quantity/ElectricCurrent.html +++ b/site/apidocs/javax/measure/quantity/ElectricCurrent.html @@ -1,195 +1,195 @@ - - - - - - -ElectricCurrent (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricCurrent

-
-
-
-
+
Version:
+
1.1
+
Author:
+
Jean-Marie Dautelle
+
See Also:
ElectricCharge, +Time
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricInductance.html b/site/apidocs/javax/measure/quantity/ElectricInductance.html index 000b5161..83c72dce 100644 --- a/site/apidocs/javax/measure/quantity/ElectricInductance.html +++ b/site/apidocs/javax/measure/quantity/ElectricInductance.html @@ -1,193 +1,193 @@ - - - - - - -ElectricInductance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricInductance

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricPermittivity.html b/site/apidocs/javax/measure/quantity/ElectricPermittivity.html index 63d4abba..ba324dd9 100644 --- a/site/apidocs/javax/measure/quantity/ElectricPermittivity.html +++ b/site/apidocs/javax/measure/quantity/ElectricPermittivity.html @@ -1,194 +1,194 @@ - - - - - - -ElectricPermittivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricPermittivity

-
-
-
-
+
Version:
+
1.8.1
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
See Also:
Wikipedia: Electric Permittivity
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricPotential.html b/site/apidocs/javax/measure/quantity/ElectricPotential.html index 9c2de621..91d1f833 100644 --- a/site/apidocs/javax/measure/quantity/ElectricPotential.html +++ b/site/apidocs/javax/measure/quantity/ElectricPotential.html @@ -1,193 +1,193 @@ - - - - - - -ElectricPotential (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricPotential

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/ElectricResistance.html b/site/apidocs/javax/measure/quantity/ElectricResistance.html index ed9ac513..fae1ce39 100644 --- a/site/apidocs/javax/measure/quantity/ElectricResistance.html +++ b/site/apidocs/javax/measure/quantity/ElectricResistance.html @@ -1,193 +1,193 @@ - - - - - - -ElectricResistance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface ElectricResistance

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Energy.html b/site/apidocs/javax/measure/quantity/Energy.html index 356e5e2f..c2b97ea1 100644 --- a/site/apidocs/javax/measure/quantity/Energy.html +++ b/site/apidocs/javax/measure/quantity/Energy.html @@ -1,196 +1,196 @@ - - - - - - -Energy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Energy

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+
See Also:
Force, +Power, +Time
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Force.html b/site/apidocs/javax/measure/quantity/Force.html index cdd4692c..9d33628a 100644 --- a/site/apidocs/javax/measure/quantity/Force.html +++ b/site/apidocs/javax/measure/quantity/Force.html @@ -1,195 +1,195 @@ - - - - - - -Force (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Force

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Force>
    -
    -
    -
    -
    public interface Force
    -extends Quantity<Force>
    + + + + + + +Force (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + +
    +
    javax.measure.quantity
    +

    Interface Force

    +
    +
    +
    +
      +
    • +
      +
      All Superinterfaces:
      +
      Quantity<Force>
      +
      +
      +
      +
      public interface Force
      +extends Quantity<Force>
      Quantity that tends to produce an acceleration of a body in the direction of its application. - The metric system unit for this quantity is "N" (Newton).
      -
      Version:
      -
      1.1
      -
      Author:
      -
      Jean-Marie Dautelle
      -
      See Also:
      Energy, -Pressure
      -
    • -
    -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + The metric system unit for this quantity is "N" (Newton).
+
Version:
+
1.1
+
Author:
+
Jean-Marie Dautelle
+
See Also:
Energy, +Pressure
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Frequency.html b/site/apidocs/javax/measure/quantity/Frequency.html index af5fa739..4511c127 100644 --- a/site/apidocs/javax/measure/quantity/Frequency.html +++ b/site/apidocs/javax/measure/quantity/Frequency.html @@ -1,194 +1,194 @@ - - - - - - -Frequency (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Frequency

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Frequency>
    -
    -
    -
    -
    public interface Frequency
    -extends Quantity<Frequency>
    + + + + + + +Frequency (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + +
    +
    javax.measure.quantity
    +

    Interface Frequency

    +
    +
    +
    +
      +
    • +
      +
      All Superinterfaces:
      +
      Quantity<Frequency>
      +
      +
      +
      +
      public interface Frequency
      +extends Quantity<Frequency>
      Number of times a specified phenomenon occurs within a specified interval. - The metric system unit for this quantity is "Hz" (Hertz).
      -
      Version:
      -
      1.0
      -
      Author:
      -
      Jean-Marie Dautelle
      -
      See Also:
      Time
      -
    • -
    -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + The metric system unit for this quantity is "Hz" (Hertz).
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+
See Also:
Time
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Illuminance.html b/site/apidocs/javax/measure/quantity/Illuminance.html index 08f75481..0609df97 100644 --- a/site/apidocs/javax/measure/quantity/Illuminance.html +++ b/site/apidocs/javax/measure/quantity/Illuminance.html @@ -1,193 +1,193 @@ - - - - - - -Illuminance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Illuminance

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Length.html b/site/apidocs/javax/measure/quantity/Length.html index a01dd050..216814e0 100644 --- a/site/apidocs/javax/measure/quantity/Length.html +++ b/site/apidocs/javax/measure/quantity/Length.html @@ -1,199 +1,199 @@ - - - - - - -Length (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Length

-
-
-
-
+
Version:
+
1.3
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
See Also:
Area, +Volume, +Angle, +SolidAngle, +Speed
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Luminance.html b/site/apidocs/javax/measure/quantity/Luminance.html index 143a6060..768aea04 100644 --- a/site/apidocs/javax/measure/quantity/Luminance.html +++ b/site/apidocs/javax/measure/quantity/Luminance.html @@ -1,195 +1,195 @@ - - - - - - -Luminance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Luminance

-
-
-
-
+
Version:
+
1.2
+
Author:
+
Jean-Marie Dautelle
+
See Also:
LuminousIntensity, +Area
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/LuminousFlux.html b/site/apidocs/javax/measure/quantity/LuminousFlux.html index d35b79ef..0c9003bf 100644 --- a/site/apidocs/javax/measure/quantity/LuminousFlux.html +++ b/site/apidocs/javax/measure/quantity/LuminousFlux.html @@ -1,193 +1,193 @@ - - - - - - -LuminousFlux (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface LuminousFlux

-
-
-
-
+
Version:
+
1.1
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/LuminousIntensity.html b/site/apidocs/javax/measure/quantity/LuminousIntensity.html index 148d679c..c96e17a7 100644 --- a/site/apidocs/javax/measure/quantity/LuminousIntensity.html +++ b/site/apidocs/javax/measure/quantity/LuminousIntensity.html @@ -1,195 +1,195 @@ - - - - - - -LuminousIntensity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface LuminousIntensity

-
-
-
-
+
Version:
+
1.1
+
Author:
+
Jean-Marie Dautelle
+
See Also:
Luminance
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/MagneticFieldStrength.html b/site/apidocs/javax/measure/quantity/MagneticFieldStrength.html index 5ff4f819..7c2eb0af 100644 --- a/site/apidocs/javax/measure/quantity/MagneticFieldStrength.html +++ b/site/apidocs/javax/measure/quantity/MagneticFieldStrength.html @@ -1,193 +1,193 @@ - - - - - - -MagneticFieldStrength (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface MagneticFieldStrength

-
-
-
-
+
Version:
+
1.0.3
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/MagneticFlux.html b/site/apidocs/javax/measure/quantity/MagneticFlux.html index 12e04968..5229af99 100644 --- a/site/apidocs/javax/measure/quantity/MagneticFlux.html +++ b/site/apidocs/javax/measure/quantity/MagneticFlux.html @@ -1,193 +1,193 @@ - - - - - - -MagneticFlux (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface MagneticFlux

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/MagneticFluxDensity.html b/site/apidocs/javax/measure/quantity/MagneticFluxDensity.html index 647ba568..a01465ae 100644 --- a/site/apidocs/javax/measure/quantity/MagneticFluxDensity.html +++ b/site/apidocs/javax/measure/quantity/MagneticFluxDensity.html @@ -1,193 +1,193 @@ - - - - - - -MagneticFluxDensity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface MagneticFluxDensity

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Mass.html b/site/apidocs/javax/measure/quantity/Mass.html index 1d91f89c..781c566b 100644 --- a/site/apidocs/javax/measure/quantity/Mass.html +++ b/site/apidocs/javax/measure/quantity/Mass.html @@ -1,196 +1,196 @@ - - - - - - -Mass (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Mass

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Mass>
    -
    -
    -
    -
    public interface Mass
    -extends Quantity<Mass>
    + + + + + + +Mass (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + +
    +
    javax.measure.quantity
    +

    Interface Mass

    +
    +
    +
    +
      +
    • +
      +
      All Superinterfaces:
      +
      Quantity<Mass>
      +
      +
      +
      +
      public interface Mass
      +extends Quantity<Mass>
      Measure of the quantity of matter that a body or an object contains. The mass of the body is not dependent on gravity and therefore is different from but proportional to its weight. - The metric system unit for this quantity is "kg" (kilogram).
      -
      Version:
      -
      1.2
      -
      Author:
      -
      Jean-Marie Dautelle, Werner Keil
      -
      See Also:
      RadiationDoseAbsorbed
      -
    • -
    -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + The metric system unit for this quantity is "kg" (kilogram).
+
Version:
+
1.2
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
See Also:
RadiationDoseAbsorbed
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Power.html b/site/apidocs/javax/measure/quantity/Power.html index 821f9138..b5599c9e 100644 --- a/site/apidocs/javax/measure/quantity/Power.html +++ b/site/apidocs/javax/measure/quantity/Power.html @@ -1,195 +1,195 @@ - - - - - - -Power (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Power

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+
See Also:
Energy, +Time
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Pressure.html b/site/apidocs/javax/measure/quantity/Pressure.html index a620c9ff..4145cdba 100644 --- a/site/apidocs/javax/measure/quantity/Pressure.html +++ b/site/apidocs/javax/measure/quantity/Pressure.html @@ -1,195 +1,195 @@ - - - - - - -Pressure (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Pressure

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+
See Also:
Force, +Area
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html b/site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html index 19f79ea7..4aa46d5b 100644 --- a/site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html +++ b/site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html @@ -1,194 +1,194 @@ - - - - - - -RadiationDoseAbsorbed (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface RadiationDoseAbsorbed

-
-
-
-
+
Version:
+
1.1
+
Author:
+
Jean-Marie Dautelle
+
See Also:
Mass
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/RadiationDoseEffective.html b/site/apidocs/javax/measure/quantity/RadiationDoseEffective.html index 6d503508..e421072f 100644 --- a/site/apidocs/javax/measure/quantity/RadiationDoseEffective.html +++ b/site/apidocs/javax/measure/quantity/RadiationDoseEffective.html @@ -1,194 +1,194 @@ - - - - - - -RadiationDoseEffective (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface RadiationDoseEffective

-
-
-
-
+
Version:
+
1.0
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Radioactivity.html b/site/apidocs/javax/measure/quantity/Radioactivity.html index d0c2c0a7..a83116b5 100644 --- a/site/apidocs/javax/measure/quantity/Radioactivity.html +++ b/site/apidocs/javax/measure/quantity/Radioactivity.html @@ -1,193 +1,193 @@ - - - - - - -Radioactivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Radioactivity

-
-
-
-
+
Version:
+
1.2
+
Author:
+
Jean-Marie Dautelle, Werner Keil, Martin Desruisseaux
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/SolidAngle.html b/site/apidocs/javax/measure/quantity/SolidAngle.html index 2acabaf7..fefdf44a 100644 --- a/site/apidocs/javax/measure/quantity/SolidAngle.html +++ b/site/apidocs/javax/measure/quantity/SolidAngle.html @@ -1,194 +1,194 @@ - - - - - - -SolidAngle (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface SolidAngle

-
-
-
-
+
Version:
+
1.2
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
See Also:
Angle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Speed.html b/site/apidocs/javax/measure/quantity/Speed.html index 5fdc94e4..24d9a0ca 100644 --- a/site/apidocs/javax/measure/quantity/Speed.html +++ b/site/apidocs/javax/measure/quantity/Speed.html @@ -1,201 +1,201 @@ - - - - - - -Speed (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Speed

-
-
-
-
+
Version:
+
1.2
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
See Also:
Length, +Time, +Acceleration, +Wikipedia: Speed
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Temperature.html b/site/apidocs/javax/measure/quantity/Temperature.html index dbb265ff..f34f0910 100644 --- a/site/apidocs/javax/measure/quantity/Temperature.html +++ b/site/apidocs/javax/measure/quantity/Temperature.html @@ -1,193 +1,193 @@ - - - - - - -Temperature (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Temperature

-
-
-
-
+
Version:
+
1.1
+
Author:
+
Jean-Marie Dautelle
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Time.html b/site/apidocs/javax/measure/quantity/Time.html index c78e0f49..d058e584 100644 --- a/site/apidocs/javax/measure/quantity/Time.html +++ b/site/apidocs/javax/measure/quantity/Time.html @@ -1,198 +1,198 @@ - - - - - - -Time (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Time

-
-
-
-
+
Version:
+
1.5
+
Author:
+
Werner Keil
+
See Also:
Frequency, +Speed, +Acceleration, +ElectricCurrent, +Power
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/Volume.html b/site/apidocs/javax/measure/quantity/Volume.html index 261a99d6..fd723ee6 100644 --- a/site/apidocs/javax/measure/quantity/Volume.html +++ b/site/apidocs/javax/measure/quantity/Volume.html @@ -1,195 +1,195 @@ - - - - - - -Volume (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - -
-
javax.measure.quantity
-

Interface Volume

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    Quantity<Volume>
    -
    -
    -
    -
    public interface Volume
    -extends Quantity<Volume>
    + + + + + + +Volume (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + +
    +
    javax.measure.quantity
    +

    Interface Volume

    +
    +
    +
    + -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + The metric system unit for this quantity is "m³" (cubic metre).
+
Version:
+
1.2
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
See Also:
Length, +Area
+ + +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Acceleration.html b/site/apidocs/javax/measure/quantity/class-use/Acceleration.html index bf3d3287..ee621f10 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Acceleration.html +++ b/site/apidocs/javax/measure/quantity/class-use/Acceleration.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Acceleration (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Acceleration

-
-
No usage of javax.measure.quantity.Acceleration
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Acceleration (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Acceleration

+
+
No usage of javax.measure.quantity.Acceleration
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html b/site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html index 5600bd3e..11694c03 100644 --- a/site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html +++ b/site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.AmountOfSubstance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.AmountOfSubstance

-
-
No usage of javax.measure.quantity.AmountOfSubstance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.AmountOfSubstance (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.AmountOfSubstance

+
+
No usage of javax.measure.quantity.AmountOfSubstance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Angle.html b/site/apidocs/javax/measure/quantity/class-use/Angle.html index 7ec42dc6..b8ddfeef 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Angle.html +++ b/site/apidocs/javax/measure/quantity/class-use/Angle.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Angle (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Angle

-
-
No usage of javax.measure.quantity.Angle
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Angle (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Angle

+
+
No usage of javax.measure.quantity.Angle
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Area.html b/site/apidocs/javax/measure/quantity/class-use/Area.html index 66518ba8..c5d581bf 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Area.html +++ b/site/apidocs/javax/measure/quantity/class-use/Area.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Area (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Area

-
-
No usage of javax.measure.quantity.Area
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Area (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Area

+
+
No usage of javax.measure.quantity.Area
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html b/site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html index c7d614b7..6d78c7b7 100644 --- a/site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html +++ b/site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.CatalyticActivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.CatalyticActivity

-
-
No usage of javax.measure.quantity.CatalyticActivity
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.CatalyticActivity (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.CatalyticActivity

+
+
No usage of javax.measure.quantity.CatalyticActivity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Dimensionless.html b/site/apidocs/javax/measure/quantity/class-use/Dimensionless.html index a0a468a5..7d518487 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Dimensionless.html +++ b/site/apidocs/javax/measure/quantity/class-use/Dimensionless.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Dimensionless (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Dimensionless

-
-
No usage of javax.measure.quantity.Dimensionless
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Dimensionless (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Dimensionless

+
+
No usage of javax.measure.quantity.Dimensionless
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html b/site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html index 7128ddea..6b400180 100644 --- a/site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricCapacitance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricCapacitance

-
-
No usage of javax.measure.quantity.ElectricCapacitance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.ElectricCapacitance (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricCapacitance

+
+
No usage of javax.measure.quantity.ElectricCapacitance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricCharge.html b/site/apidocs/javax/measure/quantity/class-use/ElectricCharge.html index 40caed8e..de61738d 100644 --- a/site/apidocs/javax/measure/quantity/class-use/ElectricCharge.html +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricCharge.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricCharge (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricCharge

-
-
No usage of javax.measure.quantity.ElectricCharge
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.ElectricCharge (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricCharge

+
+
No usage of javax.measure.quantity.ElectricCharge
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricConductance.html b/site/apidocs/javax/measure/quantity/class-use/ElectricConductance.html index 52447592..1bc96dfe 100644 --- a/site/apidocs/javax/measure/quantity/class-use/ElectricConductance.html +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricConductance.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricConductance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricConductance

-
-
No usage of javax.measure.quantity.ElectricConductance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.ElectricConductance (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricConductance

+
+
No usage of javax.measure.quantity.ElectricConductance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html b/site/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html index aaa85a84..b0895902 100644 --- a/site/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricCurrent.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricCurrent (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricCurrent

-
-
No usage of javax.measure.quantity.ElectricCurrent
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.ElectricCurrent (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricCurrent

+
+
No usage of javax.measure.quantity.ElectricCurrent
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricInductance.html b/site/apidocs/javax/measure/quantity/class-use/ElectricInductance.html index 11d83d34..5cad0638 100644 --- a/site/apidocs/javax/measure/quantity/class-use/ElectricInductance.html +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricInductance.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricInductance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricInductance

-
-
No usage of javax.measure.quantity.ElectricInductance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.ElectricInductance (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricInductance

+
+
No usage of javax.measure.quantity.ElectricInductance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html b/site/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html index d586f595..7746ffd1 100644 --- a/site/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricPermittivity.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricPermittivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricPermittivity

-
-
No usage of javax.measure.quantity.ElectricPermittivity
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.ElectricPermittivity (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricPermittivity

+
+
No usage of javax.measure.quantity.ElectricPermittivity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html b/site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html index 405a31d1..b3b7cb1b 100644 --- a/site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricPotential (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricPotential

-
-
No usage of javax.measure.quantity.ElectricPotential
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.ElectricPotential (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricPotential

+
+
No usage of javax.measure.quantity.ElectricPotential
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricResistance.html b/site/apidocs/javax/measure/quantity/class-use/ElectricResistance.html index 9a3f4a3e..c0ccf9e6 100644 --- a/site/apidocs/javax/measure/quantity/class-use/ElectricResistance.html +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricResistance.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.ElectricResistance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.ElectricResistance

-
-
No usage of javax.measure.quantity.ElectricResistance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.ElectricResistance (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.ElectricResistance

+
+
No usage of javax.measure.quantity.ElectricResistance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Energy.html b/site/apidocs/javax/measure/quantity/class-use/Energy.html index aed1c52b..f338ceae 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Energy.html +++ b/site/apidocs/javax/measure/quantity/class-use/Energy.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Energy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Energy

-
-
No usage of javax.measure.quantity.Energy
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Energy (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Energy

+
+
No usage of javax.measure.quantity.Energy
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Force.html b/site/apidocs/javax/measure/quantity/class-use/Force.html index 3e0b909e..547e13d0 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Force.html +++ b/site/apidocs/javax/measure/quantity/class-use/Force.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Force (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Force

-
-
No usage of javax.measure.quantity.Force
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Force (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Force

+
+
No usage of javax.measure.quantity.Force
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Frequency.html b/site/apidocs/javax/measure/quantity/class-use/Frequency.html index aaaab71e..ef8d79a5 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Frequency.html +++ b/site/apidocs/javax/measure/quantity/class-use/Frequency.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Frequency (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Frequency

-
-
No usage of javax.measure.quantity.Frequency
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Frequency (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Frequency

+
+
No usage of javax.measure.quantity.Frequency
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Illuminance.html b/site/apidocs/javax/measure/quantity/class-use/Illuminance.html index 51a7655a..6266d0da 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Illuminance.html +++ b/site/apidocs/javax/measure/quantity/class-use/Illuminance.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Illuminance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Illuminance

-
-
No usage of javax.measure.quantity.Illuminance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Illuminance (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Illuminance

+
+
No usage of javax.measure.quantity.Illuminance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Length.html b/site/apidocs/javax/measure/quantity/class-use/Length.html index 2aa36652..9e5fdbb2 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Length.html +++ b/site/apidocs/javax/measure/quantity/class-use/Length.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Length (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Length

-
-
No usage of javax.measure.quantity.Length
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Length (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Length

+
+
No usage of javax.measure.quantity.Length
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Luminance.html b/site/apidocs/javax/measure/quantity/class-use/Luminance.html index 239fd109..80c43a61 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Luminance.html +++ b/site/apidocs/javax/measure/quantity/class-use/Luminance.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Luminance (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Luminance

-
-
No usage of javax.measure.quantity.Luminance
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Luminance (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Luminance

+
+
No usage of javax.measure.quantity.Luminance
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html b/site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html index 20d076d5..3764f04a 100644 --- a/site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html +++ b/site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.LuminousFlux (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.LuminousFlux

-
-
No usage of javax.measure.quantity.LuminousFlux
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.LuminousFlux (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.LuminousFlux

+
+
No usage of javax.measure.quantity.LuminousFlux
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html b/site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html index eb04a90e..c61c9811 100644 --- a/site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html +++ b/site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.LuminousIntensity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.LuminousIntensity

-
-
No usage of javax.measure.quantity.LuminousIntensity
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.LuminousIntensity (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.LuminousIntensity

+
+
No usage of javax.measure.quantity.LuminousIntensity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html b/site/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html index ad006907..81609ac3 100644 --- a/site/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html +++ b/site/apidocs/javax/measure/quantity/class-use/MagneticFieldStrength.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.MagneticFieldStrength (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.MagneticFieldStrength

-
-
No usage of javax.measure.quantity.MagneticFieldStrength
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.MagneticFieldStrength (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.MagneticFieldStrength

+
+
No usage of javax.measure.quantity.MagneticFieldStrength
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html b/site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html index 7858436f..73709cad 100644 --- a/site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html +++ b/site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.MagneticFlux (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.MagneticFlux

-
-
No usage of javax.measure.quantity.MagneticFlux
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.MagneticFlux (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.MagneticFlux

+
+
No usage of javax.measure.quantity.MagneticFlux
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html b/site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html index 43a2b222..19df9b9e 100644 --- a/site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html +++ b/site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.MagneticFluxDensity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.MagneticFluxDensity

-
-
No usage of javax.measure.quantity.MagneticFluxDensity
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.MagneticFluxDensity (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.MagneticFluxDensity

+
+
No usage of javax.measure.quantity.MagneticFluxDensity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Mass.html b/site/apidocs/javax/measure/quantity/class-use/Mass.html index a8f7ee3f..4fbc2bcd 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Mass.html +++ b/site/apidocs/javax/measure/quantity/class-use/Mass.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Mass (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Mass

-
-
No usage of javax.measure.quantity.Mass
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Mass (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Mass

+
+
No usage of javax.measure.quantity.Mass
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Power.html b/site/apidocs/javax/measure/quantity/class-use/Power.html index 37ca29f1..0ad76d9d 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Power.html +++ b/site/apidocs/javax/measure/quantity/class-use/Power.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Power (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Power

-
-
No usage of javax.measure.quantity.Power
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Power (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Power

+
+
No usage of javax.measure.quantity.Power
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Pressure.html b/site/apidocs/javax/measure/quantity/class-use/Pressure.html index 42e9d2e5..e28cc2c3 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Pressure.html +++ b/site/apidocs/javax/measure/quantity/class-use/Pressure.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Pressure (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Pressure

-
-
No usage of javax.measure.quantity.Pressure
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Pressure (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Pressure

+
+
No usage of javax.measure.quantity.Pressure
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html index a52655fe..9ee12444 100644 --- a/site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html +++ b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.RadiationDoseAbsorbed (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.RadiationDoseAbsorbed

-
-
No usage of javax.measure.quantity.RadiationDoseAbsorbed
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.RadiationDoseAbsorbed (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.RadiationDoseAbsorbed

+
+
No usage of javax.measure.quantity.RadiationDoseAbsorbed
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html index 1c9796af..e0eec362 100644 --- a/site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html +++ b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.RadiationDoseEffective (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.RadiationDoseEffective

-
-
No usage of javax.measure.quantity.RadiationDoseEffective
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.RadiationDoseEffective (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.RadiationDoseEffective

+
+
No usage of javax.measure.quantity.RadiationDoseEffective
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Radioactivity.html b/site/apidocs/javax/measure/quantity/class-use/Radioactivity.html index baeb7742..cae5e273 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Radioactivity.html +++ b/site/apidocs/javax/measure/quantity/class-use/Radioactivity.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Radioactivity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Radioactivity

-
-
No usage of javax.measure.quantity.Radioactivity
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Radioactivity (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Radioactivity

+
+
No usage of javax.measure.quantity.Radioactivity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/SolidAngle.html b/site/apidocs/javax/measure/quantity/class-use/SolidAngle.html index f0cefe83..bf5280d8 100644 --- a/site/apidocs/javax/measure/quantity/class-use/SolidAngle.html +++ b/site/apidocs/javax/measure/quantity/class-use/SolidAngle.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.SolidAngle (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.SolidAngle

-
-
No usage of javax.measure.quantity.SolidAngle
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.SolidAngle (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.SolidAngle

+
+
No usage of javax.measure.quantity.SolidAngle
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Speed.html b/site/apidocs/javax/measure/quantity/class-use/Speed.html index f81cf3d7..8a343b25 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Speed.html +++ b/site/apidocs/javax/measure/quantity/class-use/Speed.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Speed (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Speed

-
-
No usage of javax.measure.quantity.Speed
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Speed (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Speed

+
+
No usage of javax.measure.quantity.Speed
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Temperature.html b/site/apidocs/javax/measure/quantity/class-use/Temperature.html index fa31d23c..dfc8692d 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Temperature.html +++ b/site/apidocs/javax/measure/quantity/class-use/Temperature.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Temperature (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Temperature

-
-
No usage of javax.measure.quantity.Temperature
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Temperature (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Temperature

+
+
No usage of javax.measure.quantity.Temperature
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Time.html b/site/apidocs/javax/measure/quantity/class-use/Time.html index ca5e2cb0..0d245f66 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Time.html +++ b/site/apidocs/javax/measure/quantity/class-use/Time.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Time (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Time

-
-
No usage of javax.measure.quantity.Time
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Time (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Time

+
+
No usage of javax.measure.quantity.Time
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/class-use/Volume.html b/site/apidocs/javax/measure/quantity/class-use/Volume.html index 3304ea49..ed6cb035 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Volume.html +++ b/site/apidocs/javax/measure/quantity/class-use/Volume.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.quantity.Volume (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.quantity.Volume

-
-
No usage of javax.measure.quantity.Volume
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.quantity.Volume (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.quantity.Volume

+
+
No usage of javax.measure.quantity.Volume
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/package-frame.html b/site/apidocs/javax/measure/quantity/package-frame.html index 46c8f0e6..2de3c496 100644 --- a/site/apidocs/javax/measure/quantity/package-frame.html +++ b/site/apidocs/javax/measure/quantity/package-frame.html @@ -1,56 +1,56 @@ - - - - - - -javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - -

javax.measure.quantity

- - - + + + + + + +javax.measure.quantity (Units of Measurement API 0.9-SNAPSHOT API) + + + + + +

javax.measure.quantity

+ + + diff --git a/site/apidocs/javax/measure/quantity/package-summary.html b/site/apidocs/javax/measure/quantity/package-summary.html index 23e579a5..0a039eaf 100644 --- a/site/apidocs/javax/measure/quantity/package-summary.html +++ b/site/apidocs/javax/measure/quantity/package-summary.html @@ -1,314 +1,314 @@ - - - - - - -javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure.quantity

-
+ + + + + + +javax.measure.quantity (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Package javax.measure.quantity

+
[OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation.
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    Acceleration -
    Rate of change of velocity with respect to time.
    -
    AmountOfSubstance -
    Number of elementary entities (molecules, for example) of a substance.
    -
    Angle -
    Figure formed by two lines diverging from a common point.
    -
    Area -
    Extent of a planar region or of the surface of a solid measured in square units.
    -
    CatalyticActivity -
    Catalytic activity.
    -
    Dimensionless -
    Dimensionless quantity.
    -
    ElectricCapacitance -
    Electric capacitance.
    -
    ElectricCharge -
    Electric charge.
    -
    ElectricConductance -
    Electric conductance.
    -
    ElectricCurrent -
    Amount of electric charge flowing past a specified circuit point per unit time.
    -
    ElectricInductance -
    Electric inductance.
    -
    ElectricPermittivity -
    How an electric field affects, and is affected, by a dielectric medium.
    -
    ElectricPotential -
    Electric potential or electromotive force.
    -
    ElectricResistance -
    Electric resistance.
    -
    Energy -
    Capacity of a physical system to do work.
    -
    Force -
    Quantity that tends to produce an acceleration of a body in the direction of its application.
    -
    Frequency -
    Number of times a specified phenomenon occurs within a specified interval.
    -
    Illuminance -
    Illuminance.
    -
    Length + mass, time, distance, heat, and angular separation. + +

    See: Description

    + +
    +
      +
    • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      Acceleration +
      Rate of change of velocity with respect to time.
      +
      AmountOfSubstance +
      Number of elementary entities (molecules, for example) of a substance.
      +
      Angle +
      Figure formed by two lines diverging from a common point.
      +
      Area +
      Extent of a planar region or of the surface of a solid measured in square units.
      +
      CatalyticActivity +
      Catalytic activity.
      +
      Dimensionless +
      Dimensionless quantity.
      +
      ElectricCapacitance +
      Electric capacitance.
      +
      ElectricCharge +
      Electric charge.
      +
      ElectricConductance +
      Electric conductance.
      +
      ElectricCurrent +
      Amount of electric charge flowing past a specified circuit point per unit time.
      +
      ElectricInductance +
      Electric inductance.
      +
      ElectricPermittivity +
      How an electric field affects, and is affected, by a dielectric medium.
      +
      ElectricPotential +
      Electric potential or electromotive force.
      +
      ElectricResistance +
      Electric resistance.
      +
      Energy +
      Capacity of a physical system to do work.
      +
      Force +
      Quantity that tends to produce an acceleration of a body in the direction of its application.
      +
      Frequency +
      Number of times a specified phenomenon occurs within a specified interval.
      +
      Illuminance +
      Illuminance.
      +
      Length
      Extent of something along its greatest dimension or the extent of space - between two objects or places.
      -
      Luminance -
      Luminous intensity per unit area of light traveling in a given direction.
      -
      LuminousFlux -
      Luminous flux.
      -
      LuminousIntensity + between two objects or places. +
      Luminance +
      Luminous intensity per unit area of light traveling in a given direction.
      +
      LuminousFlux +
      Luminous flux.
      +
      LuminousIntensity
      Luminous flux density per solid angle - as measured in a given direction relative to the emitting source.
      -
      MagneticFieldStrength -
      Magnetic field strength.
      -
      MagneticFlux -
      Magnetic flux.
      -
      MagneticFluxDensity -
      Magnetic flux density.
      -
      Mass -
      Measure of the quantity of matter that a body or an object contains.
      -
      Power -
      Rate at which work is done.
      -
      Pressure -
      Force applied uniformly over a surface.
      -
      RadiationDoseAbsorbed -
      Amount of energy deposited per unit of mass.
      -
      RadiationDoseEffective + as measured in a given direction relative to the emitting source. +
      MagneticFieldStrength +
      Magnetic field strength.
      +
      MagneticFlux +
      Magnetic flux.
      +
      MagneticFluxDensity +
      Magnetic flux density.
      +
      Mass +
      Measure of the quantity of matter that a body or an object contains.
      +
      Power +
      Rate at which work is done.
      +
      Pressure +
      Force applied uniformly over a surface.
      +
      RadiationDoseAbsorbed +
      Amount of energy deposited per unit of mass.
      +
      RadiationDoseEffective
      Effective (or "equivalent") dose of radiation - received by a human or some other living organism.
      -
      Radioactivity -
      Radioactive activity.
      -
      SolidAngle -
      Angle formed by three or more planes intersecting at a common point.
      -
      Speed -
      Distance traveled divided by the time of travel.
      -
      Temperature -
      Degree of hotness or coldness of a body or an environment.
      -
      Time -
      Period of existence or persistence.
      -
      Volume -
      Amount of space occupied by a three-dimensional object or region of space.
      -
      -
    • -
    - - - -

    Package javax.measure.quantity Description

    + received by a human or some other living organism.
    +
    Radioactivity +
    Radioactive activity.
    +
    SolidAngle +
    Angle formed by three or more planes intersecting at a common point.
    +
    Speed +
    Distance traveled divided by the time of travel.
    +
    Temperature +
    Degree of hotness or coldness of a body or an environment.
    +
    Time +
    Period of existence or persistence.
    +
    Volume +
    Amount of space occupied by a three-dimensional object or region of space.
    +
    +
  • +
+ + + +

Package javax.measure.quantity Description

[OPTIONAL] Provides quantitative properties or attributes of thing such as mass, time, distance, heat, and angular separation. Quantities of different kinds are represented by sub-types of the @@ -342,57 +342,57 @@

Package javax.measure.qua Vector3D aircraftSpeed = new Vector3D(200.0, 50.0, -0.5, metrePerSecond); -

This package holds only the quantities required by the metric system.

-
Version:
-
2.5
-
Author:
-
Jean-Marie Dautelle, Werner Keil
-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - +

This package holds only the quantities required by the metric system.

+
Version:
+
2.5
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/package-tree.html b/site/apidocs/javax/measure/quantity/package-tree.html index 2853e443..ebc7c13a 100644 --- a/site/apidocs/javax/measure/quantity/package-tree.html +++ b/site/apidocs/javax/measure/quantity/package-tree.html @@ -1,165 +1,165 @@ - - - - - - -javax.measure.quantity Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure.quantity

-Package Hierarchies: - -
- - -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +javax.measure.quantity Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.quantity

+Package Hierarchies: + +
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/quantity/package-use.html b/site/apidocs/javax/measure/quantity/package-use.html index d518b8d6..432d3d83 100644 --- a/site/apidocs/javax/measure/quantity/package-use.html +++ b/site/apidocs/javax/measure/quantity/package-use.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Package javax.measure.quantity (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Package
javax.measure.quantity

-
-
No usage of javax.measure.quantity
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Package javax.measure.quantity (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Package
javax.measure.quantity

+
+
No usage of javax.measure.quantity
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/Bootstrap.html b/site/apidocs/javax/measure/spi/Bootstrap.html index 818f46eb..db3998fe 100644 --- a/site/apidocs/javax/measure/spi/Bootstrap.html +++ b/site/apidocs/javax/measure/spi/Bootstrap.html @@ -1,276 +1,276 @@ - - - - - - -Bootstrap (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - -
-
javax.measure.spi
-

Class Bootstrap

-
-
- -
-
+
Version:
+
0.5, October 4, 2015
+
Author:
+
Werner Keil
+ + +
+
+ +
+
+ +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/QuantityFactory.html b/site/apidocs/javax/measure/spi/QuantityFactory.html index a1500d58..e3ab39d0 100644 --- a/site/apidocs/javax/measure/spi/QuantityFactory.html +++ b/site/apidocs/javax/measure/spi/QuantityFactory.html @@ -1,174 +1,174 @@ - - - - - - -QuantityFactory (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface QuantityFactory<Q extends Quantity<Q>>

-
-
-
-
    -
  • -
    Type Parameters:
    Q - the type of the Quantity result
    -
    -
    -
    public interface QuantityFactory<Q extends Quantity<Q>>
    + + + + + + +QuantityFactory (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + + + +
    +
    javax.measure.spi
    +

    Interface QuantityFactory<Q extends Quantity<Q>>

    +
    +
    +
    + -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - + +
        Methods 
        Modifier and TypeMethod and Description
        Quantity<Q>create(Number value, - Unit<Q> unit) -
        Returns the quantity for the specified number stated in the specified unit.
        -
        Unit<Q>getSystemUnit() + whose functional method is create(Number, Unit). +
        Version:
        +
        0.7, $Date: 2015-09-27 $
        +
        Author:
        +
        Werner Keil, Otavio Santana
        + + + +
        +
          +
        • + +
            +
          • + + +

            Method Summary

            + + + + + + + + + + + + + - -
            Methods 
            Modifier and TypeMethod and Description
            Quantity<Q>create(Number value, + Unit<Q> unit) +
            Returns the quantity for the specified number stated in the specified unit.
            +
            Unit<Q>getSystemUnit()
            Returns the system unit for quantities produced by this factory - or null if unknown.
            -
            -
          • -
          -
        • -
        -
        -
        -
          -
        • - -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              create

              -
              Quantity<Q> create(Number value,
              -                 Unit<Q> unit)
              -
              Returns the quantity for the specified number stated in the specified unit.
              -
              Parameters:
              number - the numeric value stated in the specified unit
              unit - the unit
              -
              Returns:
              the corresponding quantity
              -
            • -
            - - - -
              -
            • -

              getSystemUnit

              -
              Unit<Q> getSystemUnit()
              + or null if unknown.
        +
        +
      • +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          create

          +
          Quantity<Q> create(Number value,
          +                 Unit<Q> unit)
          +
          Returns the quantity for the specified number stated in the specified unit.
          +
          Parameters:
          number - the numeric value stated in the specified unit
          unit - the unit
          +
          Returns:
          the corresponding quantity
          +
        • +
        + + + +
          +
        • +

          getSystemUnit

          +
          Unit<Q> getSystemUnit()
          Returns the system unit for quantities produced by this factory or null if unknown. @@ -180,77 +180,77 @@

          getSystemUnit

          return unit.getSystemUnit().equals(RADIAN.divide(SECOND)); } assert isAngularSpeed(REVOLUTION.divide(MINUTE)); // Returns true. -
          -
          Returns:
          the system unit for this factory.
          See Also:
          Unit.getSystemUnit()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - +
+
Returns:
the system unit for this factory.
See Also:
Unit.getSystemUnit()
+ + + + + + +
+ + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/QuantityFactoryService.html b/site/apidocs/javax/measure/spi/QuantityFactoryService.html index 7e84904e..4a19b09a 100644 --- a/site/apidocs/javax/measure/spi/QuantityFactoryService.html +++ b/site/apidocs/javax/measure/spi/QuantityFactoryService.html @@ -1,222 +1,222 @@ - - - - - - -QuantityFactoryService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface QuantityFactoryService

-
-
-
- -
-
- -
-
- -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +QuantityFactoryService (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + + +
+
javax.measure.spi
+

Interface QuantityFactoryService

+
+
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/ServiceProvider.html b/site/apidocs/javax/measure/spi/ServiceProvider.html index f12b8426..3d23d23f 100644 --- a/site/apidocs/javax/measure/spi/ServiceProvider.html +++ b/site/apidocs/javax/measure/spi/ServiceProvider.html @@ -1,263 +1,263 @@ - - - - - - -ServiceProvider (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface ServiceProvider

-
-
-
-
    -
  • -
    -
    -
    public interface ServiceProvider
    + + + + + + +ServiceProvider (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + + + + +
    +
    javax.measure.spi
    +

    Interface ServiceProvider

    +
    +
    +
    +
      +
    • +
      +
      +
      public interface ServiceProvider
      This class models the component to managing the lifecycle of the - Unit and Quantity services.
      -
      Author:
      -
      Werner Keil
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - -
        Methods 
        Modifier and TypeMethod and Description
        intgetPriority() -
        This method allows to define a priority for a registered ServiceProvider instance.
        -
        <T> TgetService(Class<T> serviceType) -
        Access a single service, given its type.
        -
        <T> List<T>getServices(Class<T> serviceType) -
        Access a list of services, given its type.
        -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPriority

          -
          int getPriority()
          + Unit and Quantity services.
    +
    Author:
    +
    Werner Keil
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetPriority() +
      This method allows to define a priority for a registered ServiceProvider instance.
      +
      <T> TgetService(Class<T> serviceType) +
      Access a single service, given its type.
      +
      <T> List<T>getServices(Class<T> serviceType) +
      Access a list of services, given its type.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPriority

        +
        int getPriority()
        This method allows to define a priority for a registered ServiceProvider instance. When multiple providers are - registered in the system the provider with the highest priority value is taken.
        -
        Returns:
        the provider's priority (default is 0).
        -
      • -
      - - - -
        -
      • -

        getServices

        -
        <T> List<T> getServices(Class<T> serviceType)
        + registered in the system the provider with the highest priority value is taken.
+
Returns:
the provider's priority (default is 0).
+ + + + + +
    +
  • +

    getServices

    +
    <T> List<T> getServices(Class<T> serviceType)
    Access a list of services, given its type. The bootstrap mechanism should order the instance for precedence, hereby the most significant should be first in order. If no such services are found, an empty list should be - returned.
    -
    Parameters:
    serviceType - the service type.
    -
    Returns:
    The instance to be used, never null
    -
  • -
- - - -
    -
  • -

    getService

    -
    <T> T getService(Class<T> serviceType)
    + returned.
+
Parameters:
serviceType - the service type.
+
Returns:
The instance to be used, never null
+ + + + + +
    +
  • +

    getService

    +
    <T> T getService(Class<T> serviceType)
    Access a single service, given its type. The bootstrap mechanism should order the instance for precedence, hereby the most significant should be first in order and returned. If no such services are found, null is - returned.
    -
    Parameters:
    serviceType - the service type.
    -
    Returns:
    The instance, (with highest precedence) or null, if no such service is available.
    -
  • -
- - - - - - - - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + returned. +
Parameters:
serviceType - the service type.
+
Returns:
The instance, (with highest precedence) or null, if no such service is available.
+ + + + + + + + + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/SystemOfUnits.html b/site/apidocs/javax/measure/spi/SystemOfUnits.html index 1f78f136..cdb5db63 100644 --- a/site/apidocs/javax/measure/spi/SystemOfUnits.html +++ b/site/apidocs/javax/measure/spi/SystemOfUnits.html @@ -1,284 +1,284 @@ - - - - - - -SystemOfUnits (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface SystemOfUnits

-
-
-
-
    -
  • -
    -
    -
    public interface SystemOfUnits
    + + + + + + +SystemOfUnits (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + + + + +
    +
    javax.measure.spi
    +

    Interface SystemOfUnits

    +
    +
    +
    +
      +
    • +
      +
      +
      public interface SystemOfUnits
      A system of units grouped together for historical or cultural reasons.
      Common system of units are "SI" (System International), "Imperial" (British), "US" (US Customary). Nothing prevents a unit from belonging to several systems of units at the same time (for example an Imperial system would have many of the - units held by the US Customary system).
      -
      Version:
      -
      0.8.1, 2015-10-26
      -
      Author:
      -
      Jean-Marie Dautelle, Werner Keil
      + units held by the US Customary system).
    +
    Version:
    +
    0.8.1, 2015-10-26
    +
    Author:
    +
    Jean-Marie Dautelle, Werner Keil
    See Also:
    - Wikipedia: International System of Units, + Wikipedia: International System of Units, - Wikipedia: System of measurement
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - + +
      Methods 
      Modifier and TypeMethod and Description
      StringgetName() 
      <Q extends Quantity<Q>> 
      Unit<Q>
      getUnit(Class<Q> quantityType) -
      Returns the default unit for the specified quantity.
      -
      Set<? extends Unit<?>>getUnits() -
      Returns a read only view over the units explicitly defined by this system.
      -
      Set<? extends Unit<?>>getUnits(Dimension dimension) + Wikipedia: System of measurement + + + +
      +
        +
      • + +
          +
        • + + +

          Method Summary

          + + + + + + + + + + + + + + + + + + + + + - -
          Methods 
          Modifier and TypeMethod and Description
          StringgetName() 
          <Q extends Quantity<Q>> 
          Unit<Q>
          getUnit(Class<Q> quantityType) +
          Returns the default unit for the specified quantity.
          +
          Set<? extends Unit<?>>getUnits() +
          Returns a read only view over the units explicitly defined by this system.
          +
          Set<? extends Unit<?>>getUnits(Dimension dimension)
          Returns the units defined in this system having the specified dimension - (convenience method).
          -
          -
        • -
        -
      • -
      -
      -
      -
        -
      • - -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getName

            -
            String getName()
            -
            Returns:
            a name
            -
          • -
          - - - -
            -
          • -

            getUnit

            -
            <Q extends Quantity<Q>> Unit<Q> getUnit(Class<Q> quantityType)
            -
            Returns the default unit for the specified quantity.
            -
            Type Parameters:
            Q - the compile-time quantity type.
            Parameters:
            quantityType - the quantity type.
            -
            Returns:
            the unit for the specified quantity.
            -
          • -
          - - - -
            -
          • -

            getUnits

            -
            Set<? extends Unit<?>> getUnits()
            + (convenience method).
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        String getName()
        +
        Returns:
        a name
        +
      • +
      + + + +
        +
      • +

        getUnit

        +
        <Q extends Quantity<Q>> Unit<Q> getUnit(Class<Q> quantityType)
        +
        Returns the default unit for the specified quantity.
        +
        Type Parameters:
        Q - the compile-time quantity type.
        Parameters:
        quantityType - the quantity type.
        +
        Returns:
        the unit for the specified quantity.
        +
      • +
      + + + +
        +
      • +

        getUnits

        +
        Set<? extends Unit<?>> getUnits()
        Returns a read only view over the units explicitly defined by this system. This include the base and derived units which are assigned a special name and symbol. - This set does not include new units created by arithmetic or other operations.
        -
        Returns:
        the defined collection of units.
        -
      • -
      - - - -
        -
      • -

        getUnits

        -
        Set<? extends Unit<?>> getUnits(Dimension dimension)
        + This set does not include new units created by arithmetic or other operations.
+
Returns:
the defined collection of units.
+ + + + + +
    +
  • +

    getUnits

    +
    Set<? extends Unit<?>> getUnits(Dimension dimension)
    Returns the units defined in this system having the specified dimension - (convenience method).
    -
    Parameters:
    dimension - the dimension of the units to be returned.
    -
    Returns:
    the collection of units of specified dimension.
    -
  • -
- - - - -
- - - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + (convenience method). +
Parameters:
dimension - the dimension of the units to be returned.
+
Returns:
the collection of units of specified dimension.
+ + + + + + + + + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/SystemOfUnitsService.html b/site/apidocs/javax/measure/spi/SystemOfUnitsService.html index a206a20b..c699a7c3 100644 --- a/site/apidocs/javax/measure/spi/SystemOfUnitsService.html +++ b/site/apidocs/javax/measure/spi/SystemOfUnitsService.html @@ -1,98 +1,98 @@ - - - - - - -SystemOfUnitsService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface SystemOfUnitsService

-
-
-
- + + + +
    +
  • +

    getSystemOfUnits

    +
    SystemOfUnits getSystemOfUnits(String name)
    Returns the system of units having the specified name or - null if none.
    -
    Parameters:
    name - the system of unit name.
    -
    Returns:
    the given system of units.
    -
  • -
- - - -
    -
  • -

    getAvailableSystemsOfUnits

    -
    Collection<SystemOfUnits> getAvailableSystemsOfUnits()
    -
    Gets a list with available systems for this SystemOfUnitsService.
    -
    Returns:
    list of available systems of units, never null.
    -
  • -
- - - - -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + null if none. +
Parameters:
name - the system of unit name.
+
Returns:
the given system of units.
+ + + + + +
    +
  • +

    getAvailableSystemsOfUnits

    +
    Collection<SystemOfUnits> getAvailableSystemsOfUnits()
    +
    Gets a list with available systems for this SystemOfUnitsService.
    +
    Returns:
    list of available systems of units, never null.
    +
  • +
+ + + + + + + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/UnitFormatService.html b/site/apidocs/javax/measure/spi/UnitFormatService.html index b4dcad78..0c844b76 100644 --- a/site/apidocs/javax/measure/spi/UnitFormatService.html +++ b/site/apidocs/javax/measure/spi/UnitFormatService.html @@ -1,264 +1,264 @@ - - - - - - -UnitFormatService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - - - - - -
-
javax.measure.spi
-

Interface UnitFormatService

-
-
-
-
    -
  • -
    -
    -
    public interface UnitFormatService
    + + + + + + +UnitFormatService (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + + + + + +
    +
    javax.measure.spi
    +

    Interface UnitFormatService

    +
    +
    +
    + -
    -
    - +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getUnitFormat

          +
          UnitFormat getUnitFormat()
          Returns the default unit format. It is up to implementations what to consider a suitable default. - For some (locale-sensitive) implementations it may be a unit format based on Locale.getDefault() while others may return getUnitFormat("Simple") or getUnitFormat("ISO")
          -
          Returns:
          the default UnitFormat implementation.
          -
        • -
        - - - -
          -
        • -

          getUnitFormat

          -
          UnitFormat getUnitFormat(String name)
          + For some (locale-sensitive) implementations it may be a unit format based on Locale.getDefault() while others may return getUnitFormat("Simple") or getUnitFormat("ISO")
    +
    Returns:
    the default UnitFormat implementation.
    +
  • +
+ + + +
    +
  • +

    getUnitFormat

    +
    UnitFormat getUnitFormat(String name)
    Returns the unit format having the specified name or null if none. - For example getUnitFormat("UCUM") to return a UCUM specific UnitFormat implementation.
    -
    Parameters:
    name - the name of the format.
    -
    Returns:
    the corresponding unit format.
    -
  • -
- - - -
    -
  • -

    getAvailableFormatNames

    -
    Set<String> getAvailableFormatNames()
    -
    Gets a list with available format names for this format service.
    -
    Returns:
    list of available formats, never null.
    -
  • -
- - - - -
-
- - - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + For example getUnitFormat("UCUM") to return a UCUM specific UnitFormat implementation. +
Parameters:
name - the name of the format.
+
Returns:
the corresponding unit format.
+ + + + + +
    +
  • +

    getAvailableFormatNames

    +
    Set<String> getAvailableFormatNames()
    +
    Gets a list with available format names for this format service.
    +
    Returns:
    list of available formats, never null.
    +
  • +
+ + + + + + + + + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/Bootstrap.html b/site/apidocs/javax/measure/spi/class-use/Bootstrap.html index 8f64eeb9..0a8a4740 100644 --- a/site/apidocs/javax/measure/spi/class-use/Bootstrap.html +++ b/site/apidocs/javax/measure/spi/class-use/Bootstrap.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.spi.Bootstrap (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Class
javax.measure.spi.Bootstrap

-
-
No usage of javax.measure.spi.Bootstrap
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Class javax.measure.spi.Bootstrap (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
javax.measure.spi.Bootstrap

+
+
No usage of javax.measure.spi.Bootstrap
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/QuantityFactory.html b/site/apidocs/javax/measure/spi/class-use/QuantityFactory.html index 365e2d2e..d15ee720 100644 --- a/site/apidocs/javax/measure/spi/class-use/QuantityFactory.html +++ b/site/apidocs/javax/measure/spi/class-use/QuantityFactory.html @@ -1,161 +1,161 @@ - - - - - - -Uses of Interface javax.measure.spi.QuantityFactory (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.QuantityFactory

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.spi.QuantityFactory (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.QuantityFactory

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html b/site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html index 5580e5b5..dd52bbc5 100644 --- a/site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html +++ b/site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.spi.QuantityFactoryService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.QuantityFactoryService

-
-
No usage of javax.measure.spi.QuantityFactoryService
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.spi.QuantityFactoryService (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.QuantityFactoryService

+
+
No usage of javax.measure.spi.QuantityFactoryService
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/ServiceProvider.html b/site/apidocs/javax/measure/spi/class-use/ServiceProvider.html index 21c5a969..0aa702c9 100644 --- a/site/apidocs/javax/measure/spi/class-use/ServiceProvider.html +++ b/site/apidocs/javax/measure/spi/class-use/ServiceProvider.html @@ -1,176 +1,176 @@ - - - - - - -Uses of Interface javax.measure.spi.ServiceProvider (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.ServiceProvider

-
-
- -
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.spi.ServiceProvider (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.ServiceProvider

+
+
+ +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html b/site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html index 4e9c3cc5..a20803ae 100644 --- a/site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html +++ b/site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html @@ -1,184 +1,184 @@ - - - - - - -Uses of Interface javax.measure.spi.SystemOfUnits (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.SystemOfUnits

-
-
- +
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html b/site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html index 5db36608..e264de20 100644 --- a/site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html +++ b/site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.spi.SystemOfUnitsService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.SystemOfUnitsService

-
-
No usage of javax.measure.spi.SystemOfUnitsService
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.spi.SystemOfUnitsService (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.SystemOfUnitsService

+
+
No usage of javax.measure.spi.SystemOfUnitsService
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/class-use/UnitFormatService.html b/site/apidocs/javax/measure/spi/class-use/UnitFormatService.html index ee90c533..35fb5a07 100644 --- a/site/apidocs/javax/measure/spi/class-use/UnitFormatService.html +++ b/site/apidocs/javax/measure/spi/class-use/UnitFormatService.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Interface javax.measure.spi.UnitFormatService (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Interface
javax.measure.spi.UnitFormatService

-
-
No usage of javax.measure.spi.UnitFormatService
- - - - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Uses of Interface javax.measure.spi.UnitFormatService (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
javax.measure.spi.UnitFormatService

+
+
No usage of javax.measure.spi.UnitFormatService
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/package-frame.html b/site/apidocs/javax/measure/spi/package-frame.html index 900be092..3c1133b7 100644 --- a/site/apidocs/javax/measure/spi/package-frame.html +++ b/site/apidocs/javax/measure/spi/package-frame.html @@ -1,30 +1,30 @@ - - - - - - -javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) - - - - - -

javax.measure.spi

- - - + + + + + + +javax.measure.spi (Units of Measurement API 0.9-SNAPSHOT API) + + + + + +

javax.measure.spi

+ + + diff --git a/site/apidocs/javax/measure/spi/package-summary.html b/site/apidocs/javax/measure/spi/package-summary.html index 4e34ca2e..427d715b 100644 --- a/site/apidocs/javax/measure/spi/package-summary.html +++ b/site/apidocs/javax/measure/spi/package-summary.html @@ -1,204 +1,204 @@ - - - - - - -javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - -
- - - - - -
- - -
-

Package javax.measure.spi

-
-
[OPTIONAL] Provides services for units, quantities or their textual representation.
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - + + +
    Interface Summary 
    InterfaceDescription
    QuantityFactory<Q extends Quantity<Q>> -
    Represents a factory that accepts Number and Unit arguments to create a Quantity result.
    -
    QuantityFactoryService -
    Provider of QuantityFactory
    -
    ServiceProvider + + + + + + +javax.measure.spi (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + +
    + + + + + +
    + + +
    +

    Package javax.measure.spi

    +
    +
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    +
    +

    See: Description

    +
    +
    + - - - -

    Package javax.measure.spi Description

    -
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    -
    Version:
    -
    0.3, $Date: 2014-11-01 $
    -
    Author:
    -
    Jean-Marie Dautelle, Werner Keil
    -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + This interface represent the service to obtain UnitFormat instances. +
    +
  • +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Bootstrap +
    This singleton provides access to the services available in the current runtime environment.
    +
    +
  • +
+ + + +

Package javax.measure.spi Description

+
[OPTIONAL] Provides services for units, quantities or their textual representation.
+
Version:
+
0.3, $Date: 2014-11-01 $
+
Author:
+
Jean-Marie Dautelle, Werner Keil
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/package-tree.html b/site/apidocs/javax/measure/spi/package-tree.html index 738308c0..024e616b 100644 --- a/site/apidocs/javax/measure/spi/package-tree.html +++ b/site/apidocs/javax/measure/spi/package-tree.html @@ -1,139 +1,139 @@ - - - - - - -javax.measure.spi Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package javax.measure.spi

-Package Hierarchies: - -
- - -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +javax.measure.spi Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package javax.measure.spi

+Package Hierarchies: + +
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/javax/measure/spi/package-use.html b/site/apidocs/javax/measure/spi/package-use.html index e3209732..7fe1fdbf 100644 --- a/site/apidocs/javax/measure/spi/package-use.html +++ b/site/apidocs/javax/measure/spi/package-use.html @@ -1,167 +1,167 @@ - - - - - - -Uses of Package javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - - - -
-

Uses of Package
javax.measure.spi

-
-
-
    -
  • - - - - - - - - - - - - -
    Packages that use javax.measure.spi 
    PackageDescription
    javax.measure.spi -
    [OPTIONAL] Provides services for units, quantities or their textual representation.
    -
    -
  • -
  • - - - - - - - - - - - - - + + +
    Classes in javax.measure.spi used by javax.measure.spi 
    Class and Description
    QuantityFactory -
    Represents a factory that accepts Number and Unit arguments to create a Quantity result.
    -
    ServiceProvider + + + + + + +Uses of Package javax.measure.spi (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + + + +
    +

    Uses of Package
    javax.measure.spi

    +
    +
    +
      +
    • + + + + + + + + + + + + +
      Packages that use javax.measure.spi 
      PackageDescription
      javax.measure.spi +
      [OPTIONAL] Provides services for units, quantities or their textual representation.
      +
      +
    • +
    • + + + + + + + + + + + + + - - - + + + - - -
      Classes in javax.measure.spi used by javax.measure.spi 
      Class and Description
      QuantityFactory +
      Represents a factory that accepts Number and Unit arguments to create a Quantity result.
      +
      ServiceProvider
      This class models the component to managing the lifecycle of the - Unit and Quantity services.
      -
      SystemOfUnits + Unit and Quantity services. +
      SystemOfUnits
      A system of units grouped together for historical or cultural reasons.
      Common system of units are "SI" (System International), "Imperial" (British), - "US" (US Customary).
      -
      -
    • -
    -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + "US" (US Customary). +
    +
  • +
+
+ + + + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/overview-frame.html b/site/apidocs/overview-frame.html index d6ea81dc..1f10360e 100644 --- a/site/apidocs/overview-frame.html +++ b/site/apidocs/overview-frame.html @@ -1,25 +1,25 @@ - - - - - - -Overview List (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -

 

- - + + + + + + +Overview List (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + +

 

+ + diff --git a/site/apidocs/overview-summary.html b/site/apidocs/overview-summary.html index 09914bc7..1d6e6593 100644 --- a/site/apidocs/overview-summary.html +++ b/site/apidocs/overview-summary.html @@ -1,154 +1,154 @@ - - - - - - -Overview (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - - -
- - - - - -
- - -
-

Units of Measurement API 0.8-SNAPSHOT API

-
-
- - - - - - - - - - + + + + + + +
Packages 
PackageDescription
javax.measure + + + + + + +Overview (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + + +
+ + + + + +
+ + +
+

Units of Measurement API 0.9-SNAPSHOT API

+
+
+ + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - -
Packages 
PackageDescription
javax.measure
Specifies Java packages for the programmatic, type safe handling - of quantities and their expression as values of units.
-
javax.measure.format -
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
-
javax.measure.quantity + of quantities and their expression as values of units. +
javax.measure.format +
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
+
javax.measure.quantity
[OPTIONAL] Provides quantitative properties or attributes of thing such as - mass, time, distance, heat, and angular separation.
-
javax.measure.spi -
[OPTIONAL] Provides services for units, quantities or their textual representation.
-
-
- -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + mass, time, distance, heat, and angular separation. +
javax.measure.spi +
[OPTIONAL] Provides services for units, quantities or their textual representation.
+
+
+ +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/overview-tree.html b/site/apidocs/overview-tree.html index 1a8e55b4..40b39f67 100644 --- a/site/apidocs/overview-tree.html +++ b/site/apidocs/overview-tree.html @@ -1,205 +1,205 @@ - - - - - - -Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For All Packages

-Package Hierarchies: - -
- - -
- - - - - -
- - -

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

- - + + + + + + +Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+ + +
+ + + + + +
+ + +

Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

+ + diff --git a/site/apidocs/script.js b/site/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/site/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/site/apidocs/serialized-form.html b/site/apidocs/serialized-form.html index 2824bc07..d01c028a 100644 --- a/site/apidocs/serialized-form.html +++ b/site/apidocs/serialized-form.html @@ -1,182 +1,182 @@ - - - - - - -Serialized Form (Units of Measurement API 0.8-SNAPSHOT API) - - - - - - - -
- - - - - -
- - -
-

Serialized Form

-
-
-
+  +
  • +

    data

    +
    CharSequence data
    +
    The original input data.
    +
  • + + + + + + + + + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/checkstyle.html b/site/checkstyle.html index f9e1aec2..9ffae80d 100644 --- a/site/checkstyle.html +++ b/site/checkstyle.html @@ -1,860 +1,860 @@ - - - - - - Units of Measurement API – Checkstyle Results - - - - - - - - - -
    - -
    -
    -
    -
    -

    Checkstyle Results

    -

    The following document contains the results of Checkstylerss feed

    -
    -

    Summary

    - - - - - - - - - - -
    Files Info Warnings Errors
    570420
    - -
    -

    Rules

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    RuleViolationsSeverity
    FileContentsHolder0 Warning
    ConstantName -
      -
    • format: "^[A-Z_][A-Z0-9]*(_[A-Z0-9]+)*$"
    0 Warning
    AvoidStarImport0 Warning
    EmptyBlock -
      -
    • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"
    0 Warning
    EmptyForInitializerPad -
      -
    • option: "space"
    0 Warning
    EmptyForIteratorPad -
      -
    • option: "space"
    0 Warning
    EqualsHashCode0 Warning
    IllegalImport0 Warning
    IllegalInstantiation0 Warning
    JavadocType9 Warning
    JavadocMethod -
      -
    • excludeScope: "anoninner"
    • -
    • scope: "package"
    • -
    • allowUndeclaredRTE: "true"
    0 Warning
    JavadocVariable -
      -
    • excludeScope: "anoninner"
    0 Warning
    LeftCurly0 Warning
    LineLength -
      -
    • max: "200"
    • -
    • ignorePattern: "^ *\* *[^ ]+$"
    6 Warning
    LocalFinalVariableName0 Warning
    LocalVariableName0 Warning
    MemberName0 Warning
    MethodLength -
      -
    • max: "250"
    0 Warning
    MethodName0 Warning
    ModifierOrder0 Warning
    NeedBraces -
      -
    • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_IF,LITERAL_WHILE"
    1 Warning
    NoWhitespaceAfter0 Warning
    NoWhitespaceBefore -
      -
    • allowLineBreaks: "true"
    • -
    • tokens: "DOT"
    0 Warning
    OperatorWrap -
      -
    • tokens: "ASSIGN, DIV_ASSIGN, PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, MOD_ASSIGN, SR_ASSIGN, BSR_ASSIGN, SL_ASSIGN, BXOR_ASSIGN, BOR_ASSIGN, BAND_ASSIGN"
    • -
    • option: "eol"
    0 Warning
    PackageName0 Warning
    ParameterName0 Warning
    ParameterNumber -
      -
    • max: "20"
    0 Warning
    ParenPad0 Warning
    RedundantImport1 Warning
    RedundantModifier1 Warning
    RightCurly0 Warning
    SimplifyBooleanReturn0 Warning
    StaticVariableName0 Warning
    TypeName0 Warning
    TypecastParenPad0 Warning
    UpperEll0 Warning
    VisibilityModifier -
      -
    • packageAllowed: "true"
    0 Warning
    WhitespaceAfter0 Warning
    WhitespaceAround -
      -
    • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"
    8 Warning
    AnnotationUseStyle0 Warning
    MissingDeprecated0 Warning
    PackageAnnotation0 Warning
    SuppressWarnings0 Warning
    JavadocStyle2 Warning
    ClassTypeParameterName0 Warning
    MethodTypeParameterName0 Warning
    ImportOrder -
      -
    • option: "top"
    0 Warning
    GenericWhitespace1 Warning
    MethodParamPad0 Warning
    CovariantEquals0 Warning
    DefaultComesLast0 Warning
    ExplicitInitialization0 Warning
    FallThrough0 Warning
    JUnitTestCase0 Warning
    FinalClass0 Warning
    HideUtilityClassConstructor0 Warning
    InterfaceIsType0 Warning
    MutableException2 Warning
    ArrayTypeStyle0 Warning
    SuppressionCommentFilter -
      -
    • offCommentFormat: "CSOFF\: ([\w\|]+)"
    • -
    • checkFormat: "$1"
    • -
    • onCommentFormat: "CSON\: ([\w\|]+)"
    0 Warning
    FileLength -
      -
    • max: "3000"
    0 Warning
    JavadocPackage -
      -
    • allowLegacy: "true"
    0 Warning
    FileTabCharacter11 Warning
    -
    -

    Details

    -
    -

    javax/measure/Quantity.java

    - - - - - - - - - - - - -
    SeverityMessageLine
     WarningExtra HTML tag found: </p>41
     WarningFile contains tab characters (this is the first instance).65
    -
    -

    javax/measure/Unit.java

    - - - - - - - - -
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).332
    -
    -

    javax/measure/UnitConverter.java

    - - - - - - - - - - - - -
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).47
     WarningLine is longer than 200 characters (found 202).115
    -
    -

    javax/measure/format/ParserException.java

    - - - - - - - - - - - - - - - - - - - - -
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).42
     WarningThe field 'position' must be declared final.53
     WarningThe field 'data' must be declared final.56
     Warning'if' construct must use '{}'s.119
    -
    -

    javax/measure/format/UnitFormat.java

    - - - - - - - - - - - - - - - - - - - - - - - - -
    SeverityMessageLine
     WarningLine is longer than 200 characters (found 232).80
     WarningLine is longer than 200 characters (found 333).81
     WarningLine is longer than 200 characters (found 217).82
     WarningLine is longer than 200 characters (found 207).89
     WarningFile contains tab characters (this is the first instance).101
    -
    -

    javax/measure/quantity/AmountOfSubstance.java

    - - - - - - - - -
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.44
    -
    -

    javax/measure/quantity/Angle.java

    - - - - - - - - -
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.46
    -
    -

    javax/measure/quantity/Area.java

    - - - - - - - - -
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.46
    -
    -

    javax/measure/quantity/ElectricCurrent.java

    - - - - - - - - -
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.45
    -
    -

    javax/measure/quantity/Length.java

    - - - - - - - - -
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.49
    -
    -

    javax/measure/quantity/LuminousIntensity.java

    - - - - - - - - -
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.45
    -
    -

    javax/measure/quantity/Mass.java

    - - - - - - - - -
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.46
    -
    -

    javax/measure/quantity/Temperature.java

    - - - - - - - - -
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.41
    -
    -

    javax/measure/quantity/Time.java

    - - - - - - - - -
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.48
    -
    -

    javax/measure/spi/Bootstrap.java

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).87
     Warning'==' is not preceded with whitespace.90
     Warning'==' is not followed by whitespace.90
     Warning'==' is not preceded with whitespace.111
     Warning'==' is not followed by whitespace.111
     Warning'==' is not preceded with whitespace.113
     Warning'==' is not followed by whitespace.113
    -
    -

    javax/measure/spi/DefaultServiceProvider.java

    - - - - - - - - - - - - - - - - -
    SeverityMessageLine
     Warning'if' is not followed by whitespace.78
     Warning'{' is not preceded with whitespace.78
     WarningFile contains tab characters (this is the first instance).99
    -
    -

    javax/measure/spi/QuantityFactory.java

    - - - - - - - - - - - - -
    SeverityMessageLine
     Warning'<' is preceded with whitespace.47
     WarningFile contains tab characters (this is the first instance).56
    -
    -

    javax/measure/spi/QuantityFactoryService.java

    - - - - - - - - - - - - -
    SeverityMessageLine
     WarningRedundant import from the same package - javax.measure.spi.QuantityFactory.32
     WarningFirst sentence should end with a period.34
    -
    -

    javax/measure/spi/ServiceProvider.java

    - - - - - - - - -
    SeverityMessageLine
     WarningRedundant 'public' modifier.48
    -
    -

    javax/measure/spi/SystemOfUnits.java

    - - - - - - - - -
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).57
    -
    -

    javax/measure/spi/SystemOfUnitsService.java

    - - - - - - - - -
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).51
    -
    -

    javax/measure/spi/UnitFormatService.java

    - - - - - - - - - - - - -
    SeverityMessageLine
     WarningLine is longer than 200 characters (found 214).51
     WarningFile contains tab characters (this is the first instance).55
    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Checkstyle Results + + + + + + + + + +
    + +
    +
    +
    +
    +

    Checkstyle Results

    +

    The following document contains the results of Checkstylerss feed

    +
    +

    Summary

    + + + + + + + + + + +
    Files Info Warnings Errors
    570420
    + +
    +

    Rules

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    RuleViolationsSeverity
    FileContentsHolder0 Warning
    ConstantName +
      +
    • format: "^[A-Z_][A-Z0-9]*(_[A-Z0-9]+)*$"
    0 Warning
    AvoidStarImport0 Warning
    EmptyBlock +
      +
    • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"
    0 Warning
    EmptyForInitializerPad +
      +
    • option: "space"
    0 Warning
    EmptyForIteratorPad +
      +
    • option: "space"
    0 Warning
    EqualsHashCode0 Warning
    IllegalImport0 Warning
    IllegalInstantiation0 Warning
    JavadocType9 Warning
    JavadocMethod +
      +
    • excludeScope: "anoninner"
    • +
    • scope: "package"
    • +
    • allowUndeclaredRTE: "true"
    0 Warning
    JavadocVariable +
      +
    • excludeScope: "anoninner"
    0 Warning
    LeftCurly0 Warning
    LineLength +
      +
    • max: "200"
    • +
    • ignorePattern: "^ *\* *[^ ]+$"
    6 Warning
    LocalFinalVariableName0 Warning
    LocalVariableName0 Warning
    MemberName0 Warning
    MethodLength +
      +
    • max: "250"
    0 Warning
    MethodName0 Warning
    ModifierOrder0 Warning
    NeedBraces +
      +
    • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_IF,LITERAL_WHILE"
    1 Warning
    NoWhitespaceAfter0 Warning
    NoWhitespaceBefore +
      +
    • allowLineBreaks: "true"
    • +
    • tokens: "DOT"
    0 Warning
    OperatorWrap +
      +
    • tokens: "ASSIGN, DIV_ASSIGN, PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, MOD_ASSIGN, SR_ASSIGN, BSR_ASSIGN, SL_ASSIGN, BXOR_ASSIGN, BOR_ASSIGN, BAND_ASSIGN"
    • +
    • option: "eol"
    0 Warning
    PackageName0 Warning
    ParameterName0 Warning
    ParameterNumber +
      +
    • max: "20"
    0 Warning
    ParenPad0 Warning
    RedundantImport1 Warning
    RedundantModifier1 Warning
    RightCurly0 Warning
    SimplifyBooleanReturn0 Warning
    StaticVariableName0 Warning
    TypeName0 Warning
    TypecastParenPad0 Warning
    UpperEll0 Warning
    VisibilityModifier +
      +
    • packageAllowed: "true"
    0 Warning
    WhitespaceAfter0 Warning
    WhitespaceAround +
      +
    • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"
    8 Warning
    AnnotationUseStyle0 Warning
    MissingDeprecated0 Warning
    PackageAnnotation0 Warning
    SuppressWarnings0 Warning
    JavadocStyle2 Warning
    ClassTypeParameterName0 Warning
    MethodTypeParameterName0 Warning
    ImportOrder +
      +
    • option: "top"
    0 Warning
    GenericWhitespace1 Warning
    MethodParamPad0 Warning
    CovariantEquals0 Warning
    DefaultComesLast0 Warning
    ExplicitInitialization0 Warning
    FallThrough0 Warning
    JUnitTestCase0 Warning
    FinalClass0 Warning
    HideUtilityClassConstructor0 Warning
    InterfaceIsType0 Warning
    MutableException2 Warning
    ArrayTypeStyle0 Warning
    SuppressionCommentFilter +
      +
    • offCommentFormat: "CSOFF\: ([\w\|]+)"
    • +
    • checkFormat: "$1"
    • +
    • onCommentFormat: "CSON\: ([\w\|]+)"
    0 Warning
    FileLength +
      +
    • max: "3000"
    0 Warning
    JavadocPackage +
      +
    • allowLegacy: "true"
    0 Warning
    FileTabCharacter11 Warning
    +
    +

    Details

    +
    +

    javax/measure/Quantity.java

    + + + + + + + + + + + + +
    SeverityMessageLine
     WarningExtra HTML tag found: </p>41
     WarningFile contains tab characters (this is the first instance).65
    +
    +

    javax/measure/Unit.java

    + + + + + + + + +
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).332
    +
    +

    javax/measure/UnitConverter.java

    + + + + + + + + + + + + +
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).47
     WarningLine is longer than 200 characters (found 202).115
    +
    +

    javax/measure/format/ParserException.java

    + + + + + + + + + + + + + + + + + + + + +
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).42
     WarningThe field 'position' must be declared final.53
     WarningThe field 'data' must be declared final.56
     Warning'if' construct must use '{}'s.119
    +
    +

    javax/measure/format/UnitFormat.java

    + + + + + + + + + + + + + + + + + + + + + + + + +
    SeverityMessageLine
     WarningLine is longer than 200 characters (found 232).80
     WarningLine is longer than 200 characters (found 333).81
     WarningLine is longer than 200 characters (found 217).82
     WarningLine is longer than 200 characters (found 207).89
     WarningFile contains tab characters (this is the first instance).101
    +
    +

    javax/measure/quantity/AmountOfSubstance.java

    + + + + + + + + +
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.44
    +
    +

    javax/measure/quantity/Angle.java

    + + + + + + + + +
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.46
    +
    +

    javax/measure/quantity/Area.java

    + + + + + + + + +
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.46
    +
    +

    javax/measure/quantity/ElectricCurrent.java

    + + + + + + + + +
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.45
    +
    +

    javax/measure/quantity/Length.java

    + + + + + + + + +
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.49
    +
    +

    javax/measure/quantity/LuminousIntensity.java

    + + + + + + + + +
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.45
    +
    +

    javax/measure/quantity/Mass.java

    + + + + + + + + +
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.46
    +
    +

    javax/measure/quantity/Temperature.java

    + + + + + + + + +
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.41
    +
    +

    javax/measure/quantity/Time.java

    + + + + + + + + +
    SeverityMessageLine
     WarningUnknown tag 'apiNote'.48
    +
    +

    javax/measure/spi/Bootstrap.java

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).87
     Warning'==' is not preceded with whitespace.90
     Warning'==' is not followed by whitespace.90
     Warning'==' is not preceded with whitespace.111
     Warning'==' is not followed by whitespace.111
     Warning'==' is not preceded with whitespace.113
     Warning'==' is not followed by whitespace.113
    +
    +

    javax/measure/spi/DefaultServiceProvider.java

    + + + + + + + + + + + + + + + + +
    SeverityMessageLine
     Warning'if' is not followed by whitespace.78
     Warning'{' is not preceded with whitespace.78
     WarningFile contains tab characters (this is the first instance).99
    +
    +

    javax/measure/spi/QuantityFactory.java

    + + + + + + + + + + + + +
    SeverityMessageLine
     Warning'<' is preceded with whitespace.47
     WarningFile contains tab characters (this is the first instance).56
    +
    +

    javax/measure/spi/QuantityFactoryService.java

    + + + + + + + + + + + + +
    SeverityMessageLine
     WarningRedundant import from the same package - javax.measure.spi.QuantityFactory.32
     WarningFirst sentence should end with a period.34
    +
    +

    javax/measure/spi/ServiceProvider.java

    + + + + + + + + +
    SeverityMessageLine
     WarningRedundant 'public' modifier.48
    +
    +

    javax/measure/spi/SystemOfUnits.java

    + + + + + + + + +
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).57
    +
    +

    javax/measure/spi/SystemOfUnitsService.java

    + + + + + + + + +
    SeverityMessageLine
     WarningFile contains tab characters (this is the first instance).51
    +
    +

    javax/measure/spi/UnitFormatService.java

    + + + + + + + + + + + + +
    SeverityMessageLine
     WarningLine is longer than 200 characters (found 214).51
     WarningFile contains tab characters (this is the first instance).55
    +
    +
    +
    +
    +
    + + + diff --git a/site/findbugs.html b/site/findbugs.html index 2de53141..8b468107 100644 --- a/site/findbugs.html +++ b/site/findbugs.html @@ -1,125 +1,125 @@ - - - - - - Units of Measurement API – FindBugs Bug Detector Report - - - - - - - - - -
    - -
    -
    -
    -
    -

    FindBugs Bug Detector Report

    -

    The following document contains the results of FindBugs

    -

    FindBugs Version is 2.0.3

    -

    Threshold is medium

    -

    Effort is min

    -
    -

    Summary

    - - - - - - - - - - -
    ClassesBugsErrorsMissing Classes
    53000
    -
    -

    Files

    - - - -
    ClassBugs
    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – FindBugs Bug Detector Report + + + + + + + + + +
    + +
    +
    +
    +
    +

    FindBugs Bug Detector Report

    +

    The following document contains the results of FindBugs

    +

    FindBugs Version is 2.0.3

    +

    Threshold is medium

    +

    Effort is min

    +
    +

    Summary

    + + + + + + + + + + +
    ClassesBugsErrorsMissing Classes
    57000
    +
    +

    Files

    + + + +
    ClassBugs
    +
    +
    +
    +
    +
    + + + diff --git a/site/index.html b/site/index.html index 7a44ee88..4c6a1463 100644 --- a/site/index.html +++ b/site/index.html @@ -1,122 +1,122 @@ - - - - - - Units of Measurement API – Unit API home page - - - - - - - - - - -
    - -
    -
    -
    -
    -

    The Units of Measurement API for Java

    Logo -

    Units of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.

    -

    Copyright 2014-2015 Jean-Marie Dautelle, Werner Keil, V2COM All rights reserved.

    -

    See license for details.

    -
    -

    The project

    -

    The project is hosted on GitHub. It runs a public mailing list for user and developer questions, other issues, and general discussion.

    -
    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Unit API home page + + + + + + + + + + +
    + +
    +
    +
    +
    +

    The Units of Measurement API for Java

    Logo +

    Units of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.

    +

    Copyright 2014-2015 Jean-Marie Dautelle, Werner Keil, V2COM All rights reserved.

    +

    See license for details.

    +
    +

    The project

    +

    The project is hosted on GitHub. It runs a public mailing list for user and developer questions, other issues, and general discussion.

    +
    +
    +
    +
    +
    +
    + + + diff --git a/site/integration.html b/site/integration.html index 9ee63aea..820ee343 100644 --- a/site/integration.html +++ b/site/integration.html @@ -1,117 +1,117 @@ - - - - - - Units of Measurement API – Continuous Integration - - - - - - - - - -
    - -
    -
    -
    -
    -

    Overview

    -

    This project uses Continuous Integration System.

    -
    -

    Access

    -

    The following is a link to the continuous integration system used by the project.

    -
    -
    -

    Notifiers

    -

    No notifiers are defined. Please check back at a later date.

    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Continuous Integration + + + + + + + + + +
    + +
    +
    +
    +
    +

    Overview

    +

    This project uses Continuous Integration System.

    +
    +

    Access

    +

    The following is a link to the continuous integration system used by the project.

    +
    +
    +

    Notifiers

    +

    No notifiers are defined. Please check back at a later date.

    +
    +
    +
    +
    +
    + + + diff --git a/site/issue-tracking.html b/site/issue-tracking.html index 7ed6ce5d..dc4bc559 100644 --- a/site/issue-tracking.html +++ b/site/issue-tracking.html @@ -1,114 +1,114 @@ - - - - - - Units of Measurement API – Issue Tracking - - - - - - - - - -
    - -
    -
    -
    -
    -

    Overview

    -

    This project uses JIRA a J2EE-based, issue tracking and project management application.

    -
    -

    Issue Tracking

    -

    Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

    -
    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Issue Tracking + + + + + + + + + +
    + +
    +
    +
    +
    +

    Overview

    +

    This project uses JIRA a J2EE-based, issue tracking and project management application.

    +
    +

    Issue Tracking

    +

    Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

    +
    +
    +
    +
    +
    +
    + + + diff --git a/site/license.html b/site/license.html index 64419355..4b4e96b9 100644 --- a/site/license.html +++ b/site/license.html @@ -1,145 +1,145 @@ - - - - - - Units of Measurement API – Project License - - - - - - - - - -
    - -
    -
    -
    -
    -

    Overview

    -

    Typically the licenses listed for the project are that of the project itself, and not of dependencies.

    -
    -

    Project License

    -
    -

    BSD

    -
    -
    ====
    -    Units of Measurement API
    -    Copyright (c) 2014-2015, Jean-Marie Dautelle, Werner Keil, V2COM.
    -
    -    All rights reserved.
    -
    -    Redistribution and use in source and binary forms, with or without modification,
    -    are permitted provided that the following conditions are met:
    -
    -    1. Redistributions of source code must retain the above copyright notice,
    -       this list of conditions and the following disclaimer.
    -
    -    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions
    -       and the following disclaimer in the documentation and/or other materials provided with the distribution.
    -
    -    3. Neither the name of JSR-363 nor the names of its contributors may be used to endorse or promote products
    -       derived from this software without specific prior written permission.
    -
    -    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    -    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
    -    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    -    ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    -    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    -    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    -    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
    -    AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    -    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
    -    EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    -====
    -
    -
    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Project License + + + + + + + + + +
    + +
    +
    +
    +
    +

    Overview

    +

    Typically the licenses listed for the project are that of the project itself, and not of dependencies.

    +
    +

    Project License

    +
    +

    BSD

    +
    +
    ====
    +    Units of Measurement API
    +    Copyright (c) 2014-2015, Jean-Marie Dautelle, Werner Keil, V2COM.
    +
    +    All rights reserved.
    +
    +    Redistribution and use in source and binary forms, with or without modification,
    +    are permitted provided that the following conditions are met:
    +
    +    1. Redistributions of source code must retain the above copyright notice,
    +       this list of conditions and the following disclaimer.
    +
    +    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions
    +       and the following disclaimer in the documentation and/or other materials provided with the distribution.
    +
    +    3. Neither the name of JSR-363 nor the names of its contributors may be used to endorse or promote products
    +       derived from this software without specific prior written permission.
    +
    +    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    +    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
    +    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    +    ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    +    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    +    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    +    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
    +    AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    +    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
    +    EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    +====
    +
    +
    +
    +
    +
    +
    +
    + + + diff --git a/site/mail-lists.html b/site/mail-lists.html index 378e6e32..302f5b63 100644 --- a/site/mail-lists.html +++ b/site/mail-lists.html @@ -1,128 +1,128 @@ - - - - - - Units of Measurement API – Project Mailing Lists - - - - - - - - - -
    - -
    -
    -
    -
    -

    Project Mailing Lists

    -

    These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.

    - - - - - - - - - - - - - - - - - - -
    NameSubscribeUnsubscribePostArchive
    Units-DevSubscribeUnsubscribePost-
    Units-UsersSubscribeUnsubscribePost-
    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Project Mailing Lists + + + + + + + + + +
    + +
    +
    +
    +
    +

    Project Mailing Lists

    +

    These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.

    + + + + + + + + + + + + + + + + + + +
    NameSubscribeUnsubscribePostArchive
    Units-DevSubscribeUnsubscribePost-
    Units-UsersSubscribeUnsubscribePost-
    +
    +
    +
    +
    +
    + + + diff --git a/site/pmd.html b/site/pmd.html index 50ebd285..fea9f7bd 100644 --- a/site/pmd.html +++ b/site/pmd.html @@ -1,132 +1,132 @@ - - - - - - Units of Measurement API – PMD Results - - - - - - - - - -
    - -
    -
    -
    -
    -

    PMD Results

    -

    The following document contains the results of PMD 5.1.2.

    -
    -

    Files

    -
    -

    javax/measure/spi/Bootstrap.java

    - - - - - - -
    ViolationLine
    Avoid using a branching statement as the last in a loop.71
    -
    -

    javax/measure/spi/QuantityFactoryService.java

    - - - - - - -
    ViolationLine
    No need to import a type that lives in the same package32
    -
    -

    javax/measure/spi/ServiceProvider.java

    - - - - - - -
    ViolationLine
    Avoid modifiers which are implied by the context48
    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – PMD Results + + + + + + + + + +
    + +
    +
    +
    +
    +

    PMD Results

    +

    The following document contains the results of PMD 5.1.2.

    +
    +

    Files

    +
    +

    javax/measure/spi/Bootstrap.java

    + + + + + + +
    ViolationLine
    Avoid using a branching statement as the last in a loop.71
    +
    +

    javax/measure/spi/QuantityFactoryService.java

    + + + + + + +
    ViolationLine
    No need to import a type that lives in the same package32
    +
    +

    javax/measure/spi/ServiceProvider.java

    + + + + + + +
    ViolationLine
    Avoid modifiers which are implied by the context48
    +
    +
    +
    +
    +
    + + + diff --git a/site/project-info.html b/site/project-info.html index 9a3834ad..a119ea90 100644 --- a/site/project-info.html +++ b/site/project-info.html @@ -1,139 +1,139 @@ - - - - - - Units of Measurement API – Project Information - - - - - - - - - -
    - -
    -
    -
    -
    -

    Project Information

    -

    This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

    -
    -

    Overview

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    DocumentDescription
    AboutUnits of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.
    Project SummaryThis document lists other related information of this project
    Project LicenseThis is a link to the definitions of project licenses.
    Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
    Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
    Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
    Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
    Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Project Information + + + + + + + + + +
    + +
    +
    +
    +
    +

    Project Information

    +

    This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

    +
    +

    Overview

    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    DocumentDescription
    AboutUnits of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.
    Project SummaryThis document lists other related information of this project
    Project LicenseThis is a link to the definitions of project licenses.
    Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
    Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
    Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
    Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
    Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
    +
    +
    +
    +
    +
    + + + diff --git a/site/project-reports.html b/site/project-reports.html index 2284a6bb..3a6a522b 100644 --- a/site/project-reports.html +++ b/site/project-reports.html @@ -1,127 +1,127 @@ - - - - - - Units of Measurement API – Generated Reports - - - - - - - - - -
    - -
    -
    -
    -
    -

    Generated Reports

    -

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    -
    -

    Overview

    - - - - - - - - - - - - - - - - - - - - - -
    DocumentDescription
    JavaDocsJavaDoc API documentation.
    Test JavaDocsTest JavaDoc API documentation.
    PMDVerification of coding rules.
    Surefire ReportReport on the test results of the project.
    FindBugsGenerates a source code report with the FindBugs Library.
    CheckstyleReport on coding style conventions.
    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Generated Reports + + + + + + + + + +
    + +
    +
    +
    +
    +

    Generated Reports

    +

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    +
    +

    Overview

    + + + + + + + + + + + + + + + + + + + + + +
    DocumentDescription
    JavaDocsJavaDoc API documentation.
    Test JavaDocsTest JavaDoc API documentation.
    PMDVerification of coding rules.
    Surefire ReportReport on the test results of the project.
    FindBugsGenerates a source code report with the FindBugs Library.
    CheckstyleReport on coding style conventions.
    +
    +
    +
    +
    +
    + + + diff --git a/site/project-summary.html b/site/project-summary.html index 1d87d894..8eb1fd63 100644 --- a/site/project-summary.html +++ b/site/project-summary.html @@ -1,156 +1,156 @@ - - - - - - Units of Measurement API – Project Summary - - - - - - - - - -
    - -
    -
    -
    -
    -

    Project Summary

    -
    -

    Project Information

    - - - - - - - - - - - - -
    FieldValue
    NameUnits of Measurement API
    DescriptionUnits of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.
    Homepagehttp://unitsofmeasurement.github.io/
    -
    -

    Project Organization

    - - - - - - - - - -
    FieldValue
    NameJean-Marie Dautelle, Werner Keil, V2COM
    URLhttp://unitsofmeasurement.github.io
    -
    -

    Build Information

    - - - - - - - - - - - - - - - - - - -
    FieldValue
    GroupIdjavax.measure
    ArtifactIdunit-api
    Version0.8-SNAPSHOT
    Typebundle
    JDK Rev1.7
    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Project Summary + + + + + + + + + +
    + +
    +
    +
    +
    +

    Project Summary

    +
    +

    Project Information

    + + + + + + + + + + + + +
    FieldValue
    NameUnits of Measurement API
    DescriptionUnits of Measurement Standard - This JSR specifies Java packages for modeling and working with measurement values, quantities and their corresponding units.
    Homepagehttp://unitsofmeasurement.github.io/
    +
    +

    Project Organization

    + + + + + + + + + +
    FieldValue
    NameJean-Marie Dautelle, Werner Keil, V2COM
    URLhttp://unitsofmeasurement.github.io
    +
    +

    Build Information

    + + + + + + + + + + + + + + + + + + +
    FieldValue
    GroupIdjavax.measure
    ArtifactIdunit-api
    Version0.9-SNAPSHOT
    Typebundle
    JDK Rev1.6
    +
    +
    +
    +
    +
    + + + diff --git a/site/source-repository.html b/site/source-repository.html index 86cdac8f..f211a35b 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -1,127 +1,127 @@ - - - - - - Units of Measurement API – Source Repository - - - - - - - - - -
    - -
    -
    -
    -
    -

    Overview

    -

    This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

    -
    -

    Web Access

    -

    The following is a link to the online source repository.

    -
    -
    -

    Anonymous access

    -

    The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

    -
    -
    $ git clone git@github.com:unitsofmeasurement/unit-api.git
    -
    -

    Developer access

    -

    Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

    -
    -
    $ git clone git@github.com:unitsofmeasurement/unit-api.git
    -
    -

    Access from behind a firewall

    -

    Refer to the documentation of the SCM used for more information about access behind a firewall.

    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Source Repository + + + + + + + + + +
    + +
    +
    +
    +
    +

    Overview

    +

    This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

    +
    +

    Web Access

    +

    The following is a link to the online source repository.

    +
    +
    +

    Anonymous access

    +

    The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

    +
    +
    $ git clone git@github.com:unitsofmeasurement/unit-api.git
    +
    +

    Developer access

    +

    Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

    +
    +
    $ git clone git@github.com:unitsofmeasurement/unit-api.git
    +
    +

    Access from behind a firewall

    +

    Refer to the documentation of the SCM used for more information about access behind a firewall.

    +
    +
    +
    +
    +
    + + + diff --git a/site/surefire-report.html b/site/surefire-report.html index 561848ad..58af0490 100644 --- a/site/surefire-report.html +++ b/site/surefire-report.html @@ -1,378 +1,378 @@ - - - - - - Units of Measurement API – Surefire Report - - - - - - - - - -
    - -
    -
    -
    - -
    -

    Surefire Report

    -
    -

    Summary

    -

    [Summary] [Package List] [Test Cases]


    - - - - - - - - - - - - - - -
    TestsErrors FailuresSkippedSuccess RateTime
    29000100%0.082

    -

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    -
    -

    Package List

    -

    [Summary] [Package List] [Test Cases]


    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    PackageTestsErrors FailuresSkippedSuccess RateTime
    javax.measure.spi6000100%0.052
    javax.measure.test.quantity14000100%0.03
    javax.measure.test9000100%0

    -

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    -
    -

    javax.measure.spi

    - - - - - - - - - - - - - - - - - - -
    ClassTestsErrors FailuresSkippedSuccess RateTime
    BootstrapTest6000100%0.052
    -
    -

    javax.measure.test.quantity

    - - - - - - - - - - - - - - - - - - -
    ClassTestsErrors FailuresSkippedSuccess RateTime
    AreaQuantityTest14000100%0.03
    -
    -

    javax.measure.test

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ClassTestsErrors FailuresSkippedSuccess RateTime
    DimensionTest6000100%0
    UnitTest3000100%0

    -
    -

    Test Cases

    -

    [Summary] [Package List] [Test Cases]

    -
    -

    BootstrapTest

    - - - - - - - - - - - - - - - - - - - - - - - - -
    testInit_InitTwice0.052
    testGetService0
    testGetServiceProvider0
    testGetService_BadCase0
    testGetServices0
    testInit0
    -
    -

    DimensionTest

    - - - - - - - - - - - - - - - - - - - - - - - - -
    testPow0
    testRoot0
    testGetProductDimensions0
    testDivide0
    testMultiply0
    testGetInstance0
    -
    -

    AreaQuantityTest

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    testMultiplyDistanceQuantity0.03
    testDivideDouble0
    testAdd0
    testSubtract0
    testAreaQuantity0
    testEq0
    testGe0
    testGt0
    testLe0
    testLt0
    testMultiplyDouble0
    testConvert0
    testDivideDistanceQuantity0
    testShowInUnits0
    -
    -

    UnitTest

    - - - - - - - - - - - - -
    testIsCompatible0
    testGetDimension0
    testGetSymbol0

    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Surefire Report + + + + + + + + + +
    + +
    +
    +
    + +
    +

    Surefire Report

    +
    +

    Summary

    +

    [Summary] [Package List] [Test Cases]


    + + + + + + + + + + + + + + +
    TestsErrors FailuresSkippedSuccess RateTime
    29000100%0.054

    +

    Note: failures are anticipated and checked for with assertions while errors are unanticipated.


    +
    +

    Package List

    +

    [Summary] [Package List] [Test Cases]


    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    PackageTestsErrors FailuresSkippedSuccess RateTime
    javax.measure.spi6000100%0.046
    javax.measure.test.quantity14000100%0.007
    javax.measure.test9000100%0.001

    +

    Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

    +
    +

    javax.measure.spi

    + + + + + + + + + + + + + + + + + + +
    ClassTestsErrors FailuresSkippedSuccess RateTime
    BootstrapTest6000100%0.046
    +
    +

    javax.measure.test.quantity

    + + + + + + + + + + + + + + + + + + +
    ClassTestsErrors FailuresSkippedSuccess RateTime
    AreaQuantityTest14000100%0.007
    +
    +

    javax.measure.test

    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ClassTestsErrors FailuresSkippedSuccess RateTime
    DimensionTest6000100%0.001
    UnitTest3000100%0

    +
    +

    Test Cases

    +

    [Summary] [Package List] [Test Cases]

    +
    +

    BootstrapTest

    + + + + + + + + + + + + + + + + + + + + + + + + +
    testInit_InitTwice0.045
    testGetService0
    testGetServiceProvider0.001
    testGetService_BadCase0
    testGetServices0
    testInit0
    +
    +

    DimensionTest

    + + + + + + + + + + + + + + + + + + + + + + + + +
    testPow0
    testRoot0.001
    testGetProductDimensions0
    testDivide0
    testMultiply0
    testGetInstance0
    +
    +

    AreaQuantityTest

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    testMultiplyDistanceQuantity0.001
    testDivideDouble0.001
    testAdd0
    testSubtract0
    testAreaQuantity0
    testEq0
    testGe0
    testGt0.001
    testLe0
    testLt0
    testMultiplyDouble0
    testConvert0.001
    testDivideDistanceQuantity0
    testShowInUnits0.003
    +
    +

    UnitTest

    + + + + + + + + + + + + +
    testIsCompatible0
    testGetDimension0
    testGetSymbol0

    +
    +
    +
    +
    +
    + + + diff --git a/site/team-list.html b/site/team-list.html index ddc4b9dc..64f19798 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -1,284 +1,284 @@ - - - - - - Units of Measurement API – Team list - - - - - - - - - -
    - -
    -
    -
    -
    -

    The Team

    -

    A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

    -

    The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

    -
    -

    Members

    -

    The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ImageIdNameEmailOrganizationOrganization URLRolesTime ZoneActual Time (GMT)
    dautelleJean-Marie Dautellejean-marie@dautelle.comAirbushttp://www.airbus.comArchitect, Java Developer, Spec Lead+1+1
    werner.keilWerner Keilwerner@catmedia.usCreative Arts & Technologieshttp://www.catmedia.usArchitect, Java Developer, Spec Lead+1+1
    -Leonardo de Moura Rocha Limallima@v2com.mobiV2COMhttp://www.v2com.mobi/Architect, Java Developer, Spec Lead-5-5
    desruisseauxMartin Desruisseauxdesruisseaux@users.sourceforge.netGeomatyshttp://www.geomatys.comExpert, Java Developer, Jenkins Admin+1+1
    karen_legrandKaren Legrandkaren.legrand@iem.comInnovation Emergency Management (IEM)http://www.iem.comExpert, Java Developer-5-5
    mohamed-tamanMohamed Mahmoud Tamanmohamed.taman@gmail.comIndividual / Morocco JUG-Expert, Java Developer+2+2
    otaviojavaOtávio Gonçalves de Santanaotaviopolianasantana@gmail.comIndividual / SouJava-Expert, Java Developer-5-5
    rajmahendraRajmahendra Hegderajmahendra@gmail.comJUG Chennai-Expert, Java Developer--
    duckasteroidChris Seniorchristopher.senior@gmail.comSnap-on Inc.-Expert, Java Developer--
    -
    -

    Contributors

    -

    The following additional people have contributed to this project through the way of suggestions, patches or documentation.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ImageNameEmailOrganizationRolesTime ZoneActual Time (GMT)
    Daniel Leuckdan@ikayzo.comIkayzoSupporter-9-9
    Eric Russelleric-r@northwestern.edu-Supporter-5-5
    John Paul Morrison-J.P. Morrison Enterprises, Ltd.Supporter-5-5
    Michael Gruebschmichael@mkm-rabis.de-Supporter+1+1
    -
    -
    -
    -
    -
    - - - + + + + + + Units of Measurement API – Team list + + + + + + + + + +
    + +
    +
    +
    +
    +

    The Team

    +

    A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

    +

    The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

    +
    +

    Members

    +

    The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ImageIdNameEmailOrganizationOrganization URLRolesTime ZoneActual Time (GMT)
    dautelleJean-Marie Dautellejean-marie@dautelle.comAirbushttp://www.airbus.comArchitect, Java Developer, Spec Lead+1+1
    werner.keilWerner Keilwerner@catmedia.usCreative Arts & Technologieshttp://www.catmedia.usArchitect, Java Developer, Spec Lead+1+1
    -Leonardo de Moura Rocha Limallima@v2com.mobiV2COMhttp://www.v2com.mobi/Architect, Java Developer, Spec Lead-5-5
    desruisseauxMartin Desruisseauxdesruisseaux@users.sourceforge.netGeomatyshttp://www.geomatys.comExpert, Java Developer, Jenkins Admin+1+1
    karen_legrandKaren Legrandkaren.legrand@iem.comInnovation Emergency Management (IEM)http://www.iem.comExpert, Java Developer-5-5
    mohamed-tamanMohamed Mahmoud Tamanmohamed.taman@gmail.comIndividual / Morocco JUG-Expert, Java Developer+2+2
    otaviojavaOtávio Gonçalves de Santanaotaviopolianasantana@gmail.comIndividual / SouJava-Expert, Java Developer-5-5
    rajmahendraRajmahendra Hegderajmahendra@gmail.comJUG Chennai-Expert, Java Developer--
    duckasteroidChris Seniorchristopher.senior@gmail.comSnap-on Inc.-Expert, Java Developer--
    +
    +

    Contributors

    +

    The following additional people have contributed to this project through the way of suggestions, patches or documentation.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ImageNameEmailOrganizationRolesTime ZoneActual Time (GMT)
    Daniel Leuckdan@ikayzo.comIkayzoSupporter-9-9
    Eric Russelleric-r@northwestern.edu-Supporter-5-5
    John Paul Morrison-J.P. Morrison Enterprises, Ltd.Supporter-5-5
    Michael Gruebschmichael@mkm-rabis.de-Supporter+1+1
    +
    +
    +
    +
    +
    + + + diff --git a/site/testapidocs/allclasses-frame.html b/site/testapidocs/allclasses-frame.html index b3a9ee1f..9633ffa6 100644 --- a/site/testapidocs/allclasses-frame.html +++ b/site/testapidocs/allclasses-frame.html @@ -1,41 +1,41 @@ - - - - - - -All Classes (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - -

    All Classes

    - - - + + + + + + +All Classes (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + +

    All Classes

    + + + diff --git a/site/testapidocs/allclasses-noframe.html b/site/testapidocs/allclasses-noframe.html index 6c557f11..ba43d413 100644 --- a/site/testapidocs/allclasses-noframe.html +++ b/site/testapidocs/allclasses-noframe.html @@ -1,41 +1,41 @@ - - - - - - -All Classes (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - -

    All Classes

    - - - + + + + + + +All Classes (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + +

    All Classes

    + + + diff --git a/site/testapidocs/constant-values.html b/site/testapidocs/constant-values.html index 0d4aef90..1c1f4ae5 100644 --- a/site/testapidocs/constant-values.html +++ b/site/testapidocs/constant-values.html @@ -1,117 +1,117 @@ - - - - - - -Constant Field Values (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
    - - - - - -
    - - -
    -

    Constant Field Values

    -

    Contents

    -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Constant Field Values (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + +
    + + + + + +
    + + +
    +

    Constant Field Values

    +

    Contents

    +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/deprecated-list.html b/site/testapidocs/deprecated-list.html index 3de7d40b..ad3357b9 100644 --- a/site/testapidocs/deprecated-list.html +++ b/site/testapidocs/deprecated-list.html @@ -1,117 +1,117 @@ - - - - - - -Deprecated List (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
    - - - - - -
    - - -
    -

    Deprecated API

    -

    Contents

    -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Deprecated List (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + +
    + + + + + +
    + + +
    +

    Deprecated API

    +

    Contents

    +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/help-doc.html b/site/testapidocs/help-doc.html index 6428cbd0..92ac5352 100644 --- a/site/testapidocs/help-doc.html +++ b/site/testapidocs/help-doc.html @@ -1,222 +1,222 @@ - - - - - - -API Help (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
    - - - - - -
    - - -
    -

    How This API Document Is Organized

    -
    This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
    -
    -
    -
      -
    • -

      Overview

      -

      The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

      -
    • -
    • -

      Package

      -

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

      -
        -
      • Interfaces (italic)
      • -
      • Classes
      • -
      • Enums
      • -
      • Exceptions
      • -
      • Errors
      • -
      • Annotation Types
      • -
      -
    • -
    • -

      Class/Interface

      -

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      -
        -
      • Class inheritance diagram
      • -
      • Direct Subclasses
      • -
      • All Known Subinterfaces
      • -
      • All Known Implementing Classes
      • -
      • Class/interface declaration
      • -
      • Class/interface description
      • -
      -
        -
      • Nested Class Summary
      • -
      • Field Summary
      • -
      • Constructor Summary
      • -
      • Method Summary
      • -
      -
        -
      • Field Detail
      • -
      • Constructor Detail
      • -
      • Method Detail
      • -
      -

      Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      -
    • -
    • -

      Annotation Type

      -

      Each annotation type has its own separate page with the following sections:

      -
        -
      • Annotation Type declaration
      • -
      • Annotation Type description
      • -
      • Required Element Summary
      • -
      • Optional Element Summary
      • -
      • Element Detail
      • -
      -
    • -
    • -

      Enum

      -

      Each enum has its own separate page with the following sections:

      -
        -
      • Enum declaration
      • -
      • Enum description
      • -
      • Enum Constant Summary
      • -
      • Enum Constant Detail
      • -
      -
    • -
    • -

      Use

      -

      Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

      -
    • -
    • -

      Tree (Class Hierarchy)

      -

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

      -
        -
      • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
      • -
      • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
      • -
      -
    • -
    • -

      Deprecated API

      -

      The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

      -
    • -
    • -

      Index

      -

      The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

      -
    • -
    • -

      Prev/Next

      -

      These links take you to the next or previous class, interface, package, or related page.

      -
    • -
    • -

      Frames/No Frames

      -

      These links show and hide the HTML frames. All pages are available with or without frames.

      -
    • -
    • -

      All Classes

      -

      The All Classes link shows all classes and interfaces except non-static nested types.

      -
    • -
    • -

      Serialized Form

      -

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

      -
    • -
    • -

      Constant Field Values

      -

      The Constant Field Values page lists the static final fields and their values.

      -
    • -
    -This help file applies to API documentation generated using the standard doclet.
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +API Help (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + +
    + + + + + +
    + + +
    +

    How This API Document Is Organized

    +
    This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
    +
    +
    +
      +
    • +

      Overview

      +

      The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

      +
    • +
    • +

      Package

      +

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

      +
        +
      • Interfaces (italic)
      • +
      • Classes
      • +
      • Enums
      • +
      • Exceptions
      • +
      • Errors
      • +
      • Annotation Types
      • +
      +
    • +
    • +

      Class/Interface

      +

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      +
        +
      • Class inheritance diagram
      • +
      • Direct Subclasses
      • +
      • All Known Subinterfaces
      • +
      • All Known Implementing Classes
      • +
      • Class/interface declaration
      • +
      • Class/interface description
      • +
      +
        +
      • Nested Class Summary
      • +
      • Field Summary
      • +
      • Constructor Summary
      • +
      • Method Summary
      • +
      +
        +
      • Field Detail
      • +
      • Constructor Detail
      • +
      • Method Detail
      • +
      +

      Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      +
    • +
    • +

      Annotation Type

      +

      Each annotation type has its own separate page with the following sections:

      +
        +
      • Annotation Type declaration
      • +
      • Annotation Type description
      • +
      • Required Element Summary
      • +
      • Optional Element Summary
      • +
      • Element Detail
      • +
      +
    • +
    • +

      Enum

      +

      Each enum has its own separate page with the following sections:

      +
        +
      • Enum declaration
      • +
      • Enum description
      • +
      • Enum Constant Summary
      • +
      • Enum Constant Detail
      • +
      +
    • +
    • +

      Use

      +

      Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

      +
    • +
    • +

      Tree (Class Hierarchy)

      +

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

      +
        +
      • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
      • +
      • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
      • +
      +
    • +
    • +

      Deprecated API

      +

      The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

      +
    • +
    • +

      Index

      +

      The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

      +
    • +
    • +

      Prev/Next

      +

      These links take you to the next or previous class, interface, package, or related page.

      +
    • +
    • +

      Frames/No Frames

      +

      These links show and hide the HTML frames. All pages are available with or without frames.

      +
    • +
    • +

      All Classes

      +

      The All Classes link shows all classes and interfaces except non-static nested types.

      +
    • +
    • +

      Serialized Form

      +

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

      +
    • +
    • +

      Constant Field Values

      +

      The Constant Field Values page lists the static final fields and their values.

      +
    • +
    +This help file applies to API documentation generated using the standard doclet.
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/index-all.html b/site/testapidocs/index-all.html index 5c3bc937..6a202e9f 100644 --- a/site/testapidocs/index-all.html +++ b/site/testapidocs/index-all.html @@ -1,790 +1,790 @@ - - - - - - -Index (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
    - - - - - -
    - - -
    A B C D E F G H I J K L M N O P R S T U V Å  - - -

    A

    -
    -
    acre - Static variable in class AreaUnit
    -
     
    -
    add(AreaQuantity) - Method in class AreaQuantity
    -
     
    -
    add(Quantity<Area>) - Method in class AreaQuantity
    -
     
    -
    add(DistanceQuantity) - Method in class DistanceQuantity
    -
     
    -
    add(Quantity<Length>) - Method in class DistanceQuantity
    -
     
    -
    add(TimeQuantity) - Method in class TimeQuantity
    -
     
    -
    add(Quantity<Time>) - Method in class TimeQuantity
    -
     
    -
    add(VolumeQuantity) - Method in class VolumeQuantity
    -
     
    -
    add(Quantity<Volume>) - Method in class VolumeQuantity
    -
     
    -
    alternate(String) - Method in class TestUnit
    -
     
    -
    AreaQuantity - Class in javax.measure.test.quantity
    -
     
    -
    AreaQuantity() - Constructor for class AreaQuantity
    -
     
    -
    AreaQuantity(double, AreaUnit) - Constructor for class AreaQuantity
    -
     
    -
    AreaQuantityTest - Class in javax.measure.test.quantity
    -
     
    -
    AreaQuantityTest() - Constructor for class AreaQuantityTest
    -
     
    -
    AreaUnit - Class in javax.measure.test.unit
    -
     
    -
    AreaUnit(String, double) - Constructor for class AreaUnit
    -
     
    -
    asType(Class<T>) - Method in class AreaQuantity
    -
     
    -
    asType(Class<T>) - Method in class DistanceQuantity
    -
     
    -
    asType(Class<T>) - Method in class TimeQuantity
    -
     
    -
    asType(Class<T>) - Method in class VolumeQuantity
    -
     
    -
    asType(Class<T>) - Method in class TestUnit
    -
     
    -
    AU - Static variable in class DistanceUnit
    -
     
    -
    - - - -

    B

    -
    -
    BaseUnit<Q extends Quantity<Q>> - Class in javax.measure.test.unit
    -
    -
    Building blocks on top of which all others units are created.
    -
    -
    BaseUnit(String, String) - Constructor for class BaseUnit
    -
    -
    Creates a base unit having the specified symbol.
    -
    -
    BaseUnit(String) - Constructor for class BaseUnit
    -
    -
    Creates a base unit having the specified symbol.
    -
    -
    BootstrapTest - Class in javax.measure.spi
    -
    -
    Tests for Bootstrap.
    -
    -
    BootstrapTest() - Constructor for class BootstrapTest
    -
     
    -
    BootstrapTest.TestServiceProvider - Class in javax.measure.spi
    -
     
    -
    BootstrapTest.TestServiceProvider() - Constructor for class BootstrapTest.TestServiceProvider
    -
     
    -
    bushel - Static variable in class VolumeUnit
    -
     
    -
    - - - -

    C

    -
    -
    CalcTripLength - Class in javax.measure.test
    -
     
    -
    CalcTripLength() - Constructor for class CalcTripLength
    -
     
    -
    cc - Static variable in class VolumeUnit
    -
     
    -
    CircleInfo - Class in javax.measure.test
    -
     
    -
    CircleInfo() - Constructor for class CircleInfo
    -
     
    -
    CircleInfo - Class in javax.measure.test.quantity
    -
     
    -
    CircleInfo() - Constructor for class CircleInfo
    -
     
    -
    cm - Static variable in class DistanceUnit
    -
     
    -
    Conversions - Class in javax.measure.test
    -
     
    -
    Conversions() - Constructor for class Conversions
    -
     
    -
    convert(AreaUnit) - Method in class AreaQuantity
    -
     
    -
    convert(DistanceUnit) - Method in class DistanceQuantity
    -
     
    -
    convert(TimeUnit) - Method in class TimeQuantity
    -
     
    -
    convert(VolumeUnit) - Method in class VolumeQuantity
    -
     
    -
    create(Number, Unit<Q>) - Method in class TestQuantityFactory
    -
    -
    Returns the quantity for the specified number stated in the specified unit.
    -
    -
    cumetre - Static variable in class VolumeUnit
    -
     
    -
    cumile - Static variable in class VolumeUnit
    -
     
    -
    - - - -

    D

    -
    -
    DimensionTest - Class in javax.measure.test
    -
     
    -
    DimensionTest() - Constructor for class DimensionTest
    -
     
    -
    DistanceQuantity - Class in javax.measure.test.quantity
    -
     
    -
    DistanceQuantity(double, DistanceUnit) - Constructor for class DistanceQuantity
    -
     
    -
    DistanceQuantity() - Constructor for class DistanceQuantity
    -
     
    -
    DistanceUnit - Class in javax.measure.test.unit
    -
     
    -
    DistanceUnit(String, double) - Constructor for class DistanceUnit
    -
     
    -
    DistanceUnit(String, DistanceUnit, double) - Constructor for class DistanceUnit
    -
     
    -
    divide(double) - Method in class AreaQuantity
    -
     
    -
    divide(DistanceQuantity) - Method in class AreaQuantity
    -
     
    -
    divide(Quantity<?>) - Method in class AreaQuantity
    -
     
    -
    divide(Number) - Method in class AreaQuantity
    -
     
    -
    divide(double) - Method in class DistanceQuantity
    -
     
    -
    divide(Quantity<?>) - Method in class DistanceQuantity
    -
     
    -
    divide(Number) - Method in class DistanceQuantity
    -
     
    -
    divide(double) - Method in class TimeQuantity
    -
     
    -
    divide(Quantity<?>) - Method in class TimeQuantity
    -
     
    -
    divide(Number) - Method in class TimeQuantity
    -
     
    -
    divide(double) - Method in class VolumeQuantity
    -
     
    -
    divide(DistanceQuantity) - Method in class VolumeQuantity
    -
     
    -
    divide(AreaQuantity) - Method in class VolumeQuantity
    -
     
    -
    divide(Quantity<?>) - Method in class VolumeQuantity
    -
     
    -
    divide(Number) - Method in class VolumeQuantity
    -
     
    -
    divide(double) - Method in class TestUnit
    -
     
    -
    divide(Unit<?>) - Method in class TestUnit
    -
     
    -
    - - - -

    E

    -
    -
    echo(Object) - Static method in class PrintUtils
    -
    -
    This is a Fantom-style convenience method for console output
    -
    -
    echo(String) - Static method in class PrintUtils
    -
    -
    This is a Fantom-style convenience method for console output
    -
    -
    eq(AreaQuantity) - Method in class AreaQuantity
    -
     
    -
    eq(DistanceQuantity) - Method in class DistanceQuantity
    -
     
    -
    eq(TimeQuantity) - Method in class TimeQuantity
    -
     
    -
    eq(VolumeQuantity) - Method in class VolumeQuantity
    -
     
    -
    equals(Object) - Method in class BaseUnit
    -
     
    -
    - - - -

    F

    -
    -
    format(Unit<?>, Appendable) - Method in class SimpleTestFormat
    -
     
    -
    - - - -

    G

    -
    -
    ge(AreaQuantity) - Method in class AreaQuantity
    -
     
    -
    ge(DistanceQuantity) - Method in class DistanceQuantity
    -
     
    -
    ge(TimeQuantity) - Method in class TimeQuantity
    -
     
    -
    ge(VolumeQuantity) - Method in class VolumeQuantity
    -
     
    -
    geInstance() - Static method in class SimpleTestFormat
    -
    + + + + + + +Index (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + +
    + + + + + +
    + + +
    A B C D E F G H I J K L M N O P R S T U V Å  + + +

    A

    +
    +
    acre - Static variable in class AreaUnit
    +
     
    +
    add(AreaQuantity) - Method in class AreaQuantity
    +
     
    +
    add(Quantity<Area>) - Method in class AreaQuantity
    +
     
    +
    add(DistanceQuantity) - Method in class DistanceQuantity
    +
     
    +
    add(Quantity<Length>) - Method in class DistanceQuantity
    +
     
    +
    add(TimeQuantity) - Method in class TimeQuantity
    +
     
    +
    add(Quantity<Time>) - Method in class TimeQuantity
    +
     
    +
    add(VolumeQuantity) - Method in class VolumeQuantity
    +
     
    +
    add(Quantity<Volume>) - Method in class VolumeQuantity
    +
     
    +
    alternate(String) - Method in class TestUnit
    +
     
    +
    AreaQuantity - Class in javax.measure.test.quantity
    +
     
    +
    AreaQuantity() - Constructor for class AreaQuantity
    +
     
    +
    AreaQuantity(double, AreaUnit) - Constructor for class AreaQuantity
    +
     
    +
    AreaQuantityTest - Class in javax.measure.test.quantity
    +
     
    +
    AreaQuantityTest() - Constructor for class AreaQuantityTest
    +
     
    +
    AreaUnit - Class in javax.measure.test.unit
    +
     
    +
    AreaUnit(String, double) - Constructor for class AreaUnit
    +
     
    +
    asType(Class<T>) - Method in class AreaQuantity
    +
     
    +
    asType(Class<T>) - Method in class DistanceQuantity
    +
     
    +
    asType(Class<T>) - Method in class TimeQuantity
    +
     
    +
    asType(Class<T>) - Method in class VolumeQuantity
    +
     
    +
    asType(Class<T>) - Method in class TestUnit
    +
     
    +
    AU - Static variable in class DistanceUnit
    +
     
    +
    + + + +

    B

    +
    +
    BaseUnit<Q extends Quantity<Q>> - Class in javax.measure.test.unit
    +
    +
    Building blocks on top of which all others units are created.
    +
    +
    BaseUnit(String, String) - Constructor for class BaseUnit
    +
    +
    Creates a base unit having the specified symbol.
    +
    +
    BaseUnit(String) - Constructor for class BaseUnit
    +
    +
    Creates a base unit having the specified symbol.
    +
    +
    BootstrapTest - Class in javax.measure.spi
    +
    +
    Tests for Bootstrap.
    +
    +
    BootstrapTest() - Constructor for class BootstrapTest
    +
     
    +
    BootstrapTest.TestServiceProvider - Class in javax.measure.spi
    +
     
    +
    BootstrapTest.TestServiceProvider() - Constructor for class BootstrapTest.TestServiceProvider
    +
     
    +
    bushel - Static variable in class VolumeUnit
    +
     
    +
    + + + +

    C

    +
    +
    CalcTripLength - Class in javax.measure.test
    +
     
    +
    CalcTripLength() - Constructor for class CalcTripLength
    +
     
    +
    cc - Static variable in class VolumeUnit
    +
     
    +
    CircleInfo - Class in javax.measure.test
    +
     
    +
    CircleInfo() - Constructor for class CircleInfo
    +
     
    +
    CircleInfo - Class in javax.measure.test.quantity
    +
     
    +
    CircleInfo() - Constructor for class CircleInfo
    +
     
    +
    cm - Static variable in class DistanceUnit
    +
     
    +
    Conversions - Class in javax.measure.test
    +
     
    +
    Conversions() - Constructor for class Conversions
    +
     
    +
    convert(AreaUnit) - Method in class AreaQuantity
    +
     
    +
    convert(DistanceUnit) - Method in class DistanceQuantity
    +
     
    +
    convert(TimeUnit) - Method in class TimeQuantity
    +
     
    +
    convert(VolumeUnit) - Method in class VolumeQuantity
    +
     
    +
    create(Number, Unit<Q>) - Method in class TestQuantityFactory
    +
    +
    Returns the quantity for the specified number stated in the specified unit.
    +
    +
    cumetre - Static variable in class VolumeUnit
    +
     
    +
    cumile - Static variable in class VolumeUnit
    +
     
    +
    + + + +

    D

    +
    +
    DimensionTest - Class in javax.measure.test
    +
     
    +
    DimensionTest() - Constructor for class DimensionTest
    +
     
    +
    DistanceQuantity - Class in javax.measure.test.quantity
    +
     
    +
    DistanceQuantity(double, DistanceUnit) - Constructor for class DistanceQuantity
    +
     
    +
    DistanceQuantity() - Constructor for class DistanceQuantity
    +
     
    +
    DistanceUnit - Class in javax.measure.test.unit
    +
     
    +
    DistanceUnit(String, double) - Constructor for class DistanceUnit
    +
     
    +
    DistanceUnit(String, DistanceUnit, double) - Constructor for class DistanceUnit
    +
     
    +
    divide(double) - Method in class AreaQuantity
    +
     
    +
    divide(DistanceQuantity) - Method in class AreaQuantity
    +
     
    +
    divide(Quantity<?>) - Method in class AreaQuantity
    +
     
    +
    divide(Number) - Method in class AreaQuantity
    +
     
    +
    divide(double) - Method in class DistanceQuantity
    +
     
    +
    divide(Quantity<?>) - Method in class DistanceQuantity
    +
     
    +
    divide(Number) - Method in class DistanceQuantity
    +
     
    +
    divide(double) - Method in class TimeQuantity
    +
     
    +
    divide(Quantity<?>) - Method in class TimeQuantity
    +
     
    +
    divide(Number) - Method in class TimeQuantity
    +
     
    +
    divide(double) - Method in class VolumeQuantity
    +
     
    +
    divide(DistanceQuantity) - Method in class VolumeQuantity
    +
     
    +
    divide(AreaQuantity) - Method in class VolumeQuantity
    +
     
    +
    divide(Quantity<?>) - Method in class VolumeQuantity
    +
     
    +
    divide(Number) - Method in class VolumeQuantity
    +
     
    +
    divide(double) - Method in class TestUnit
    +
     
    +
    divide(Unit<?>) - Method in class TestUnit
    +
     
    +
    + + + +

    E

    +
    +
    echo(Object) - Static method in class PrintUtils
    +
    +
    This is a Fantom-style convenience method for console output
    +
    +
    echo(String) - Static method in class PrintUtils
    +
    +
    This is a Fantom-style convenience method for console output
    +
    +
    eq(AreaQuantity) - Method in class AreaQuantity
    +
     
    +
    eq(DistanceQuantity) - Method in class DistanceQuantity
    +
     
    +
    eq(TimeQuantity) - Method in class TimeQuantity
    +
     
    +
    eq(VolumeQuantity) - Method in class VolumeQuantity
    +
     
    +
    equals(Object) - Method in class BaseUnit
    +
     
    +
    + + + +

    F

    +
    +
    format(Unit<?>, Appendable) - Method in class SimpleTestFormat
    +
     
    +
    + + + +

    G

    +
    +
    ge(AreaQuantity) - Method in class AreaQuantity
    +
     
    +
    ge(DistanceQuantity) - Method in class DistanceQuantity
    +
     
    +
    ge(TimeQuantity) - Method in class TimeQuantity
    +
     
    +
    ge(VolumeQuantity) - Method in class VolumeQuantity
    +
     
    +
    geInstance() - Static method in class SimpleTestFormat
    +
    Returns the instance for formatting and parsing using case insensitive - symbols
    -
    -
    getConverterTo(Unit<Q>) - Method in class TestUnit
    -
     
    -
    getConverterToAny(Unit<?>) - Method in class TestUnit
    -
     
    -
    getDimension() - Method in class TestUnit
    -
     
    -
    getDist() - Method in class TripLeg
    -
     
    -
    getInstance(Class<Q>) - Static method in class TestQuantityFactory
    -
    -
    Returns the default instance for the specified quantity type.
    -
    -
    getMultFactor() - Method in class TestUnit
    -
     
    -
    getName() - Method in class TestUnit
    -
     
    -
    getProductUnits() - Method in class TestUnit
    -
     
    -
    getServices(Class<T>) - Method in class BootstrapTest.TestServiceProvider
    -
     
    -
    getSymbol() - Method in class TestUnit
    -
     
    -
    getSymbol() - Method in class BaseUnit
    -
     
    -
    getSystemUnit() - Method in class TestUnit
    -
     
    -
    getSystemUnit() - Method in class AreaUnit
    -
     
    -
    getSystemUnit() - Method in class BaseUnit
    -
     
    -
    getSystemUnit() - Method in class DistanceUnit
    -
     
    -
    getSystemUnit() - Method in class TimeUnit
    -
     
    -
    getSystemUnit() - Method in class VolumeUnit
    -
     
    -
    gt(AreaQuantity) - Method in class AreaQuantity
    -
     
    -
    gt(DistanceQuantity) - Method in class DistanceQuantity
    -
     
    -
    gt(TimeQuantity) - Method in class TimeQuantity
    -
     
    -
    gt(VolumeQuantity) - Method in class VolumeQuantity
    -
     
    -
    - - - -

    H

    -
    -
    h - Static variable in class TimeUnit
    -
     
    -
    hashCode() - Method in class BaseUnit
    -
     
    -
    hectare - Static variable in class AreaUnit
    -
     
    -
    - - - -

    I

    -
    -
    in - Static variable in class DistanceUnit
    -
     
    -
    init() - Method in class DimensionTest
    -
     
    -
    init() - Method in class UnitTest
    -
     
    -
    inverse() - Method in class AreaQuantity
    -
     
    -
    inverse() - Method in class DistanceQuantity
    -
     
    -
    inverse() - Method in class TimeQuantity
    -
     
    -
    inverse() - Method in class VolumeQuantity
    -
     
    -
    inverse() - Method in class TestUnit
    -
     
    -
    isCompatible(Unit<?>) - Method in class TestUnit
    -
     
    -
    isConsoleOutput() - Static method in class PrintUtils
    -
     
    -
    isLocaleSensitive() - Method in class SimpleTestFormat
    -
     
    -
    - - - -

    J

    -
    -
    javax.measure.spi - package javax.measure.spi
    -
     
    -
    javax.measure.test - package javax.measure.test
    -
     
    -
    javax.measure.test.format - package javax.measure.test.format
    -
     
    -
    javax.measure.test.quantity - package javax.measure.test.quantity
    -
     
    -
    javax.measure.test.unit - package javax.measure.test.unit
    -
     
    -
    - - - -

    K

    -
    -
    km - Static variable in class DistanceUnit
    -
     
    -
    - - - -

    L

    -
    -
    label(Unit<?>, String) - Method in class SimpleTestFormat
    -
     
    -
    le(AreaQuantity) - Method in class AreaQuantity
    -
     
    -
    le(DistanceQuantity) - Method in class DistanceQuantity
    -
     
    -
    le(TimeQuantity) - Method in class TimeQuantity
    -
     
    -
    le(VolumeQuantity) - Method in class VolumeQuantity
    -
     
    -
    litre - Static variable in class VolumeUnit
    -
     
    -
    lt(AreaQuantity) - Method in class AreaQuantity
    -
     
    -
    lt(DistanceQuantity) - Method in class DistanceQuantity
    -
     
    -
    lt(TimeQuantity) - Method in class TimeQuantity
    -
     
    -
    lt(VolumeQuantity) - Method in class VolumeQuantity
    -
     
    -
    - - - -

    M

    -
    -
    m - Static variable in class DistanceUnit
    -
     
    -
    main(String[]) - Static method in class CalcTripLength
    -
     
    -
    main(String[]) - Static method in class CircleInfo
    -
     
    -
    main(String[]) - Static method in class Conversions
    -
     
    -
    main(String[]) - Static method in class CircleInfo
    -
     
    -
    mile - Static variable in class DistanceUnit
    -
     
    -
    multFactor - Variable in class TestUnit
    -
     
    -
    multiply(double) - Method in class AreaQuantity
    -
     
    -
    multiply(DistanceQuantity) - Method in class AreaQuantity
    -
     
    -
    multiply(Number) - Method in class AreaQuantity
    -
     
    -
    multiply(Quantity<?>) - Method in class AreaQuantity
    -
     
    -
    multiply(double) - Method in class DistanceQuantity
    -
     
    -
    multiply(DistanceQuantity) - Method in class DistanceQuantity
    -
     
    -
    multiply(AreaQuantity) - Method in class DistanceQuantity
    -
     
    -
    multiply(Number) - Method in class DistanceQuantity
    -
     
    -
    multiply(Quantity<?>) - Method in class DistanceQuantity
    -
     
    -
    multiply(Length) - Method in class DistanceQuantity
    -
     
    -
    multiply(double) - Method in class TimeQuantity
    -
     
    -
    multiply(Number) - Method in class TimeQuantity
    -
     
    -
    multiply(Quantity<?>) - Method in class TimeQuantity
    -
     
    -
    multiply(double) - Method in class VolumeQuantity
    -
     
    -
    multiply(Number) - Method in class VolumeQuantity
    -
     
    -
    multiply(Quantity<?>) - Method in class VolumeQuantity
    -
     
    -
    multiply(double) - Method in class TestUnit
    -
     
    -
    multiply(Unit<?>) - Method in class TestUnit
    -
     
    -
    - - - -

    N

    -
    -
    name - Variable in class TestUnit
    -
     
    -
    ne(AreaQuantity) - Method in class AreaQuantity
    -
     
    -
    ne(DistanceQuantity) - Method in class DistanceQuantity
    -
     
    -
    ne(TimeQuantity) - Method in class TimeQuantity
    -
     
    -
    ne(VolumeQuantity) - Method in class VolumeQuantity
    -
     
    -
    - - - -

    O

    -
    -
    ONE - Static variable in class TestUnit
    -
     
    -
    - - - -

    P

    -
    -
    parsec - Static variable in class DistanceUnit
    -
     
    -
    pow(int) - Method in class TestUnit
    -
     
    -
    print(String) - Static method in class PrintUtils
    -
     
    -
    print(Object) - Static method in class PrintUtils
    -
     
    -
    println(String) - Static method in class PrintUtils
    -
     
    -
    println(Object) - Static method in class PrintUtils
    -
     
    -
    PrintUtils - Class in javax.measure.test.format
    -
    -
    A static helper class, checking e.g.
    -
    -
    - - - -

    R

    -
    -
    REF_UNIT - Static variable in class AreaUnit
    -
     
    -
    REF_UNIT - Static variable in class DistanceUnit
    -
     
    -
    REF_UNIT - Static variable in class TimeUnit
    -
     
    -
    REF_UNIT - Static variable in class VolumeUnit
    -
     
    -
    root(int) - Method in class TestUnit
    -
     
    -
    - - - -

    S

    -
    -
    s - Static variable in class TimeUnit
    -
     
    -
    setInstance(Class<Q>, TestQuantityFactory<Q>) - Static method in class TestQuantityFactory
    -
    + symbols
    +
    +
    getConverterTo(Unit<Q>) - Method in class TestUnit
    +
     
    +
    getConverterToAny(Unit<?>) - Method in class TestUnit
    +
     
    +
    getDimension() - Method in class TestUnit
    +
     
    +
    getDist() - Method in class TripLeg
    +
     
    +
    getInstance(Class<Q>) - Static method in class TestQuantityFactory
    +
    +
    Returns the default instance for the specified quantity type.
    +
    +
    getMultFactor() - Method in class TestUnit
    +
     
    +
    getName() - Method in class TestUnit
    +
     
    +
    getProductUnits() - Method in class TestUnit
    +
     
    +
    getServices(Class<T>) - Method in class BootstrapTest.TestServiceProvider
    +
     
    +
    getSymbol() - Method in class TestUnit
    +
     
    +
    getSymbol() - Method in class BaseUnit
    +
     
    +
    getSystemUnit() - Method in class TestUnit
    +
     
    +
    getSystemUnit() - Method in class AreaUnit
    +
     
    +
    getSystemUnit() - Method in class BaseUnit
    +
     
    +
    getSystemUnit() - Method in class DistanceUnit
    +
     
    +
    getSystemUnit() - Method in class TimeUnit
    +
     
    +
    getSystemUnit() - Method in class VolumeUnit
    +
     
    +
    gt(AreaQuantity) - Method in class AreaQuantity
    +
     
    +
    gt(DistanceQuantity) - Method in class DistanceQuantity
    +
     
    +
    gt(TimeQuantity) - Method in class TimeQuantity
    +
     
    +
    gt(VolumeQuantity) - Method in class VolumeQuantity
    +
     
    +
    + + + +

    H

    +
    +
    h - Static variable in class TimeUnit
    +
     
    +
    hashCode() - Method in class BaseUnit
    +
     
    +
    hectare - Static variable in class AreaUnit
    +
     
    +
    + + + +

    I

    +
    +
    in - Static variable in class DistanceUnit
    +
     
    +
    init() - Method in class DimensionTest
    +
     
    +
    init() - Method in class UnitTest
    +
     
    +
    inverse() - Method in class AreaQuantity
    +
     
    +
    inverse() - Method in class DistanceQuantity
    +
     
    +
    inverse() - Method in class TimeQuantity
    +
     
    +
    inverse() - Method in class VolumeQuantity
    +
     
    +
    inverse() - Method in class TestUnit
    +
     
    +
    isCompatible(Unit<?>) - Method in class TestUnit
    +
     
    +
    isConsoleOutput() - Static method in class PrintUtils
    +
     
    +
    isLocaleSensitive() - Method in class SimpleTestFormat
    +
     
    +
    + + + +

    J

    +
    +
    javax.measure.spi - package javax.measure.spi
    +
     
    +
    javax.measure.test - package javax.measure.test
    +
     
    +
    javax.measure.test.format - package javax.measure.test.format
    +
     
    +
    javax.measure.test.quantity - package javax.measure.test.quantity
    +
     
    +
    javax.measure.test.unit - package javax.measure.test.unit
    +
     
    +
    + + + +

    K

    +
    +
    km - Static variable in class DistanceUnit
    +
     
    +
    + + + +

    L

    +
    +
    label(Unit<?>, String) - Method in class SimpleTestFormat
    +
     
    +
    le(AreaQuantity) - Method in class AreaQuantity
    +
     
    +
    le(DistanceQuantity) - Method in class DistanceQuantity
    +
     
    +
    le(TimeQuantity) - Method in class TimeQuantity
    +
     
    +
    le(VolumeQuantity) - Method in class VolumeQuantity
    +
     
    +
    litre - Static variable in class VolumeUnit
    +
     
    +
    lt(AreaQuantity) - Method in class AreaQuantity
    +
     
    +
    lt(DistanceQuantity) - Method in class DistanceQuantity
    +
     
    +
    lt(TimeQuantity) - Method in class TimeQuantity
    +
     
    +
    lt(VolumeQuantity) - Method in class VolumeQuantity
    +
     
    +
    + + + +

    M

    +
    +
    m - Static variable in class DistanceUnit
    +
     
    +
    main(String[]) - Static method in class CalcTripLength
    +
     
    +
    main(String[]) - Static method in class CircleInfo
    +
     
    +
    main(String[]) - Static method in class Conversions
    +
     
    +
    main(String[]) - Static method in class CircleInfo
    +
     
    +
    mile - Static variable in class DistanceUnit
    +
     
    +
    multFactor - Variable in class TestUnit
    +
     
    +
    multiply(double) - Method in class AreaQuantity
    +
     
    +
    multiply(DistanceQuantity) - Method in class AreaQuantity
    +
     
    +
    multiply(Number) - Method in class AreaQuantity
    +
     
    +
    multiply(Quantity<?>) - Method in class AreaQuantity
    +
     
    +
    multiply(double) - Method in class DistanceQuantity
    +
     
    +
    multiply(DistanceQuantity) - Method in class DistanceQuantity
    +
     
    +
    multiply(AreaQuantity) - Method in class DistanceQuantity
    +
     
    +
    multiply(Number) - Method in class DistanceQuantity
    +
     
    +
    multiply(Quantity<?>) - Method in class DistanceQuantity
    +
     
    +
    multiply(Length) - Method in class DistanceQuantity
    +
     
    +
    multiply(double) - Method in class TimeQuantity
    +
     
    +
    multiply(Number) - Method in class TimeQuantity
    +
     
    +
    multiply(Quantity<?>) - Method in class TimeQuantity
    +
     
    +
    multiply(double) - Method in class VolumeQuantity
    +
     
    +
    multiply(Number) - Method in class VolumeQuantity
    +
     
    +
    multiply(Quantity<?>) - Method in class VolumeQuantity
    +
     
    +
    multiply(double) - Method in class TestUnit
    +
     
    +
    multiply(Unit<?>) - Method in class TestUnit
    +
     
    +
    + + + +

    N

    +
    +
    name - Variable in class TestUnit
    +
     
    +
    ne(AreaQuantity) - Method in class AreaQuantity
    +
     
    +
    ne(DistanceQuantity) - Method in class DistanceQuantity
    +
     
    +
    ne(TimeQuantity) - Method in class TimeQuantity
    +
     
    +
    ne(VolumeQuantity) - Method in class VolumeQuantity
    +
     
    +
    + + + +

    O

    +
    +
    ONE - Static variable in class TestUnit
    +
     
    +
    + + + +

    P

    +
    +
    parsec - Static variable in class DistanceUnit
    +
     
    +
    pow(int) - Method in class TestUnit
    +
     
    +
    print(String) - Static method in class PrintUtils
    +
     
    +
    print(Object) - Static method in class PrintUtils
    +
     
    +
    println(String) - Static method in class PrintUtils
    +
     
    +
    println(Object) - Static method in class PrintUtils
    +
     
    +
    PrintUtils - Class in javax.measure.test.format
    +
    +
    A static helper class, checking e.g.
    +
    +
    + + + +

    R

    +
    +
    REF_UNIT - Static variable in class AreaUnit
    +
     
    +
    REF_UNIT - Static variable in class DistanceUnit
    +
     
    +
    REF_UNIT - Static variable in class TimeUnit
    +
     
    +
    REF_UNIT - Static variable in class VolumeUnit
    +
     
    +
    root(int) - Method in class TestUnit
    +
     
    +
    + + + +

    S

    +
    +
    s - Static variable in class TimeUnit
    +
     
    +
    setInstance(Class<Q>, TestQuantityFactory<Q>) - Static method in class TestQuantityFactory
    +
    Overrides the default implementation of the factory for the specified - quantity type.
    -
    -
    setUp() - Method in class AreaQuantityTest
    -
     
    -
    shift(double) - Method in class TestUnit
    -
     
    -
    showInUnits(AreaUnit, int) - Method in class AreaQuantity
    -
     
    -
    showInUnits(DistanceUnit, int) - Method in class DistanceQuantity
    -
     
    -
    showInUnits(DistanceUnit, int) - Method in class TimeQuantity
    -
     
    -
    showInUnits(VolumeUnit, int) - Method in class VolumeQuantity
    -
     
    -
    SimpleTestFormat - Class in javax.measure.test.format
    -
    -
    Provides a simple interface for formatting and parsing units.
    -
    -
    sqmetre - Static variable in class AreaUnit
    -
     
    -
    sqmile - Static variable in class AreaUnit
    -
     
    -
    subtract(AreaQuantity) - Method in class AreaQuantity
    -
     
    -
    subtract(Quantity<Area>) - Method in class AreaQuantity
    -
     
    -
    subtract(DistanceQuantity) - Method in class DistanceQuantity
    -
     
    -
    subtract(Quantity<Length>) - Method in class DistanceQuantity
    -
     
    -
    subtract(TimeQuantity) - Method in class TimeQuantity
    -
     
    -
    subtract(Quantity<Time>) - Method in class TimeQuantity
    -
     
    -
    subtract(VolumeQuantity) - Method in class VolumeQuantity
    -
     
    -
    subtract(Quantity<Volume>) - Method in class VolumeQuantity
    -
     
    -
    symbol - Variable in class TestUnit
    -
     
    -
    - - - -

    T

    -
    -
    testAdd() - Method in class AreaQuantityTest
    -
     
    -
    testAreaQuantity() - Method in class AreaQuantityTest
    -
     
    -
    testConvert() - Method in class AreaQuantityTest
    -
     
    -
    testDivide() - Method in class DimensionTest
    -
     
    -
    testDivideDistanceQuantity() - Method in class AreaQuantityTest
    -
     
    -
    testDivideDouble() - Method in class AreaQuantityTest
    -
     
    -
    testEq() - Method in class AreaQuantityTest
    -
     
    -
    testGe() - Method in class AreaQuantityTest
    -
     
    -
    testGetDimension() - Method in class UnitTest
    -
    -
    Test method for EnumUnit.getDimension().
    -
    -
    testGetInstance() - Method in class DimensionTest
    -
     
    -
    testGetProductDimensions() - Method in class DimensionTest
    -
     
    -
    testGetService() - Method in class BootstrapTest
    -
     
    -
    testGetService_BadCase() - Method in class BootstrapTest
    -
     
    -
    testGetServiceProvider() - Method in class BootstrapTest
    -
     
    -
    testGetServices() - Method in class BootstrapTest
    -
     
    -
    testGetSymbol() - Method in class UnitTest
    -
    -
    Test method for EnumUnit.getSymbol().
    -
    -
    testGt() - Method in class AreaQuantityTest
    -
     
    -
    testInit() - Method in class BootstrapTest
    -
     
    -
    testInit_InitTwice() - Method in class BootstrapTest
    -
     
    -
    testIsCompatible() - Method in class UnitTest
    -
    -
    Test method for EnumUnit.isCompatible(javax.measure.Unit).
    -
    -
    testLe() - Method in class AreaQuantityTest
    -
     
    -
    testLt() - Method in class AreaQuantityTest
    -
     
    -
    testMultiply() - Method in class DimensionTest
    -
     
    -
    testMultiplyDistanceQuantity() - Method in class AreaQuantityTest
    -
     
    -
    testMultiplyDouble() - Method in class AreaQuantityTest
    -
     
    -
    testPow() - Method in class DimensionTest
    -
     
    -
    TestQuantityFactory<Q extends Quantity<Q>> - Class in javax.measure.test.quantity
    -
    -
    A factory producing simple quantities instances (tuples Number/Unit).
    -
    -
    TestQuantityFactory() - Constructor for class TestQuantityFactory
    -
     
    -
    testRoot() - Method in class DimensionTest
    -
     
    -
    testShowInUnits() - Method in class AreaQuantityTest
    -
     
    -
    testSubtract() - Method in class AreaQuantityTest
    -
     
    -
    TestUnit<Q extends Quantity<Q>> - Class in javax.measure.test
    -
     
    -
    TestUnit() - Constructor for class TestUnit
    -
     
    -
    TestUnit(String, double) - Constructor for class TestUnit
    -
     
    -
    TestUnit(String) - Constructor for class TestUnit
    -
     
    -
    TimeQuantity - Class in javax.measure.test.quantity
    -
     
    -
    TimeQuantity(double, TimeUnit) - Constructor for class TimeQuantity
    -
     
    -
    TimeQuantity() - Constructor for class TimeQuantity
    -
     
    -
    TimeUnit - Class in javax.measure.test.unit
    -
     
    -
    TimeUnit(String, double) - Constructor for class TimeUnit
    -
     
    -
    to(Unit<Area>) - Method in class AreaQuantity
    -
     
    -
    to(Unit<Length>) - Method in class DistanceQuantity
    -
     
    -
    to(Unit<Time>) - Method in class TimeQuantity
    -
     
    -
    to(Unit<Volume>) - Method in class VolumeQuantity
    -
     
    -
    transform(UnitConverter) - Method in class TestUnit
    -
     
    -
    TripLeg - Class in javax.measure.test
    -
     
    -
    TripLeg(String, String, DistanceQuantity) - Constructor for class TripLeg
    -
     
    -
    - - - -

    U

    -
    -
    UnitTest - Class in javax.measure.test
    -
     
    -
    UnitTest() - Constructor for class UnitTest
    -
     
    -
    - - - -

    V

    -
    -
    VolumeQuantity - Class in javax.measure.test.quantity
    -
     
    -
    VolumeQuantity() - Constructor for class VolumeQuantity
    -
     
    -
    VolumeQuantity(double, VolumeUnit) - Constructor for class VolumeQuantity
    -
     
    -
    VolumeUnit - Class in javax.measure.test.unit
    -
     
    -
    VolumeUnit(String, double) - Constructor for class VolumeUnit
    -
     
    -
    - - - -

    Å

    -
    -
    Ångström - Static variable in class DistanceUnit
    -
     
    -
    -A B C D E F G H I J K L M N O P R S T U V Å 
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + quantity type. + +
    setUp() - Method in class AreaQuantityTest
    +
     
    +
    shift(double) - Method in class TestUnit
    +
     
    +
    showInUnits(AreaUnit, int) - Method in class AreaQuantity
    +
     
    +
    showInUnits(DistanceUnit, int) - Method in class DistanceQuantity
    +
     
    +
    showInUnits(DistanceUnit, int) - Method in class TimeQuantity
    +
     
    +
    showInUnits(VolumeUnit, int) - Method in class VolumeQuantity
    +
     
    +
    SimpleTestFormat - Class in javax.measure.test.format
    +
    +
    Provides a simple interface for formatting and parsing units.
    +
    +
    sqmetre - Static variable in class AreaUnit
    +
     
    +
    sqmile - Static variable in class AreaUnit
    +
     
    +
    subtract(AreaQuantity) - Method in class AreaQuantity
    +
     
    +
    subtract(Quantity<Area>) - Method in class AreaQuantity
    +
     
    +
    subtract(DistanceQuantity) - Method in class DistanceQuantity
    +
     
    +
    subtract(Quantity<Length>) - Method in class DistanceQuantity
    +
     
    +
    subtract(TimeQuantity) - Method in class TimeQuantity
    +
     
    +
    subtract(Quantity<Time>) - Method in class TimeQuantity
    +
     
    +
    subtract(VolumeQuantity) - Method in class VolumeQuantity
    +
     
    +
    subtract(Quantity<Volume>) - Method in class VolumeQuantity
    +
     
    +
    symbol - Variable in class TestUnit
    +
     
    + + + + +

    T

    +
    +
    testAdd() - Method in class AreaQuantityTest
    +
     
    +
    testAreaQuantity() - Method in class AreaQuantityTest
    +
     
    +
    testConvert() - Method in class AreaQuantityTest
    +
     
    +
    testDivide() - Method in class DimensionTest
    +
     
    +
    testDivideDistanceQuantity() - Method in class AreaQuantityTest
    +
     
    +
    testDivideDouble() - Method in class AreaQuantityTest
    +
     
    +
    testEq() - Method in class AreaQuantityTest
    +
     
    +
    testGe() - Method in class AreaQuantityTest
    +
     
    +
    testGetDimension() - Method in class UnitTest
    +
    +
    Test method for EnumUnit.getDimension().
    +
    +
    testGetInstance() - Method in class DimensionTest
    +
     
    +
    testGetProductDimensions() - Method in class DimensionTest
    +
     
    +
    testGetService() - Method in class BootstrapTest
    +
     
    +
    testGetService_BadCase() - Method in class BootstrapTest
    +
     
    +
    testGetServiceProvider() - Method in class BootstrapTest
    +
     
    +
    testGetServices() - Method in class BootstrapTest
    +
     
    +
    testGetSymbol() - Method in class UnitTest
    +
    +
    Test method for EnumUnit.getSymbol().
    +
    +
    testGt() - Method in class AreaQuantityTest
    +
     
    +
    testInit() - Method in class BootstrapTest
    +
     
    +
    testInit_InitTwice() - Method in class BootstrapTest
    +
     
    +
    testIsCompatible() - Method in class UnitTest
    +
    +
    Test method for EnumUnit.isCompatible(javax.measure.Unit).
    +
    +
    testLe() - Method in class AreaQuantityTest
    +
     
    +
    testLt() - Method in class AreaQuantityTest
    +
     
    +
    testMultiply() - Method in class DimensionTest
    +
     
    +
    testMultiplyDistanceQuantity() - Method in class AreaQuantityTest
    +
     
    +
    testMultiplyDouble() - Method in class AreaQuantityTest
    +
     
    +
    testPow() - Method in class DimensionTest
    +
     
    +
    TestQuantityFactory<Q extends Quantity<Q>> - Class in javax.measure.test.quantity
    +
    +
    A factory producing simple quantities instances (tuples Number/Unit).
    +
    +
    TestQuantityFactory() - Constructor for class TestQuantityFactory
    +
     
    +
    testRoot() - Method in class DimensionTest
    +
     
    +
    testShowInUnits() - Method in class AreaQuantityTest
    +
     
    +
    testSubtract() - Method in class AreaQuantityTest
    +
     
    +
    TestUnit<Q extends Quantity<Q>> - Class in javax.measure.test
    +
     
    +
    TestUnit() - Constructor for class TestUnit
    +
     
    +
    TestUnit(String, double) - Constructor for class TestUnit
    +
     
    +
    TestUnit(String) - Constructor for class TestUnit
    +
     
    +
    TimeQuantity - Class in javax.measure.test.quantity
    +
     
    +
    TimeQuantity(double, TimeUnit) - Constructor for class TimeQuantity
    +
     
    +
    TimeQuantity() - Constructor for class TimeQuantity
    +
     
    +
    TimeUnit - Class in javax.measure.test.unit
    +
     
    +
    TimeUnit(String, double) - Constructor for class TimeUnit
    +
     
    +
    to(Unit<Area>) - Method in class AreaQuantity
    +
     
    +
    to(Unit<Length>) - Method in class DistanceQuantity
    +
     
    +
    to(Unit<Time>) - Method in class TimeQuantity
    +
     
    +
    to(Unit<Volume>) - Method in class VolumeQuantity
    +
     
    +
    transform(UnitConverter) - Method in class TestUnit
    +
     
    +
    TripLeg - Class in javax.measure.test
    +
     
    +
    TripLeg(String, String, DistanceQuantity) - Constructor for class TripLeg
    +
     
    +
    + + + +

    U

    +
    +
    UnitTest - Class in javax.measure.test
    +
     
    +
    UnitTest() - Constructor for class UnitTest
    +
     
    +
    + + + +

    V

    +
    +
    VolumeQuantity - Class in javax.measure.test.quantity
    +
     
    +
    VolumeQuantity() - Constructor for class VolumeQuantity
    +
     
    +
    VolumeQuantity(double, VolumeUnit) - Constructor for class VolumeQuantity
    +
     
    +
    VolumeUnit - Class in javax.measure.test.unit
    +
     
    +
    VolumeUnit(String, double) - Constructor for class VolumeUnit
    +
     
    +
    + + + +

    Å

    +
    +
    Ångström - Static variable in class DistanceUnit
    +
     
    +
    +A B C D E F G H I J K L M N O P R S T U V Å  + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/index.html b/site/testapidocs/index.html index e34940b6..e24d03fe 100644 --- a/site/testapidocs/index.html +++ b/site/testapidocs/index.html @@ -1,75 +1,75 @@ - - - - - - -Units of Measurement API 0.8-SNAPSHOT Test API - - - - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - - + + + + + + +Units of Measurement API 0.9-SNAPSHOT Test API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/site/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html b/site/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html index 981d0c24..c72795bf 100644 --- a/site/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html +++ b/site/testapidocs/javax/measure/spi/BootstrapTest.TestServiceProvider.html @@ -1,314 +1,314 @@ - - - - - - -BootstrapTest.TestServiceProvider (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
    -
    javax.measure.spi
    -

    Class BootstrapTest.TestServiceProvider

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • BootstrapTest.TestServiceProvider
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +BootstrapTest.TestServiceProvider (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + +
    +
    javax.measure.spi
    +

    Class BootstrapTest.TestServiceProvider

    +
    +
    +
      +
    • Object
    • +
    • +
        +
      • BootstrapTest.TestServiceProvider
      • +
      +
    • +
    +
    + +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/spi/BootstrapTest.html b/site/testapidocs/javax/measure/spi/BootstrapTest.html index deddcf15..afbd8919 100644 --- a/site/testapidocs/javax/measure/spi/BootstrapTest.html +++ b/site/testapidocs/javax/measure/spi/BootstrapTest.html @@ -1,368 +1,368 @@ - - - - - - -BootstrapTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - -
    -
    javax.measure.spi
    -

    Class BootstrapTest

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • BootstrapTest
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class BootstrapTest
      -extends Object
      -
      Tests for Bootstrap.
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          BootstrapTest

          -
          public BootstrapTest()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +BootstrapTest (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + +
    +
    javax.measure.spi
    +

    Class BootstrapTest

    +
    +
    +
      +
    • Object
    • +
    • +
        +
      • BootstrapTest
      • +
      +
    • +
    +
    +
      +
    • +
      +
      +
      public class BootstrapTest
      +extends Object
      +
      Tests for Bootstrap.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          BootstrapTest

          +
          public BootstrapTest()
          +
        • +
        +
      • +
      + + +
    • +
    +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html b/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html index c85393a9..a2ac4c3a 100644 --- a/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html +++ b/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.TestServiceProvider.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.spi.BootstrapTest.TestServiceProvider (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.spi.BootstrapTest.TestServiceProvider

    -
    -
    No usage of javax.measure.spi.BootstrapTest.TestServiceProvider
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.spi.BootstrapTest.TestServiceProvider (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.spi.BootstrapTest.TestServiceProvider

    +
    +
    No usage of javax.measure.spi.BootstrapTest.TestServiceProvider
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.html b/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.html index e384c7f3..8742abd2 100644 --- a/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.html +++ b/site/testapidocs/javax/measure/spi/class-use/BootstrapTest.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.spi.BootstrapTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.spi.BootstrapTest

    -
    -
    No usage of javax.measure.spi.BootstrapTest
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.spi.BootstrapTest (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.spi.BootstrapTest

    +
    +
    No usage of javax.measure.spi.BootstrapTest
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/spi/package-frame.html b/site/testapidocs/javax/measure/spi/package-frame.html index fd373c95..1ac9b5bb 100644 --- a/site/testapidocs/javax/measure/spi/package-frame.html +++ b/site/testapidocs/javax/measure/spi/package-frame.html @@ -1,22 +1,22 @@ - - - - - - -javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - -

    javax.measure.spi

    - - - + + + + + + +javax.measure.spi (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + +

    javax.measure.spi

    + + + diff --git a/site/testapidocs/javax/measure/spi/package-summary.html b/site/testapidocs/javax/measure/spi/package-summary.html index afb6bbeb..81b3e01c 100644 --- a/site/testapidocs/javax/measure/spi/package-summary.html +++ b/site/testapidocs/javax/measure/spi/package-summary.html @@ -1,142 +1,142 @@ - - - - - - -javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
    - - - - - -
    - - -
    -

    Package javax.measure.spi

    -
    -
    - -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +javax.measure.spi (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + +
    + + + + + +
    + + +
    +

    Package javax.measure.spi

    +
    +
    + +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/spi/package-tree.html b/site/testapidocs/javax/measure/spi/package-tree.html index c2eb5332..8a396e5a 100644 --- a/site/testapidocs/javax/measure/spi/package-tree.html +++ b/site/testapidocs/javax/measure/spi/package-tree.html @@ -1,131 +1,131 @@ - - - - - - -javax.measure.spi Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
    - - - - - -
    - - -
    -

    Hierarchy For Package javax.measure.spi

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +javax.measure.spi Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package javax.measure.spi

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/spi/package-use.html b/site/testapidocs/javax/measure/spi/package-use.html index 8a93989e..584a644b 100644 --- a/site/testapidocs/javax/measure/spi/package-use.html +++ b/site/testapidocs/javax/measure/spi/package-use.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Package javax.measure.spi (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Package
    javax.measure.spi

    -
    -
    No usage of javax.measure.spi
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Package javax.measure.spi (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Package
    javax.measure.spi

    +
    +
    No usage of javax.measure.spi
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/CalcTripLength.html b/site/testapidocs/javax/measure/test/CalcTripLength.html index 70a86562..da60357a 100644 --- a/site/testapidocs/javax/measure/test/CalcTripLength.html +++ b/site/testapidocs/javax/measure/test/CalcTripLength.html @@ -1,262 +1,262 @@ - - - - - - -CalcTripLength (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
    -
    javax.measure.test
    -

    Class CalcTripLength

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • CalcTripLength
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class CalcTripLength
      -extends Object
      -
      Author:
      -
      paul.morrison
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CalcTripLength

          -
          public CalcTripLength()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          main

          -
          public static void main(String[] argv)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +CalcTripLength (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + +
    +
    javax.measure.test
    +

    Class CalcTripLength

    +
    +
    +
      +
    • Object
    • +
    • +
        +
      • CalcTripLength
      • +
      +
    • +
    +
    +
      +
    • +
      +
      +
      public class CalcTripLength
      +extends Object
      +
      Author:
      +
      paul.morrison
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          CalcTripLength

          +
          public CalcTripLength()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          main

          +
          public static void main(String[] argv)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/CircleInfo.html b/site/testapidocs/javax/measure/test/CircleInfo.html index a798e6d5..e62825d9 100644 --- a/site/testapidocs/javax/measure/test/CircleInfo.html +++ b/site/testapidocs/javax/measure/test/CircleInfo.html @@ -1,260 +1,260 @@ - - - - - - -CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
    -
    javax.measure.test
    -

    Class CircleInfo

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • CircleInfo
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class CircleInfo
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CircleInfo

          -
          public CircleInfo()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          main

          -
          public static void main(String[] args)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +CircleInfo (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + +
    +
    javax.measure.test
    +

    Class CircleInfo

    +
    +
    +
      +
    • Object
    • +
    • +
        +
      • CircleInfo
      • +
      +
    • +
    +
    +
      +
    • +
      +
      +
      public class CircleInfo
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          CircleInfo

          +
          public CircleInfo()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          main

          +
          public static void main(String[] args)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/Conversions.html b/site/testapidocs/javax/measure/test/Conversions.html index ffd49ead..f6de7fbb 100644 --- a/site/testapidocs/javax/measure/test/Conversions.html +++ b/site/testapidocs/javax/measure/test/Conversions.html @@ -1,260 +1,260 @@ - - - - - - -Conversions (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
    -
    javax.measure.test
    -

    Class Conversions

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • Conversions
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class Conversions
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Conversions

          -
          public Conversions()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          main

          -
          public static void main(String[] args)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Conversions (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + +
    +
    javax.measure.test
    +

    Class Conversions

    +
    +
    +
      +
    • Object
    • +
    • +
        +
      • Conversions
      • +
      +
    • +
    +
    +
      +
    • +
      +
      +
      public class Conversions
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Conversions

          +
          public Conversions()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          main

          +
          public static void main(String[] args)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/DimensionTest.html b/site/testapidocs/javax/measure/test/DimensionTest.html index bba65510..d7eef027 100644 --- a/site/testapidocs/javax/measure/test/DimensionTest.html +++ b/site/testapidocs/javax/measure/test/DimensionTest.html @@ -1,344 +1,344 @@ - - - - - - -DimensionTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - -
    -
    javax.measure.test
    -

    Class DimensionTest

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • DimensionTest
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class DimensionTest
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DimensionTest

          -
          public DimensionTest()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          init

          -
          public void init()
          -
        • -
        - - - -
          -
        • -

          testGetInstance

          -
          public void testGetInstance()
          -
        • -
        - - - -
          -
        • -

          testMultiply

          -
          public void testMultiply()
          -
        • -
        - - - -
          -
        • -

          testDivide

          -
          public void testDivide()
          -
        • -
        - - - -
          -
        • -

          testPow

          -
          public void testPow()
          -
        • -
        - - - -
          -
        • -

          testRoot

          -
          public void testRoot()
          -
        • -
        - - - -
          -
        • -

          testGetProductDimensions

          -
          public void testGetProductDimensions()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +DimensionTest (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + +
    +
    javax.measure.test
    +

    Class DimensionTest

    +
    +
    +
      +
    • Object
    • +
    • +
        +
      • DimensionTest
      • +
      +
    • +
    +
    +
      +
    • +
      +
      +
      public class DimensionTest
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          DimensionTest

          +
          public DimensionTest()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          init

          +
          public void init()
          +
        • +
        + + + +
          +
        • +

          testGetInstance

          +
          public void testGetInstance()
          +
        • +
        + + + +
          +
        • +

          testMultiply

          +
          public void testMultiply()
          +
        • +
        + + + +
          +
        • +

          testDivide

          +
          public void testDivide()
          +
        • +
        + + + +
          +
        • +

          testPow

          +
          public void testPow()
          +
        • +
        + + + +
          +
        • +

          testRoot

          +
          public void testRoot()
          +
        • +
        + + + +
          +
        • +

          testGetProductDimensions

          +
          public void testGetProductDimensions()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/TestUnit.html b/site/testapidocs/javax/measure/test/TestUnit.html index cfc380b1..3d9fb03c 100644 --- a/site/testapidocs/javax/measure/test/TestUnit.html +++ b/site/testapidocs/javax/measure/test/TestUnit.html @@ -1,735 +1,735 @@ - - - - - - -TestUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    javax.measure.test
    -

    Class TestUnit<Q extends Quantity<Q>>

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • TestUnit<Q>
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +TestUnit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    javax.measure.test
    +

    Class TestUnit<Q extends Quantity<Q>>

    +
    +
    +
      +
    • Object
    • +
    • +
        +
      • TestUnit<Q>
      • +
      +
    • +
    +
    + +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/TripLeg.html b/site/testapidocs/javax/measure/test/TripLeg.html index ba899ac0..decee8ab 100644 --- a/site/testapidocs/javax/measure/test/TripLeg.html +++ b/site/testapidocs/javax/measure/test/TripLeg.html @@ -1,266 +1,266 @@ - - - - - - -TripLeg (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
    -
    javax.measure.test
    -

    Class TripLeg

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class TripLeg
      -extends Object
      -
      Author:
      -
      paul.morrison
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +TripLeg (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + +
    +
    javax.measure.test
    +

    Class TripLeg

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class TripLeg
      +extends Object
      +
      Author:
      +
      paul.morrison
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/UnitTest.html b/site/testapidocs/javax/measure/test/UnitTest.html index 7fcec7f4..6dbaea5a 100644 --- a/site/testapidocs/javax/measure/test/UnitTest.html +++ b/site/testapidocs/javax/measure/test/UnitTest.html @@ -1,313 +1,313 @@ - - - - - - -UnitTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - -
    -
    javax.measure.test
    -

    Class UnitTest

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class UnitTest
      -extends Object
      -
      Author:
      -
      Werner
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          UnitTest

          -
          public UnitTest()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          init

          -
          public void init()
          -
        • -
        - - - -
          -
        • -

          testGetSymbol

          -
          public void testGetSymbol()
          -
          Test method for EnumUnit.getSymbol().
          -
        • -
        - - - -
          -
        • -

          testGetDimension

          -
          public void testGetDimension()
          -
          Test method for EnumUnit.getDimension().
          -
        • -
        - - - -
          -
        • -

          testIsCompatible

          -
          public void testIsCompatible()
          -
          Test method for EnumUnit.isCompatible(javax.measure.Unit).
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +UnitTest (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
    +
    javax.measure.test
    +

    Class UnitTest

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class UnitTest
      +extends Object
      +
      Author:
      +
      Werner
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          UnitTest

          +
          public UnitTest()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          init

          +
          public void init()
          +
        • +
        + + + +
          +
        • +

          testGetSymbol

          +
          public void testGetSymbol()
          +
          Test method for EnumUnit.getSymbol().
          +
        • +
        + + + +
          +
        • +

          testGetDimension

          +
          public void testGetDimension()
          +
          Test method for EnumUnit.getDimension().
          +
        • +
        + + + +
          +
        • +

          testIsCompatible

          +
          public void testIsCompatible()
          +
          Test method for EnumUnit.isCompatible(javax.measure.Unit).
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/class-use/CalcTripLength.html b/site/testapidocs/javax/measure/test/class-use/CalcTripLength.html index 521ea5e1..5d866591 100644 --- a/site/testapidocs/javax/measure/test/class-use/CalcTripLength.html +++ b/site/testapidocs/javax/measure/test/class-use/CalcTripLength.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.test.CalcTripLength (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.CalcTripLength

    -
    -
    No usage of javax.measure.test.CalcTripLength
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.CalcTripLength (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.CalcTripLength

    +
    +
    No usage of javax.measure.test.CalcTripLength
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/class-use/CircleInfo.html b/site/testapidocs/javax/measure/test/class-use/CircleInfo.html index 23508e74..33a96944 100644 --- a/site/testapidocs/javax/measure/test/class-use/CircleInfo.html +++ b/site/testapidocs/javax/measure/test/class-use/CircleInfo.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.test.CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.CircleInfo

    -
    -
    No usage of javax.measure.test.CircleInfo
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.CircleInfo (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.CircleInfo

    +
    +
    No usage of javax.measure.test.CircleInfo
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/class-use/Conversions.html b/site/testapidocs/javax/measure/test/class-use/Conversions.html index e7e9e80d..b8b6e7cd 100644 --- a/site/testapidocs/javax/measure/test/class-use/Conversions.html +++ b/site/testapidocs/javax/measure/test/class-use/Conversions.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.test.Conversions (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.Conversions

    -
    -
    No usage of javax.measure.test.Conversions
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.Conversions (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.Conversions

    +
    +
    No usage of javax.measure.test.Conversions
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/class-use/DimensionTest.html b/site/testapidocs/javax/measure/test/class-use/DimensionTest.html index aa9dc067..9b2327b9 100644 --- a/site/testapidocs/javax/measure/test/class-use/DimensionTest.html +++ b/site/testapidocs/javax/measure/test/class-use/DimensionTest.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.test.DimensionTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.DimensionTest

    -
    -
    No usage of javax.measure.test.DimensionTest
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.DimensionTest (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.DimensionTest

    +
    +
    No usage of javax.measure.test.DimensionTest
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/class-use/TestUnit.html b/site/testapidocs/javax/measure/test/class-use/TestUnit.html index b61fc6af..2c308f2b 100644 --- a/site/testapidocs/javax/measure/test/class-use/TestUnit.html +++ b/site/testapidocs/javax/measure/test/class-use/TestUnit.html @@ -1,175 +1,175 @@ - - - - - - -Uses of Class javax.measure.test.TestUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.TestUnit

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.TestUnit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.TestUnit

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/class-use/TripLeg.html b/site/testapidocs/javax/measure/test/class-use/TripLeg.html index 9910c867..74ec97db 100644 --- a/site/testapidocs/javax/measure/test/class-use/TripLeg.html +++ b/site/testapidocs/javax/measure/test/class-use/TripLeg.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.test.TripLeg (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.TripLeg

    -
    -
    No usage of javax.measure.test.TripLeg
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.TripLeg (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.TripLeg

    +
    +
    No usage of javax.measure.test.TripLeg
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/class-use/UnitTest.html b/site/testapidocs/javax/measure/test/class-use/UnitTest.html index b316c4a5..ca90b38f 100644 --- a/site/testapidocs/javax/measure/test/class-use/UnitTest.html +++ b/site/testapidocs/javax/measure/test/class-use/UnitTest.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.test.UnitTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.UnitTest

    -
    -
    No usage of javax.measure.test.UnitTest
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.UnitTest (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.UnitTest

    +
    +
    No usage of javax.measure.test.UnitTest
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/format/PrintUtils.html b/site/testapidocs/javax/measure/test/format/PrintUtils.html index b585df9c..6acdb091 100644 --- a/site/testapidocs/javax/measure/test/format/PrintUtils.html +++ b/site/testapidocs/javax/measure/test/format/PrintUtils.html @@ -1,317 +1,317 @@ - - - - - - -PrintUtils (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.format
    -

    Class PrintUtils

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • PrintUtils
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public final class PrintUtils
      -extends Object
      + + + + + + +PrintUtils (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
      +
      javax.measure.test.format
      +

      Class PrintUtils

      +
      +
      +
        +
      • Object
      • +
      • +
          +
        • PrintUtils
        • +
        +
      • +
      +
      +
        +
      • +
        +
        +
        public final class PrintUtils
        +extends Object
        A static helper class, checking e.g. if some tests require optional console - output XXX this could have options for using a logging framework eventually
        -
        Author:
        -
        Werner Keil
        -
      • -
      -
      -
      - -
      -
      -
        -
      • - -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            isConsoleOutput

            -
            public static boolean isConsoleOutput()
            -
          • -
          - - - -
            -
          • -

            print

            -
            public static void print(String message)
            -
          • -
          - - - -
            -
          • -

            println

            -
            public static void println(String message)
            -
          • -
          - - - -
            -
          • -

            print

            -
            public static void print(Object object)
            -
          • -
          - - - -
            -
          • -

            println

            -
            public static void println(Object object)
            -
          • -
          - - - -
            -
          • -

            echo

            -
            public static void echo(Object obj)
            -
            This is a Fantom-style convenience method for console output
            -
          • -
          - - - -
            -
          • -

            echo

            -
            public static void echo(String str)
            -
            This is a Fantom-style convenience method for console output
            -
          • -
          -
        • -
        -
      • -
      -
      -
      - - - - - -

      Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

      - - + output XXX this could have options for using a logging framework eventually
    +
    Author:
    +
    Werner Keil
    + + +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          isConsoleOutput

          +
          public static boolean isConsoleOutput()
          +
        • +
        + + + +
          +
        • +

          print

          +
          public static void print(String message)
          +
        • +
        + + + +
          +
        • +

          println

          +
          public static void println(String message)
          +
        • +
        + + + +
          +
        • +

          print

          +
          public static void print(Object object)
          +
        • +
        + + + +
          +
        • +

          println

          +
          public static void println(Object object)
          +
        • +
        + + + +
          +
        • +

          echo

          +
          public static void echo(Object obj)
          +
          This is a Fantom-style convenience method for console output
          +
        • +
        + + + +
          +
        • +

          echo

          +
          public static void echo(String str)
          +
          This is a Fantom-style convenience method for console output
          +
        • +
        +
      • +
      +
    • +
    +
    + + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/format/SimpleTestFormat.html b/site/testapidocs/javax/measure/test/format/SimpleTestFormat.html index b827e339..eb64c314 100644 --- a/site/testapidocs/javax/measure/test/format/SimpleTestFormat.html +++ b/site/testapidocs/javax/measure/test/format/SimpleTestFormat.html @@ -1,387 +1,387 @@ - - - - - - -SimpleTestFormat (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.format
    -

    Class SimpleTestFormat

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • SimpleTestFormat
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      UnitFormat
      -
      -
      -
      -
      public class SimpleTestFormat
      -extends Object
      -
      Provides a simple interface for formatting and parsing units.
      -
      Version:
      -
      0.4.1
      -
      Author:
      -
      Werner Keil
      -
    • -
    -
    -
    - +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          geInstance

          +
          public static UnitFormat geInstance()
          Returns the instance for formatting and parsing using case insensitive - symbols
          -
        • -
        - - - -
          -
        • -

          format

          -
          public Appendable format(Unit<?> unit,
          -                Appendable appendable)
          -                  throws IOException
          -
          Formats the specified unit.
          -
          -
          Specified by:
          -
          format in interface UnitFormat
          -
          Parameters:
          unit - the unit to format.
          appendable - the appendable destination.
          + symbols
    + + + + + +
      +
    • +

      format

      +
      public Appendable format(Unit<?> unit,
      +                Appendable appendable)
      +                  throws IOException
      +
      Formats the specified unit.
      +
      +
      Specified by:
      +
      format in interface UnitFormat
      +
      Parameters:
      unit - the unit to format.
      appendable - the appendable destination.
      Returns:
      The appendable destination passed in as appendable, with - formatted text appended.
      -
      Throws:
      -
      IOException - if an error occurs.
      -
    • -
    - - - -
      -
    • -

      label

      -
      public void label(Unit<?> unit,
      -         String label)
      -
    • -
    - - - -
      -
    • -

      isLocaleSensitive

      -
      public boolean isLocaleSensitive()
      -
    • -
    - - - -
      -
    • -

      getInstance

      -
      public static UnitFormat getInstance()
      -
      Returns the unit format for the default locale.
      -
      Returns:
      the locale format.
      -
    • -
    - - - - - - - - + + + +
      +
    • +

      label

      +
      public void label(Unit<?> unit,
      +         String label)
      +
    • +
    + + + +
      +
    • +

      isLocaleSensitive

      +
      public boolean isLocaleSensitive()
      +
    • +
    + + + +
      +
    • +

      getInstance

      +
      public static UnitFormat getInstance()
      +
      Returns the unit format for the default locale.
      +
      Returns:
      the locale format.
      +
    • +
    + + + + + + + +
      +
    • +

      parse

      +
      public final Unit<?> parse(CharSequence csq)
      +                    throws ParserException
      Parses the specified character sequence to produce a unit (convenience method). If the specified sequence is empty, the unitary unit - (dimensionless) is returned.
      -
      -
      Specified by:
      -
      parse in interface UnitFormat
      -
      Parameters:
      csq - the CharSequence to parse.
      -
      Returns:
      the unit parsed from the specified character sub-sequence.
      -
      Throws:
      + (dimensionless) is returned.
    +
    +
    Specified by:
    +
    parse in interface UnitFormat
    +
    Parameters:
    csq - the CharSequence to parse.
    +
    Returns:
    the unit parsed from the specified character sub-sequence.
    +
    Throws:
    ParseException - if any problem occurs while parsing the specified character - sequence (e.g. illegal syntax).
    -
    ParserException
    - - - - - - + + + +
      +
    • +

      format

      +
      public final String format(Unit<?> unit)
      Formats an object to produce a string. This is equivalent to
      format(unit, - new StringBuilder()).toString();
      -
      -
      Specified by:
      -
      format in interface UnitFormat
      -
      Parameters:
      obj - The object to format
      -
      Returns:
      Formatted string.
      -
      Throws:
      -
      IllegalArgumentException - if the Format cannot format the given object
      -
    • -
    - - - - - - - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + new StringBuilder()).toString(); +
    +
    Specified by:
    +
    format in interface UnitFormat
    +
    Parameters:
    obj - The object to format
    +
    Returns:
    Formatted string.
    +
    Throws:
    +
    IllegalArgumentException - if the Format cannot format the given object
    + + + + + + + + + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/format/class-use/PrintUtils.html b/site/testapidocs/javax/measure/test/format/class-use/PrintUtils.html index 04b69421..d3750c00 100644 --- a/site/testapidocs/javax/measure/test/format/class-use/PrintUtils.html +++ b/site/testapidocs/javax/measure/test/format/class-use/PrintUtils.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.test.format.PrintUtils (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.format.PrintUtils

    -
    -
    No usage of javax.measure.test.format.PrintUtils
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.format.PrintUtils (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.format.PrintUtils

    +
    +
    No usage of javax.measure.test.format.PrintUtils
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html b/site/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html index 10c483da..aa28d8cc 100644 --- a/site/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html +++ b/site/testapidocs/javax/measure/test/format/class-use/SimpleTestFormat.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.test.format.SimpleTestFormat (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.format.SimpleTestFormat

    -
    -
    No usage of javax.measure.test.format.SimpleTestFormat
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.format.SimpleTestFormat (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.format.SimpleTestFormat

    +
    +
    No usage of javax.measure.test.format.SimpleTestFormat
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/format/package-frame.html b/site/testapidocs/javax/measure/test/format/package-frame.html index 732f46b9..8dd9eabd 100644 --- a/site/testapidocs/javax/measure/test/format/package-frame.html +++ b/site/testapidocs/javax/measure/test/format/package-frame.html @@ -1,22 +1,22 @@ - - - - - - -javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - -

    javax.measure.test.format

    -
    -

    Classes

    - -
    - - + + + + + + +javax.measure.test.format (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + +

    javax.measure.test.format

    +
    +

    Classes

    + +
    + + diff --git a/site/testapidocs/javax/measure/test/format/package-summary.html b/site/testapidocs/javax/measure/test/format/package-summary.html index 3cfad9c5..21e0ed16 100644 --- a/site/testapidocs/javax/measure/test/format/package-summary.html +++ b/site/testapidocs/javax/measure/test/format/package-summary.html @@ -1,146 +1,146 @@ - - - - - - -javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
    - - - - - -
    - - -
    -

    Package javax.measure.test.format

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      PrintUtils -
      A static helper class, checking e.g.
      -
      SimpleTestFormat -
      Provides a simple interface for formatting and parsing units.
      -
      -
    • -
    -
    Author:
    -
    Werner
    -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +javax.measure.test.format (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + +
    + + + + + +
    + + +
    +

    Package javax.measure.test.format

    +
    +
    +
      +
    • + + + + + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      PrintUtils +
      A static helper class, checking e.g.
      +
      SimpleTestFormat +
      Provides a simple interface for formatting and parsing units.
      +
      +
    • +
    +
    Author:
    +
    Werner
    +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/format/package-tree.html b/site/testapidocs/javax/measure/test/format/package-tree.html index c697bab3..7827708e 100644 --- a/site/testapidocs/javax/measure/test/format/package-tree.html +++ b/site/testapidocs/javax/measure/test/format/package-tree.html @@ -1,131 +1,131 @@ - - - - - - -javax.measure.test.format Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
    - - - - - -
    - - -
    -

    Hierarchy For Package javax.measure.test.format

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +javax.measure.test.format Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package javax.measure.test.format

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/format/package-use.html b/site/testapidocs/javax/measure/test/format/package-use.html index 88e17566..8dedb693 100644 --- a/site/testapidocs/javax/measure/test/format/package-use.html +++ b/site/testapidocs/javax/measure/test/format/package-use.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Package javax.measure.test.format (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Package
    javax.measure.test.format

    -
    -
    No usage of javax.measure.test.format
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Package javax.measure.test.format (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Package
    javax.measure.test.format

    +
    +
    No usage of javax.measure.test.format
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/package-frame.html b/site/testapidocs/javax/measure/test/package-frame.html index 70c615c3..fa3dba0b 100644 --- a/site/testapidocs/javax/measure/test/package-frame.html +++ b/site/testapidocs/javax/measure/test/package-frame.html @@ -1,27 +1,27 @@ - - - - - - -javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - -

    javax.measure.test

    - - - + + + + + + +javax.measure.test (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + +

    javax.measure.test

    + + + diff --git a/site/testapidocs/javax/measure/test/package-summary.html b/site/testapidocs/javax/measure/test/package-summary.html index 1fbac3b2..463ca9c2 100644 --- a/site/testapidocs/javax/measure/test/package-summary.html +++ b/site/testapidocs/javax/measure/test/package-summary.html @@ -1,162 +1,162 @@ - - - - - - -javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
    - - - - - -
    - - -
    -

    Package javax.measure.test

    -
    -
    - -
    Author:
    -
    Werner
    -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +javax.measure.test (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + +
    + + + + + +
    + + +
    +

    Package javax.measure.test

    +
    +
    + +
    Author:
    +
    Werner
    +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/package-tree.html b/site/testapidocs/javax/measure/test/package-tree.html index 7de1106b..fd22f092 100644 --- a/site/testapidocs/javax/measure/test/package-tree.html +++ b/site/testapidocs/javax/measure/test/package-tree.html @@ -1,136 +1,136 @@ - - - - - - -javax.measure.test Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
    - - - - - -
    - - -
    -

    Hierarchy For Package javax.measure.test

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +javax.measure.test Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package javax.measure.test

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/package-use.html b/site/testapidocs/javax/measure/test/package-use.html index 71fdbbdb..58bd6d38 100644 --- a/site/testapidocs/javax/measure/test/package-use.html +++ b/site/testapidocs/javax/measure/test/package-use.html @@ -1,150 +1,150 @@ - - - - - - -Uses of Package javax.measure.test (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Package
    javax.measure.test

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Package javax.measure.test (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Package
    javax.measure.test

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/AreaQuantity.html b/site/testapidocs/javax/measure/test/quantity/AreaQuantity.html index acfba3dc..13579176 100644 --- a/site/testapidocs/javax/measure/test/quantity/AreaQuantity.html +++ b/site/testapidocs/javax/measure/test/quantity/AreaQuantity.html @@ -1,897 +1,897 @@ - - - - - - -AreaQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.quantity
    -

    Class AreaQuantity

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • AreaQuantity
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + quantity. + + + + + + + + + + + + + + + + + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html b/site/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html index c13442c7..c26fdb28 100644 --- a/site/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html +++ b/site/testapidocs/javax/measure/test/quantity/AreaQuantityTest.html @@ -1,458 +1,458 @@ - - - - - - -AreaQuantityTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.quantity
    -

    Class AreaQuantityTest

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • AreaQuantityTest
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class AreaQuantityTest
      -extends Object
      -
      Author:
      -
      Werner Keil
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AreaQuantityTest

          -
          public AreaQuantityTest()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setUp

          -
          public void setUp()
          -
        • -
        - - - -
          -
        • -

          testAreaQuantity

          -
          public void testAreaQuantity()
          -
        • -
        - - - -
          -
        • -

          testAdd

          -
          public void testAdd()
          -
        • -
        - - - -
          -
        • -

          testSubtract

          -
          public void testSubtract()
          -
        • -
        - - - -
          -
        • -

          testEq

          -
          public void testEq()
          -
        • -
        - - - -
          -
        • -

          testGt

          -
          public void testGt()
          -
        • -
        - - - -
          -
        • -

          testLt

          -
          public void testLt()
          -
        • -
        - - - -
          -
        • -

          testGe

          -
          public void testGe()
          -
        • -
        - - - -
          -
        • -

          testLe

          -
          public void testLe()
          -
        • -
        - - - -
          -
        • -

          testMultiplyDouble

          -
          public void testMultiplyDouble()
          -
        • -
        - - - -
          -
        • -

          testDivideDouble

          -
          public void testDivideDouble()
          -
        • -
        - - - -
          -
        • -

          testDivideDistanceQuantity

          -
          public void testDivideDistanceQuantity()
          -
        • -
        - - - -
          -
        • -

          testMultiplyDistanceQuantity

          -
          public void testMultiplyDistanceQuantity()
          -
        • -
        - - - -
          -
        • -

          testConvert

          -
          public void testConvert()
          -
        • -
        - - - -
          -
        • -

          testShowInUnits

          -
          public void testShowInUnits()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +AreaQuantityTest (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    javax.measure.test.quantity
    +

    Class AreaQuantityTest

    +
    +
    +
      +
    • Object
    • +
    • +
        +
      • AreaQuantityTest
      • +
      +
    • +
    +
    +
      +
    • +
      +
      +
      public class AreaQuantityTest
      +extends Object
      +
      Author:
      +
      Werner Keil
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          AreaQuantityTest

          +
          public AreaQuantityTest()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setUp

          +
          public void setUp()
          +
        • +
        + + + +
          +
        • +

          testAreaQuantity

          +
          public void testAreaQuantity()
          +
        • +
        + + + +
          +
        • +

          testAdd

          +
          public void testAdd()
          +
        • +
        + + + +
          +
        • +

          testSubtract

          +
          public void testSubtract()
          +
        • +
        + + + +
          +
        • +

          testEq

          +
          public void testEq()
          +
        • +
        + + + +
          +
        • +

          testGt

          +
          public void testGt()
          +
        • +
        + + + +
          +
        • +

          testLt

          +
          public void testLt()
          +
        • +
        + + + +
          +
        • +

          testGe

          +
          public void testGe()
          +
        • +
        + + + +
          +
        • +

          testLe

          +
          public void testLe()
          +
        • +
        + + + +
          +
        • +

          testMultiplyDouble

          +
          public void testMultiplyDouble()
          +
        • +
        + + + +
          +
        • +

          testDivideDouble

          +
          public void testDivideDouble()
          +
        • +
        + + + +
          +
        • +

          testDivideDistanceQuantity

          +
          public void testDivideDistanceQuantity()
          +
        • +
        + + + +
          +
        • +

          testMultiplyDistanceQuantity

          +
          public void testMultiplyDistanceQuantity()
          +
        • +
        + + + +
          +
        • +

          testConvert

          +
          public void testConvert()
          +
        • +
        + + + +
          +
        • +

          testShowInUnits

          +
          public void testShowInUnits()
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/CircleInfo.html b/site/testapidocs/javax/measure/test/quantity/CircleInfo.html index 32d4cbcf..44b7a0fa 100644 --- a/site/testapidocs/javax/measure/test/quantity/CircleInfo.html +++ b/site/testapidocs/javax/measure/test/quantity/CircleInfo.html @@ -1,261 +1,261 @@ - - - - - - -CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - -
    -
    javax.measure.test.quantity
    -

    Class CircleInfo

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • CircleInfo
      • -
      -
    • -
    -
    -
      -
    • -
      -
      -
      public class CircleInfo
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          CircleInfo

          -
          public CircleInfo()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          main

          -
          public static void main(String[] args)
          -
          Parameters:
          args -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +CircleInfo (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + +
    +
    javax.measure.test.quantity
    +

    Class CircleInfo

    +
    +
    +
      +
    • Object
    • +
    • +
        +
      • CircleInfo
      • +
      +
    • +
    +
    +
      +
    • +
      +
      +
      public class CircleInfo
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          CircleInfo

          +
          public CircleInfo()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          main

          +
          public static void main(String[] args)
          +
          Parameters:
          args -
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/DistanceQuantity.html b/site/testapidocs/javax/measure/test/quantity/DistanceQuantity.html index 8d8f7188..ccf2564a 100644 --- a/site/testapidocs/javax/measure/test/quantity/DistanceQuantity.html +++ b/site/testapidocs/javax/measure/test/quantity/DistanceQuantity.html @@ -1,910 +1,910 @@ - - - - - - -DistanceQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.quantity
    -

    Class DistanceQuantity

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • DistanceQuantity
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + quantity. + + + + + + + + + + + + + + + + + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html b/site/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html index e9ccc3b6..0660b280 100644 --- a/site/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html +++ b/site/testapidocs/javax/measure/test/quantity/TestQuantityFactory.html @@ -1,334 +1,334 @@ - - - - - - -TestQuantityFactory (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - -
    -
    javax.measure.test.quantity
    -

    Class TestQuantityFactory<Q extends Quantity<Q>>

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • TestQuantityFactory<Q>
      • -
      -
    • -
    -
    -
    +
    Type Parameters:
    Q - The type of the quantity
    Parameters:
    type - the quantity type
    factory - the quantity factory
    + + + + + +
      +
    • +

      create

      +
      public abstract Quantity<Q> create(Number value,
      +                 Unit<Q> unit)
      +
      Returns the quantity for the specified number stated in the specified unit.
      +
      +
      Specified by:
      +
      create in interface QuantityFactory<Q extends Quantity<Q>>
      +
      Parameters:
      value - the value stated in the specified unit
      unit - the unit
      +
      Returns:
      the corresponding quantity
      +
    • +
    + + + + +
    + + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/TimeQuantity.html b/site/testapidocs/javax/measure/test/quantity/TimeQuantity.html index 9d1a9609..fb5fa2b2 100644 --- a/site/testapidocs/javax/measure/test/quantity/TimeQuantity.html +++ b/site/testapidocs/javax/measure/test/quantity/TimeQuantity.html @@ -1,828 +1,828 @@ - - - - - - -TimeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.quantity
    -

    Class TimeQuantity

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • TimeQuantity
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + quantity. + + + + + + + + + + + + + + + + + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/VolumeQuantity.html b/site/testapidocs/javax/measure/test/quantity/VolumeQuantity.html index 40145dbe..7750c4c1 100644 --- a/site/testapidocs/javax/measure/test/quantity/VolumeQuantity.html +++ b/site/testapidocs/javax/measure/test/quantity/VolumeQuantity.html @@ -1,854 +1,854 @@ - - - - - - -VolumeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.quantity
    -

    Class VolumeQuantity

    -
    -
    -
      -
    • Object
    • -
    • -
        -
      • VolumeQuantity
      • -
      -
    • -
    -
    - -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + quantity. + + + + + + + + + + + + + + + + + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html b/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html index 79fec403..50d65fef 100644 --- a/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html +++ b/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantity.html @@ -1,230 +1,230 @@ - - - - - - -Uses of Class javax.measure.test.quantity.AreaQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.quantity.AreaQuantity

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.quantity.AreaQuantity (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.quantity.AreaQuantity

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html b/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html index fbb026b3..7a727fcd 100644 --- a/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html +++ b/site/testapidocs/javax/measure/test/quantity/class-use/AreaQuantityTest.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.test.quantity.AreaQuantityTest (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.quantity.AreaQuantityTest

    -
    -
    No usage of javax.measure.test.quantity.AreaQuantityTest
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.quantity.AreaQuantityTest (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.quantity.AreaQuantityTest

    +
    +
    No usage of javax.measure.test.quantity.AreaQuantityTest
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html b/site/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html index 0c84f6b1..771f37a9 100644 --- a/site/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html +++ b/site/testapidocs/javax/measure/test/quantity/class-use/CircleInfo.html @@ -1,117 +1,117 @@ - - - - - - -Uses of Class javax.measure.test.quantity.CircleInfo (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.quantity.CircleInfo

    -
    -
    No usage of javax.measure.test.quantity.CircleInfo
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.quantity.CircleInfo (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.quantity.CircleInfo

    +
    +
    No usage of javax.measure.test.quantity.CircleInfo
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html b/site/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html index c908f2bd..3889fc9e 100644 --- a/site/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html +++ b/site/testapidocs/javax/measure/test/quantity/class-use/DistanceQuantity.html @@ -1,273 +1,273 @@ - - - - - - -Uses of Class javax.measure.test.quantity.DistanceQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.quantity.DistanceQuantity

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.quantity.DistanceQuantity (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.quantity.DistanceQuantity

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html b/site/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html index f06afcc7..b53ca01d 100644 --- a/site/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html +++ b/site/testapidocs/javax/measure/test/quantity/class-use/TestQuantityFactory.html @@ -1,161 +1,161 @@ - - - - - - -Uses of Class javax.measure.test.quantity.TestQuantityFactory (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.quantity.TestQuantityFactory

    -
    -
    - +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html b/site/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html index 87c1b504..1e434e36 100644 --- a/site/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html +++ b/site/testapidocs/javax/measure/test/quantity/class-use/TimeQuantity.html @@ -1,214 +1,214 @@ - - - - - - -Uses of Class javax.measure.test.quantity.TimeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.quantity.TimeQuantity

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.quantity.TimeQuantity (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.quantity.TimeQuantity

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html b/site/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html index af3b2cf4..3dea0ede 100644 --- a/site/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html +++ b/site/testapidocs/javax/measure/test/quantity/class-use/VolumeQuantity.html @@ -1,222 +1,222 @@ - - - - - - -Uses of Class javax.measure.test.quantity.VolumeQuantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.quantity.VolumeQuantity

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.quantity.VolumeQuantity (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.quantity.VolumeQuantity

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/package-frame.html b/site/testapidocs/javax/measure/test/quantity/package-frame.html index fb6e0ef4..e95af62c 100644 --- a/site/testapidocs/javax/measure/test/quantity/package-frame.html +++ b/site/testapidocs/javax/measure/test/quantity/package-frame.html @@ -1,27 +1,27 @@ - - - - - - -javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - -

    javax.measure.test.quantity

    - - - + + + + + + +javax.measure.test.quantity (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + +

    javax.measure.test.quantity

    + + + diff --git a/site/testapidocs/javax/measure/test/quantity/package-summary.html b/site/testapidocs/javax/measure/test/quantity/package-summary.html index 2f59acd8..228f2f77 100644 --- a/site/testapidocs/javax/measure/test/quantity/package-summary.html +++ b/site/testapidocs/javax/measure/test/quantity/package-summary.html @@ -1,162 +1,162 @@ - - - - - - -javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
    - - - - - -
    - - -
    -

    Package javax.measure.test.quantity

    -
    -
    - -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +javax.measure.test.quantity (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + +
    + + + + + +
    + + +
    +

    Package javax.measure.test.quantity

    +
    +
    + +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/package-tree.html b/site/testapidocs/javax/measure/test/quantity/package-tree.html index a797f8dc..60db52a5 100644 --- a/site/testapidocs/javax/measure/test/quantity/package-tree.html +++ b/site/testapidocs/javax/measure/test/quantity/package-tree.html @@ -1,136 +1,136 @@ - - - - - - -javax.measure.test.quantity Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
    - - - - - -
    - - -
    -

    Hierarchy For Package javax.measure.test.quantity

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +javax.measure.test.quantity Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package javax.measure.test.quantity

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/quantity/package-use.html b/site/testapidocs/javax/measure/test/quantity/package-use.html index 2f33f989..b5562056 100644 --- a/site/testapidocs/javax/measure/test/quantity/package-use.html +++ b/site/testapidocs/javax/measure/test/quantity/package-use.html @@ -1,183 +1,183 @@ - - - - - - -Uses of Package javax.measure.test.quantity (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Package
    javax.measure.test.quantity

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Package javax.measure.test.quantity (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Package
    javax.measure.test.quantity

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/AreaUnit.html b/site/testapidocs/javax/measure/test/unit/AreaUnit.html index 99af8f08..a3384cd3 100644 --- a/site/testapidocs/javax/measure/test/unit/AreaUnit.html +++ b/site/testapidocs/javax/measure/test/unit/AreaUnit.html @@ -1,393 +1,393 @@ - - - - - - -AreaUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.unit
    -

    Class AreaUnit

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Unit<Area>
      -
      -
      -
      -
      public class AreaUnit
      -extends TestUnit<Area>
      -
      Author:
      -
      Werner Keil
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +AreaUnit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + +
    +
    javax.measure.test.unit
    +

    Class AreaUnit

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Unit<Area>
      +
      +
      +
      +
      public class AreaUnit
      +extends TestUnit<Area>
      +
      Author:
      +
      Werner Keil
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/BaseUnit.html b/site/testapidocs/javax/measure/test/unit/BaseUnit.html index cbd4184a..f5a37272 100644 --- a/site/testapidocs/javax/measure/test/unit/BaseUnit.html +++ b/site/testapidocs/javax/measure/test/unit/BaseUnit.html @@ -1,403 +1,403 @@ - - - - - - -BaseUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.unit
    -

    Class BaseUnit<Q extends Quantity<Q>>

    -
    -
    - -
    - +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          BaseUnit

          +
          public BaseUnit(String symbol,
          +        String name)
          +
          Creates a base unit having the specified symbol.
          +
          Parameters:
          symbol - the symbol of this base unit.
          +
          Throws:
          IllegalArgumentException - if the specified symbol is - associated to a different unit.
          -
        • -
        - - - -
          -
        • -

          BaseUnit

          -
          public BaseUnit(String symbol)
          -
          Creates a base unit having the specified symbol.
          -
          Parameters:
          symbol - the symbol of this base unit.
          -
          Throws:
          + associated to a different unit.
          +
        • +
        + + + +
          +
        • +

          BaseUnit

          +
          public BaseUnit(String symbol)
          +
          Creates a base unit having the specified symbol.
          +
          Parameters:
          symbol - the symbol of this base unit.
          +
          Throws:
          IllegalArgumentException - if the specified symbol is - associated to a different unit.
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + associated to a different unit. + + + + + + + + + + + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/DistanceUnit.html b/site/testapidocs/javax/measure/test/unit/DistanceUnit.html index 53445a34..e0c6b625 100644 --- a/site/testapidocs/javax/measure/test/unit/DistanceUnit.html +++ b/site/testapidocs/javax/measure/test/unit/DistanceUnit.html @@ -1,477 +1,477 @@ - - - - - - -DistanceUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.unit
    -

    Class DistanceUnit

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Unit<Length>
      -
      -
      -
      -
      public class DistanceUnit
      -extends BaseUnit<Length>
      -
      Author:
      -
      Werner Keil
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +DistanceUnit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + + + + +
    +
    javax.measure.test.unit
    +

    Class DistanceUnit

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Unit<Length>
      +
      +
      +
      +
      public class DistanceUnit
      +extends BaseUnit<Length>
      +
      Author:
      +
      Werner Keil
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/TimeUnit.html b/site/testapidocs/javax/measure/test/unit/TimeUnit.html index 4583ccbe..09c4b936 100644 --- a/site/testapidocs/javax/measure/test/unit/TimeUnit.html +++ b/site/testapidocs/javax/measure/test/unit/TimeUnit.html @@ -1,379 +1,379 @@ - - - - - - -TimeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.unit
    -

    Class TimeUnit

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Unit<Time>
      -
      -
      -
      -
      public class TimeUnit
      -extends BaseUnit<Time>
      -
      Version:
      -
      1.1
      -
      Author:
      -
      Werner Keil
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +TimeUnit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + + + + +
    +
    javax.measure.test.unit
    +

    Class TimeUnit

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Unit<Time>
      +
      +
      +
      +
      public class TimeUnit
      +extends BaseUnit<Time>
      +
      Version:
      +
      1.1
      +
      Author:
      +
      Werner Keil
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/VolumeUnit.html b/site/testapidocs/javax/measure/test/unit/VolumeUnit.html index e23a69d1..05bc18e3 100644 --- a/site/testapidocs/javax/measure/test/unit/VolumeUnit.html +++ b/site/testapidocs/javax/measure/test/unit/VolumeUnit.html @@ -1,407 +1,407 @@ - - - - - - -VolumeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - - - - - - - - - - -
    -
    javax.measure.test.unit
    -

    Class VolumeUnit

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Unit<Volume>
      -
      -
      -
      -
      public class VolumeUnit
      -extends TestUnit<Volume>
      -
      Author:
      -
      Werner Keil
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +VolumeUnit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + + + + + + + + + + +
    +
    javax.measure.test.unit
    +

    Class VolumeUnit

    +
    +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Unit<Volume>
      +
      +
      +
      +
      public class VolumeUnit
      +extends TestUnit<Volume>
      +
      Author:
      +
      Werner Keil
      +
    • +
    +
    +
    + +
    +
    + +
    +
    + + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html b/site/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html index 6ebec10a..26681395 100644 --- a/site/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html +++ b/site/testapidocs/javax/measure/test/unit/class-use/AreaUnit.html @@ -1,212 +1,212 @@ - - - - - - -Uses of Class javax.measure.test.unit.AreaUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.unit.AreaUnit

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.unit.AreaUnit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.unit.AreaUnit

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html b/site/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html index ced89bee..dca92f6b 100644 --- a/site/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html +++ b/site/testapidocs/javax/measure/test/unit/class-use/BaseUnit.html @@ -1,161 +1,161 @@ - - - - - - -Uses of Class javax.measure.test.unit.BaseUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.unit.BaseUnit

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.unit.BaseUnit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.unit.BaseUnit

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html b/site/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html index 3beaa7b1..2b28dc4b 100644 --- a/site/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html +++ b/site/testapidocs/javax/measure/test/unit/class-use/DistanceUnit.html @@ -1,246 +1,246 @@ - - - - - - -Uses of Class javax.measure.test.unit.DistanceUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.unit.DistanceUnit

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.unit.DistanceUnit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.unit.DistanceUnit

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html b/site/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html index f495bac4..472007d5 100644 --- a/site/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html +++ b/site/testapidocs/javax/measure/test/unit/class-use/TimeUnit.html @@ -1,199 +1,199 @@ - - - - - - -Uses of Class javax.measure.test.unit.TimeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.unit.TimeUnit

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.unit.TimeUnit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.unit.TimeUnit

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html b/site/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html index 8bfac6f4..6a05f10d 100644 --- a/site/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html +++ b/site/testapidocs/javax/measure/test/unit/class-use/VolumeUnit.html @@ -1,216 +1,216 @@ - - - - - - -Uses of Class javax.measure.test.unit.VolumeUnit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Class
    javax.measure.test.unit.VolumeUnit

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Class javax.measure.test.unit.VolumeUnit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Class
    javax.measure.test.unit.VolumeUnit

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/package-frame.html b/site/testapidocs/javax/measure/test/unit/package-frame.html index 15e18f9d..b6a7e32c 100644 --- a/site/testapidocs/javax/measure/test/unit/package-frame.html +++ b/site/testapidocs/javax/measure/test/unit/package-frame.html @@ -1,25 +1,25 @@ - - - - - - -javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - -

    javax.measure.test.unit

    - - - + + + + + + +javax.measure.test.unit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + +

    javax.measure.test.unit

    + + + diff --git a/site/testapidocs/javax/measure/test/unit/package-summary.html b/site/testapidocs/javax/measure/test/unit/package-summary.html index c711e11b..5abc07a6 100644 --- a/site/testapidocs/javax/measure/test/unit/package-summary.html +++ b/site/testapidocs/javax/measure/test/unit/package-summary.html @@ -1,154 +1,154 @@ - - - - - - -javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
    - - - - - -
    - - -
    -

    Package javax.measure.test.unit

    -
    -
    - -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +javax.measure.test.unit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + +
    + + + + + +
    + + +
    +

    Package javax.measure.test.unit

    +
    +
    + +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/package-tree.html b/site/testapidocs/javax/measure/test/unit/package-tree.html index a65e1637..97262747 100644 --- a/site/testapidocs/javax/measure/test/unit/package-tree.html +++ b/site/testapidocs/javax/measure/test/unit/package-tree.html @@ -1,141 +1,141 @@ - - - - - - -javax.measure.test.unit Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
    - - - - - -
    - - -
    -

    Hierarchy For Package javax.measure.test.unit

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +javax.measure.test.unit Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package javax.measure.test.unit

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/javax/measure/test/unit/package-use.html b/site/testapidocs/javax/measure/test/unit/package-use.html index c910edef..2d379cc4 100644 --- a/site/testapidocs/javax/measure/test/unit/package-use.html +++ b/site/testapidocs/javax/measure/test/unit/package-use.html @@ -1,192 +1,192 @@ - - - - - - -Uses of Package javax.measure.test.unit (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - - - -
    -

    Uses of Package
    javax.measure.test.unit

    -
    -
    - -
    - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Uses of Package javax.measure.test.unit (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + + + +
    +

    Uses of Package
    javax.measure.test.unit

    +
    +
    + +
    + + + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/overview-frame.html b/site/testapidocs/overview-frame.html index 72812ef2..361dfb38 100644 --- a/site/testapidocs/overview-frame.html +++ b/site/testapidocs/overview-frame.html @@ -1,26 +1,26 @@ - - - - - - -Overview List (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -

     

    - - + + + + + + +Overview List (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + +

     

    + + diff --git a/site/testapidocs/overview-summary.html b/site/testapidocs/overview-summary.html index fb319cd5..06e15d8f 100644 --- a/site/testapidocs/overview-summary.html +++ b/site/testapidocs/overview-summary.html @@ -1,148 +1,148 @@ - - - - - - -Overview (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - - -
    - - - - - -
    - - -
    -

    Units of Measurement API 0.8-SNAPSHOT Test API

    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Packages 
    PackageDescription
    javax.measure.spi 
    javax.measure.test 
    javax.measure.test.format 
    javax.measure.test.quantity 
    javax.measure.test.unit 
    -
    - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Overview (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + + +
    + + + + + +
    + + +
    +

    Units of Measurement API 0.9-SNAPSHOT Test API

    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Packages 
    PackageDescription
    javax.measure.spi 
    javax.measure.test 
    javax.measure.test.format 
    javax.measure.test.quantity 
    javax.measure.test.unit 
    +
    + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + diff --git a/site/testapidocs/overview-tree.html b/site/testapidocs/overview-tree.html index 08adf8d5..ce004f7b 100644 --- a/site/testapidocs/overview-tree.html +++ b/site/testapidocs/overview-tree.html @@ -1,162 +1,162 @@ - - - - - - -Class Hierarchy (Units of Measurement API 0.8-SNAPSHOT Test API) - - - - - - - -
    - - - - - -
    - - - - - -
    - - - - - -
    - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - + + + + + + +Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT Test API) + + + + + + + +
    + + + + + +
    + + + + + +
    + + + + + +
    + + +

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    + + From 4c9827bf00f0f4305c99ecca13f0ad5d8bf3764c Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Fri, 1 Jan 2016 15:12:01 +0100 Subject: [PATCH 12/57] Updated year in header --- site/apidocs/allclasses-frame.html | 4 +- site/apidocs/allclasses-noframe.html | 4 +- site/apidocs/constant-values.html | 6 +- site/apidocs/deprecated-list.html | 6 +- site/apidocs/help-doc.html | 6 +- site/apidocs/index-all.html | 6 +- site/apidocs/index.html | 2 +- site/apidocs/javax/measure/Dimension.html | 6 +- .../measure/IncommensurableException.html | 6 +- .../javax/measure/MeasurementException.html | 6 +- site/apidocs/javax/measure/Quantity.html | 13 +- .../javax/measure/UnconvertibleException.html | 6 +- site/apidocs/javax/measure/Unit.html | 43 +- site/apidocs/javax/measure/UnitConverter.html | 12 +- .../javax/measure/class-use/Dimension.html | 6 +- .../class-use/IncommensurableException.html | 6 +- .../class-use/MeasurementException.html | 6 +- .../javax/measure/class-use/Quantity.html | 6 +- .../class-use/UnconvertibleException.html | 6 +- .../apidocs/javax/measure/class-use/Unit.html | 6 +- .../measure/class-use/UnitConverter.html | 6 +- site/apidocs/javax/measure/format/Parser.html | 235 --- .../javax/measure/format/ParserException.html | 6 +- .../javax/measure/format/UnitFormat.html | 6 +- .../format/class-use/ParserException.html | 6 +- .../measure/format/class-use/UnitFormat.html | 6 +- .../javax/measure/format/package-frame.html | 4 +- .../javax/measure/format/package-summary.html | 6 +- .../javax/measure/format/package-tree.html | 6 +- .../javax/measure/format/package-use.html | 6 +- site/apidocs/javax/measure/package-frame.html | 4 +- .../javax/measure/package-summary.html | 6 +- site/apidocs/javax/measure/package-tree.html | 6 +- site/apidocs/javax/measure/package-use.html | 6 +- .../javax/measure/quantity/Acceleration.html | 6 +- .../measure/quantity/AmountOfSubstance.html | 6 +- .../apidocs/javax/measure/quantity/Angle.html | 6 +- site/apidocs/javax/measure/quantity/Area.html | 6 +- .../measure/quantity/CatalyticActivity.html | 6 +- .../javax/measure/quantity/Dimensionless.html | 6 +- .../measure/quantity/ElectricCapacitance.html | 6 +- .../measure/quantity/ElectricCharge.html | 6 +- .../measure/quantity/ElectricConductance.html | 6 +- .../measure/quantity/ElectricCurrent.html | 6 +- .../measure/quantity/ElectricInductance.html | 6 +- .../quantity/ElectricPermittivity.html | 6 +- .../measure/quantity/ElectricPotential.html | 6 +- .../measure/quantity/ElectricResistance.html | 6 +- .../javax/measure/quantity/Energy.html | 6 +- .../apidocs/javax/measure/quantity/Force.html | 6 +- .../javax/measure/quantity/Frequency.html | 6 +- .../javax/measure/quantity/Illuminance.html | 6 +- .../javax/measure/quantity/Length.html | 6 +- .../javax/measure/quantity/Luminance.html | 6 +- .../javax/measure/quantity/LuminousFlux.html | 6 +- .../measure/quantity/LuminousIntensity.html | 6 +- .../quantity/MagneticFieldStrength.html | 6 +- .../javax/measure/quantity/MagneticFlux.html | 6 +- .../measure/quantity/MagneticFluxDensity.html | 6 +- site/apidocs/javax/measure/quantity/Mass.html | 6 +- .../apidocs/javax/measure/quantity/Power.html | 6 +- .../javax/measure/quantity/Pressure.html | 6 +- .../quantity/RadiationDoseAbsorbed.html | 6 +- .../quantity/RadiationDoseEffective.html | 6 +- .../javax/measure/quantity/Radioactivity.html | 6 +- .../javax/measure/quantity/SolidAngle.html | 6 +- .../apidocs/javax/measure/quantity/Speed.html | 6 +- .../javax/measure/quantity/Temperature.html | 6 +- site/apidocs/javax/measure/quantity/Time.html | 6 +- .../javax/measure/quantity/Volume.html | 6 +- .../quantity/class-use/Acceleration.html | 6 +- .../quantity/class-use/AmountOfSubstance.html | 6 +- .../measure/quantity/class-use/Angle.html | 6 +- .../measure/quantity/class-use/Area.html | 6 +- .../quantity/class-use/CatalyticActivity.html | 6 +- .../quantity/class-use/Dimensionless.html | 6 +- .../class-use/ElectricCapacitance.html | 6 +- .../quantity/class-use/ElectricCharge.html | 6 +- .../class-use/ElectricConductance.html | 6 +- .../quantity/class-use/ElectricCurrent.html | 6 +- .../class-use/ElectricInductance.html | 6 +- .../class-use/ElectricPermittivity.html | 6 +- .../quantity/class-use/ElectricPotential.html | 6 +- .../class-use/ElectricResistance.html | 6 +- .../measure/quantity/class-use/Energy.html | 6 +- .../measure/quantity/class-use/Force.html | 6 +- .../measure/quantity/class-use/Frequency.html | 6 +- .../quantity/class-use/Illuminance.html | 6 +- .../measure/quantity/class-use/Length.html | 6 +- .../measure/quantity/class-use/Luminance.html | 6 +- .../quantity/class-use/LuminousFlux.html | 6 +- .../quantity/class-use/LuminousIntensity.html | 6 +- .../class-use/MagneticFieldStrength.html | 6 +- .../quantity/class-use/MagneticFlux.html | 6 +- .../class-use/MagneticFluxDensity.html | 6 +- .../measure/quantity/class-use/Mass.html | 6 +- .../measure/quantity/class-use/Power.html | 6 +- .../measure/quantity/class-use/Pressure.html | 6 +- .../class-use/RadiationDoseAbsorbed.html | 6 +- .../class-use/RadiationDoseEffective.html | 6 +- .../quantity/class-use/Radioactivity.html | 6 +- .../quantity/class-use/SolidAngle.html | 6 +- .../measure/quantity/class-use/Speed.html | 6 +- .../quantity/class-use/Temperature.html | 6 +- .../measure/quantity/class-use/Time.html | 6 +- .../measure/quantity/class-use/Volume.html | 6 +- .../javax/measure/quantity/package-frame.html | 4 +- .../measure/quantity/package-summary.html | 6 +- .../javax/measure/quantity/package-tree.html | 6 +- .../javax/measure/quantity/package-use.html | 6 +- site/apidocs/javax/measure/spi/Bootstrap.html | 6 +- .../javax/measure/spi/QuantityFactory.html | 6 +- .../measure/spi/QuantityFactoryService.html | 6 +- .../javax/measure/spi/ServiceProvider.html | 6 +- .../javax/measure/spi/SystemOfUnits.html | 6 +- .../measure/spi/SystemOfUnitsService.html | 6 +- .../javax/measure/spi/UnitFormatService.html | 6 +- .../measure/spi/class-use/Bootstrap.html | 6 +- .../spi/class-use/QuantityFactory.html | 6 +- .../spi/class-use/QuantityFactoryService.html | 6 +- .../spi/class-use/ServiceProvider.html | 6 +- .../measure/spi/class-use/SystemOfUnits.html | 6 +- .../spi/class-use/SystemOfUnitsService.html | 6 +- .../spi/class-use/UnitFormatService.html | 6 +- .../javax/measure/spi/package-frame.html | 4 +- .../javax/measure/spi/package-summary.html | 6 +- .../javax/measure/spi/package-tree.html | 6 +- .../javax/measure/spi/package-use.html | 6 +- site/apidocs/overview-frame.html | 4 +- site/apidocs/overview-summary.html | 6 +- site/apidocs/overview-tree.html | 6 +- site/apidocs/serialized-form.html | 6 +- site/checkstyle.html | 10 +- site/checkstyle.rss | 1704 ++++++++--------- site/findbugs.html | 8 +- site/index.html | 8 +- site/integration.html | 8 +- site/issue-tracking.html | 8 +- site/license.html | 10 +- site/mail-lists.html | 8 +- site/pmd.html | 8 +- site/project-info.html | 8 +- site/project-reports.html | 8 +- site/project-summary.html | 10 +- site/source-repository.html | 8 +- site/surefire-report.html | 36 +- site/team-list.html | 8 +- site/testapidocs/allclasses-frame.html | 4 +- site/testapidocs/allclasses-noframe.html | 4 +- site/testapidocs/constant-values.html | 6 +- site/testapidocs/deprecated-list.html | 6 +- site/testapidocs/help-doc.html | 6 +- site/testapidocs/index-all.html | 6 +- site/testapidocs/index.html | 2 +- .../BootstrapTest.TestServiceProvider.html | 6 +- .../javax/measure/spi/BootstrapTest.html | 6 +- .../BootstrapTest.TestServiceProvider.html | 6 +- .../measure/spi/class-use/BootstrapTest.html | 6 +- .../javax/measure/spi/package-frame.html | 4 +- .../javax/measure/spi/package-summary.html | 6 +- .../javax/measure/spi/package-tree.html | 6 +- .../javax/measure/spi/package-use.html | 6 +- .../javax/measure/test/CalcTripLength.html | 6 +- .../javax/measure/test/CircleInfo.html | 6 +- .../javax/measure/test/Conversions.html | 6 +- .../javax/measure/test/DimensionTest.html | 6 +- .../javax/measure/test/TestUnit.html | 6 +- .../javax/measure/test/TripLeg.html | 6 +- .../javax/measure/test/UnitTest.html | 6 +- .../test/class-use/CalcTripLength.html | 6 +- .../measure/test/class-use/CircleInfo.html | 6 +- .../measure/test/class-use/Conversions.html | 6 +- .../measure/test/class-use/DimensionTest.html | 6 +- .../measure/test/class-use/TestUnit.html | 6 +- .../javax/measure/test/class-use/TripLeg.html | 6 +- .../measure/test/class-use/UnitTest.html | 6 +- .../javax/measure/test/format/PrintUtils.html | 6 +- .../measure/test/format/SimpleTestFormat.html | 6 +- .../test/format/class-use/PrintUtils.html | 6 +- .../format/class-use/SimpleTestFormat.html | 6 +- .../measure/test/format/package-frame.html | 4 +- .../measure/test/format/package-summary.html | 6 +- .../measure/test/format/package-tree.html | 6 +- .../measure/test/format/package-use.html | 6 +- .../javax/measure/test/package-frame.html | 4 +- .../javax/measure/test/package-summary.html | 6 +- .../javax/measure/test/package-tree.html | 6 +- .../javax/measure/test/package-use.html | 6 +- .../measure/test/quantity/AreaQuantity.html | 6 +- .../test/quantity/AreaQuantityTest.html | 6 +- .../measure/test/quantity/CircleInfo.html | 6 +- .../test/quantity/DistanceQuantity.html | 6 +- .../test/quantity/TestQuantityFactory.html | 6 +- .../measure/test/quantity/TimeQuantity.html | 6 +- .../measure/test/quantity/VolumeQuantity.html | 6 +- .../test/quantity/class-use/AreaQuantity.html | 6 +- .../quantity/class-use/AreaQuantityTest.html | 6 +- .../test/quantity/class-use/CircleInfo.html | 6 +- .../quantity/class-use/DistanceQuantity.html | 6 +- .../class-use/TestQuantityFactory.html | 6 +- .../test/quantity/class-use/TimeQuantity.html | 6 +- .../quantity/class-use/VolumeQuantity.html | 6 +- .../measure/test/quantity/package-frame.html | 4 +- .../test/quantity/package-summary.html | 6 +- .../measure/test/quantity/package-tree.html | 6 +- .../measure/test/quantity/package-use.html | 6 +- .../javax/measure/test/unit/AreaUnit.html | 6 +- .../javax/measure/test/unit/BaseUnit.html | 6 +- .../javax/measure/test/unit/DistanceUnit.html | 6 +- .../javax/measure/test/unit/TimeUnit.html | 6 +- .../javax/measure/test/unit/VolumeUnit.html | 6 +- .../measure/test/unit/class-use/AreaUnit.html | 6 +- .../measure/test/unit/class-use/BaseUnit.html | 6 +- .../test/unit/class-use/DistanceUnit.html | 6 +- .../measure/test/unit/class-use/TimeUnit.html | 6 +- .../test/unit/class-use/VolumeUnit.html | 6 +- .../measure/test/unit/package-frame.html | 4 +- .../measure/test/unit/package-summary.html | 6 +- .../javax/measure/test/unit/package-tree.html | 6 +- .../javax/measure/test/unit/package-use.html | 6 +- site/testapidocs/overview-frame.html | 4 +- site/testapidocs/overview-summary.html | 6 +- site/testapidocs/overview-tree.html | 6 +- 223 files changed, 1551 insertions(+), 1788 deletions(-) delete mode 100644 site/apidocs/javax/measure/format/Parser.html diff --git a/site/apidocs/allclasses-frame.html b/site/apidocs/allclasses-frame.html index 760184e4..63b59340 100644 --- a/site/apidocs/allclasses-frame.html +++ b/site/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (Units of Measurement API 0.9-SNAPSHOT API) - + diff --git a/site/apidocs/allclasses-noframe.html b/site/apidocs/allclasses-noframe.html index 2089eab3..6d5bdd02 100644 --- a/site/apidocs/allclasses-noframe.html +++ b/site/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (Units of Measurement API 0.9-SNAPSHOT API) - + diff --git a/site/apidocs/constant-values.html b/site/apidocs/constant-values.html index 2ddae64a..b97a9c7c 100644 --- a/site/apidocs/constant-values.html +++ b/site/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Contents

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/deprecated-list.html b/site/apidocs/deprecated-list.html index 4aaa2ded..57e8610a 100644 --- a/site/apidocs/deprecated-list.html +++ b/site/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Contents

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/help-doc.html b/site/apidocs/help-doc.html index 393f438f..1c8bd8bd 100644 --- a/site/apidocs/help-doc.html +++ b/site/apidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -217,6 +217,6 @@

    Constant Field Values

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/index-all.html b/site/apidocs/index-all.html index 1a706342..5aebea23 100644 --- a/site/apidocs/index-all.html +++ b/site/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -802,6 +802,6 @@

    V

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/index.html b/site/apidocs/index.html index b2277e20..716719b7 100644 --- a/site/apidocs/index.html +++ b/site/apidocs/index.html @@ -2,7 +2,7 @@ - + Units of Measurement API 0.9-SNAPSHOT API - - - - - - -
    -
    javax.measure.format
    -

    Interface Parser<I,O>

    -
    -
    -
    -
      -
    • -
      Type Parameters:
      I - the input
      O - the output
      -
      -
      All Known Subinterfaces:
      -
      UnitFormat
      -
      -
      -
      -
      public interface Parser<I,O>
      -
      Represents a function that parses an input value and produces an output. - -

      - This is a functional interface whose functional method is #parse().

      -
      Version:
      -
      0.5, 2014-08-11
      -
      Author:
      -
      Werner Keil
      -
      See Also:
      ParserException
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - -
        Methods 
        Modifier and TypeMethod and Description
        Oparse(I input) -
        Parses the specified I to produce a O.
        -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - - - -
          -
        • -

          parse

          -
          O parse(I input)
          -        throws ParserException
          -
          Parses the specified I to produce a O.
          -
          Throws:
          -
          ParserException - if any problem occurs while parsing the - specified input (e.g. illegal syntax).
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    - - diff --git a/site/apidocs/javax/measure/format/ParserException.html b/site/apidocs/javax/measure/format/ParserException.html index c5868582..8c6ecee7 100644 --- a/site/apidocs/javax/measure/format/ParserException.html +++ b/site/apidocs/javax/measure/format/ParserException.html @@ -2,10 +2,10 @@ - + ParserException (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -361,6 +361,6 @@

    getParsedString

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/format/UnitFormat.html b/site/apidocs/javax/measure/format/UnitFormat.html index 5b22410b..ccd6091a 100644 --- a/site/apidocs/javax/measure/format/UnitFormat.html +++ b/site/apidocs/javax/measure/format/UnitFormat.html @@ -2,10 +2,10 @@ - + UnitFormat (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -329,6 +329,6 @@

    parse

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/format/class-use/ParserException.html b/site/apidocs/javax/measure/format/class-use/ParserException.html index 66d387f9..40c22273 100644 --- a/site/apidocs/javax/measure/format/class-use/ParserException.html +++ b/site/apidocs/javax/measure/format/class-use/ParserException.html @@ -2,10 +2,10 @@ - + Uses of Class javax.measure.format.ParserException (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -156,6 +156,6 @@

    Uses of -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/format/class-use/UnitFormat.html b/site/apidocs/javax/measure/format/class-use/UnitFormat.html index dbd72bd3..53678823 100644 --- a/site/apidocs/javax/measure/format/class-use/UnitFormat.html +++ b/site/apidocs/javax/measure/format/class-use/UnitFormat.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.format.UnitFormat (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -163,6 +163,6 @@

    Uses of Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/format/package-frame.html b/site/apidocs/javax/measure/format/package-frame.html index 5cb2200a..a5759736 100644 --- a/site/apidocs/javax/measure/format/package-frame.html +++ b/site/apidocs/javax/measure/format/package-frame.html @@ -2,10 +2,10 @@ - + javax.measure.format (Units of Measurement API 0.9-SNAPSHOT API) - + diff --git a/site/apidocs/javax/measure/format/package-summary.html b/site/apidocs/javax/measure/format/package-summary.html index 64985d4f..81141163 100644 --- a/site/apidocs/javax/measure/format/package-summary.html +++ b/site/apidocs/javax/measure/format/package-summary.html @@ -2,10 +2,10 @@ - + javax.measure.format (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -164,6 +164,6 @@

    Package javax.measure.forma -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/format/package-tree.html b/site/apidocs/javax/measure/format/package-tree.html index cd739af7..253896de 100644 --- a/site/apidocs/javax/measure/format/package-tree.html +++ b/site/apidocs/javax/measure/format/package-tree.html @@ -2,10 +2,10 @@ - + javax.measure.format Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -145,6 +145,6 @@

    Interface Hierarchy

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/format/package-use.html b/site/apidocs/javax/measure/format/package-use.html index c9b4a4a0..c66b352a 100644 --- a/site/apidocs/javax/measure/format/package-use.html +++ b/site/apidocs/javax/measure/format/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package javax.measure.format (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -173,6 +173,6 @@

    Uses of Package -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/package-frame.html b/site/apidocs/javax/measure/package-frame.html index e63dfe2b..8002bb18 100644 --- a/site/apidocs/javax/measure/package-frame.html +++ b/site/apidocs/javax/measure/package-frame.html @@ -2,10 +2,10 @@ - + javax.measure (Units of Measurement API 0.9-SNAPSHOT API) - + diff --git a/site/apidocs/javax/measure/package-summary.html b/site/apidocs/javax/measure/package-summary.html index f20c53c2..b9a1b30c 100644 --- a/site/apidocs/javax/measure/package-summary.html +++ b/site/apidocs/javax/measure/package-summary.html @@ -2,10 +2,10 @@ - + javax.measure (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -201,6 +201,6 @@

    Package javax.measure Description< -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/package-tree.html b/site/apidocs/javax/measure/package-tree.html index c7619b5c..03673397 100644 --- a/site/apidocs/javax/measure/package-tree.html +++ b/site/apidocs/javax/measure/package-tree.html @@ -2,10 +2,10 @@ - + javax.measure Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -149,6 +149,6 @@

    Interface Hierarchy

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/package-use.html b/site/apidocs/javax/measure/package-use.html index d2cbb9e0..f3d3126c 100644 --- a/site/apidocs/javax/measure/package-use.html +++ b/site/apidocs/javax/measure/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package javax.measure (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -273,6 +273,6 @@

    Uses of Package
    javax -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Acceleration.html b/site/apidocs/javax/measure/quantity/Acceleration.html index a51e834c..0129eefc 100644 --- a/site/apidocs/javax/measure/quantity/Acceleration.html +++ b/site/apidocs/javax/measure/quantity/Acceleration.html @@ -2,10 +2,10 @@ - + Acceleration (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -192,6 +192,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/AmountOfSubstance.html b/site/apidocs/javax/measure/quantity/AmountOfSubstance.html index fafa7684..aacd2ab4 100644 --- a/site/apidocs/javax/measure/quantity/AmountOfSubstance.html +++ b/site/apidocs/javax/measure/quantity/AmountOfSubstance.html @@ -2,10 +2,10 @@ - + AmountOfSubstance (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -189,6 +189,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Angle.html b/site/apidocs/javax/measure/quantity/Angle.html index fe9f6fb7..d185577e 100644 --- a/site/apidocs/javax/measure/quantity/Angle.html +++ b/site/apidocs/javax/measure/quantity/Angle.html @@ -2,10 +2,10 @@ - + Angle (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -191,6 +191,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Area.html b/site/apidocs/javax/measure/quantity/Area.html index 06feeeaa..ec1ce2c7 100644 --- a/site/apidocs/javax/measure/quantity/Area.html +++ b/site/apidocs/javax/measure/quantity/Area.html @@ -2,10 +2,10 @@ - + Area (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -191,6 +191,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/CatalyticActivity.html b/site/apidocs/javax/measure/quantity/CatalyticActivity.html index ffd2c262..f32058d7 100644 --- a/site/apidocs/javax/measure/quantity/CatalyticActivity.html +++ b/site/apidocs/javax/measure/quantity/CatalyticActivity.html @@ -2,10 +2,10 @@ - + CatalyticActivity (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Dimensionless.html b/site/apidocs/javax/measure/quantity/Dimensionless.html index dc6c6062..6af9899f 100644 --- a/site/apidocs/javax/measure/quantity/Dimensionless.html +++ b/site/apidocs/javax/measure/quantity/Dimensionless.html @@ -2,10 +2,10 @@ - + Dimensionless (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -187,6 +187,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/ElectricCapacitance.html b/site/apidocs/javax/measure/quantity/ElectricCapacitance.html index 16f3610f..c15fef1f 100644 --- a/site/apidocs/javax/measure/quantity/ElectricCapacitance.html +++ b/site/apidocs/javax/measure/quantity/ElectricCapacitance.html @@ -2,10 +2,10 @@ - + ElectricCapacitance (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/ElectricCharge.html b/site/apidocs/javax/measure/quantity/ElectricCharge.html index 3d92afa1..5787283a 100644 --- a/site/apidocs/javax/measure/quantity/ElectricCharge.html +++ b/site/apidocs/javax/measure/quantity/ElectricCharge.html @@ -2,10 +2,10 @@ - + ElectricCharge (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -189,6 +189,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/ElectricConductance.html b/site/apidocs/javax/measure/quantity/ElectricConductance.html index cc1ff8d0..e1c8de9c 100644 --- a/site/apidocs/javax/measure/quantity/ElectricConductance.html +++ b/site/apidocs/javax/measure/quantity/ElectricConductance.html @@ -2,10 +2,10 @@ - + ElectricConductance (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/ElectricCurrent.html b/site/apidocs/javax/measure/quantity/ElectricCurrent.html index e30f8c68..fa4431d5 100644 --- a/site/apidocs/javax/measure/quantity/ElectricCurrent.html +++ b/site/apidocs/javax/measure/quantity/ElectricCurrent.html @@ -2,10 +2,10 @@ - + ElectricCurrent (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -190,6 +190,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/ElectricInductance.html b/site/apidocs/javax/measure/quantity/ElectricInductance.html index 83c72dce..cd4e64f4 100644 --- a/site/apidocs/javax/measure/quantity/ElectricInductance.html +++ b/site/apidocs/javax/measure/quantity/ElectricInductance.html @@ -2,10 +2,10 @@ - + ElectricInductance (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/ElectricPermittivity.html b/site/apidocs/javax/measure/quantity/ElectricPermittivity.html index ba324dd9..0191d598 100644 --- a/site/apidocs/javax/measure/quantity/ElectricPermittivity.html +++ b/site/apidocs/javax/measure/quantity/ElectricPermittivity.html @@ -2,10 +2,10 @@ - + ElectricPermittivity (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -189,6 +189,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/ElectricPotential.html b/site/apidocs/javax/measure/quantity/ElectricPotential.html index 91d1f833..74a1e946 100644 --- a/site/apidocs/javax/measure/quantity/ElectricPotential.html +++ b/site/apidocs/javax/measure/quantity/ElectricPotential.html @@ -2,10 +2,10 @@ - + ElectricPotential (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/ElectricResistance.html b/site/apidocs/javax/measure/quantity/ElectricResistance.html index fae1ce39..75499e80 100644 --- a/site/apidocs/javax/measure/quantity/ElectricResistance.html +++ b/site/apidocs/javax/measure/quantity/ElectricResistance.html @@ -2,10 +2,10 @@ - + ElectricResistance (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Energy.html b/site/apidocs/javax/measure/quantity/Energy.html index c2b97ea1..34e1505f 100644 --- a/site/apidocs/javax/measure/quantity/Energy.html +++ b/site/apidocs/javax/measure/quantity/Energy.html @@ -2,10 +2,10 @@ - + Energy (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -191,6 +191,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Force.html b/site/apidocs/javax/measure/quantity/Force.html index 9d33628a..05427998 100644 --- a/site/apidocs/javax/measure/quantity/Force.html +++ b/site/apidocs/javax/measure/quantity/Force.html @@ -2,10 +2,10 @@ - + Force (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -190,6 +190,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Frequency.html b/site/apidocs/javax/measure/quantity/Frequency.html index 4511c127..5fb772bb 100644 --- a/site/apidocs/javax/measure/quantity/Frequency.html +++ b/site/apidocs/javax/measure/quantity/Frequency.html @@ -2,10 +2,10 @@ - + Frequency (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -189,6 +189,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Illuminance.html b/site/apidocs/javax/measure/quantity/Illuminance.html index 0609df97..8001e0d1 100644 --- a/site/apidocs/javax/measure/quantity/Illuminance.html +++ b/site/apidocs/javax/measure/quantity/Illuminance.html @@ -2,10 +2,10 @@ - + Illuminance (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Length.html b/site/apidocs/javax/measure/quantity/Length.html index 216814e0..a6b3f45e 100644 --- a/site/apidocs/javax/measure/quantity/Length.html +++ b/site/apidocs/javax/measure/quantity/Length.html @@ -2,10 +2,10 @@ - + Length (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -194,6 +194,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Luminance.html b/site/apidocs/javax/measure/quantity/Luminance.html index 768aea04..11178b60 100644 --- a/site/apidocs/javax/measure/quantity/Luminance.html +++ b/site/apidocs/javax/measure/quantity/Luminance.html @@ -2,10 +2,10 @@ - + Luminance (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -190,6 +190,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/LuminousFlux.html b/site/apidocs/javax/measure/quantity/LuminousFlux.html index 0c9003bf..4f8bd36c 100644 --- a/site/apidocs/javax/measure/quantity/LuminousFlux.html +++ b/site/apidocs/javax/measure/quantity/LuminousFlux.html @@ -2,10 +2,10 @@ - + LuminousFlux (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/LuminousIntensity.html b/site/apidocs/javax/measure/quantity/LuminousIntensity.html index c96e17a7..a213d247 100644 --- a/site/apidocs/javax/measure/quantity/LuminousIntensity.html +++ b/site/apidocs/javax/measure/quantity/LuminousIntensity.html @@ -2,10 +2,10 @@ - + LuminousIntensity (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -190,6 +190,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/MagneticFieldStrength.html b/site/apidocs/javax/measure/quantity/MagneticFieldStrength.html index 7c2eb0af..e80b32d6 100644 --- a/site/apidocs/javax/measure/quantity/MagneticFieldStrength.html +++ b/site/apidocs/javax/measure/quantity/MagneticFieldStrength.html @@ -2,10 +2,10 @@ - + MagneticFieldStrength (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/MagneticFlux.html b/site/apidocs/javax/measure/quantity/MagneticFlux.html index 5229af99..5957c56a 100644 --- a/site/apidocs/javax/measure/quantity/MagneticFlux.html +++ b/site/apidocs/javax/measure/quantity/MagneticFlux.html @@ -2,10 +2,10 @@ - + MagneticFlux (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/MagneticFluxDensity.html b/site/apidocs/javax/measure/quantity/MagneticFluxDensity.html index a01465ae..c84c4bb2 100644 --- a/site/apidocs/javax/measure/quantity/MagneticFluxDensity.html +++ b/site/apidocs/javax/measure/quantity/MagneticFluxDensity.html @@ -2,10 +2,10 @@ - + MagneticFluxDensity (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Mass.html b/site/apidocs/javax/measure/quantity/Mass.html index 781c566b..876e465f 100644 --- a/site/apidocs/javax/measure/quantity/Mass.html +++ b/site/apidocs/javax/measure/quantity/Mass.html @@ -2,10 +2,10 @@ - + Mass (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -191,6 +191,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Power.html b/site/apidocs/javax/measure/quantity/Power.html index b5599c9e..9d27a17e 100644 --- a/site/apidocs/javax/measure/quantity/Power.html +++ b/site/apidocs/javax/measure/quantity/Power.html @@ -2,10 +2,10 @@ - + Power (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -190,6 +190,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Pressure.html b/site/apidocs/javax/measure/quantity/Pressure.html index 4145cdba..72ee5663 100644 --- a/site/apidocs/javax/measure/quantity/Pressure.html +++ b/site/apidocs/javax/measure/quantity/Pressure.html @@ -2,10 +2,10 @@ - + Pressure (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -190,6 +190,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html b/site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html index 4aa46d5b..74a29553 100644 --- a/site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html +++ b/site/apidocs/javax/measure/quantity/RadiationDoseAbsorbed.html @@ -2,10 +2,10 @@ - + RadiationDoseAbsorbed (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -189,6 +189,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/RadiationDoseEffective.html b/site/apidocs/javax/measure/quantity/RadiationDoseEffective.html index e421072f..0b5f37e3 100644 --- a/site/apidocs/javax/measure/quantity/RadiationDoseEffective.html +++ b/site/apidocs/javax/measure/quantity/RadiationDoseEffective.html @@ -2,10 +2,10 @@ - + RadiationDoseEffective (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -189,6 +189,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Radioactivity.html b/site/apidocs/javax/measure/quantity/Radioactivity.html index a83116b5..564a4b78 100644 --- a/site/apidocs/javax/measure/quantity/Radioactivity.html +++ b/site/apidocs/javax/measure/quantity/Radioactivity.html @@ -2,10 +2,10 @@ - + Radioactivity (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/SolidAngle.html b/site/apidocs/javax/measure/quantity/SolidAngle.html index fefdf44a..04aaa13f 100644 --- a/site/apidocs/javax/measure/quantity/SolidAngle.html +++ b/site/apidocs/javax/measure/quantity/SolidAngle.html @@ -2,10 +2,10 @@ - + SolidAngle (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -189,6 +189,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Speed.html b/site/apidocs/javax/measure/quantity/Speed.html index 24d9a0ca..7120ab57 100644 --- a/site/apidocs/javax/measure/quantity/Speed.html +++ b/site/apidocs/javax/measure/quantity/Speed.html @@ -2,10 +2,10 @@ - + Speed (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -196,6 +196,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Temperature.html b/site/apidocs/javax/measure/quantity/Temperature.html index f34f0910..be10bfa8 100644 --- a/site/apidocs/javax/measure/quantity/Temperature.html +++ b/site/apidocs/javax/measure/quantity/Temperature.html @@ -2,10 +2,10 @@ - + Temperature (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -188,6 +188,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Time.html b/site/apidocs/javax/measure/quantity/Time.html index d058e584..19dafd53 100644 --- a/site/apidocs/javax/measure/quantity/Time.html +++ b/site/apidocs/javax/measure/quantity/Time.html @@ -2,10 +2,10 @@ - + Time (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -193,6 +193,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/Volume.html b/site/apidocs/javax/measure/quantity/Volume.html index fd723ee6..a86ec401 100644 --- a/site/apidocs/javax/measure/quantity/Volume.html +++ b/site/apidocs/javax/measure/quantity/Volume.html @@ -2,10 +2,10 @@ - + Volume (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -190,6 +190,6 @@

    Methods inherited from interface Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Acceleration.html b/site/apidocs/javax/measure/quantity/class-use/Acceleration.html index ee621f10..e2dd01d3 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Acceleration.html +++ b/site/apidocs/javax/measure/quantity/class-use/Acceleration.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Acceleration (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html b/site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html index 11694c03..2031b721 100644 --- a/site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html +++ b/site/apidocs/javax/measure/quantity/class-use/AmountOfSubstance.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.AmountOfSubstance (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses of -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Area.html b/site/apidocs/javax/measure/quantity/class-use/Area.html index c5d581bf..c660d48e 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Area.html +++ b/site/apidocs/javax/measure/quantity/class-use/Area.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Area (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses of -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html b/site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html index 6d78c7b7..574608cb 100644 --- a/site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html +++ b/site/apidocs/javax/measure/quantity/class-use/CatalyticActivity.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.CatalyticActivity (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html b/site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html index 6b400180..e0f1d576 100644 --- a/site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricCapacitance.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.ElectricCapacitance (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html b/site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html index b3b7cb1b..d13fd1cf 100644 --- a/site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html +++ b/site/apidocs/javax/measure/quantity/class-use/ElectricPotential.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.ElectricPotential (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses o -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Force.html b/site/apidocs/javax/measure/quantity/class-use/Force.html index 547e13d0..e5194d04 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Force.html +++ b/site/apidocs/javax/measure/quantity/class-use/Force.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Force (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses of -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Frequency.html b/site/apidocs/javax/measure/quantity/class-use/Frequency.html index ef8d79a5..5bbee123 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Frequency.html +++ b/site/apidocs/javax/measure/quantity/class-use/Frequency.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Frequency (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Use -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Illuminance.html b/site/apidocs/javax/measure/quantity/class-use/Illuminance.html index 6266d0da..aed07542 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Illuminance.html +++ b/site/apidocs/javax/measure/quantity/class-use/Illuminance.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Illuminance (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    U -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Length.html b/site/apidocs/javax/measure/quantity/class-use/Length.html index 9e5fdbb2..128f6f95 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Length.html +++ b/site/apidocs/javax/measure/quantity/class-use/Length.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Length (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses o -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Luminance.html b/site/apidocs/javax/measure/quantity/class-use/Luminance.html index 80c43a61..7a3e494b 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Luminance.html +++ b/site/apidocs/javax/measure/quantity/class-use/Luminance.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Luminance (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Use -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html b/site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html index 3764f04a..caaf42fd 100644 --- a/site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html +++ b/site/apidocs/javax/measure/quantity/class-use/LuminousFlux.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.LuminousFlux (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html b/site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html index c61c9811..68127a4d 100644 --- a/site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html +++ b/site/apidocs/javax/measure/quantity/class-use/LuminousIntensity.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.LuminousIntensity (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html b/site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html index 73709cad..5feda7a6 100644 --- a/site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html +++ b/site/apidocs/javax/measure/quantity/class-use/MagneticFlux.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.MagneticFlux (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html b/site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html index 19df9b9e..0aa865dc 100644 --- a/site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html +++ b/site/apidocs/javax/measure/quantity/class-use/MagneticFluxDensity.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.MagneticFluxDensity (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses of -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Power.html b/site/apidocs/javax/measure/quantity/class-use/Power.html index 0ad76d9d..01d39cbd 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Power.html +++ b/site/apidocs/javax/measure/quantity/class-use/Power.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Power (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses of -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Pressure.html b/site/apidocs/javax/measure/quantity/class-use/Pressure.html index e28cc2c3..b25337ae 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Pressure.html +++ b/site/apidocs/javax/measure/quantity/class-use/Pressure.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Pressure (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html index 9ee12444..93e328ca 100644 --- a/site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html +++ b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseAbsorbed.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.RadiationDoseAbsorbed (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html index e0eec362..07be2f3b 100644 --- a/site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html +++ b/site/apidocs/javax/measure/quantity/class-use/RadiationDoseEffective.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.RadiationDoseEffective (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Radioactivity.html b/site/apidocs/javax/measure/quantity/class-use/Radioactivity.html index cae5e273..3ccad422 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Radioactivity.html +++ b/site/apidocs/javax/measure/quantity/class-use/Radioactivity.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Radioactivity (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/SolidAngle.html b/site/apidocs/javax/measure/quantity/class-use/SolidAngle.html index bf5280d8..eff64a5a 100644 --- a/site/apidocs/javax/measure/quantity/class-use/SolidAngle.html +++ b/site/apidocs/javax/measure/quantity/class-use/SolidAngle.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.SolidAngle (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Us -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Speed.html b/site/apidocs/javax/measure/quantity/class-use/Speed.html index 8a343b25..97f19186 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Speed.html +++ b/site/apidocs/javax/measure/quantity/class-use/Speed.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Speed (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses of -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Temperature.html b/site/apidocs/javax/measure/quantity/class-use/Temperature.html index dfc8692d..db574b00 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Temperature.html +++ b/site/apidocs/javax/measure/quantity/class-use/Temperature.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Temperature (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    U -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Time.html b/site/apidocs/javax/measure/quantity/class-use/Time.html index 0d245f66..ebf1fd9f 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Time.html +++ b/site/apidocs/javax/measure/quantity/class-use/Time.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Time (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses of -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/class-use/Volume.html b/site/apidocs/javax/measure/quantity/class-use/Volume.html index ed6cb035..ae5d27c0 100644 --- a/site/apidocs/javax/measure/quantity/class-use/Volume.html +++ b/site/apidocs/javax/measure/quantity/class-use/Volume.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.quantity.Volume (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses o -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/package-frame.html b/site/apidocs/javax/measure/quantity/package-frame.html index 2de3c496..c47f21c7 100644 --- a/site/apidocs/javax/measure/quantity/package-frame.html +++ b/site/apidocs/javax/measure/quantity/package-frame.html @@ -2,10 +2,10 @@ - + javax.measure.quantity (Units of Measurement API 0.9-SNAPSHOT API) - + diff --git a/site/apidocs/javax/measure/quantity/package-summary.html b/site/apidocs/javax/measure/quantity/package-summary.html index 0a039eaf..3f6940d6 100644 --- a/site/apidocs/javax/measure/quantity/package-summary.html +++ b/site/apidocs/javax/measure/quantity/package-summary.html @@ -2,10 +2,10 @@ - + javax.measure.quantity (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -393,6 +393,6 @@

    Package javax.measure.qua -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/package-tree.html b/site/apidocs/javax/measure/quantity/package-tree.html index ebc7c13a..2005334a 100644 --- a/site/apidocs/javax/measure/quantity/package-tree.html +++ b/site/apidocs/javax/measure/quantity/package-tree.html @@ -2,10 +2,10 @@ - + javax.measure.quantity Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -160,6 +160,6 @@

    Interface Hierarchy

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/quantity/package-use.html b/site/apidocs/javax/measure/quantity/package-use.html index 432d3d83..a621cb82 100644 --- a/site/apidocs/javax/measure/quantity/package-use.html +++ b/site/apidocs/javax/measure/quantity/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package javax.measure.quantity (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses of Package -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/Bootstrap.html b/site/apidocs/javax/measure/spi/Bootstrap.html index db3998fe..576ae378 100644 --- a/site/apidocs/javax/measure/spi/Bootstrap.html +++ b/site/apidocs/javax/measure/spi/Bootstrap.html @@ -2,10 +2,10 @@ - + Bootstrap (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -271,6 +271,6 @@

    getService

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/QuantityFactory.html b/site/apidocs/javax/measure/spi/QuantityFactory.html index e3ab39d0..aafc3aca 100644 --- a/site/apidocs/javax/measure/spi/QuantityFactory.html +++ b/site/apidocs/javax/measure/spi/QuantityFactory.html @@ -2,10 +2,10 @@ - + QuantityFactory (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -251,6 +251,6 @@

    getSystemUnit

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/QuantityFactoryService.html b/site/apidocs/javax/measure/spi/QuantityFactoryService.html index 4a19b09a..760d906c 100644 --- a/site/apidocs/javax/measure/spi/QuantityFactoryService.html +++ b/site/apidocs/javax/measure/spi/QuantityFactoryService.html @@ -2,10 +2,10 @@ - + QuantityFactoryService (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -217,6 +217,6 @@

    getQuantityFactory

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/ServiceProvider.html b/site/apidocs/javax/measure/spi/ServiceProvider.html index 3d23d23f..ddc757e3 100644 --- a/site/apidocs/javax/measure/spi/ServiceProvider.html +++ b/site/apidocs/javax/measure/spi/ServiceProvider.html @@ -2,10 +2,10 @@ - + ServiceProvider (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -258,6 +258,6 @@

    getService

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/SystemOfUnits.html b/site/apidocs/javax/measure/spi/SystemOfUnits.html index cdb5db63..7f2f0fc8 100644 --- a/site/apidocs/javax/measure/spi/SystemOfUnits.html +++ b/site/apidocs/javax/measure/spi/SystemOfUnits.html @@ -2,10 +2,10 @@ - + SystemOfUnits (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -279,6 +279,6 @@

    getUnits

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/SystemOfUnitsService.html b/site/apidocs/javax/measure/spi/SystemOfUnitsService.html index c699a7c3..b9de7384 100644 --- a/site/apidocs/javax/measure/spi/SystemOfUnitsService.html +++ b/site/apidocs/javax/measure/spi/SystemOfUnitsService.html @@ -2,10 +2,10 @@ - + SystemOfUnitsService (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -264,6 +264,6 @@

    getAvailableSystemsOfUnits

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/UnitFormatService.html b/site/apidocs/javax/measure/spi/UnitFormatService.html index 0c844b76..1523e217 100644 --- a/site/apidocs/javax/measure/spi/UnitFormatService.html +++ b/site/apidocs/javax/measure/spi/UnitFormatService.html @@ -2,10 +2,10 @@ - + UnitFormatService (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -259,6 +259,6 @@

    getAvailableFormatNames

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/class-use/Bootstrap.html b/site/apidocs/javax/measure/spi/class-use/Bootstrap.html index 0a8a4740..78d3255b 100644 --- a/site/apidocs/javax/measure/spi/class-use/Bootstrap.html +++ b/site/apidocs/javax/measure/spi/class-use/Bootstrap.html @@ -2,10 +2,10 @@ - + Uses of Class javax.measure.spi.Bootstrap (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses of Clas -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/class-use/QuantityFactory.html b/site/apidocs/javax/measure/spi/class-use/QuantityFactory.html index d15ee720..3c1ba4c8 100644 --- a/site/apidocs/javax/measure/spi/class-use/QuantityFactory.html +++ b/site/apidocs/javax/measure/spi/class-use/QuantityFactory.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.spi.QuantityFactory (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -156,6 +156,6 @@

    Uses of Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html b/site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html index dd52bbc5..8e30dda0 100644 --- a/site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html +++ b/site/apidocs/javax/measure/spi/class-use/QuantityFactoryService.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.spi.QuantityFactoryService (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    Uses of Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html b/site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html index a20803ae..1c64c07c 100644 --- a/site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html +++ b/site/apidocs/javax/measure/spi/class-use/SystemOfUnits.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.spi.SystemOfUnits (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -179,6 +179,6 @@

    Uses of Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html b/site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html index e264de20..8c224741 100644 --- a/site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html +++ b/site/apidocs/javax/measure/spi/class-use/SystemOfUnitsService.html @@ -2,10 +2,10 @@ - + Uses of Interface javax.measure.spi.SystemOfUnitsService (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -112,6 +112,6 @@

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/package-frame.html b/site/apidocs/javax/measure/spi/package-frame.html index 3c1133b7..b805995c 100644 --- a/site/apidocs/javax/measure/spi/package-frame.html +++ b/site/apidocs/javax/measure/spi/package-frame.html @@ -2,10 +2,10 @@ - + javax.measure.spi (Units of Measurement API 0.9-SNAPSHOT API) - + diff --git a/site/apidocs/javax/measure/spi/package-summary.html b/site/apidocs/javax/measure/spi/package-summary.html index 427d715b..bada1151 100644 --- a/site/apidocs/javax/measure/spi/package-summary.html +++ b/site/apidocs/javax/measure/spi/package-summary.html @@ -2,10 +2,10 @@ - + javax.measure.spi (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -199,6 +199,6 @@

    Package javax.measure.spi Desc -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/package-tree.html b/site/apidocs/javax/measure/spi/package-tree.html index 024e616b..12e05ee2 100644 --- a/site/apidocs/javax/measure/spi/package-tree.html +++ b/site/apidocs/javax/measure/spi/package-tree.html @@ -2,10 +2,10 @@ - + javax.measure.spi Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -134,6 +134,6 @@

    Interface Hierarchy

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/javax/measure/spi/package-use.html b/site/apidocs/javax/measure/spi/package-use.html index 7fe1fdbf..a986cc9a 100644 --- a/site/apidocs/javax/measure/spi/package-use.html +++ b/site/apidocs/javax/measure/spi/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package javax.measure.spi (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -162,6 +162,6 @@

    Uses of Package
    j -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/overview-frame.html b/site/apidocs/overview-frame.html index 1f10360e..f24ab7f8 100644 --- a/site/apidocs/overview-frame.html +++ b/site/apidocs/overview-frame.html @@ -2,10 +2,10 @@ - + Overview List (Units of Measurement API 0.9-SNAPSHOT API) - + diff --git a/site/apidocs/overview-summary.html b/site/apidocs/overview-summary.html index 1d6e6593..cb8a931f 100644 --- a/site/apidocs/overview-summary.html +++ b/site/apidocs/overview-summary.html @@ -2,10 +2,10 @@ - + Overview (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -149,6 +149,6 @@

    Units of Measurement API 0.9-SNAPSHOT API

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/overview-tree.html b/site/apidocs/overview-tree.html index 40b39f67..a5488876 100644 --- a/site/apidocs/overview-tree.html +++ b/site/apidocs/overview-tree.html @@ -2,10 +2,10 @@ - + Class Hierarchy (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -200,6 +200,6 @@

    Interface Hierarchy

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/apidocs/serialized-form.html b/site/apidocs/serialized-form.html index d01c028a..5fea928b 100644 --- a/site/apidocs/serialized-form.html +++ b/site/apidocs/serialized-form.html @@ -2,10 +2,10 @@ - + Serialized Form (Units of Measurement API 0.9-SNAPSHOT API) - + @@ -177,6 +177,6 @@

    data

    -

    Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    +

    Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.

    diff --git a/site/checkstyle.html b/site/checkstyle.html index 9ffae80d..1a2c2f12 100644 --- a/site/checkstyle.html +++ b/site/checkstyle.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2015-12-22 + Last Published: 2016-01-01  | Version: 0.9-SNAPSHOT
    Units of Measurement API @@ -543,7 +543,7 @@

    javax/measure/Unit.java

     Warning File contains tab characters (this is the first instance). -332
    +331

    javax/measure/UnitConverter.java

    @@ -847,7 +847,7 @@

    javax/measure/spi/UnitFormatSe

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FilesIWE
    - javax/measure/quantity/Length.java - - 0 - - 1 - - 0 -
    - javax/measure/UnitConverter.java - - 0 - - 2 - - 0 -
    - javax/measure/quantity/Force.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/Luminance.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/MagneticFieldStrength.java - - 0 - - 0 - - 0 -
    - javax/measure/package-info.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/Illuminance.java - - 0 - - 0 - - 0 -
    - javax/measure/spi/SystemOfUnits.java - - 0 - - 1 - - 0 -
    - javax/measure/quantity/package-info.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/LuminousIntensity.java - - 0 - - 1 - - 0 -
    - javax/measure/quantity/ElectricCapacitance.java - - 0 - - 0 - - 0 -
    - javax/measure/IncommensurableException.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/Dimensionless.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/ElectricPotential.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/Power.java - - 0 - - 0 - - 0 -
    - javax/measure/format/package-info.java - - 0 - - 0 - - 0 -
    - javax/measure/spi/DefaultServiceProvider.java - - 0 - - 3 - - 0 -
    - javax/measure/quantity/SolidAngle.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/Acceleration.java - - 0 - - 0 - - 0 -
    - javax/measure/UnconvertibleException.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/MagneticFluxDensity.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/CatalyticActivity.java - - 0 - - 0 - - 0 -
    - javax/measure/spi/UnitFormatService.java - - 0 - - 2 - - 0 -
    - javax/measure/quantity/Pressure.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/Energy.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/Angle.java - - 0 - - 1 - - 0 -
    - javax/measure/quantity/Speed.java - - 0 - - 0 - - 0 -
    - javax/measure/spi/QuantityFactoryService.java - - 0 - - 2 - - 0 -
    - javax/measure/quantity/ElectricPermittivity.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/ElectricInductance.java - - 0 - - 0 - - 0 -
    - javax/measure/format/UnitFormat.java - - 0 - - 5 - - 0 -
    - javax/measure/quantity/ElectricCurrent.java - - 0 - - 1 - - 0 -
    - javax/measure/quantity/RadiationDoseAbsorbed.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/LuminousFlux.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/ElectricCharge.java - - 0 - - 0 - - 0 -
    - javax/measure/spi/ServiceProvider.java - - 0 - - 1 - - 0 -
    - javax/measure/format/ParserException.java - - 0 - - 4 - - 0 -
    - javax/measure/quantity/Volume.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/Time.java - - 0 - - 1 - - 0 -
    - javax/measure/quantity/Radioactivity.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/ElectricResistance.java - - 0 - - 0 - - 0 -
    - javax/measure/MeasurementException.java - - 0 - - 0 - - 0 -
    - javax/measure/spi/Bootstrap.java - - 0 - - 7 - - 0 -
    - javax/measure/Quantity.java - - 0 - - 2 - - 0 -
    - javax/measure/spi/SystemOfUnitsService.java - - 0 - - 1 - - 0 -
    - javax/measure/quantity/Area.java - - 0 - - 1 - - 0 -
    - javax/measure/quantity/AmountOfSubstance.java - - 0 - - 1 - - 0 -
    - javax/measure/quantity/Mass.java - - 0 - - 1 - - 0 -
    - javax/measure/quantity/RadiationDoseEffective.java - - 0 - - 0 - - 0 -
    - javax/measure/Dimension.java - - 0 - - 0 - - 0 -
    - javax/measure/spi/package-info.java - - 0 - - 0 - - 0 -
    - javax/measure/quantity/Frequency.java - - 0 - - 0 - - 0 -
    - javax/measure/Unit.java - - 0 - - 1 - - 0 -
    - javax/measure/quantity/Temperature.java - - 0 - - 1 - - 0 -
    - javax/measure/quantity/ElectricConductance.java - - 0 - - 0 - - 0 -
    - javax/measure/spi/QuantityFactory.java - - 0 - - 2 - - 0 -
    - javax/measure/quantity/MagneticFlux.java - - 0 - - 0 - - 0 -
    - - - - - - + + + + + Units of Measurement API - Checkstyle report + http://unitsofmeasurement.github.io/ + Units of Measurement API - Checkstyle report + en-us + ©2014 - 2016 Jean-Marie Dautelle, Werner Keil, V2COM + + File: 57, + Errors: 0, + Warnings: 42, + Infos: 0 + + http://unitsofmeasurement.github.io//checkstyle.html + +

    Click here for the full Checkstyle report.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FilesIWE
    + javax/measure/quantity/Length.java + + 0 + + 1 + + 0 +
    + javax/measure/UnitConverter.java + + 0 + + 2 + + 0 +
    + javax/measure/quantity/Force.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/Luminance.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/MagneticFieldStrength.java + + 0 + + 0 + + 0 +
    + javax/measure/package-info.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/Illuminance.java + + 0 + + 0 + + 0 +
    + javax/measure/spi/SystemOfUnits.java + + 0 + + 1 + + 0 +
    + javax/measure/quantity/package-info.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/LuminousIntensity.java + + 0 + + 1 + + 0 +
    + javax/measure/quantity/ElectricCapacitance.java + + 0 + + 0 + + 0 +
    + javax/measure/IncommensurableException.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/Dimensionless.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/ElectricPotential.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/Power.java + + 0 + + 0 + + 0 +
    + javax/measure/format/package-info.java + + 0 + + 0 + + 0 +
    + javax/measure/spi/DefaultServiceProvider.java + + 0 + + 3 + + 0 +
    + javax/measure/quantity/SolidAngle.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/Acceleration.java + + 0 + + 0 + + 0 +
    + javax/measure/UnconvertibleException.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/MagneticFluxDensity.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/CatalyticActivity.java + + 0 + + 0 + + 0 +
    + javax/measure/spi/UnitFormatService.java + + 0 + + 2 + + 0 +
    + javax/measure/quantity/Pressure.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/Energy.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/Angle.java + + 0 + + 1 + + 0 +
    + javax/measure/quantity/Speed.java + + 0 + + 0 + + 0 +
    + javax/measure/spi/QuantityFactoryService.java + + 0 + + 2 + + 0 +
    + javax/measure/quantity/ElectricPermittivity.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/ElectricInductance.java + + 0 + + 0 + + 0 +
    + javax/measure/format/UnitFormat.java + + 0 + + 5 + + 0 +
    + javax/measure/quantity/ElectricCurrent.java + + 0 + + 1 + + 0 +
    + javax/measure/quantity/RadiationDoseAbsorbed.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/LuminousFlux.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/ElectricCharge.java + + 0 + + 0 + + 0 +
    + javax/measure/spi/ServiceProvider.java + + 0 + + 1 + + 0 +
    + javax/measure/format/ParserException.java + + 0 + + 4 + + 0 +
    + javax/measure/quantity/Volume.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/Time.java + + 0 + + 1 + + 0 +
    + javax/measure/quantity/Radioactivity.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/ElectricResistance.java + + 0 + + 0 + + 0 +
    + javax/measure/MeasurementException.java + + 0 + + 0 + + 0 +
    + javax/measure/spi/Bootstrap.java + + 0 + + 7 + + 0 +
    + javax/measure/Quantity.java + + 0 + + 2 + + 0 +
    + javax/measure/spi/SystemOfUnitsService.java + + 0 + + 1 + + 0 +
    + javax/measure/quantity/Area.java + + 0 + + 1 + + 0 +
    + javax/measure/quantity/AmountOfSubstance.java + + 0 + + 1 + + 0 +
    + javax/measure/quantity/Mass.java + + 0 + + 1 + + 0 +
    + javax/measure/quantity/RadiationDoseEffective.java + + 0 + + 0 + + 0 +
    + javax/measure/Dimension.java + + 0 + + 0 + + 0 +
    + javax/measure/spi/package-info.java + + 0 + + 0 + + 0 +
    + javax/measure/quantity/Frequency.java + + 0 + + 0 + + 0 +
    + javax/measure/Unit.java + + 0 + + 1 + + 0 +
    + javax/measure/quantity/Temperature.java + + 0 + + 1 + + 0 +
    + javax/measure/quantity/ElectricConductance.java + + 0 + + 0 + + 0 +
    + javax/measure/spi/QuantityFactory.java + + 0 + + 2 + + 0 +
    + javax/measure/quantity/MagneticFlux.java + + 0 + + 0 + + 0 +
    + +
    +
    +
    +
    + diff --git a/site/findbugs.html b/site/findbugs.html index 8b468107..37a39350 100644 --- a/site/findbugs.html +++ b/site/findbugs.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2015-12-22 + Last Published: 2016-01-01  | Version: 0.9-SNAPSHOT
    Units of Measurement API @@ -112,7 +112,7 @@

    Files