Interface SnakGroup
- All Superinterfaces:
Collection<Snak>
,Iterable<Snak>
- All Known Implementing Classes:
SnakGroupImpl
A snak group represents an ordered list of
Snak
objects that use the
same property.- Author:
- Markus Kroetzsch
-
Method Summary
Modifier and TypeMethodDescriptionGet the property used by each snak in this group.getSnaks()
Get the list of Snaks of this group.
-
Method Details
-
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
-