-
Merge pull request #71 from julesjacobsen/master
Adding ability to load individuals from in-memory data as well as off-disk.
-
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
-
Updated pom to use Guava 21 as this has support for Java 8 streams.
julesjacobsen committedMar 10, 2017
-
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