-
Merge pull request #73 from monarch-initiative/72-ontomatch-single-en…
…tity [#72] added service for single entity
-
Merge pull request #76 from monarch-initiative/issue-75
Implemented prefix filter,
-
-
[#72] provide a resolveIri method in the KB
jnguyenx committedMar 21, 2017
-
Issue #57 changed uses of 'data' to 'individualAssociations' in conte…
…xt of the Ontology/OntologySourceData/OwlKnowledgebase in order to be more specific.
-
Issue #57 Added methods to enable adding individuals to the Ontology …
…via the OwlKnowledgeBase and the OntologyDataSource.
-
Issue #57 Added static owlLoader() method to BMKnowledgebase to make …
…API more self-explanatory.
julesjacobsen committedMar 15, 2017 -
Added log info and made getOWLNamedIndividual private.
julesjacobsen committedMar 15, 2017
-
Tidied-up Entity and Attribute classes - made immutable value objects…
…, added toString.
julesjacobsen committedMar 14, 2017
-
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 committedMar 13, 2017 -
Added back missing code from bungled merge.
julesjacobsen committedMar 13, 2017 -
Changed Optional from Guava to Java.util version.
julesjacobsen committedMar 13, 2017 -
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 committedMar 13, 2017
-
[#62] we still need the the inject indicator for guice. We can the ma…
…tcher package through java reflection and let the injector construct the objects.
-
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 committedMar 8, 2017 -
Bumped curie-util version to 0.0.2.
julesjacobsen committedMar 8, 2017 -
-
documentation and formatting fixes
cmungall committedFeb 10, 2017