Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

ALL_PROV_INPUT_MEDIA_TYPES - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
All Media Types accepted as input for PROV.
ALL_PROV_OUTPUT_MEDIA_TYPES - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 

B

BINDFORMAT - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
BINDINGS - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
buildAcceptHeader() - Method in class org.openprovenance.prov.interop.InteropFramework
Create a list of mime types supported by ProvToolbox in view of constructing an Accept Header.

C

CommandLineArguments - Class in org.openprovenance.prov.interop
 
CommandLineArguments() - Constructor for class org.openprovenance.prov.interop.CommandLineArguments
 
COMPARE - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
COMPAREOUT - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
connectWithRedirect(URL) - Method in class org.openprovenance.prov.interop.InteropFramework
A method to connect to a URL and follow redirects if any.
convertExtensionToMediaType(String) - Method in class org.openprovenance.prov.interop.InteropFramework
Maps an file extension to a Media type

D

DEBUG - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 

E

ErrorCodes - Interface in org.openprovenance.prov.interop
Error Codes returned by provconvert
EXTENSION_DOT - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The recommended extension for DOT files (Graphviz).
EXTENSION_JPEG - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
EXTENSION_JPG - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
EXTENSION_JSON - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
EXTENSION_PDF - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
EXTENSION_PNG - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
EXTENSION_PROVN - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The recommended extension for PROV-N files.
EXTENSION_PROVX - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The recommended extension for PROV-XML files.
EXTENSION_RDF - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The recommended extension for RDF/XML files.
EXTENSION_SVG - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The extension for SCG files (Note, where is this recommended?).
EXTENSION_TRIG - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The recommended extension for TRIG files.
EXTENSION_TTL - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The recommended extension for Turtle files.
EXTENSION_XML - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The extension for XML files.
extensionMap - Variable in class org.openprovenance.prov.interop.InteropFramework
 
extensionRevMap - Variable in class org.openprovenance.prov.interop.InteropFramework
 

F

FLATTEN - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
FORMATS - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 

G

GENERATOR - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
getExtension(InteropFramework.ProvFormat) - Method in class org.openprovenance.prov.interop.InteropFramework
Returns an extension for a given type of serialization of PROV
getPropertiesFromClasspath(Class, String) - Static method in class org.openprovenance.prov.interop.CommandLineArguments
 
getPropertiesFromClasspath(String) - Static method in class org.openprovenance.prov.interop.CommandLineArguments
 
getSupportedFormats() - Method in class org.openprovenance.prov.interop.InteropFramework
 
getTypeForFile(String) - Method in class org.openprovenance.prov.interop.InteropFramework
Get a InteropFramework.ProvFormat given the file's exetension
getTypeForFormat(String) - Method in class org.openprovenance.prov.interop.InteropFramework
Get a InteropFramework.ProvFormat given a format string
getVariants() - Method in class org.openprovenance.prov.interop.InteropFramework
Support for content negotiation, jax-rs style.

H

HELP - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 

I

INDEX - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
INFILE - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
INFORMAT - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
initializeExtensionMap(Hashtable<InteropFramework.ProvFormat, String>, Hashtable<String, InteropFramework.ProvFormat>) - Method in class org.openprovenance.prov.interop.InteropFramework
Initialization function
InteropException - Exception in org.openprovenance.prov.interop
A Runtime Exception for the InteropFramework.
InteropException(Exception) - Constructor for exception org.openprovenance.prov.interop.InteropException
 
InteropException(Throwable) - Constructor for exception org.openprovenance.prov.interop.InteropException
 
InteropException(String) - Constructor for exception org.openprovenance.prov.interop.InteropException
 
InteropFramework - Class in org.openprovenance.prov.interop
The interoperability framework for PROV, with utility methods to write and read documents to files and streams, according to media types, format (specified as InteropFramework.ProvFormat).
InteropFramework() - Constructor for class org.openprovenance.prov.interop.InteropFramework
Default constructor for the ProvToolbox interoperability framework.
InteropFramework(ProvFactory) - Constructor for class org.openprovenance.prov.interop.InteropFramework
 
InteropFramework(String, String, String, String, String, String, String, String, String, String, String, String, boolean, String, String, String, String, String, String, ProvFactory) - Constructor for class org.openprovenance.prov.interop.InteropFramework
 
InteropFramework.ProvFormat - Enum in org.openprovenance.prov.interop
An enumerated type for all the PROV serializations supported by ProvToolbox.
InteropFramework.ProvFormatType - Enum in org.openprovenance.prov.interop
 
InteropMediaType - Interface in org.openprovenance.prov.interop
Definition of all Media Types and file Extensions supported by ProvToolbox.
isInputFormat(InteropFramework.ProvFormat) - Method in class org.openprovenance.prov.interop.InteropFramework
Determines whether this format received as argument is an input format.
isOutputFormat(InteropFramework.ProvFormat) - Method in class org.openprovenance.prov.interop.InteropFramework
Determines whether this format received as argument is an output format.

L

LAYOUT - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
loadProvUnknownGraph(String) - Method in class org.openprovenance.prov.interop.InteropFramework
Experimental code, trying to load a document without knowing its serialization format.
LOGFILE - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
longToolboxVersion - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 

M

main(String[]) - Static method in class org.openprovenance.prov.interop.CommandLineArguments
 
MEDIA_APPLICATION_FORM_URLENCODED - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
MEDIA_APPLICATION_JSON - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
MEDIA_APPLICATION_PDF - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
MEDIA_APPLICATION_PROVENANCE_XML - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The Internet Media type for PROV-XML
MEDIA_APPLICATION_RDF_XML - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The Internet Media type for RDF/XML
MEDIA_APPLICATION_TRIG - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The Internet Media type for TRIG
MEDIA_APPLICATION_XML - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
MEDIA_IMAGE_JPEG - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
MEDIA_IMAGE_PNG - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
MEDIA_IMAGE_SVG_XML - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The Internet Media type for SVG
MEDIA_TEXT_HTML - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
MEDIA_TEXT_PLAIN - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
MEDIA_TEXT_PROVENANCE_NOTATION - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The Internet Media type for PROV-N
MEDIA_TEXT_TURTLE - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The Internet Media type for Turtle
MEDIA_TEXT_VND_GRAPHVIZ - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
The Internet Media type for Graphviz.
MEDIA_TEXT_XML - Static variable in interface org.openprovenance.prov.interop.InteropMediaType
 
MERGE - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
mimeTypeMap - Variable in class org.openprovenance.prov.interop.InteropFramework
 
mimeTypeRevMap - Variable in class org.openprovenance.prov.interop.InteropFramework
 

N

NAMESPACES - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
newXMLProvFactory() - Static method in class org.openprovenance.prov.interop.InteropFramework
Creates a factory for the XML Java beans.

O

org.openprovenance.prov.interop - package org.openprovenance.prov.interop
Provides the classes necessary to convert the PROV Data Model in Java to any PROV-compatible serialization and back.
OUTFILE - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
OUTFORMAT - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 

P

provn2html(String, String) - Method in class org.openprovenance.prov.interop.InteropFramework
 
provTypeMap - Variable in class org.openprovenance.prov.interop.InteropFramework
 

R

readDocument(InputStream, InteropFramework.ProvFormat, String) - Method in class org.openprovenance.prov.interop.InteropFramework
Reads a Document from an input stream, using the parser specified by the format argument.
readDocument(InputStream, InteropFramework.ProvFormat, ProvFactory, String) - Method in class org.openprovenance.prov.interop.InteropFramework
Reads a Document from an input stream, using the parser specified by the format argument.
readDocument(String) - Method in class org.openprovenance.prov.interop.InteropFramework
Reads a document from a URL.
readDocument(InteropFramework.ToRead) - Method in class org.openprovenance.prov.interop.InteropFramework
 
readDocumentFromFile(String) - Method in class org.openprovenance.prov.interop.InteropFramework
Reads a document from a file, using the file extension to decide which parser to read the file with.
readDocumentFromFile(String, InteropFramework.ProvFormat) - Method in class org.openprovenance.prov.interop.InteropFramework
Reads a document from a file, using the format to decide which parser to read the file with.
run() - Method in class org.openprovenance.prov.interop.InteropFramework
Top level entry point of this class, when called from the command line.

S

setNamespaces(Document) - Method in class org.openprovenance.prov.interop.InteropFramework
Initializes a Document's namespace.
STATUS_COMPARE_DIFFERENT - Static variable in interface org.openprovenance.prov.interop.ErrorCodes
 
STATUS_COMPARE_NO_ARG1 - Static variable in interface org.openprovenance.prov.interop.ErrorCodes
 
STATUS_COMPARE_NO_ARG2 - Static variable in interface org.openprovenance.prov.interop.ErrorCodes
 
STATUS_NO_INPUT - Static variable in interface org.openprovenance.prov.interop.ErrorCodes
 
STATUS_NO_OUTPUT_OR_COMPARISON - Static variable in interface org.openprovenance.prov.interop.ErrorCodes
 
STATUS_OK - Static variable in interface org.openprovenance.prov.interop.ErrorCodes
 
STATUS_PARSING_FAIL - Static variable in interface org.openprovenance.prov.interop.ErrorCodes
 

T

TITLE - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
toolboxVersion - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 

U

UNKNOWN - Static variable in class org.openprovenance.prov.interop.InteropFramework
 

V

valueOf(String) - Static method in enum org.openprovenance.prov.interop.InteropFramework.ProvFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openprovenance.prov.interop.InteropFramework.ProvFormatType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openprovenance.prov.interop.InteropFramework.ProvFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openprovenance.prov.interop.InteropFramework.ProvFormatType
Returns an array containing the constants of this enum type, in the order they are declared.
VERBOSE - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 
VERSION - Static variable in class org.openprovenance.prov.interop.CommandLineArguments
 

W

writeDocument(OutputStream, MediaType, Document) - Method in class org.openprovenance.prov.interop.InteropFramework
Write a Document to output stream, according to specified Internet Media Type
writeDocument(OutputStream, InteropFramework.ProvFormat, Document) - Method in class org.openprovenance.prov.interop.InteropFramework
Write a Document to output stream, according to specified InteropFramework.ProvFormat
writeDocument(String, Document) - Method in class org.openprovenance.prov.interop.InteropFramework
Write a Document to file, serialized according to the file extension
writeDocument(String, InteropFramework.ProvFormat, Document) - Method in class org.openprovenance.prov.interop.InteropFramework
Write a Document to file, serialized according to the file extension
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.