Uses of Class
org.gedcomx.conclusion.EventRole
Packages that use EventRole
Package
Description
The conclusion model defines genealogical conclusion data.
-
Uses of EventRole in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return EventRoleModifier and TypeMethodDescriptionEventRole.analysis(ResourceReference analysis) EventRole.attribution(Attribution attribution) EventRole.confidence(URI confidence) EventRole.confidence(ConfidenceLevel confidence) Build up this event role with details.EventRole.extensionElement(Object element) EventRole.person(ResourceReference person) Build up this event role with a person.Build up this event role with a person.EventRole.source(SourceDescription source) EventRole.source(SourceReference sourceReference) Build up this role with a type.EventRole.type(EventRoleType type) Build up this role with a type.Methods in org.gedcomx.conclusion that return types with arguments of type EventRoleModifier and TypeMethodDescriptionEvent.getRoles()The roles played in this event.Event.roles()Create a stream for the roles of this event.Methods in org.gedcomx.conclusion with parameters of type EventRoleModifier and TypeMethodDescriptionvoidAdd a role to the list of roles played in this event.Build up this event with a role.Method parameters in org.gedcomx.conclusion with type arguments of type EventRoleModifier and TypeMethodDescriptionvoidThe roles played in this event.Constructors in org.gedcomx.conclusion with parameters of type EventRole -
Uses of EventRole in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type EventRoleModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.visitEventRole(EventRole role) voidGedcomxModelVisitor.visitEventRole(EventRole role) voidGedcomxModelVisitorBase.visitEventRole(EventRole role)