org.coode.owlapi.examples
Class Example7

java.lang.Object
  extended by org.coode.owlapi.examples.Example7

public class Example7
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-May-2007

This example shows how to work with dataranges. OWL 1.1 allows data ranges to be created by taking a base datatype e.g. int, string etc. and then by applying facets to restrict the datarange. For example, int greater than 18


Constructor Summary
Example7()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example7

public Example7()
Method Detail

main

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