org.openrdf.sail.config
Interface SailImplConfig
- All Known Subinterfaces:
- DelegatingSailImplConfig
- All Known Implementing Classes:
- DelegatingSailImplConfigBase, DirectTypeHierarchyInferencerConfig, ForwardChainingRDFSInferencerConfig, MemoryStoreConfig, NativeStoreConfig, SailImplConfigBase
public interface SailImplConfig
- Author:
- Arjohn Kampman
getType
String getType()
validate
void validate()
throws SailConfigException
- Validates this configuration. A
SailConfigException is thrown when
the configuration is invalid. The exception should contain an error
message that indicates why the configuration is invalid.
- Throws:
SailConfigException - If the configuration is invalid.
export
Resource export(Graph graph)
parse
void parse(Graph graph,
Resource implNode)
throws SailConfigException
- Throws:
SailConfigException
Copyright © 2001-2007 Aduna. All Rights Reserved.