Interface FamilyEntity


public interface FamilyEntity
Interface for representing a family of entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the UUIDs of the child entities in this family.
  • Method Details

    • getChildUUIDs

      List<UUID> getChildUUIDs()
      Gets the UUIDs of the child entities in this family.
      Returns:
      A list of UUIDs representing the child entities.