org.mindswap.owl
Interface OWLDataType

All Superinterfaces:
OWLObject, OWLType

public interface OWLDataType
extends OWLType

Author:
Evren Sirin

Method Summary
 boolean isSubTypeOf(OWLDataType dataType)
           
 
Methods inherited from interface org.mindswap.owl.OWLType
getURI, isClass, isDataType, isEquivalent, isSubTypeOf
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 

Method Detail

isSubTypeOf

boolean isSubTypeOf(OWLDataType dataType)


Copyright © 2004 Evren Sirin. All Rights Reserved.