examples
Class OWLSExtensions.ExtendedProfileConverter
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLSExtensions.ExtendedProfileConverter
public OWLSExtensions.ExtendedProfileConverter()
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.