public interface IFilterData
| Modifier and Type | Method and Description |
|---|---|
IIndividual |
getIndividual()
If the individual is present, returns the individual,
otherwise throws
NoSuchElementException. |
ISpeciesRoot |
getRoot()
If the root is present, returns the root,
otherwise throws
NoSuchElementException. |
ISpeciesType |
getType()
If the type is present, returns the type,
otherwise throws
NoSuchElementException. |
boolean |
isPresent() |
ISpeciesRoot getRoot()
NoSuchElementException.IIndividual getIndividual()
NoSuchElementException.ISpeciesType getType()
NoSuchElementException.boolean isPresent()