All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gate.creole.ontology.AnonymousClass Maven / Gradle / Ivy

Go to download

GATE - general achitecture for text engineering - is open source software capable of solving almost any text processing problem. This artifact enables you to embed the core GATE Embedded with its essential dependencies. You will able to use the GATE Embedded API and load and store GATE XML documents. This artifact is the perfect dependency for CREOLE plugins or for applications that need to customize the GATE dependencies due to confict with their own dependencies or for lower footprint.

The newest version!
/*
 *  AnonymouseClass.java
 *
 *  Niraj Aswani, 09/March/07
 *
 *  $Id: AnonymouseClass.html,v 1.0 2007/03/09 16:13:01 niraj Exp $
 */
package gate.creole.ontology;

/**
 * This class represents the AnonymousClass. Anonymous class is the one
 * that doesn't have any URI or name assigned to it in the ontology.
 * 
 * @author Niraj Aswani
 * 
 */
public interface AnonymousClass extends OClass {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy