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

Packages that use DataHasValue
org.semanticweb.kaon2.api   
 

Uses of DataHasValue in org.semanticweb.kaon2.api
 

Methods in org.semanticweb.kaon2.api that return DataHasValue
 DataHasValue KAON2Factory.dataHasValue(DataProperty dataProperty, java.lang.Object literalValue)
           
 

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