| Package | Description |
|---|---|
| org.aksw.rdfunit.io.format |
| Modifier and Type | Method and Description |
|---|---|
SerializationFormatIOType |
SerializationFormat.getIoType()
Accorting to
SerializationFormatIOType this can be an
input / output or input and output serialization format |
static SerializationFormatIOType |
SerializationFormatIOType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializationFormatIOType[] |
SerializationFormatIOType.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.