Uses of Class
org.gedcomx.conclusion.Event

Packages that use Event
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
 List<Event> Gedcomx.getEvents()
          The events included in this genealogical data set.
 

Methods in org.gedcomx with parameters of type Event
 void Gedcomx.addEvent(Event event)
          Add a event to the data set.
 Gedcomx Gedcomx.event(Event event)
          Build this out with a event.
 

Method parameters in org.gedcomx with type arguments of type Event
 void Gedcomx.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
 Event Event.analysis(Document analysis)
           
 Event Event.analysis(ResourceReference analysis)
           
 Event Event.analysis(URI analysis)
           
 Event Event.attribution(Attribution attribution)
           
 Event Event.confidence(ConfidenceLevel confidence)
           
 Event Event.confidence(URI confidence)
           
 Event Event.date(Date date)
          Build up this event with a date.
 Event Event.evidence(Event evidence)
           
 Event Event.evidence(EvidenceReference evidence)
           
 Event Event.extracted(Boolean extracted)
           
 Event Event.id(String id)
           
 Event Event.identifier(Identifier identifier)
           
 Event Event.lang(String lang)
           
 Event Event.link(Link link)
           
 Event Event.link(String rel, URI href)
           
 Event Event.media(SourceDescription media)
           
 Event Event.media(SourceReference media)
           
 Event Event.note(Note note)
           
 Event Event.place(PlaceReference place)
          Build up this event with a place.
 Event Event.role(EventRole role)
          Build up this event with a role.
 Event Event.sortKey(String sortKey)
           
 Event Event.source(SourceDescription source)
           
 Event Event.source(SourceReference sourceReference)
           
 Event Event.type(EventType type)
          Build up this event with a type.
 Event Event.type(URI type)
          Build up this event with a type.
 

Methods in org.gedcomx.conclusion with parameters of type Event
 void Event.embed(Event event)
          Embed another event.
 Event Event.evidence(Event evidence)
           
 

Uses of Event in org.gedcomx.rt
 

Methods in org.gedcomx.rt with parameters of type Event
 void GedcomxModelVisitorBase.visitEvent(Event event)
           
 void GedcomxModelVisitor.visitEvent(Event event)
           
 void GedcomxLocalReferenceResolver.visitEvent(Event event)
           
 



Copyright © 2015. All rights reserved.