org.protege.editor.owl.model.entity
Class EntityCreationPreferences
java.lang.Object
org.protege.editor.owl.model.entity.EntityCreationPreferences
public class EntityCreationPreferences
- extends Object
Author: drummond
http://www.cs.man.ac.uk/~drummond/
The University Of Manchester
Bio Health Informatics Group
Date: Jul 24, 2008
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityCreationPreferences
public EntityCreationPreferences()
getDefaultBaseIRI
public static org.semanticweb.owlapi.model.IRI getDefaultBaseIRI()
useDefaultBaseIRI
public static boolean useDefaultBaseIRI()
setUseDefaultBaseIRI
public static void setUseDefaultBaseIRI(boolean use)
setDefaultBaseIRI
public static void setDefaultBaseIRI(org.semanticweb.owlapi.model.IRI defaultBase)
getDefaultSeparator
public static String getDefaultSeparator()
setDefaultSeparator
public static void setDefaultSeparator(String sep)
getAutoIDGeneratorClass
public static Class<? extends AutoIDGenerator> getAutoIDGeneratorClass()
setAutoIDGeneratorClass
public static void setAutoIDGeneratorClass(Class<? extends AutoIDGenerator> cls)
getPrefix
public static String getPrefix()
setPrefix
public static void setPrefix(String prefix)
getSuffix
public static String getSuffix()
setSuffix
public static void setSuffix(String suffix)
getAutoIDDigitCount
public static int getAutoIDDigitCount()
setAutoIDDigitCount
public static void setAutoIDDigitCount(int size)
getAutoIDStart
public static int getAutoIDStart()
setAutoIDStart
public static void setAutoIDStart(int start)
getAutoIDEnd
public static int getAutoIDEnd()
setAutoIDEnd
public static void setAutoIDEnd(int end)
getSaveAutoIDStart
public static boolean getSaveAutoIDStart()
setSaveAutoIDStart
public static void setSaveAutoIDStart(boolean saveAutoIDStart)
isFragmentAutoGenerated
public static boolean isFragmentAutoGenerated()
setFragmentAutoGenerated
public static void setFragmentAutoGenerated(boolean autoGenerateFragment)
isGenerateNameLabel
public static boolean isGenerateNameLabel()
setGenerateNameLabel
public static void setGenerateNameLabel(boolean gen)
getNameLabelIRI
public static org.semanticweb.owlapi.model.IRI getNameLabelIRI()
setNameLabelIRI
public static void setNameLabelIRI(org.semanticweb.owlapi.model.IRI iri)
getNameLabelLang
public static String getNameLabelLang()
setNameLabelLang
public static void setNameLabelLang(String lang)
isGenerateIDLabel
public static boolean isGenerateIDLabel()
setGenerateIDLabel
public static void setGenerateIDLabel(boolean gen)
getLabelDescriptorClass
public static Class<? extends LabelDescriptor> getLabelDescriptorClass()
setLabelDescriptorClass
public static void setLabelDescriptorClass(Class<? extends LabelDescriptor> cls)
Submit a bug report or feature request
For further API reference and developer documentation, see Protege 4 Developer Documentation.
Copyright © 2010 Stanford Center for Biomedical Informatics Research