Package cz.vutbr.fit.layout.api
Interface TagResolver
-
- All Known Implementing Classes:
SimpleTagResolver
public interface TagResolverA resolver that is able to assign a set of tags to an area.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Tag>getAreaTags(Area a)Assigns a set of tags to a given area based on its properties.
-