org.gedcomx.conclusion
Interface HasFacts

All Known Implementing Classes:
Person, Relationship

public interface HasFacts

Conclusion data that has facts.

Author:
Ryan Heaton

Method Summary
 List<Fact> getFacts()
          The conclusions about the facts of a conclusion resource.
 void setFacts(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.


Copyright © 2015. All rights reserved.