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

Packages that use ObjectAnd
org.semanticweb.kaon2.api   
 

Uses of ObjectAnd in org.semanticweb.kaon2.api
 

Methods in org.semanticweb.kaon2.api that return ObjectAnd
 ObjectAnd KAON2Factory.objectAnd(java.util.Collection<Description> descriptions)
           
 ObjectAnd KAON2Factory.objectAnd(Description... descriptions)
           
 ObjectAnd KAON2Factory.objectAnd(Description first, Description second)
           
 

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