Interface IRewriter
-
- All Known Implementing Classes:
AlgebraicRewriter,DefaultRewriter,Rewriter
public interface IRewriterImplements the re-writer interface. It is responsible for re-writing an input link specification.- Version:
- 1.0
- Author:
- Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de), Kleanthi Georgala (georgala@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkSpecificationrewrite(LinkSpecification spec)Rewrites a Link Specification.
-
-
-
Method Detail
-
rewrite
LinkSpecification rewrite(LinkSpecification spec)
Rewrites a Link Specification.- Parameters:
spec- , Input link specification- Returns:
- Rewritten specification
-
-