Uses of Interface
org.semanticweb.owl.model.OWLFrame

Packages that use OWLFrame
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
 

Uses of OWLFrame in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLFrame
 class OWLFrameImpl
          A frame packages up a top-level description of a class, and consists of a number of superclasses and a number of restrictions.
 

Methods in org.semanticweb.owl.impl.model that return OWLFrame
 OWLFrame OWLDataFactoryImpl.getOWLFrame(Set superClasses, Set restrictions)
           
 

Uses of OWLFrame in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLFrame
 OWLFrame OWLDataFactory.getOWLFrame(Set superClasses, Set restrictions)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLFrame
 void OWLObjectVisitor.visit(OWLFrame node)
           
 void OWLDescriptionVisitor.visit(OWLFrame node)
           
 

Uses of OWLFrame in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLFrame
 void OWLObjectVisitorAdapter.visit(OWLFrame node)
           
 void OWLEntityCollector.visit(OWLFrame node)
           
 void OWLDescriptionVisitorAdapter.visit(OWLFrame node)
           
 void ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLFrame node)
           
 



WonderWeb