public class ConflictResolverSpec extends Object
Constructor and Description |
---|
ConflictResolverSpec(String namedGraphURIPrefix)
Initialize this specification of conflict resolution settings with default
values.
|
ConflictResolverSpec(String namedGraphURIPrefix,
AggregationSpec aggregationSpec,
AggregationSpec defaultAggregationSpec)
Initialize this specification of conflict resolution settings with the given aggregation
settings.
|
Modifier and Type | Method and Description |
---|---|
AggregationSpec |
getAggregationSpec()
Returns aggregation settings.
|
AggregationSpec |
getDefaultAggregationSpec()
Returns default aggregation settings.
|
NamedGraphMetadataMap |
getNamedGraphMetadata()
Return metadata about named graphs where the input triples for the conflict
resolution process come from.
|
String |
getNamedGraphPrefix()
Return the prefix of named graphs where resolved triples are placed for
this specification.
|
URIMapping |
getURIMapping()
Returns mapping of URIs to their canonical URI equivalent.
|
void |
setAggregationSpec(AggregationSpec aggregationSpec)
Sets aggregation settings.
|
void |
setDefaultAggregationSpec(AggregationSpec defaultAggregationSpec)
Returns default aggregation settings.
|
void |
setNamedGraphMetadata(NamedGraphMetadataMap namedGraphMetadata)
Set metadata about named graphs where the input triples for the conflict resolution
process come from for this specification.
|
void |
setNamedGraphURIPrefix(String namedGraphURIPrefix)
Set a prefix of named graphs where resolved triples are placed.
|
void |
setURIMapping(URIMapping uriMapping)
Sets mapping of URIs to their canonical URI equivalent.
|
public ConflictResolverSpec(String namedGraphURIPrefix)
namedGraphURIPrefix
- prefix of named graphs where resolved triples are placedpublic ConflictResolverSpec(String namedGraphURIPrefix, AggregationSpec aggregationSpec, AggregationSpec defaultAggregationSpec)
namedGraphURIPrefix
- prefix of named graphs where resolved triples are placedaggregationSpec
- aggregation settings to use; overrides defaultAggregationSpecdefaultAggregationSpec
- aggregation settings; overridden by aggregationSpecpublic final String getNamedGraphPrefix()
public final void setNamedGraphURIPrefix(String namedGraphURIPrefix)
namedGraphURIPrefix
- the new named graph prefixpublic final URIMapping getURIMapping()
public final void setURIMapping(URIMapping uriMapping)
uriMapping
- mapping of URIs to their canonical URIpublic final NamedGraphMetadataMap getNamedGraphMetadata()
public final void setNamedGraphMetadata(NamedGraphMetadataMap namedGraphMetadata)
namedGraphMetadata
- the new map of metadata for named graphs or nullpublic final AggregationSpec getAggregationSpec()
setDefaultAggregationSpec(AggregationSpec)
.public final void setAggregationSpec(AggregationSpec aggregationSpec)
setDefaultAggregationSpec(AggregationSpec)
.aggregationSpec
- aggregation settingspublic final AggregationSpec getDefaultAggregationSpec()
getAggregationSpec()
public final void setDefaultAggregationSpec(AggregationSpec defaultAggregationSpec)
defaultAggregationSpec
- aggregation settings#setAggregationSpec()
Copyright © 2013. All Rights Reserved.