Uses of Class
org.gedcomx.links.HypermediaEnabledData

Packages that use HypermediaEnabledData
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
 class Gedcomx
          The GEDCOM X data formats define the serialization formats of the GEDCOM X conceptual model.
 

Uses of HypermediaEnabledData in org.gedcomx.agent
 

Subclasses of HypermediaEnabledData in org.gedcomx.agent
 class Agent
          An agent, e.g.
 

Uses of HypermediaEnabledData in org.gedcomx.common
 

Subclasses of HypermediaEnabledData in org.gedcomx.common
 class EvidenceReference
          A reference to a resource that is being used as evidence.
 class Note
          A note about a genealogical resource (e.g.
 

Uses of HypermediaEnabledData in org.gedcomx.conclusion
 

Subclasses of HypermediaEnabledData in org.gedcomx.conclusion
 class Conclusion
          A genealogical conclusion.
 class Document
          An abstract document that contains derived (conclusionary) text -- for example, a transcription or researcher analysis.
 class Event
          A historical event.
 class EventRole
          A role that a specific person plays in an event.
 class Fact
          A conclusion about a fact applicable to a person or relationship.
 class Gender
          A gender conclusion.
 class Name
          A name conclusion.
 class Person
          A person.
 class PlaceDescription
          A 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.
 class Relationship
          A relationship between two or more persons.
 class Subject
          The Subject data type defines the abstract concept of a genealogical subject.
 

Uses of HypermediaEnabledData in org.gedcomx.links
 

Methods in org.gedcomx.links that return HypermediaEnabledData
 HypermediaEnabledData HypermediaEnabledData.link(Link link)
          Build up this data with a link.
 HypermediaEnabledData HypermediaEnabledData.link(String rel, URI href)
          Build up this data with a link.
 

Methods in org.gedcomx.links with parameters of type HypermediaEnabledData
protected  void HypermediaEnabledData.embed(HypermediaEnabledData data)
           
 

Uses of HypermediaEnabledData in org.gedcomx.records
 

Subclasses of HypermediaEnabledData in org.gedcomx.records
 class Collection
          A collection of genealogical resources.
 class CollectionContent
          A description of the content of a collection by resource type.
 class Field
          A field of a record.
 class FieldDescriptor
          A description of a field in a record.
 class FieldValue
          An element representing a value in a record field.
 class FieldValueDescriptor
          A way a field is to be displayed to a user.
 class RecordDescriptor
          A descriptor for a common set of records.
 class RecordSet
          The 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
 class Coverage
          A description of the coverage of a resource.
 class SourceCitation
          Represents a source citation.
 class SourceDescription
          Represents a description of a source.
 class SourceReference
          An attributable reference to a description of a source.
 



Copyright © 2015. All rights reserved.