Class PropertyDao.FullPropertyKey

  • Enclosing interface:
    PropertyDao

    public static class PropertyDao.FullPropertyKey
    extends Object
    An immutable key class for making maps of properties and faux properties. The property URI is a significant part of the key, of course, but the range and domain URIs are significant also. If the range or domain URI is not provided, it is assumed to be OWL:Thing.
    • Constructor Detail

      • FullPropertyKey

        public FullPropertyKey​(String uri)
      • FullPropertyKey

        public FullPropertyKey​(Property p)
      • FullPropertyKey

        public FullPropertyKey​(String domainUri,
                               String propertyUri,
                               String rangeUri)