Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c584efeb authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- added some properties

parent b6e422cd
No related branches found
No related tags found
No related merge requests found
...@@ -23,10 +23,16 @@ package fr.inrialpes.exmo.align.impl; ...@@ -23,10 +23,16 @@ package fr.inrialpes.exmo.align.impl;
public class Annotations { public class Annotations {
public static String ALIGNNS = "http://knowledgeweb.semanticweb.org/heterogeneity/alignment#"; public static String ALIGNNS = "http://knowledgeweb.semanticweb.org/heterogeneity/alignment#";
public static String ID = "id";
public static String METHOD = "method"; public static String METHOD = "method";
public static String DERIVEDFROM = "derivedFrom";
public static String PARAMETERS = "parameters";
public static String CERTIFICATE = "certificate";
public static String TIME = "time"; public static String TIME = "time";
public static String ID = "id"; public static String LIMITATIONS = "limitations";
public static String PROPERTIES = "properties";
public static String PRETTY = "pretty"; public static String PRETTY = "pretty";
public static String PROVENANCE = "provenance";
/* Set to true for rejecting the use of deprecated (non deterministic) primitives */ /* Set to true for rejecting the use of deprecated (non deterministic) primitives */
public static boolean STRICT_IMPLEMENTATION = false; public static boolean STRICT_IMPLEMENTATION = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment