Permalink
Commits on Mar 20, 2017
  1. Merge pull request #71 from julesjacobsen/master

    Adding ability to load individuals from in-memory data as well as off-disk.
    julesjacobsen committed on GitHub Mar 20, 2017
Commits on Mar 17, 2017
  1. Issue #57 changed uses of 'data' to 'individualAssociations' in conte…

    …xt of the Ontology/OntologySourceData/OwlKnowledgebase in order to be more specific.
    julesjacobsen committed Mar 17, 2017
Commits on Mar 15, 2017
  1. Issue #57 Added methods to enable adding individuals to the Ontology …

    …via the OwlKnowledgeBase and the OntologyDataSource.
    julesjacobsen committed Mar 15, 2017
  2. Issue #57 Added static owlLoader() method to BMKnowledgebase to make …

    …API more self-explanatory.
    julesjacobsen committed Mar 15, 2017
Commits on Mar 14, 2017
Commits on Mar 13, 2017
  1. Issue #57 - Added new OwlKnowledgeBase class as a main entry point fo…

    …r creating a BMKnowledgeBaseOWLAPIImpl - @deprecated OWLLoader.
    
    Added new supporting classes Ontology and OntologyDataSource, OntologyLoadException to help the OwlKnowledgeBase do its thing.
    OWLLoader is only partially removed from the tests at present.
    Removed overly verbose logging from FilterEngine.
    Added commented-out clean-up of KnowledgeBaseModule - server still fails to start with ot without this.
    julesjacobsen committed Mar 13, 2017
  2. Merge branch 'master' of https://github.com/monarch-initiative/owlsim-v3

     into 57-loader_refactor
    
    # Conflicts:
    #	owlsim-core/src/main/java/org/monarchinitiative/owlsim/kb/impl/BMKnowledgeBaseOWLAPIImpl.java
    julesjacobsen committed Mar 13, 2017
Commits on Mar 10, 2017
Commits on Mar 8, 2017
  1. Updated BMKnowledgeBaseOWLAPIImpl to use java.util.Optional as now pr…

    …oduced from CurieUtil.
    
    Removed useless right-hand class types from collection initialisation. e.g. = new ArrayList<String>() -> new ArrayList<>();
    julesjacobsen committed Mar 8, 2017