org.apache.clerezza.rdf.core.access
Interface WeightedTcProvider

All Superinterfaces:
TcProvider

public interface WeightedTcProvider
extends TcProvider

This interface is implemented by providers to which TcManagerImpl delegates.

Author:
reto

Method Summary
 int getWeight()
          Get the weight of this provider.
 
Methods inherited from interface org.apache.clerezza.rdf.core.access.TcProvider
createGraph, createMGraph, deleteTripleCollection, getGraph, getMGraph, getNames, getTriples, listGraphs, listMGraphs, listTripleCollections
 

Method Detail

getWeight

int getWeight()
Get the weight of this provider. TcManager will prioritize TcProviders with greater weight.

Returns:
a positive number indicating the weight of the provider


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.