This project has retired. For details please refer to its Attic page.
org.apache.clerezza.dataset (Clerezza - Reactor 2.0.1-SNAPSHOT API)
Skip navigation links

Package org.apache.clerezza.dataset

This package provides access to named ImmutableGraphS and GraphS that may originate from various implementations.

See: Description

Package org.apache.clerezza.dataset Description

This package provides access to named ImmutableGraphS and GraphS that may originate from various implementations.

Accessing

If running in a dependency injection system you should get an instance of TcManager by the framework, otherwise use the static method TcManager.getInstance .

Adding a provider

A provider implements WeightedTcProvider.

To work outside a component injection framework it contains a file META-INF/services/org.apache.clerezza.dataset.WeightedTcProvider containing the name of the implementing class.

To work in a OSGi-DS context the provider register a component exposing org.apache.clerezza.dataset.WeightedTcProvider as service interface.

Skip navigation links

Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.