|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fact | |
|---|---|
| org.gedcomx.conclusion | The conclusion model defines genealogical conclusion data. |
| org.gedcomx.rt | |
| Uses of Fact in org.gedcomx.conclusion |
|---|
| Methods in org.gedcomx.conclusion that return Fact | |
|---|---|
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.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. |
| Methods in org.gedcomx.conclusion that return types with arguments of type Fact | |
|---|---|
List<Fact> |
Person.getFacts()
The fact conclusions for the person. |
List<Fact> |
Relationship.getFacts()
The fact conclusions for the relationship. |
List<Fact> |
HasFacts.getFacts()
The conclusions about the facts of a conclusion resource. |
List<Fact> |
Person.getFacts(FactType factType)
Helper method for obtaining specific fact conclusions. |
| Methods in org.gedcomx.conclusion with parameters of type Fact | |
|---|---|
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. |
| Method parameters in org.gedcomx.conclusion with type arguments of type Fact | |
|---|---|
void |
Person.setFacts(List<Fact> facts)
The fact conclusions for the person. |
void |
Relationship.setFacts(List<Fact> facts)
The fact conclusions for the relationship. |
void |
HasFacts.setFacts(List<Fact> facts)
The fact conclusions for the person. |
| Uses of Fact in org.gedcomx.rt |
|---|
| Methods in org.gedcomx.rt with parameters of type Fact | |
|---|---|
void |
GedcomxModelVisitorBase.visitFact(Fact fact)
|
void |
GedcomxModelVisitor.visitFact(Fact fact)
|
void |
GedcomxLocalReferenceResolver.visitFact(Fact fact)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||