Class ReadWrite
- java.lang.Object
-
- org.openprovenance.prov.tutorial.tutorial2.ReadWrite
-
public class ReadWrite extends Object
A little provenance goes a long way. ProvToolbox Tutorial 1: creating a provenance document in Java and serializing it to SVG (in a file) and to PROVN (on the console).- Author:
- lucmoreau
- See Also:
- a-little-provenance-goes-a-long-way blog post
-
-
Field Summary
Fields Modifier and Type Field Description static StringJIM_NSstatic StringJIM_PREFIXstatic StringPROVBOOK_NSstatic StringPROVBOOK_PREFIX
-
Constructor Summary
Constructors Constructor Description ReadWrite(org.openprovenance.prov.model.ProvFactory pFactory)
-
Method Summary
Modifier and Type Method Description voidclosingBanner()voiddoConversions(String filein, String fileout)static voidmain(String[] args)voidopeningBanner()
-
-
-
Field Detail
-
PROVBOOK_NS
public static final String PROVBOOK_NS
- See Also:
- Constant Field Values
-
PROVBOOK_PREFIX
public static final String PROVBOOK_PREFIX
- See Also:
- Constant Field Values
-
JIM_PREFIX
public static final String JIM_PREFIX
- See Also:
- Constant Field Values
-
JIM_NS
public static final String JIM_NS
- See Also:
- Constant Field Values
-
-