Uses of Class
org.gedcomx.conclusion.Event
-
Packages that use Event Package Description org.gedcomx The base GEDCOM X data format.org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.rt -
-
Uses of Event in org.gedcomx
Methods in org.gedcomx that return types with arguments of type Event Modifier and Type Method Description Stream<Event>Gedcomx. events()Create a stream of the events in this data set.List<Event>Gedcomx. getEvents()The events included in this genealogical data set.Methods in org.gedcomx with parameters of type Event Modifier and Type Method Description voidGedcomx. addEvent(Event event)Add a event to the data set.GedcomxGedcomx. event(Event event)Build this out with a event.Method parameters in org.gedcomx with type arguments of type Event Modifier and Type Method Description voidGedcomx. setEvents(List<Event> events)The events included in this genealogical data set. -
Uses of Event in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return Event Modifier and Type Method Description EventEvent. analysis(ResourceReference analysis)EventEvent. analysis(URI analysis)EventEvent. analysis(Document analysis)EventEvent. attribution(Attribution attribution)EventEvent. confidence(URI confidence)EventEvent. confidence(ConfidenceLevel confidence)EventEvent. date(Date date)Build up this event with a date.EventEvent. evidence(EvidenceReference evidence)EventEvent. evidence(Event evidence)EventEvent. extensionElement(Object element)EventEvent. extracted(Boolean extracted)EventEvent. id(String id)EventEvent. identifier(Identifier identifier)EventEvent. lang(String lang)EventEvent. link(String rel, URI href)EventEvent. link(Link link)EventEvent. media(SourceDescription media)EventEvent. media(SourceReference media)EventEvent. note(Note note)EventEvent. place(PlaceReference place)Build up this event with a place.EventEvent. role(EventRole role)Build up this event with a role.EventEvent. sortKey(String sortKey)EventEvent. source(SourceDescription source)EventEvent. source(SourceReference sourceReference)EventEvent. type(URI type)Build up this event with a type.EventEvent. type(EventType type)Build up this event with a type.Methods in org.gedcomx.conclusion with parameters of type Event Modifier and Type Method Description voidEvent. embed(Event event)Embed another event.EventEvent. evidence(Event evidence) -
Uses of Event in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type Event Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitEvent(Event event)voidGedcomxModelVisitor. visitEvent(Event event)voidGedcomxModelVisitorBase. visitEvent(Event event)
-