Package org.gedcomx.conclusion
Interface HasFacts
-
- All Known Implementing Classes:
Person,Relationship
public interface HasFactsConclusion data that has facts.- Author:
- Ryan Heaton
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Stream<Fact>facts()Create a stream of facts.List<Fact>getFacts()The conclusions about the facts of a conclusion resource.voidsetFacts(List<Fact> facts)The fact conclusions for the person.
-
-
-
Method Detail
-
getFacts
List<Fact> getFacts()
The conclusions about the facts of a conclusion resource.- Returns:
- The conclusions about the facts of a conclusion resource.
-
setFacts
void setFacts(List<Fact> facts)
The fact conclusions for the person.- Parameters:
facts- The fact conclusions for the person.
-
-