| Package | Description |
|---|---|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.rt |
| Modifier and Type | Method and Description |
|---|---|
Fact |
Fact.analysis(Document analysis) |
Fact |
Fact.analysis(ResourceReference analysis) |
Fact |
Fact.analysis(URI analysis) |
Fact |
Fact.attribution(Attribution attribution) |
Fact |
Fact.confidence(ConfidenceLevel confidence) |
Fact |
Fact.confidence(URI confidence) |
Fact |
Fact.date(Date date)
Build up this fact with a date.
|
Fact |
Fact.extensionElement(Object element) |
Fact |
Fact.field(Field field)
Build up this fact with a field.
|
Fact |
Person.getFirstFactOfType(FactType type)
Get the first fact of the specified type.
|
Fact |
Fact.id(String id) |
Fact |
Fact.lang(String lang) |
Fact |
Fact.link(Link link) |
Fact |
Fact.link(String rel,
URI href) |
Fact |
Fact.note(Note note) |
Fact |
Fact.place(PlaceReference place)
Build up this fact with a place.
|
Fact |
Fact.primary(Boolean primary)
Build up this fact with a 'primary' flag.
|
Fact |
Fact.qualifier(Qualifier qualifier)
Build up this fact with a qualifier.
|
Fact |
Fact.sortKey(String sortKey) |
Fact |
Fact.source(SourceDescription source) |
Fact |
Fact.source(SourceReference sourceReference) |
Fact |
Fact.type(FactType type)
Build up this fact with a type.
|
Fact |
Fact.type(URI type)
Build up this fact with a type.
|
Fact |
Fact.value(String value)
Build up this fact with a value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Fact> |
Person.getFacts()
The fact conclusions for the person.
|
List<Fact> |
HasFacts.getFacts()
The conclusions about the facts of a conclusion resource.
|
List<Fact> |
Relationship.getFacts()
The fact conclusions for the relationship.
|
List<Fact> |
Person.getFacts(FactType factType)
Helper method for obtaining specific fact conclusions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.addFact(Fact fact)
Add a fact conclusion to the person.
|
void |
Relationship.addFact(Fact fact)
Add a fact conclusion.
|
Person |
Person.fact(Fact fact)
Build out this person with a fact.
|
Relationship |
Relationship.fact(Fact fact)
Build out this relationship with a fact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setFacts(List<Fact> facts)
The fact conclusions for the person.
|
void |
HasFacts.setFacts(List<Fact> facts)
The fact conclusions for the person.
|
void |
Relationship.setFacts(List<Fact> facts)
The fact conclusions for the relationship.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitFact(Fact fact) |
void |
GedcomxModelVisitor.visitFact(Fact fact) |
void |
GedcomxLocalReferenceResolver.visitFact(Fact fact) |
Copyright © 2016. All rights reserved.