Uses of Class
org.autosemantix.deltalog.DeltaLog

Packages that use DeltaLog
org.autosemantix   
org.autosemantix.comparator   
org.autosemantix.merger   
 

Uses of DeltaLog in org.autosemantix
 

Methods in org.autosemantix that return DeltaLog
 DeltaLog Project.getChangeLog()
           
 

Uses of DeltaLog in org.autosemantix.comparator
 

Methods in org.autosemantix.comparator that return DeltaLog
 DeltaLog Comparator.analyze(java.lang.String ont2)
          Compare two version of an ontology to find which changes have occured.
 

Uses of DeltaLog in org.autosemantix.merger
 

Methods in org.autosemantix.merger with parameters of type DeltaLog
 java.lang.String Merger.mergeFile(java.io.File implDir, java.lang.String generated, java.io.File targetFile, Model model, DeltaLog changes)
          Merge a class with a previous implementation.