Uses of Interface
edu.stanford.smi.protegex.owl.model.project.OWLProject

Packages that use OWLProject
edu.stanford.smi.protegex.owl.emf   
edu.stanford.smi.protegex.owl.javacode   
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.model.project   
edu.stanford.smi.protegex.owl.ui.profiles   
 

Uses of OWLProject in edu.stanford.smi.protegex.owl.emf
 

Fields in edu.stanford.smi.protegex.owl.emf declared as OWLProject
private  OWLProject ProjectBasedEMFGeneratorOptions.project
           
 

Uses of OWLProject in edu.stanford.smi.protegex.owl.javacode
 

Fields in edu.stanford.smi.protegex.owl.javacode declared as OWLProject
private  OWLProject ProjectBasedJavaCodeGeneratorOptions.project
           
 

Uses of OWLProject in edu.stanford.smi.protegex.owl.model
 

Methods in edu.stanford.smi.protegex.owl.model that return OWLProject
 OWLProject OWLModel.getOWLProject()
          Gets the associated OWLProject, which can be used to store project-specific settings.
 

Methods in edu.stanford.smi.protegex.owl.model with parameters of type OWLProject
 void OWLModel.setOWLProject(OWLProject owlProject)
          Sets the associated OWLProject.
 

Uses of OWLProject in edu.stanford.smi.protegex.owl.model.impl
 

Fields in edu.stanford.smi.protegex.owl.model.impl declared as OWLProject
private  OWLProject AbstractOWLModel.owlProject
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLProject
 OWLProject AbstractOWLModel.getOWLProject()
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type OWLProject
 void AbstractOWLModel.setOWLProject(OWLProject owlProject)
           
 

Uses of OWLProject in edu.stanford.smi.protegex.owl.model.project
 

Classes in edu.stanford.smi.protegex.owl.model.project that implement OWLProject
 class AbstractOWLProject
           
 class DefaultOWLProject
          An OWLProject wrapping a traditional Protege Project.
 

Uses of OWLProject in edu.stanford.smi.protegex.owl.ui.profiles
 

Methods in edu.stanford.smi.protegex.owl.ui.profiles with parameters of type OWLProject
static void ProfilesManager.setProfile(OWLProject project, String uri)