Interface Point

All Superinterfaces:
Tag

@NonNullByDefault public interface Point extends Tag
This is the super interface for all types that represent a Point. The interface describes the relations to other entity types.
Author:
Kai Kreuzer - Initial contribution
  • Method Details

    • hasLocation

      @Nullable Location hasLocation()
    • relatesTo

      @Nullable Property relatesTo()