| Package | Description |
|---|---|
| org.aksw.rdfunit.io.format |
| Modifier and Type | Method and Description |
|---|---|
SerializationFormatGraphType |
SerializationFormat.getGraphType()
Accorting to
SerializationFormatGraphType this can be an
single graph or dataset |
static SerializationFormatGraphType |
SerializationFormatGraphType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializationFormatGraphType[] |
SerializationFormatGraphType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SerializationFormat(String name,
SerializationFormatIOType ioType,
SerializationFormatGraphType graphType,
String extension,
String headerType)
Constructor
|
SerializationFormat(String name,
SerializationFormatIOType ioType,
SerializationFormatGraphType graphType,
String extension,
String headerType,
Set<String> synonyms)
Constructor
|
Copyright © 2015. All rights reserved.