edu.mayo.informatics.lexgrid.convert.directConversions.protegeOwl
Class PreferenceManager

java.lang.Object
  extended by edu.mayo.informatics.lexgrid.convert.directConversions.protegeOwl.PreferenceManager

public class PreferenceManager
extends java.lang.Object


Constructor Summary
PreferenceManager(LoaderPreferences loaderPreference_)
           
 
Method Summary
 java.lang.String getDataTypePropertySwitch()
           
 java.util.Map<java.lang.String,java.lang.String> getMapForwardNames()
           
 java.util.Map<java.lang.String,java.lang.String> getMapReverseNames()
           
 java.lang.String getMatchPattern_conceptCode()
           
 java.lang.String getMatchPattern_conceptStatus()
           
 java.lang.String getMatchPattern_inactiveStatus()
           
 java.lang.String getMatchPattern_noopNamespaces()
           
 java.lang.String getMatchPattern_rootName()
           
 java.lang.String getMatchPattern_xmlRepFormNames()
           
 java.lang.String getMatchPattern_xmlSourceNames()
           
 java.lang.String getMatchPattern_xmlTextNames()
           
 java.util.regex.Pattern getMatchRootName()
           
 java.util.List<java.lang.String> getPrioritized_comment_names()
           
 java.util.List<java.lang.String> getPrioritized_definition_names()
           
 java.util.List<java.lang.String> getPrioritized_presentation_names()
           
 java.lang.String getPropertyName_primitive()
           
 java.lang.String getPropertyName_type()
           
protected  void initPreferences()
          Loads preferences.
 boolean isComplexProps_isDbxRefRepForm()
           
 boolean isComplexProps_isDbxRefSource()
           
 boolean isProcessComplexProperties()
           
 boolean isProcessConceptsForObjectProperties()
           
 boolean isProcessStrictOWL()
           
 void setComplexProps_isDbxRefRepForm(boolean complexProps_isDbxRefRepForm)
           
 void setComplexProps_isDbxRefSource(boolean complexProps_isDbxRefSource)
           
 void setDataTypePropertySwitch(java.lang.String dataTypePropertySwitch)
           
 void setMapForwardNames(java.util.Map<java.lang.String,java.lang.String> mapForwardNames)
           
 void setMapReverseNames(java.util.Map<java.lang.String,java.lang.String> mapReverseNames)
           
 void setMatchPattern_conceptCode(java.lang.String matchPattern_conceptCode)
           
 void setMatchPattern_conceptStatus(java.lang.String matchPattern_conceptStatus)
           
 void setMatchPattern_inactiveStatus(java.lang.String matchPattern_inactiveStatus)
           
 void setMatchPattern_noopNamespaces(java.lang.String matchPattern_noopNamespaces)
           
 void setMatchPattern_rootName(java.lang.String matchPattern_rootName)
           
 void setMatchPattern_xmlRepFormNames(java.lang.String matchPattern_xmlRepFormNames)
           
 void setMatchPattern_xmlSourceNames(java.lang.String matchPattern_xmlSourceNames)
           
 void setMatchPattern_xmlTextNames(java.lang.String matchPattern_xmlTextNames)
           
 void setMatchRootName(java.util.regex.Pattern matchRootName)
           
 void setPrioritized_comment_names(java.util.List<java.lang.String> prioritized_comment_names)
           
 void setPrioritized_definition_names(java.util.List<java.lang.String> prioritized_definition_names)
           
 void setPrioritized_presentation_names(java.util.List<java.lang.String> prioritized_presentation_names)
           
 void setProcessComplexProperties(boolean processComplexProperties)
           
 void setProcessConceptsForObjectProperties(boolean processConceptsForObjectProperties)
           
 void setProcessStrictOWL(boolean processStrictOWL)
           
 void setPropertyName_primitive(java.lang.String propertyName_primitive)
           
 void setPropertyName_type(java.lang.String propertyName_type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferenceManager

public PreferenceManager(LoaderPreferences loaderPreference_)
Method Detail

getDataTypePropertySwitch

public java.lang.String getDataTypePropertySwitch()

getMapForwardNames

public java.util.Map<java.lang.String,java.lang.String> getMapForwardNames()

getMapReverseNames

public java.util.Map<java.lang.String,java.lang.String> getMapReverseNames()

getMatchPattern_conceptCode

public java.lang.String getMatchPattern_conceptCode()

getMatchPattern_conceptStatus

public java.lang.String getMatchPattern_conceptStatus()

getMatchPattern_inactiveStatus

public java.lang.String getMatchPattern_inactiveStatus()

getMatchPattern_noopNamespaces

public java.lang.String getMatchPattern_noopNamespaces()

getMatchPattern_rootName

public java.lang.String getMatchPattern_rootName()

getMatchPattern_xmlRepFormNames

public java.lang.String getMatchPattern_xmlRepFormNames()

getMatchPattern_xmlSourceNames

public java.lang.String getMatchPattern_xmlSourceNames()

getMatchPattern_xmlTextNames

public java.lang.String getMatchPattern_xmlTextNames()

getMatchRootName

public java.util.regex.Pattern getMatchRootName()

getPrioritized_comment_names

public java.util.List<java.lang.String> getPrioritized_comment_names()

getPrioritized_definition_names

public java.util.List<java.lang.String> getPrioritized_definition_names()

getPrioritized_presentation_names

public java.util.List<java.lang.String> getPrioritized_presentation_names()

getPropertyName_primitive

public java.lang.String getPropertyName_primitive()

getPropertyName_type

public java.lang.String getPropertyName_type()

initPreferences

protected void initPreferences()
Loads preferences. If the value is not null in the Preferences Object, that value is used. Otherwise, the default value from ProtegeOwl2EMFConstants is used.


isComplexProps_isDbxRefRepForm

public boolean isComplexProps_isDbxRefRepForm()

isComplexProps_isDbxRefSource

public boolean isComplexProps_isDbxRefSource()

isProcessComplexProperties

public boolean isProcessComplexProperties()

isProcessConceptsForObjectProperties

public boolean isProcessConceptsForObjectProperties()

isProcessStrictOWL

public boolean isProcessStrictOWL()

setComplexProps_isDbxRefRepForm

public void setComplexProps_isDbxRefRepForm(boolean complexProps_isDbxRefRepForm)

setComplexProps_isDbxRefSource

public void setComplexProps_isDbxRefSource(boolean complexProps_isDbxRefSource)

setDataTypePropertySwitch

public void setDataTypePropertySwitch(java.lang.String dataTypePropertySwitch)

setMapForwardNames

public void setMapForwardNames(java.util.Map<java.lang.String,java.lang.String> mapForwardNames)

setMapReverseNames

public void setMapReverseNames(java.util.Map<java.lang.String,java.lang.String> mapReverseNames)

setMatchPattern_conceptCode

public void setMatchPattern_conceptCode(java.lang.String matchPattern_conceptCode)

setMatchPattern_conceptStatus

public void setMatchPattern_conceptStatus(java.lang.String matchPattern_conceptStatus)

setMatchPattern_inactiveStatus

public void setMatchPattern_inactiveStatus(java.lang.String matchPattern_inactiveStatus)

setMatchPattern_noopNamespaces

public void setMatchPattern_noopNamespaces(java.lang.String matchPattern_noopNamespaces)

setMatchPattern_rootName

public void setMatchPattern_rootName(java.lang.String matchPattern_rootName)

setMatchPattern_xmlRepFormNames

public void setMatchPattern_xmlRepFormNames(java.lang.String matchPattern_xmlRepFormNames)

setMatchPattern_xmlSourceNames

public void setMatchPattern_xmlSourceNames(java.lang.String matchPattern_xmlSourceNames)

setMatchPattern_xmlTextNames

public void setMatchPattern_xmlTextNames(java.lang.String matchPattern_xmlTextNames)

setMatchRootName

public void setMatchRootName(java.util.regex.Pattern matchRootName)

setPrioritized_comment_names

public void setPrioritized_comment_names(java.util.List<java.lang.String> prioritized_comment_names)

setPrioritized_definition_names

public void setPrioritized_definition_names(java.util.List<java.lang.String> prioritized_definition_names)

setPrioritized_presentation_names

public void setPrioritized_presentation_names(java.util.List<java.lang.String> prioritized_presentation_names)

setProcessComplexProperties

public void setProcessComplexProperties(boolean processComplexProperties)

setProcessConceptsForObjectProperties

public void setProcessConceptsForObjectProperties(boolean processConceptsForObjectProperties)

setProcessStrictOWL

public void setProcessStrictOWL(boolean processStrictOWL)

setPropertyName_primitive

public void setPropertyName_primitive(java.lang.String propertyName_primitive)

setPropertyName_type

public void setPropertyName_type(java.lang.String propertyName_type)

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.