Uses of Class
org.semanticweb.owl.io.abstract_syntax.SomeUndefinedOWLPropertyException

Packages that use SomeUndefinedOWLPropertyException
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
 

Uses of SomeUndefinedOWLPropertyException in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax with parameters of type SomeUndefinedOWLPropertyException
 int SomeUndefinedOWLPropertyStrictHandler.handle(SomeUndefinedOWLPropertyException e)
          Handles the SomeUndefinedOWLPropertyException e by simply throwing e again.
 int SomeUndefinedOWLPropertyLaxHandler.handle(SomeUndefinedOWLPropertyException e)
          Handles the SomeUndefinedOWLPropertyException e by returning the value of the property type stored in e.
 int SomeUndefinedOWLPropertyHandler.handle(SomeUndefinedOWLPropertyException e)
          Handles the SomeUndefinedOWLPropertyException e The int return type can be used to return a property type.
 

Methods in org.semanticweb.owl.io.abstract_syntax that throw SomeUndefinedOWLPropertyException
 int ANTLRParser.inferPropertyType(Set ids)
          Compares the Strings in ids with the keys in idsTable and returns the first not null type in the form of one of ANTLRParser.DATA_PROP_INT, ANTLRParser.OBJ_PROP_INT, ANTLRParser.ANN_PROP_INT, ANTLRParser.ONT_PROP_INT.
 int SomeUndefinedOWLPropertyStrictHandler.handle(SomeUndefinedOWLPropertyException e)
          Handles the SomeUndefinedOWLPropertyException e by simply throwing e again.
 int SomeUndefinedOWLPropertyLaxHandler.handle(SomeUndefinedOWLPropertyException e)
          Handles the SomeUndefinedOWLPropertyException e by returning the value of the property type stored in e.
 int SomeUndefinedOWLPropertyHandler.handle(SomeUndefinedOWLPropertyException e)
          Handles the SomeUndefinedOWLPropertyException e The int return type can be used to return a property type.
 



WonderWeb