[ 
https://issues.apache.org/jira/browse/JENA-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15051582#comment-15051582
 ] 

ASF GitHub Bot commented on JENA-1083:
--------------------------------------

GitHub user ajs6f opened a pull request:

    https://github.com/apache/jena/pull/106

    JENA-1083: Refactoring in TupleTable and subtypes for clarity and concision

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ajs6f/jena TupleTableCleanup

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/106.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #106
    
----
commit 7769970b0124b3a054a20d315e44dce77c33e030
Author: ajs6f <aj...@virginia.edu>
Date:   2015-12-10T20:07:18Z

    Refactoring in TupleTable and subtypes for clarity and concision

----


> MInor refactoring in TupleTables
> --------------------------------
>
>                 Key: JENA-1083
>                 URL: https://issues.apache.org/jira/browse/JENA-1083
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: ARQ
>            Reporter: A. Soroka
>            Priority: Minor
>
> There are some minor refactorings available for TupleTable and its subtypes, 
> particularly PMapTripleTable and PMapQuadTable that will clarify their use. 
> Specifically, current impls of those abstract types have to override several 
> methods for adding, removing, and finding tuples. In fact, the only 
> information being added when those methods are overridden is conversion 
> between canonical and internal tuple ordering. This refactoring is to provide 
> methods that do that conversion and nothing else, which will make two methods 
> the most that any implementation of those abstract classes will have to 
> provide.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to