Uses of Class
org.gedcomx.links.HypermediaEnabledData
-
Packages that use HypermediaEnabledData Package Description org.gedcomx The base GEDCOM X data format.org.gedcomx.agent The contributor model.org.gedcomx.common The id model defines the standard mechanisms for identifying genealogical entities.org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.links The hypermedia model.org.gedcomx.records The sources model.org.gedcomx.source The sources model. -
-
Uses of HypermediaEnabledData in org.gedcomx
Subclasses of HypermediaEnabledData in org.gedcomx Modifier and Type Class Description classGedcomxThe GEDCOM X data formats define the serialization formats of the GEDCOM X conceptual model.Methods in org.gedcomx with type parameters of type HypermediaEnabledData Modifier and Type Method Description static <E extends HypermediaEnabledData>
EGedcomx. findElement(List<E> items, URI ref) -
Uses of HypermediaEnabledData in org.gedcomx.agent
Subclasses of HypermediaEnabledData in org.gedcomx.agent Modifier and Type Class Description classAgentAn agent, e.g. -
Uses of HypermediaEnabledData in org.gedcomx.common
Subclasses of HypermediaEnabledData in org.gedcomx.common Modifier and Type Class Description classEvidenceReferenceA reference to a resource that is being used as evidence.classNoteA note about a genealogical resource (e.g. -
Uses of HypermediaEnabledData in org.gedcomx.conclusion
Subclasses of HypermediaEnabledData in org.gedcomx.conclusion Modifier and Type Class Description classConclusionA genealogical conclusion.classDocumentAn abstract document that contains derived (conclusionary) text -- for example, a transcription or researcher analysis.classEventA historical event.classEventRoleA role that a specific person plays in an event.classFactA conclusion about a fact applicable to a person or relationship.classFamilyViewA family view, meaning up to two parents and a list of children who have those parents in common.classGenderA gender conclusion.classNameA name conclusion.classPersonA person.classPlaceDescriptionA PlaceDescription is used to describe the details of a place in terms of its name and possibly its type, time period, and/or a geospatial description -- a description of a place as a snapshot in time.classRelationshipA relationship between two or more persons.classSubjectTheSubjectdata type defines the abstract concept of a genealogical subject. -
Uses of HypermediaEnabledData in org.gedcomx.links
Methods in org.gedcomx.links that return HypermediaEnabledData Modifier and Type Method Description HypermediaEnabledDataHypermediaEnabledData. link(String rel, URI href)Build up this data with a link.HypermediaEnabledDataHypermediaEnabledData. link(Link link)Build up this data with a link.Methods in org.gedcomx.links with parameters of type HypermediaEnabledData Modifier and Type Method Description protected voidHypermediaEnabledData. embed(HypermediaEnabledData data) -
Uses of HypermediaEnabledData in org.gedcomx.records
Subclasses of HypermediaEnabledData in org.gedcomx.records Modifier and Type Class Description classCollectionA collection of genealogical resources.classCollectionContentA description of the content of a collection by resource type.classFieldA field of a record.classFieldDescriptorA description of a field in a record.classFieldValueAn element representing a value in a record field.classFieldValueDescriptorA way a field is to be displayed to a user.classRecordDescriptorA descriptor for a common set of records.classRecordSetThe GEDCOM X bulk record data formats are used to exchange bulk genealogical data sets, grouped into records. -
Uses of HypermediaEnabledData in org.gedcomx.source
Subclasses of HypermediaEnabledData in org.gedcomx.source Modifier and Type Class Description classCoverageA description of the coverage of a resource.classSourceCitationRepresents a source citation.classSourceDescriptionRepresents a description of a source.classSourceReferenceAn attributable reference to a description of a source.
-