examples
Class OWLSExtensions.ExtendedProfileConverter

java.lang.Object
  extended by examples.OWLSExtensions.ExtendedProfileConverter
All Implemented Interfaces:
OWLObjectConverter
Enclosing class:
OWLSExtensions

public static class OWLSExtensions.ExtendedProfileConverter
extends java.lang.Object
implements OWLObjectConverter

A simple converter that will wrap existing OWLIndividuals as ExtendedProfile objects. Very similar to the default Profile converter.


Constructor Summary
OWLSExtensions.ExtendedProfileConverter()
           
 
Method Summary
 boolean canCast(OWLObject object)
           
 OWLObject cast(OWLObject object)
           
 OWLObject convert(OWLObject object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLSExtensions.ExtendedProfileConverter

public OWLSExtensions.ExtendedProfileConverter()
Method Detail

canCast

public boolean canCast(OWLObject object)
Specified by:
canCast in interface OWLObjectConverter

cast

public OWLObject cast(OWLObject object)
Specified by:
cast in interface OWLObjectConverter

convert

public OWLObject convert(OWLObject object)


Copyright © 2004 Evren Sirin. All Rights Reserved.