Changes between Version 7 and Version 8 of adapters_composite


Ignore:
Timestamp:
05/05/06 14:56:35 (18 years ago)
Author:
lqu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adapters_composite

    v7 v8  
    1818== Specification == 
    1919=== Intitialisation === 
    20 The ontology adapter class is 
     20 The ontology adapter class is 
    2121 {{{de.dfki.km.phaselib.adapters.compoosite.OntologyWrapper}}} 
    2222 
    23 Initialisation: 
    24 Using static method OntologyWrapper.init() to encapsulate an existing ontology. 
     23 Initialisation: 
     24 Using static method OntologyWrapper.init() to encapsulate an existing ontology. 
    2525 
    26 {{{ 
    27 CompositeOntology ont = OntologyWrapper.init(otherOntology); 
    28 }}} 
     26 {{{ 
     27  CompositeOntology ont = OntologyWrapper.init(otherOntology); 
     28 }}} 
    2929=== Usage === 
    30 Contracting and Expanding: 
    31 CompositeCls provides utilities to contract or expand a subgraph. 
    32 Contract: 
    33 A subgraph is represented as a set of wrapped classes. After contracting, the contracted class is a wrapped class representing the original class set. 
     30 Contracting and Expanding: 
     31 CompositeCls provides utilities to contract or expand a subgraph. 
     32 Contract: 
     33 A subgraph is represented as a set of wrapped classes. After contracting, the contracted class is a wrapped class representing the original class set. 
    3434 
    35 {{{ 
    36 CompositeCls compositedCls = CompositeCls.composite(subgraph); 
    37 }}} 
     35 {{{ 
     36  CompositeCls compositedCls = CompositeCls.composite(subgraph); 
     37 }}} 
    3838 
    3939 
    40 Expand: 
    41 After expanding, the original class set is returned.  
    42 {{{ 
    43 Collection<Cls> subgraph = compositedCls.expand(); 
    44 }}} 
     40 Expand: 
     41 After expanding, the original class set is returned.  
     42 {{{ 
     43 Collection<Cls> subgraph = compositedCls.expand(); 
     44 }}} 
    4545 
    4646 
     
    4949 
    5050=== Dependencies === 
    51 Log4j - for logging 
     51 Log4j - for logging 
    5252 
    5353== License Issues ==