net.sourceforge.fluxion.spring
Class OntologyURIPair

java.lang.Object
  extended by net.sourceforge.fluxion.spring.OntologyURIPair

public class OntologyURIPair
extends java.lang.Object

A tuple of an OWLOntology and a URI, used by the transforming fluxion service

Author:
Tom Oinn

Constructor Summary
OntologyURIPair(org.semanticweb.owl.model.OWLOntology ontology, java.net.URI uri)
          Construct a new OntologyURIPair with the specified ontology and URI.
 
Method Summary
 org.semanticweb.owl.model.OWLOntology getOntology()
          Get the ontology
 java.net.URI getURI()
          Get the URI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntologyURIPair

public OntologyURIPair(org.semanticweb.owl.model.OWLOntology ontology,
                       java.net.URI uri)
Construct a new OntologyURIPair with the specified ontology and URI.

Method Detail

getOntology

public org.semanticweb.owl.model.OWLOntology getOntology()
Get the ontology


getURI

public java.net.URI getURI()
Get the URI



Copyright © 2010. All Rights Reserved.