com.franz.agbase
Class RDFN3Serializer
java.lang.Object
com.franz.agbase.AllegroGraphSerializer
com.franz.agbase.RDFN3Serializer
public class RDFN3Serializer
- extends AllegroGraphSerializer
The RDF N3 serializer is described in more detail in the
AllegroGraph Reference Guide for Lisp users
as the serialize-rdf-n3 function.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFN3Serializer
public RDFN3Serializer()
getIfDoesNotExist
public java.lang.Object getIfDoesNotExist()
- Returns:
- the ifDoesNotExist
setIfDoesNotExist
public void setIfDoesNotExist(java.lang.String ifDoesNotExist)
- Parameters:
ifDoesNotExist
- the ifDoesNotExist to set.
The allowed values are "create" or "error".
The default is "create".
getIfExists
public java.lang.Object getIfExists()
- Returns:
- the ifExists
setIfExists
public void setIfExists(java.lang.String ifExists)
- Parameters:
ifExists
- the ifExists to set\
The valid values are "error", "supersede", or "append.
The default is "error".
getIndent
public int getIndent()
- Returns:
- the indent
setIndent
public void setIndent(int indent)
- Parameters:
indent
- the indent to set