org.semanticdesktop.aperture.rdf.util
Class OntologyUtil

java.lang.Object
  extended by org.semanticdesktop.aperture.rdf.util.OntologyUtil

Deprecated.

public class OntologyUtil
extends Object

Provides convenience methods to get actual content of ontologies. This class is deprecated please use get...Ontology methods in appropriate vocabulary classes.


Constructor Summary
OntologyUtil()
          Deprecated.  
 
Method Summary
static void getNCALOntology(Model model)
          Deprecated.  
static void getNCOOntology(Model model)
          Deprecated.  
static void getNEXIFOntology(Model model)
          Deprecated.  
static void getNFOOntology(Model model)
          Deprecated.  
static void getNID3Ontology(Model model)
          Deprecated.  
static void getNIEOntology(Model model)
          Deprecated.  
static void getNMOOntology(Model model)
          Deprecated.  
static void getSourceFormatOntology(Model model)
          Deprecated. Puts the source ontology into the given model.
static void getSourceOntology(Model model)
          Deprecated. Puts the source ontology into the given model.
static void getTAGGINGOntology(Model model)
          Deprecated. This method is even more deprecated than the entire class the TAGGING 'ontology' is not to be used at all, use NAO.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntologyUtil

public OntologyUtil()
Deprecated. 
Method Detail

getSourceOntology

public static void getSourceOntology(Model model)
                              throws Exception
Deprecated. 
Puts the source ontology into the given model.

Parameters:
model - The model for the source ontology to be put into.
Throws:
Exception - if something goes wrong.

getSourceFormatOntology

public static void getSourceFormatOntology(Model model)
                                    throws Exception
Deprecated. 
Puts the source ontology into the given model.

Parameters:
model - The model for the source ontology to be put into.
Throws:
Exception - if something goes wrong.

getNIEOntology

public static void getNIEOntology(Model model)
                           throws Exception
Deprecated. 
Throws:
Exception

getNFOOntology

public static void getNFOOntology(Model model)
                           throws Exception
Deprecated. 
Throws:
Exception

getNCOOntology

public static void getNCOOntology(Model model)
                           throws Exception
Deprecated. 
Throws:
Exception

getNMOOntology

public static void getNMOOntology(Model model)
                           throws Exception
Deprecated. 
Throws:
Exception

getNCALOntology

public static void getNCALOntology(Model model)
                            throws Exception
Deprecated. 
Throws:
Exception

getNEXIFOntology

public static void getNEXIFOntology(Model model)
                             throws Exception
Deprecated. 
Throws:
Exception

getNID3Ontology

public static void getNID3Ontology(Model model)
                            throws Exception
Deprecated. 
Throws:
Exception

getTAGGINGOntology

public static void getTAGGINGOntology(Model model)
                               throws Exception
Deprecated. This method is even more deprecated than the entire class the TAGGING 'ontology' is not to be used at all, use NAO.

Throws:
Exception


Copyright © 2010 Aperture Development Team. All Rights Reserved.