Class and Description |
---|
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<Object,Object>
However all its accessors can only put String as key in the hashtable
But propertyNames returns Enumeration and not Enumeration<String>
Using keySet will not change anything, because it will be Set<Object>
Java 6 introduces Set<String> stringPropertyNames() !!
|
Method and Description |
---|
fr.inrialpes.exmo.ontowrap.jena25.JENAOntology.getEntityAnnotations(Object, Set<Annotation>) |
fr.inrialpes.exmo.ontowrap.jena25.JENAOntology.getEntityAnnotations(Object, Set<String>, String) |
fr.inrialpes.exmo.align.parser.AlignmentParser.parse(String, Hashtable<?, ?>)
use parse( URI ) instead
|
(C) INRIA & friends, 2003-2020