Mentions légales du service

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

- Added a comment on setting the default implementation

parent 2e64399a
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id$ * $Id$
* *
* Copyright (C) INRIA, 2008, 2010-2011 * Copyright (C) INRIA, 2008, 2010-2012
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by * it under the terms of the GNU Lesser General Public License as published by
...@@ -50,6 +50,11 @@ public abstract class OntologyFactory { ...@@ -50,6 +50,11 @@ public abstract class OntologyFactory {
protected static Hashtable<String,OntologyFactory> instances = null; protected static Hashtable<String,OntologyFactory> instances = null;
/*
* Changing this variable, is preferably made by the:
* setDefaultFactory( )
* below
*/
private static String API_NAME="fr.inrialpes.exmo.ontowrap.owlapi30.OWLAPI3OntologyFactory"; private static String API_NAME="fr.inrialpes.exmo.ontowrap.owlapi30.OWLAPI3OntologyFactory";
public static Set<String> getFactories( URI formalism ) { public static Set<String> getFactories( URI formalism ) {
......
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