Package | Description |
---|---|
cz.cuni.mff.odcleanstore.conflictresolution.aggregation |
Implementations of various aggregation methods for conflict resolution.
|
Modifier and Type | Method and Description |
---|---|
protected AggregationMethod |
AggregationMethodFactory.createAggregation(EnumAggregationType type)
Create a new instance of AggregationMethod implementing the selected type of aggregation.
|
protected AggregationMethod |
AggregationMethodFactory.createSingleValueAggregation()
Creates a new instance of AggregationMethod for aggregating a single conflicting quad.
|
AggregationMethod |
AggregationMethodFactory.getAggregation(EnumAggregationType type)
Returns an instance of AggregationMethod implementing the selected type of aggregation.
|
AggregationMethod |
AggregationMethodFactory.getAggregation(String propertyURI)
Returns an appropriate instance of AggregationMethod for the given property according to
aggregation settings given in the constructor.
|
AggregationMethod |
AggregationMethodFactory.getSingleValueAggregation()
Returns an instance of AggregationMethod for aggregating a single
conflicting quad.
|
Copyright © 2013. All Rights Reserved.