This package provides access to named {@link org.apache.clerezza.rdf.model.ImmutableGraph}S and {@link org.apache.clerezza.rdf.model.Graph}S that may originate from various implementations.
If running in a dependency injection system you should get an instance
of
TcManager
by the framework, otherwise use the static method
TcManager.getInstance
.
A provider implements {@link WeightedTcProvider}.
To work outside a component injection framework it contains a file
META-INF/services/org.apache.clerezza.rdf.model.access.WeightedTcProvider
containing the name of the implementing class.
To work in a OSGi-DS context the provider register a component
exposing
org.apache.clerezza.rdf.model.access.WeightedTcProvider
as service interface.