Uses of Interface
org.semanticweb.kaon2.api.owl.elements.Datatype

Packages that use Datatype
org.semanticweb.kaon2.api   
 

Uses of Datatype in org.semanticweb.kaon2.api
 

Methods in org.semanticweb.kaon2.api that return Datatype
 Datatype KAON2Factory.datatype(java.lang.String uri, int arity)
           
 Datatype KAON2Factory.rdfsLiteral(int arity)
           
 

Methods in org.semanticweb.kaon2.api with parameters of type Datatype
 java.lang.Object KAON2Visitor.visit(Datatype object)