Changes between Initial Version and Version 1 of adapters_testing


Ignore:
Timestamp:
05/05/06 15:05:15 (18 years ago)
Author:
lqu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adapters_testing

    v1 v1  
     1= Ontology Adapter: Testing = 
     2 
     3Developer: [mailto:lqu@dfki.uni-kl.de Lizhen Qu] 
     4 
     5== Description == 
     6 This adapter is implemented as simple as possible in order to serve as mock objects. Every implementation of the interfaces begins with the "Mock" prefix and followed by the implemented interface name. 
     7 
     8== Characteristics == 
     9 Mock objects of ontology interface for test. There are currently some methods not implemented, which will only throw an UnsupportedOperationException. 
     10 
     11== Evaluation/Performance == 
     12 TODO 
     13 
     14== Specification == 
     15=== Intitialisation === 
     16 The ontology adapter class is 
     17 {{{de.dfki.km.phaselib.adapters.testing.MockOntology}}} 
     18 
     19 {{{ 
     20  Ontology ont = new MockOntology(); 
     21 }}} 
     22 
     23=== Parameters === 
     24 TODO 
     25 
     26=== Dependencies === 
     27 Log4j - for logging 
     28 
     29== License Issues == 
     30 TODO