Class CoreProjectSettings

java.lang.Object
it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings
All Implemented Interfaces:
Settings, STProperties

public class CoreProjectSettings extends Object implements Settings
  • Field Details

    • languages

      @STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.languages.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.languages.displayName}") public List<Language> languages
    • labelClashMode

      @STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.labelClashMode.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.labelClashMode.displayName}") @Enumeration({"forbid","warning","allow"}) public String labelClashMode
    • resourceView

      @STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.resourceView.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.resourceView.displayName}") public ResourceViewProjectSettings resourceView
    • resViewPredLabelMappings

      @STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.resViewPredLabelMappings.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.resViewPredLabelMappings.displayName}") public PredicateLabelSettings resViewPredLabelMappings
    • resViewSectionsCustomization

      @STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.resViewSectionsCustomization.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.resViewSectionsCustomization.displayName}") public Map<String,Map<String,ResViewSectionDisplayInfo>> resViewSectionsCustomization
    • dataPanelLabelMappings

      @STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.dataPanelLabelMappings.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.dataPanelLabelMappings.displayName}") public Map<String,Map<String,String>> dataPanelLabelMappings
    • timeMachineEnabled

      @STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.timeMachineEnabled.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.timeMachineEnabled.displayName}") public Boolean timeMachineEnabled
    • xkosTabEnabled

      @STProperty(description="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.xkosTabEnabled.description}", displayName="{it.uniroma2.art.semanticturkey.settings.core.CoreProjectSettings.xkosTabEnabled.displayName}") public Boolean xkosTabEnabled
  • Constructor Details

    • CoreProjectSettings

      public CoreProjectSettings()
  • Method Details

    • getShortName

      public String getShortName()
      Specified by:
      getShortName in interface STProperties
      Returns:
      a humanly understandable short name representing the type of this property set