Alignment API and Server 4.6 (1875M)

Uses of Interface
org.semanticweb.owl.align.Parameters

Packages that use Parameters
fr.inrialpes.exmo.align.impl   
 

Uses of Parameters in fr.inrialpes.exmo.align.impl
 

Classes in fr.inrialpes.exmo.align.impl that implement Parameters
 class BasicParameters
          Deprecated. 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() !!
 


Alignment API and Server 4.6 (1875M)

(C) INRIA & friends, 2003-2014