|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.autosemantix.comparator.Comparator
This class is reposonsible for comparing ontologies and determining which changes have occured. The list of changes is saved as an XML log which can be used by other components to manipulate the implementation and provide documentation.
Constructor Summary | |
Comparator(Project project)
|
Method Summary | |
DeltaLog |
analyze(java.lang.String ont2)
Compare two version of an ontology to find which changes have occured. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Comparator(Project project)
Method Detail |
public DeltaLog analyze(java.lang.String ont2)
ont2
- The current version of the ontology.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |