Class TransformationConfiguration

java.lang.Object
cz.cvut.kbss.jopa.owl2java.config.TransformationConfiguration

public class TransformationConfiguration extends Object
  • Method Details

    • getContext

      public String getContext()
    • getPackageName

      public String getPackageName()
    • getTargetDir

      public String getTargetDir()
    • areAllAxiomsIntegrityConstraints

      public boolean areAllAxiomsIntegrityConstraints()
    • shouldGenerateOwlapiIris

      public boolean shouldGenerateOwlapiIris()
    • shouldGenerateJavadoc

      public boolean shouldGenerateJavadoc()
    • shouldPreferMultilingualStrings

      public boolean shouldPreferMultilingualStrings()
    • getPropertiesType

      public PropertiesType getPropertiesType()
    • shouldGenerateAnnotationFields

      public boolean shouldGenerateAnnotationFields()
    • shouldGenerateThing

      public boolean shouldGenerateThing()
    • getOntologyPrefixProperty

      public String getOntologyPrefixProperty()
    • shouldAlwaysUseOntologyPrefix

      public boolean shouldAlwaysUseOntologyPrefix()
    • getPrefixMappingFile

      public String getPrefixMappingFile()
    • getRemotePrefixResolver

      public RemotePrefixResolver getRemotePrefixResolver()
    • getCliParams

      public CliParams getCliParams()
    • config

      public static TransformationConfiguration config(CliParams cliParams)
    • builder