Interface RDFLinkDecoratorBuilder<X extends RDFLinkDecoratorBuilder<X>>

All Known Implementing Classes:
DecoratedRDFLinkSourceBuilder, RDFLinkTransformBuilder

public interface RDFLinkDecoratorBuilder<X extends RDFLinkDecoratorBuilder<X>>
Interface to apply transformations on different levels (link, query/update, algebra, exec). Also used to ensure consistency between the decorator APIs for link sources, links and link transforms.
  • Method Details