Revision: 14975
          http://gate.svn.sourceforge.net/gate/?rev=14975&view=rev
Author:   markagreenwood
Date:     2012-01-10 11:31:21 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
cleaned up some more javadoc

Modified Paths:
--------------
    gate/trunk/src/gate/creole/ontology/package-info.java

Modified: gate/trunk/src/gate/creole/ontology/package-info.java
===================================================================
--- gate/trunk/src/gate/creole/ontology/package-info.java       2012-01-10 
11:16:02 UTC (rev 14974)
+++ gate/trunk/src/gate/creole/ontology/package-info.java       2012-01-10 
11:31:21 UTC (rev 14975)
@@ -3,44 +3,13 @@
  * This package contains all the interfaces, classes and constants for
  * using an ontology language resource and the objects that can be
  * added or retrieved from an ontology language resource.
- * <p>
- * The actual implementation for this API is available in the form of two
- * plugins:
- * <ul>
- * <li>the <a 
href="../../../../../plugins/Ontology_OWLIM2/doc/javadoc/index.html" 
target="_parent">Ontology_OWLIM2</a>
- * plugin:
- * this plugin contains the implementation
- * that was part of the GATE core previous to version 5.1. This implementation
- * is deprecated and exists for backwards-compatility and support of
- * existing applications only. New applications should never make use
- * of this implementation. This implementation provides the
- * {@link gate.creole.ontology.owlim.OWLIMOntologyLR} ontology language
- * resource.
- * <li>the <a href="../../../../../plugins/Ontology/doc/javadoc/index.html" 
target="_parent">Ontology</a>
- * plugin: this plugin contains the maintained implementation
- * which does not provide some of the methods and objects that were present
- * in the old implementation any more and provides support for a number of
- * new methods and features (see below). This implementation provides the
+ * 
+ * The actual implementation of this API is available in the
+ * the <a href="../../../../../plugins/Ontology/doc/javadoc/index.html" 
target="_parent">Ontology</a>
+ * plugin. This implementation provides the
  * following language resources: {@link 
gate.creole.ontology.impl.sesame.OWLIMOntology},
  * {@link gate.creole.ontology.impl.sesame.CreateSesameOntology}, and
- * {@link gate.creole.ontology.impl.sesame.ConnectSesameOntology}
- * </ul>
- *
- * The documentation for all the classes and interfaces in this package
- * refers to the intended behavior of the maintained implementation in plugin
- * <a href="../../../../../plugins/Ontology/doc/javadoc/index.html" 
target="_parent">Ontology</a>
- * by default.
- * <p>
- * Which implementation your code will run with simply depends  on
- * which plugin is loaded prior to when your code is run.
- * To programmatically load the new implementation plugin, use the following
- * code:
- * <pre>
- * File pluginHome = new File(new File(Gate.getGateHome(), "plugins"), 
"Ontology");
- * Gate.getCreoleRegister().registerDirectories(pluginHome.toURI().toURL());
- * </pre>
- *
- *
+ * {@link gate.creole.ontology.impl.sesame.ConnectSesameOntology}.
  */
 @javax.xml.bind.annotation.XmlSchema(
     namespace = "http://gate.ac.uk/ns/ontology";

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to