public final class CustomGraphQueryInferencerConfig extends DelegatingSailImplConfigBase
CustomGraphQueryInferencer
.Constructor and Description |
---|
CustomGraphQueryInferencerConfig() |
CustomGraphQueryInferencerConfig(SailImplConfig delegate) |
Modifier and Type | Method and Description |
---|---|
Resource |
export(Graph graph) |
String |
getMatcherQuery() |
QueryLanguage |
getQueryLanguage() |
String |
getRuleQuery() |
void |
parse(Graph graph,
Resource implNode) |
void |
setMatcherQuery(String matcherQuery) |
void |
setQueryLanguage(QueryLanguage language) |
void |
setRuleQuery(String ruleQuery) |
void |
validate()
Validates this configuration.
|
getDelegate, setDelegate
getType, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
public CustomGraphQueryInferencerConfig()
public CustomGraphQueryInferencerConfig(SailImplConfig delegate)
public void setQueryLanguage(QueryLanguage language)
public QueryLanguage getQueryLanguage()
public void setRuleQuery(String ruleQuery)
public String getRuleQuery()
public void setMatcherQuery(String matcherQuery)
public String getMatcherQuery()
public void parse(Graph graph, Resource implNode) throws SailConfigException
parse
in interface SailImplConfig
parse
in class DelegatingSailImplConfigBase
SailConfigException
public void validate() throws SailConfigException
SailImplConfig
SailConfigException
is thrown when
the configuration is invalid. The exception should contain an error
message that indicates why the configuration is invalid.validate
in interface SailImplConfig
validate
in class DelegatingSailImplConfigBase
SailConfigException
- If the configuration is invalid.public Resource export(Graph graph)
export
in interface SailImplConfig
export
in class DelegatingSailImplConfigBase
Copyright © 2001-2013 Aduna. All Rights Reserved.