DOC

cz.cuni.mff.d3s.spl : spl-evaluation-java

Maven & Gradle

May 04, 2018
0 stars

spl-evaluation-java · Stochastice Performance Logic is a formalism for capturing performance assumptions. It is, for example, possible to capture assumption that newer version of a function bar is faster than the previous version or that library foobar is faster than library barfoo when rendering antialiased text. The purpose of this framework is to allow evaluation of SPL formulas inside Java applications.

Table Of Contents

Latest Version

Download cz.cuni.mff.d3s.spl : spl-evaluation-java Javadoc & API Documentation - Latest Versions:

All Versions

Download cz.cuni.mff.d3s.spl : spl-evaluation-java Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file spl-evaluation-java-1.0.4-javadoc.jar to spl-evaluation-java-1.0.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder spl-evaluation-java-1.0.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "spl-evaluation-java-1.0.4-sources.jar" -d "spl-evaluation-java-1.0.4-javadoc" -subpackages