Interface TagResolver

  • All Known Implementing Classes:
    SimpleTagResolver

    public interface TagResolver
    A resolver that is able to assign a set of tags to an area.
    Author:
    burgetr
    • Method Detail

      • getAreaTags

        Set<Tag> getAreaTags​(Area a)
        Assigns a set of tags to a given area based on its properties. The actual way of tag assignment depends on the particular implementation.
        Parameters:
        a - the area
        Returns:
        a set of tags assigned to this area by the resolver (may be empty)