uk.ac.manchester.cs.owlapi.compactowl
Class IRITable

java.lang.Object
  extended by uk.ac.manchester.cs.owlapi.compactowl.IRITable

public class IRITable
extends java.lang.Object

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 30-Sep-2009


Constructor Summary
IRITable(OWLOntology ontology)
           
 
Method Summary
 int getIndex(IRI iri)
           
static void main(java.lang.String[] args)
           
 void writeTable(java.io.DataOutputStream writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRITable

public IRITable(OWLOntology ontology)
Method Detail

getIndex

public int getIndex(IRI iri)

writeTable

public void writeTable(java.io.DataOutputStream writer)

main

public static void main(java.lang.String[] args)