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
Branches
Tags
No related merge requests found
/*
* $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
* it under the terms of the GNU Lesser General Public License as published by
......@@ -50,6 +50,11 @@ public abstract class OntologyFactory {
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";
public static Set<String> getFactories( URI formalism ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment