DOC

org.neolumin.vertexium : vertexium-root

Maven & Gradle

Mar 19, 2015
63 stars

Vertexium · Vertexium is an API to manipulate graphs, similar to blueprints. Unlike blueprints, every Vertexium method requires authorizations and visibilities. Vertexium also supports multivalued properties as well as property metadata. The Vertexium API was designed to be generic, allowing for multiple implementations. The only implementation provided currently is built on top of Apache Accumulo for data storage and Elastic Search for indexing.

Table Of Contents

Latest Version

Download org.neolumin.vertexium : vertexium-root Javadoc & API Documentation - Latest Versions:

All Versions

Download org.neolumin.vertexium : vertexium-root Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file vertexium-root-0.9.0-javadoc.jar to vertexium-root-0.9.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder vertexium-root-0.9.0-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 "vertexium-root-0.9.0-sources.jar" -d "vertexium-root-0.9.0-javadoc" -subpackages