Interface Tag

  • All Known Implementing Classes:
    DefaultTag, MetaRefTag

    public interface Tag
    A tag that can be assigned to an area. The tag is uniquely identified by its IRI. Moreoved, it has a name and a type tha allows to distinguish tags of different purposes.
    Author:
    burgetr
    • Method Detail

      • getIri

        org.eclipse.rdf4j.model.IRI getIri()
        A unique tag IRI.
        Returns:
      • getName

        String getName()
        Obtains the name of the tag.
        Returns:
        the tag name
      • getType

        String getType()
        The tag type that allows to distinguish tags of different purposes and different source. Each tag source should have its own type.
        Returns:
        the tag type string