net.sourceforge.fluxion.beans.utils
Class OWLUtils

java.lang.Object
  extended by net.sourceforge.fluxion.beans.utils.OWLUtils

public class OWLUtils
extends java.lang.Object

Javadocs go here

Author:
Rob Davey

Constructor Summary
OWLUtils()
           
 
Method Summary
static org.semanticweb.owl.model.OWLClass getOWLClass(org.semanticweb.owl.model.OWLOntology ontology, java.net.URI uri)
           
static org.semanticweb.owl.model.OWLProperty getOWLProperty(org.semanticweb.owl.model.OWLOntology ontology, java.net.URI uri)
           
static org.semanticweb.owl.model.OWLRestriction getOWLRestriction(org.semanticweb.owl.model.OWLOntology ontology, java.net.URI uri)
           
static java.util.SortedSet<org.semanticweb.owl.model.OWLEntity> orderedEntities(java.util.Set entities)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLUtils

public OWLUtils()
Method Detail

orderedEntities

public static java.util.SortedSet<org.semanticweb.owl.model.OWLEntity> orderedEntities(java.util.Set entities)

getOWLRestriction

public static org.semanticweb.owl.model.OWLRestriction getOWLRestriction(org.semanticweb.owl.model.OWLOntology ontology,
                                                                         java.net.URI uri)

getOWLClass

public static org.semanticweb.owl.model.OWLClass getOWLClass(org.semanticweb.owl.model.OWLOntology ontology,
                                                             java.net.URI uri)

getOWLProperty

public static org.semanticweb.owl.model.OWLProperty getOWLProperty(org.semanticweb.owl.model.OWLOntology ontology,
                                                                   java.net.URI uri)


Copyright © 2010. All Rights Reserved.