Interface SnakGroup

All Superinterfaces:
Collection<Snak>, Iterable<Snak>
All Known Implementing Classes:
SnakGroupImpl

public interface SnakGroup extends Collection<Snak>
A snak group represents an ordered list of Snak objects that use the same property.
Author:
Markus Kroetzsch
  • Method Details

    • getSnaks

      List<Snak> getSnaks()
      Get the list of Snaks of this group.
      Returns:
      a list of Snaks
    • getProperty

      PropertyIdValue getProperty()
      Get the property used by each snak in this group.
      Returns:
      a PropertyIdValue