Uses of Class
org.gedcomx.conclusion.Event
Packages that use Event
Package
Description
The base GEDCOM X data format.
The conclusion model defines genealogical conclusion data.
-
Uses of Event in org.gedcomx
Methods in org.gedcomx that return types with arguments of type EventModifier and TypeMethodDescriptionGedcomx.events()Create a stream of the events in this data set.Gedcomx.getEvents()The events included in this genealogical data set.Methods in org.gedcomx with parameters of type EventModifier and TypeMethodDescriptionvoidAdd a event to the data set.Build this out with a event.Method parameters in org.gedcomx with type arguments of type Event -
Uses of Event in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return EventModifier and TypeMethodDescriptionEvent.analysis(ResourceReference analysis) Event.attribution(Attribution attribution) Event.confidence(URI confidence) Event.confidence(ConfidenceLevel confidence) Build up this event with a date.Event.evidence(EvidenceReference evidence) Event.extensionElement(Object element) Event.identifier(Identifier identifier) Event.media(SourceDescription media) Event.media(SourceReference media) Event.place(PlaceReference place) Build up this event with a place.Build up this event with a role.Event.source(SourceDescription source) Event.source(SourceReference sourceReference) Build up this event with a type.Build up this event with a type.Methods in org.gedcomx.conclusion with parameters of type EventModifier and TypeMethodDescriptionvoidEmbed another event.Constructors in org.gedcomx.conclusion with parameters of type Event -
Uses of Event in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type EventModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.visitEvent(Event event) voidGedcomxModelVisitor.visitEvent(Event event) voidGedcomxModelVisitorBase.visitEvent(Event event)