examples
Class OWLSExtensions

java.lang.Object
  extended by examples.OWLSExtensions

public class OWLSExtensions
extends java.lang.Object

An example demonstrating the extensibility features of the API. This example shows how the default Profile implementation can be extended to support custom defined extensions of the .

Author:
Evren Sirin

Nested Class Summary
static class OWLSExtensions.ExtendedProfile
          An extension to existing Profile implmentation to return contact information.
static class OWLSExtensions.ExtendedProfileConverter
          A simple converter that will wrap existing OWLIndividuals as ExtendedProfile objects.
static class OWLSExtensions.OwnerConverter
          A simple converter that will wrap an existing OWLIndividual as an Actor objects.
static class OWLSExtensions.OwnerEntity
          A wrapper around an OWLIndividual that defines utility functions to access Owner information defined in FLA ontology.
 
Constructor Summary
OWLSExtensions()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLSExtensions

public OWLSExtensions()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Evren Sirin. All Rights Reserved.