Package | Description |
---|---|
cz.cuni.mff.odcleanstore.data | |
cz.cuni.mff.odcleanstore.linker |
Linker interfaces.
|
cz.cuni.mff.odcleanstore.linker.impl |
Linker implementation.
|
cz.cuni.mff.odcleanstore.shared |
Shared definitions and utility classes.
|
Modifier and Type | Method and Description |
---|---|
static SerializationLanguage |
GraphLoaderUtils.guessLanguage(String src)
Guess serialization format of the given RDF data.
|
Modifier and Type | Method and Description |
---|---|
List<DebugResult> |
Linker.debugRules(File inputFile,
TransformationContext context,
TableVersion tableVersion,
SerializationLanguage language)
Debugs linkage rules.
|
Modifier and Type | Method and Description |
---|---|
List<DebugResult> |
LinkerImpl.debugRules(File inputFile,
TransformationContext context,
TableVersion tableVersion,
SerializationLanguage language) |
Modifier and Type | Method and Description |
---|---|
static SerializationLanguage |
SerializationLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializationLanguage[] |
SerializationLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.