Class ShortNameMgr

java.lang.Object
org.aksw.jenax.arq.util.prefix.ShortNameMgr

public class ShortNameMgr extends Object
Allocate short name for IRIs. By default this is the IRI's localName but conflicts are resolved. The manager guarantees uniqueness of generated short names.
  • Field Details

    • namespaceCounter

      protected int namespaceCounter
    • prefixMap

      protected org.apache.jena.riot.system.PrefixMap prefixMap
    • shortToFull

      protected Map<String,ShortNameMgr.Name> shortToFull
  • Constructor Details

    • ShortNameMgr

      public ShortNameMgr()
  • Method Details