1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 8 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
build.xml: dist-src and dist-bin targets removed. Version number is changed to 0.3.1
Alex Alishevskikh
as alexeya
More... about 17 years ago
FIXED: java.lang.NullPointerException at org.semanticweb.sofa.test.SerializeTest.initOntologies(SerializeTest.java:307)
Alex Alishevskikh
as alexeya
More... about 17 years ago
*** empty log message ***
Alex Alishevskikh
as alexeya
More... over 17 years ago
Fixed (OWLReader): bug when Jena memory model was not re-instaniated before new OWL parsing (submitted by "Lukas Krocka" <lkrofi*gmail*com>)
Alex Alishevskikh
as alexeya
More... over 17 years ago
*** empty log message ***
Alex Alishevskikh
as alexeya
More... over 18 years ago
*** empty log message ***
Alex Alishevskikh
as alexeya
More... over 18 years ago
RDFSReader is deprecated prior to OWLReader
Alex Alishevskikh
as alexeya
More... over 18 years ago
OWLReader initializes by default with the root OntoConnector
Alex Alishevskikh
as alexeya
More... over 18 years ago
DAML support classes is declared as deprecated
Alex Alishevskikh
as alexeya
More... over 18 years ago
OntoConnectorTest is included into SOFATestSuite
Alex Alishevskikh
as alexeya
More... over 18 years ago
createOntology() now returns an ontology instance if it already exists
Alex Alishevskikh
as alexeya
More... over 18 years ago
Fixed bugs in JUnit serialization testcases
Alex Alishevskikh
as alexeya
More... over 18 years ago
RDBModel bugs fixed
Alex Alishevskikh
as alexeya
More... over 18 years ago
- added source parameter to javac
imi
More... over 18 years ago
- test updates
imi
More... over 18 years ago
- Readers changed to implement updated Reader interface
imi
More... over 18 years ago
- changed deprecated API of Date class.
imi
More... over 18 years ago
- Read can use specific OntoConnector to fetch external ontologies.
imi
More... over 18 years ago
- SOFA�s system ontology registers itself via static initializer in root OntoConnector
imi
More... over 18 years ago
- improved integrity test handling
imi
More... over 18 years ago
- implements Serializable interface
imi
More... over 18 years ago
- new interface used by OntoConnector. Implementations should provide OntologyModel objects for newly created ontologies
imi
More... over 18 years ago
- associated OntoConnector object is used instead of global singleton. - ThingImpl implements Serializable interface
imi
More... over 18 years ago
- added reference to OntoConnector
imi
More... over 18 years ago
- new ontology objects are created with reference to OntoConnector
imi
More... over 18 years ago
- added reference to OntoConnector in OntologyImpl itself and all lines where ThingImpl instance is created
imi
More... over 18 years ago
OntoConnector is instantiable now (removed singleton pattern). Each instance can be associated with parent OntoConnector to form a hierarchy of OntoConnectors.
imi
More... over 18 years ago
- removed singleton pattern, OntoClient can be instantiated - class implements Serializable interface
imi
More... over 18 years ago
update: added triple "InstanceOf" is InstanceOf "RELATION_CONCEPT"
imi
More... over 18 years ago
update: included patch to support unions for ranges and domains of properties update: fixed problem with minCardinality, maxCardinality during OWL import
imi
More... almost 19 years ago