Uses of Class
org.gedcomx.conclusion.Fact
-
Packages that use Fact Package Description 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 Modifier and Type Method Description FactFact. analysis(ResourceReference analysis)FactFact. analysis(URI analysis)FactFact. analysis(Document analysis)FactFact. attribution(Attribution attribution)FactFact. confidence(URI confidence)FactFact. confidence(ConfidenceLevel confidence)FactFact. date(Date date)Build up this fact with a date.FactFact. extensionElement(Object element)FactFact. field(Field field)Build up this fact with a field.FactPerson. getFirstFactOfType(FactType type)Get the first fact of the specified type.FactPerson. getPrimaryFact()The primary fact for this person.FactFact. id(String id)FactFact. lang(String lang)FactFact. link(String rel, URI href)FactFact. link(Link link)FactFact. note(Note note)FactFact. place(PlaceReference place)Build up this fact with a place.FactFact. primary(Boolean primary)Build up this fact with a 'primary' flag.FactFact. qualifier(Qualifier qualifier)Build up this fact with a qualifier.FactFact. sortKey(String sortKey)FactFact. source(SourceDescription source)FactFact. source(SourceReference sourceReference)FactFact. type(URI type)Build up this fact with a type.FactFact. type(FactType type)Build up this fact with a type.FactFact. value(String value)Build up this fact with a value.Methods in org.gedcomx.conclusion that return types with arguments of type Fact Modifier and Type Method Description default Stream<Fact>HasFacts. facts()Create a stream of facts.List<Fact>HasFacts. getFacts()The conclusions about the facts of a conclusion resource.List<Fact>Person. getFacts()The fact conclusions for the person.List<Fact>Person. getFacts(FactType factType)Helper method for obtaining specific fact conclusions.List<Fact>Relationship. getFacts()The fact conclusions for the relationship.Methods in org.gedcomx.conclusion with parameters of type Fact Modifier and Type Method Description voidPerson. addFact(Fact fact)Add a fact conclusion to the person.voidRelationship. addFact(Fact fact)Add a fact conclusion.PersonPerson. fact(Fact fact)Build out this person with a fact.RelationshipRelationship. fact(Fact fact)Build out this relationship with a fact.Method parameters in org.gedcomx.conclusion with type arguments of type Fact Modifier and Type Method Description voidHasFacts. setFacts(List<Fact> facts)The fact conclusions for the person.voidPerson. setFacts(List<Fact> facts)The fact conclusions for the person.voidRelationship. setFacts(List<Fact> facts)The fact conclusions for the relationship. -
Uses of Fact in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type Fact Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitFact(Fact fact)voidGedcomxModelVisitor. visitFact(Fact fact)voidGedcomxModelVisitorBase. visitFact(Fact fact)
-