de.fau.cs.www8.jadeowlcodec
Interface TBoxMerger
- All Known Implementing Classes:
- TBoxMergerImpl
public interface TBoxMerger
|
Method Summary |
void |
merge(org.w3c.dom.Document incomingTBox,
org.w3c.dom.Document intoTBox)
try to merge newFragment into intoTBox |
merge
void merge(org.w3c.dom.Document incomingTBox,
org.w3c.dom.Document intoTBox)
throws TBoxMerger.MergeException
- try to merge newFragment into intoTBox
- Parameters:
incomingTBox - the new OWL documentintoTBox - the main OWL document to extended, not needed to be valid after a MergeException
- Throws:
TBoxMerger.MergeException - if merging failed, in this case incomingTBox and intoTBox are
allowed to be broken.
Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg