Package org.gedcomx.conclusion
Interface HasFacts
- All Known Implementing Classes:
Person,Relationship
public interface HasFacts
Conclusion data that has facts.
- Author:
- Ryan Heaton
-
Method Summary
-
Method Details
-
getFacts
The conclusions about the facts of a conclusion resource.- Returns:
- The conclusions about the facts of a conclusion resource.
-
setFacts
The fact conclusions for the person.- Parameters:
facts- The fact conclusions for the person.
-
facts
Create a stream of facts.- Returns:
- a stream of facts.
-