org.mindswap.owl
Interface OWLObjectConverter

All Known Implementing Classes:
OWLSExtensions.ExtendedProfileConverter, OWLSExtensions.OwnerConverter

public interface OWLObjectConverter

Author:
Evren Sirin

Method Summary
 boolean canCast(OWLObject object)
           
 OWLObject cast(OWLObject object)
           
 

Method Detail

canCast

boolean canCast(OWLObject object)

cast

OWLObject cast(OWLObject object)


Copyright © 2004 Evren Sirin. All Rights Reserved.