Alignment API and Server 4.5 (1846M)

Deprecated API


Contents
Deprecated Classes
fr.inrialpes.exmo.align.impl.BasicParameters
          This class implements Parameters for compatibility purposes. Parameter list structure used everywhere at the begining of the API. Parameters has been "morally" deprecated in the Alignment API for long, it is now (4.4) not used anymore and marked deprecated. By default and for means of communication, parameter names and values are Strings (even if their type is Object). A note about unchecked warnings java.util.Properties is declared as hashtable However all its accessors can only put String as key in the hashtable But propertyNames returns Enumeration and not Enumeration Using keySet will not change anything, because it will be Set Java 6 introduces Set stringPropertyNames() !! 
 

Deprecated Methods
fr.inrialpes.exmo.ontowrap.jena25.JENAOntology.getEntityAnnotations(Object, Set)
           
fr.inrialpes.exmo.ontowrap.jena25.JENAOntology.getEntityAnnotations(Object, Set, String)
           
fr.inrialpes.exmo.align.parser.AlignmentParser.parse(String, Hashtable)
          use parse( URI ) instead 
 


Alignment API and Server 4.5 (1846M)

(C) INRIA & friends, 2003-2013