edu.stanford.smi.protegex.owl.ui.repository.wizard
Interface RepositoryCreatorWizardPlugin

All Known Implementing Classes:
HTTPRepositoryCreatorWizardPlugin, LocalFileRepositoryCreatorWizardPlugin, LocalFolderRepositoryCreatorWizardPlugin, RelativeFolderRepositoryCreatorWizardPlugin

public interface RepositoryCreatorWizardPlugin

User: matthewhorridge
The University Of Manchester
Medical Informatics Group
Date: Sep 26, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Field Summary
static String PLUGIN_TYPE
           
 
Method Summary
 RepositoryCreatorWizardPanel createRepositoryCreatorWizardPanel(edu.stanford.smi.protege.util.WizardPage wizardPage, OWLModel owlModel)
           
 String getDescription()
           
 String getName()
           
 boolean isSuitable(OWLModel model)
           
 

Field Detail

PLUGIN_TYPE

public static final String PLUGIN_TYPE
See Also:
Constant Field Values
Method Detail

getName

public String getName()

getDescription

public String getDescription()

isSuitable

public boolean isSuitable(OWLModel model)

createRepositoryCreatorWizardPanel

public RepositoryCreatorWizardPanel createRepositoryCreatorWizardPanel(edu.stanford.smi.protege.util.WizardPage wizardPage,
                                                                       OWLModel owlModel)