Class Metadata.PrefixMapping

java.lang.Object
it.uniroma2.art.semanticturkey.services.core.Metadata.PrefixMapping
Enclosing class:
Metadata

public static class Metadata.PrefixMapping extends Object
Represents an individual prefix mapping.
  • Constructor Details

    • PrefixMapping

      public PrefixMapping(String prefix, String namespace, boolean explicit)
  • Method Details

    • getPrefix

      public String getPrefix()
      Returns the prefix
      Returns:
    • getNamespace

      public String getNamespace()
      Returns the namespace
      Returns:
    • isExplicit

      public boolean isExplicit()
      Tells whether this prefix mapping was explicitly set through the OntologyManager
      Returns: