Revision: 17432
          http://sourceforge.net/p/gate/code/17432
Author:   markagreenwood
Date:     2014-02-26 14:38:14 +0000 (Wed, 26 Feb 2014)
Log Message:
-----------
removed a very old PR that yet again couldn't be being used as it isn't 
referenced by any of the creole.xml files anywhere in the distribution

Removed Paths:
-------------
    gate/trunk/src/main/gate/creole/OntologyAwareTransducer.java

Deleted: gate/trunk/src/main/gate/creole/OntologyAwareTransducer.java
===================================================================
--- gate/trunk/src/main/gate/creole/OntologyAwareTransducer.java        
2014-02-26 14:27:59 UTC (rev 17431)
+++ gate/trunk/src/main/gate/creole/OntologyAwareTransducer.java        
2014-02-26 14:38:14 UTC (rev 17432)
@@ -1,53 +0,0 @@
-package gate.creole;
-
-/*
- *  Copyright (c) 1995-2012, The University of Sheffield. See the file
- *  COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
- *
- *  This file is part of GATE (see http://gate.ac.uk/), and is free
- *  software, licenced under the GNU Library General Public License,
- *  Version 2, June 1991 (in the distribution as file licence.html,
- *  and also available at http://gate.ac.uk/gate/licence.html).
- *
- *  Valentin Tablan, 13 May 2002
- *
- *  $Id$
- */
-
-import gate.Resource;
-
-/**
- * An ontology aware JAPE transducer. Adds the {@link #ontology} member to the
- * {@link Transducer} class.
- * @deprecated Ontology related functionality is now implemented in the 
- * standard JAPE Transducer {@link gate.creole.Transducer}.
- */
-public class OntologyAwareTransducer extends Transducer {
-
-  /**
-   * The ontology that will be available on the RHS of JAPE rules.
-   */
-  private gate.creole.ontology.Ontology ontology;
-
-  /**
-   * Gets the ontology used by this transducer.
-   * @return an {@link gate.creole.ontology.Ontology} value.
-   */
-  public gate.creole.ontology.Ontology getOntology() {
-    return ontology;
-  }
-
-  /**
-   * Sets the ontology used by this transducer.
-   * @param ontology an {@link gate.creole.ontology.Ontology} value.
-   */
-  public void setOntology(gate.creole.ontology.Ontology ontology) {
-    this.ontology = ontology;
-  }
-
-  public Resource init() throws ResourceInstantiationException {
-    Resource res = super.init();
-    batch.setOntology(ontology);
-    return res;
-  }
-}
\ No newline at end of file

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


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to